bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#10933: Acknowledgement (24.0.94; No output shown in *input/output* b


From: Troels Nielsen
Subject: bug#10933: Acknowledgement (24.0.94; No output shown in *input/output* buffer of M-x gdb not working after first run)
Date: Thu, 22 Mar 2012 10:30:32 +0100

Hi,

I think this bug is due to gdb-mi creating a pty which it expects to
remain open. When the process being debugged disconnects, emacs will
receive an EIO-errno and (I believe mistakenly) send a SIGCHLD to
itself, and stop listening to the pty.

This patch fixes the problem for me.

Troels

Attachment: gdb-fix.patch
Description: Text Data


reply via email to

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