From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45709) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adwNn-0002a4-Th for qemu-devel@nongnu.org; Thu, 10 Mar 2016 03:55:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adwNi-0007I5-Ui for qemu-devel@nongnu.org; Thu, 10 Mar 2016 03:55:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adwNi-0007Hp-K7 for qemu-devel@nongnu.org; Thu, 10 Mar 2016 03:55:42 -0500 From: Markus Armbruster References: <1457544504-8548-1-git-send-email-berrange@redhat.com> <1457544504-8548-22-git-send-email-berrange@redhat.com> Date: Thu, 10 Mar 2016 09:55:37 +0100 In-Reply-To: <1457544504-8548-22-git-send-email-berrange@redhat.com> (Daniel P. Berrange's message of "Wed, 9 Mar 2016 17:28:24 +0000") Message-ID: <87io0uu2ye.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v1 21/21] error: ensure errno detail is printed with error_abort List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Paolo Bonzini , qemu-devel@nongnu.org, Andrew Baumann , Stefan Weil "Daniel P. Berrange" writes: > When &error_abort is passed in, the error reporting code > will print the current error message and then abort() the > process. Unfortunately at the time it aborts, we've not > yet appended the errno detail. This makes debugging certain > problems significantly harder as the log is incomplete. > > Signed-off-by: Daniel P. Berrange Reviewed-by: Markus Armbruster I can take this through my tree, but it's perhaps easier to let it flow along with the rest of your series.