Skip to content

Instantly share code, notes, and snippets.

@doobwa
Created September 29, 2013 14:32
Show Gist options
  • Save doobwa/6753015 to your computer and use it in GitHub Desktop.
Save doobwa/6753015 to your computer and use it in GitHub Desktop.
GDB Backtrace for segfault during bootstrap (sysimg.jl) on Ubuntu
NU gdb (GDB) 7.5.91.20130417-cvs-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
osutils.jl
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff52884ed in ?? ()
#0 0x00007ffff52884ed in ?? ()
#1 0x0000000001f99030 in ?? ()
#2 0x008f526da3073600 in ?? ()
#3 0x00007ffffffb7430 in ?? ()
#4 0x00007ffff6d62f18 in jl_apply (f=0x1bf7540, args=0x7ffffffb7430, nargs=32767) at julia.h:1026
Backtrace stopped: frame did not save the PC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment