1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

use bt full

This commit is contained in:
Jeff Becker 2020-06-16 09:25:09 -04:00
parent 52bc2facc2
commit 1ac7da294f
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -11,7 +11,7 @@ def crash_handler (event):
gdb.execute("set logging file " + log_file_name )
gdb.execute("set logging on")
gdb.execute("set logging redirect on")
gdb.execute("thread apply all bt")
gdb.execute("thread apply all bt full")
gdb.execute("q")
gdb.events.stop.connect(crash_handler)