Skip to content

Instantly share code, notes, and snippets.

@iamed2
Last active December 21, 2015 03:38
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 iamed2/6243159 to your computer and use it in GitHub Desktop.
Save iamed2/6243159 to your computer and use it in GitHub Desktop.
Segfaults during bootstrap (sysimg.jl). Built with `make debug`. The error was not fixed with clean or cleanall.
Revision d3117e2cd4fc85db6019fff875c84591fc20cd77
/bin/sh: line 1: 29933 Segmentation fault: 11 /usr/local/julia/usr/bin/julia-release-readline -bf sysimg.jl
*** This error is usually fixed by running 'make clean'. If the error persists, try 'make cleanall'. ***
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff53e3f9d in ?? ()
(gdb) bt
#0 0x00007ffff53e3f9d in ?? ()
#1 0x000000000236f160 in ?? ()
#2 0xda5ca026f34d7700 in ?? ()
#3 0x00007ffffffb7050 in ?? ()
#4 0x00007ffff64bb526 in jl_apply (f=0x19a6a90, args=0x7ffffffb7050,
nargs=32767) at julia.h:1019
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