[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser/tor-browser-52.3.0esr-7.5-2] Bug 1317802 - don't stop for SIGSYS in .gdbinit; r=jld
commit 08e00435a6657b00a06f7650276944d9b36ee36d
Author: Nathan Froyd <froydnj@xxxxxxxxxxx>
Date: Wed Nov 16 01:13:22 2016 -0500
Bug 1317802 - don't stop for SIGSYS in .gdbinit; r=jld
The sandboxing code generates this signal nowadays, which makes
debugging with tools like rr quite frustrating.
DONTBUILD because NPOTB
---
.gdbinit | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gdbinit b/.gdbinit
index dd9a005f67a1..08f1fc0f2011 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -16,6 +16,7 @@ handle SIGPIPE noprint nostop pass
# sandboxing code on older kernels.
handle SIG38 noprint nostop pass
handle SIG64 noprint nostop pass
+handle SIGSYS noprint nostop pass
# Show the concrete types behind nsIFoo
set print object on
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits