qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 20e2de: error: ensure errno detail is printed


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 20e2de: error: ensure errno detail is printed with error_a...
Date: Wed, 16 Mar 2016 05:00:06 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 20e2dec14954568848ad74e73aee9b3aeedd6584
      
https://github.com/qemu/qemu/commit/20e2dec14954568848ad74e73aee9b3aeedd6584
  Author: Daniel P. Berrange <address@hidden>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M util/error.c

  Log Message:
  -----------
  error: ensure errno detail is printed with error_abort

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 <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Markus Armbruster <address@hidden>


  Commit: 6aeda86890a6c36e0538004e378cb647b51035f0
      
https://github.com/qemu/qemu/commit/6aeda86890a6c36e0538004e378cb647b51035f0
  Author: Peter Maydell <address@hidden>
  Date:   2016-03-16 (Wed, 16 Mar 2016)

  Changed paths:
    M util/error.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-03-16' into 
staging

Error reporting patches for 2016-03-16

# gpg: Signature made Wed 16 Mar 2016 09:57:00 GMT using RSA key ID EB918653
# gpg: Good signature from "Markus Armbruster <address@hidden>"
# gpg:                 aka "Markus Armbruster <address@hidden>"

* remotes/armbru/tags/pull-error-2016-03-16:
  error: ensure errno detail is printed with error_abort

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/cad0b273e588...6aeda86890a6

reply via email to

[Prev in Thread] Current Thread [Next in Thread]