Skip to content

Instantly share code, notes, and snippets.

@bensadeghi
Created August 29, 2013 01:20
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 bensadeghi/6373293 to your computer and use it in GitHub Desktop.
Save bensadeghi/6373293 to your computer and use it in GitHub Desktop.
GDB backtrace for Segfault during bootstrap (sysimg.jl) on Fedora19 64-bit
Using Julia version 5d9b434fb973bae7aaa39d1b159963b00a962597 (Wed Aug 28 20:38:33 2013 -0400)
GBD backtrace output:
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
osutils.jl
Program received signal SIGSEGV, Segmentation fault.
0x00007fffef9d3b1d in ?? ()
#0 0x00007fffef9d3b1d in ?? ()
#1 0x00007ffffffb2cd0 in ?? ()
#2 0x37b42b0a95156100 in ?? ()
#3 0x00007ffffffb2cd0 in ?? ()
#4 0x00007ffff69b5571 in jl_apply (f=0x37b42b0a95156100, args=0x7ffff69b0d5a <jl_apply_generic>, nargs=0) at julia.h:1022
Backtrace stopped: frame did not save the PC
(gdb)
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment