Skip to content

Instantly share code, notes, and snippets.

Created April 10, 2012 21:17
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/01bcc546f27ec319d344 to your computer and use it in GitHub Desktop.
Save anonymous/01bcc546f27ec319d344 to your computer and use it in GitHub Desktop.
(gdb) bt full
#0 0x000142bd in run_test_fs_event_watch_dir () at ../test/test-fs-event.c:168
fs_req = {
type = UV_FS,
data = 0xaf3a1,
loop = 0xad960,
fs_type = UV_FS_RMDIR,
cb = 0,
result = -1,
ptr = 0x0,
path = 0x101aa0 "watch_dir",
errorno = 0,
statbuf = {
st_dev = 0,
st_ino = 3221223560,
st_mode = 35887,
st_nlink = 36833,
st_uid = 0,
st_gid = 717724,
st_rdev = -1073743720,
st_atimespec = {
tv_sec = -1881043921,
tv_nsec = 0
},
st_mtimespec = {
tv_sec = 0,
tv_nsec = 0
},
st_ctimespec = {
tv_sec = 0,
tv_nsec = 0
},
st_size = 65280,
st_blocks = 0,
st_blksize = 0,
st_flags = 0,
st_gen = 0,
st_lspare = -1829207984,
st_qspare = {-7855708899490792552, 285933600672}
},
eio = 0xbffffa16
}
loop = (uv_loop_t *) 0xad960
r = -1
#1 0x000046b0 in run_test_part (test=0xbffffa16 "fs_event_watch_dir", part=0xbffffa29 "fs_event_watch_dir") at ../test/runner.c:260
task = (task_entry_t *) 0x5fa20
#2 0x00003a88 in main (argc=3, argv=0xbffff924) 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