Skip to content

Instantly share code, notes, and snippets.

@carylee
Created October 20, 2011 01:47
Show Gist options
  • Save carylee/1300213 to your computer and use it in GitHub Desktop.
Save carylee/1300213 to your computer and use it in GitHub Desktop.
backtrace
#0 0x0000003f7d6aabd0 in __nanosleep_nocancel () from /lib64/libc.so.6
#1 0x0000003f7d6aaa60 in sleep () from /lib64/libc.so.6
#2 0x0000000000402deb in waitForJob (job=0x605d90) at runtime.c:898
#3 0x0000000000402dd1 in foregroundJob (job=0x605d90, cont=0) at runtime.c:890
#4 0x000000000040256a in Exec (job=0x605d90, forceFork=1, background=0) at runtime.c:583
#5 0x0000000000402168 in RunExternalCmd (job=0x605d90, fork=1) at runtime.c:463
#6 0x0000000000401c18 in RunCmdFork (cmd=0x6057b0, fork=1) at runtime.c:224
#7 0x0000000000401bce in RunCmd (cmd=0x6057b0) at runtime.c:201
#8 0x00000000004013ac in Interpret (cmdLine=0x605520 "ls") at interpreter.c:103
#9 0x0000000000403284 in main (argc=1, argv=0x7fffffffe528) at tsh.c:104
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment