This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/23020] GDB gets stopped by SIGTTOU when breakpoint insertion in fork child fails


https://sourceware.org/bugzilla/show_bug.cgi?id=23020

--- Comment #2 from Simon Marchi <simon.marchi at ericsson dot com> ---
I'm not entirely sure that this bug and 23368 share the same root cause.  The
symptom is the same, we try to write or change terminal settings while the
terminal is "owned" by the inferior, which leads to SIGTTOU.  However, the root
cause for why we ended up doing that can be quite different.  I'm currently
debugging the "set follow-exec-mode new" case of 23368 and have the feeling
it's not related to this one, so I will re-open 23368.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]