Skip to content

Instantly share code, notes, and snippets.

Created April 10, 2012 19: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 anonymous/a3209f2a8c36d91ab730 to your computer and use it in GitHub Desktop.
Save anonymous/a3209f2a8c36d91ab730 to your computer and use it in GitHub Desktop.
(gdb) bt full
#0 0x9523bd52 in __kill ()
No symbol table info available.
#1 0x9523bd44 in kill$UNIX2003 ()
No symbol table info available.
#2 0x952ae242 in raise ()
No symbol table info available.
#3 0x952ba681 in abort ()
No symbol table info available.
#4 0x0000c7c8 in fs_event_cb_dir (handle=0x542e0, filename=0x0, events=-1792819886, status=0) at ../test/test-fs-event.c:86
No locals.
#5 0x00039cfb in uv__fs_event (loop=0x90d40, w=0x54300, revents=64) at ../src/unix/kqueue.c:68
handle = (uv_fs_event_t *) 0x542e0
events = <value temporarily unavailable, due to optimizations>
__func__ = "uv__fs_event"
#6 0x0002d374 in ev_invoke_pending (loop=0x90d40) at ../src/unix/ev/ev.c:2149
p = <value temporarily unavailable, due to optimizations>
#7 0x00031af8 in ev_run (loop=0x90d40, flags=<value temporarily unavailable, due to optimizations>) at ../src/unix/ev/ev.c:2525
__func__ = "ev_run"
#8 0x0002850a in uv__run (loop=0x90960) at ../src/unix/core.c:170
No locals.
#9 0x00028f3e in uv_loop_refcount [inlined] () at ../src/unix/core.c:179
No locals.
#10 0x00028f3e in uv_run (loop=0x90960) at ../src/unix/core.c:180
No locals.
#11 0x0000cdf8 in run_test_fs_event_watch_dir () at ../test/test-fs-event.c:174
fs_req = {
type = UV_FS,
data = 0x951cefb8,
loop = 0x90960,
fs_type = UV_FS_RMDIR,
cb = 0,
result = -1,
ptr = 0x0,
path = 0x101aa0 "watch_dir",
errorno = 0,
statbuf = {
st_dev = 0,
st_ino = 0,
st_mode = 0,
st_nlink = 0,
st_uid = 0,
st_gid = 0,
st_rdev = -1829207984,
st_atimespec = {
tv_sec = -1829110888,
tv_nsec = -1829049760
},
st_mtimespec = {
tv_sec = -1829208160,
tv_nsec = 745472
},
st_ctimespec = {
tv_sec = -1073743338,
tv_nsec = -1073743319
},
st_size = 2572430933489956,
st_blocks = 1172216834215016,
st_blksize = 13674,
st_flags = 3221223977,
st_gen = 239563,
st_lspare = 66,
st_qspare = {-4611693557888007806, -4611692439403495421}
},
eio = 0xbffffa16
}
loop = (uv_loop_t *) 0x90960
r = <value temporarily unavailable, due to optimizations>
#12 0x00002e25 in main (argc=3, argv=<value temporarily unavailable, due to optimizations>) at ../test/run-tests.c:51
No locals.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment