Skip to content

Instantly share code, notes, and snippets.

@jalcine
Created January 11, 2015 20:00
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 jalcine/5ee95f65d2f3e84f84d8 to your computer and use it in GitHub Desktop.
Save jalcine/5ee95f65d2f3e84f84d8 to your computer and use it in GitHub Desktop.
(gdb) run
Starting program: /home/jalcine/Development/Scratch/a.out
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGABRT, Aborted.
0x00007ffff7828e37 in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00007ffff7828e37 in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007ffff782a528 in __GI_abort () at abort.c:89
#2 0x00007ffff7bcf976 in uv__io_poll (loop=loop@entry=0x7ffff7dd9bc0
<default_loop_struct>, timeout=-1) at src/unix/linux-core.c:183
#3 0x00007ffff7bc2e47 in uv_run (loop=0x7ffff7dd9bc0 <default_loop_struct>,
mode=UV_RUN_DEFAULT) at src/unix/core.c:324
#4 0x0000000000400acc in main () at test_file_polling_libuv.c:29
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment