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/18653] spawn changes SIGPIPE SIG_DFL to SIG_IGN


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

Jan Kratochvil <jan.kratochvil at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jan.kratochvil at redhat dot com

--- Comment #1 from Jan Kratochvil <jan.kratochvil at redhat dot com> ---
initsigs () at /usr/src/debug/Python-2.7.12/Python/pythonrun.c:1800 -
PyOS_setsig(SIGPIPE, SIG_IGN);
initsigs () at /usr/src/debug/Python-3.5.1/Python/pylifecycle.c:1459 -
PyOS_setsig(SIGPIPE, SIG_IGN);

gdb -ex 'b signal if $rdi==13' -ex 'b sigaction if $rdi==13' -ex r --args gdb
-batch -ex r --args ./pipe

-- 
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]