Skip to content

Instantly share code, notes, and snippets.

@patrickt
Created December 8, 2015 20:08
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 patrickt/7b358c533d832a8625aa to your computer and use it in GitHub Desktop.
Save patrickt/7b358c533d832a8625aa to your computer and use it in GitHub Desktop.
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 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-sun-solaris2.11".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /root/snapboard-5c24579/snapboard...done.
(gdb) r
Starting program: /root/snapboard-5c24579/./snapboard -e prod
[Thread debugging using libthread_db enabled]
[New Thread 1 (LWP 1)]
[New LWP 2 ]
[New LWP 3 ]
[New LWP 4 ]
[New LWP 5 ]
[New LWP 6 ]
[New LWP 7 ]
[New LWP 8 ]
[New LWP 9 ]
[New LWP 10 ]
[New LWP 11 ]
[New LWP 12 ]
[New LWP 13 ]
[New LWP 14 ]
[New LWP 15 ]
[New LWP 16 ]
[New LWP 17 ]
[New LWP 18 ]
[New LWP 19 ]
[New LWP 20 ]
[New LWP 21 ]
[New LWP 22 ]
[New LWP 23 ]
[New LWP 24 ]
[New LWP 25 ]
[New LWP 26 ]
[New LWP 27 ]
[New LWP 28 ]
[New LWP 29 ]
[New LWP 30 ]
[New LWP 31 ]
[New LWP 32 ]
[New LWP 33 ]
[New LWP 34 ]
[New LWP 35 ]
[New LWP 36 ]
[New LWP 37 ]
[New LWP 38 ]
[New LWP 39 ]
[New LWP 40 ]
[New LWP 41 ]
[New LWP 42 ]
[New LWP 43 ]
[New LWP 44 ]
[New LWP 45 ]
[New LWP 46 ]
[New LWP 47 ]
[New LWP 48 ]
[New LWP 49 ]
[New LWP 50 ]
no port specified, defaulting to port 8000
^C[New Thread 2 (LWP 2)]
Program received signal SIGINT, Interrupt.
[Switching to Thread 2 (LWP 2)]
0xfffffd7fff1fe61a in ioctl () from /lib/64/libc.so.1
(gdb) bt
#0 0xfffffd7fff1fe61a in ioctl () from /lib/64/libc.so.1
#1 0xfffffd7fff1d157a in epoll_wait () from /lib/64/libc.so.1
#2 0x00000000032e2ab7 in c7Qy_info ()
#3 0x0000000000000000 in ?? ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment