Skip to content

Instantly share code, notes, and snippets.

@steshaw
Created September 15, 2020 04:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steshaw/5fc0768262ea38c0d43b2979c135498c to your computer and use it in GitHub Desktop.
Save steshaw/5fc0768262ea38c0d43b2979c135498c to your computer and use it in GitHub Desktop.
GNU gdb (GDB) 9.2
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /nix/store/wxwd95hb9nfd4fr82iv96wnvdyai0jmp-chez-scheme-9.5.2/bin/scheme...
(No debugging symbols found in /nix/store/wxwd95hb9nfd4fr82iv96wnvdyai0jmp-chez-scheme-9.5.2/bin/scheme)
Attaching to program: /nix/store/wxwd95hb9nfd4fr82iv96wnvdyai0jmp-chez-scheme-9.5.2/bin/scheme, process 9572
[New LWP 15462]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/nix/store/jvjchabdmcxlwjhbiii5sy6d2hcg6z7r-glibc-2.31/lib/libthread_db.so.1".
0x00007f9901bf3097 in accept ()
from /nix/store/jvjchabdmcxlwjhbiii5sy6d2hcg6z7r-glibc-2.31/lib/libpthread.so.0
(gdb) thread apply all where
Thread 2 (Thread 0x7f99019cb700 (LWP 15462)):
#0 0x00007f9901bef88d in pthread_cond_wait@@GLIBC_2.3.2 () from /nix/store/jvjchabdmcxlwjhbiii5sy6d2hcg6z7r-glibc-2.31/lib/libpthread.so.0
#1 0x0000000000436143 in S_condition_wait ()
#2 0x000000004279d58c in ?? ()
#3 0x000000000218e530 in ?? ()
#4 0x0000000000434d78 in S_call_help ()
#5 0x0000000000434ddf in Scall0 ()
#6 0x0000000000435dc3 in start_thread ()
#7 0x00007f9901be8ead in start_thread () from /nix/store/jvjchabdmcxlwjhbiii5sy6d2hcg6z7r-glibc-2.31/lib/libpthread.so.0
#8 0x00007f9901b04d2f in clone () from /nix/store/jvjchabdmcxlwjhbiii5sy6d2hcg6z7r-glibc-2.31/lib/libc.so.6
Thread 1 (Thread 0x7f9901a0a780 (LWP 9572)):
#0 0x00007f9901bf3097 in accept () from /nix/store/jvjchabdmcxlwjhbiii5sy6d2hcg6z7r-glibc-2.31/lib/libpthread.so.0
#1 0x00007f9901a05136 in idrnet_accept () from /home/steshaw/Code/abailly/hsgames/bautzen1945/idris/build/exec/echo_app/libidris2_support.so
#2 0x00000000423a86ac in ?? ()
#3 0x0000000000462600 in ?? ()
#4 0x0000000000434d78 in S_call_help ()
#5 0x0000000000437880 in boot_call ()
#6 0x0000000000437e73 in run_script ()
#7 0x0000000000409d8a in main ()
(gdb) quit
A debugging session is active.
Inferior 1 [process 9572] will be detached.
Quit anyway? (y or n) y
Detaching from program: /nix/store/wxwd95hb9nfd4fr82iv96wnvdyai0jmp-chez-scheme-9.5.2/bin/scheme, process 9572
[Inferior 1 (process 9572) detached]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment