URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9803122c8e1d24e1ed7f1acfb398b6f34183d9fa
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
9803122 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Ignore SIGPIPE on systems that have it.
According to the GTK+ docs, gtk_init calls "signal(SIGPIPE, SIG_IGN)" at
startup. Replicate that behavior here, otherwise we tend to terminate
unexpectedly.
Change-Id: Ia017402755d647e6050af40deacef6765eea8694
Reviewed-on: https://code.wireshark.org/review/1614
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 483e459 Do some cleanup related to deprecated function names and revised function return values):
adds 9803122 Ignore SIGPIPE on systems that have it.
Summary of changes:
ui/qt/main.cpp | 7 +++++++
1 file changed, 7 insertions(+)