Skip to content

Instantly share code, notes, and snippets.

Created April 10, 2012 18:59
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/5685cc1e620e11c1c625 to your computer and use it in GitHub Desktop.
Save anonymous/5685cc1e620e11c1c625 to your computer and use it in GitHub Desktop.
(gdb) run
Starting program: /Users/smh8g/Desktop/bnoordhuis-libuv-3081f80/out/Debug/run-tests fs_event_watch_dir fs_event_watch_dir
Reading symbols for shared libraries ++++....................... done
Assertion failed in ../test/test-fs-event.c on line 87: events == UV_RENAME
Program received signal SIGABRT, Aborted.
0x9523bd52 in __kill ()
(gdb) p events
No symbol "events" in current context.
(gdb) p event
No symbol "event" in current context.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment