Segmentation fault: 11 /usr/local/julia/usr/bin/julia-release-readline -bf sysimg.jl

514 views
Skip to first unread message

Federico Calboli

unread,
May 30, 2013, 5:55:39 AM5/30/13
to juli...@googlegroups.com
Hi All,

today I did a git fetch and git merge orining, followed by make.  I got:

/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'. ***

that error was NOT sorted buy ither make clean or make cleanall... what gives?

Cheers

F

Viral Shah

unread,
May 30, 2013, 11:32:51 PM5/30/13
to juli...@googlegroups.com
I believe this is now fixed.

-viral

Stefan Karpinski

unread,
May 30, 2013, 11:40:12 PM5/30/13
to Julia Dev
Not really, I just reverted the change that exposed this problem on OS X. We're looking for it.

Viral Shah

unread,
May 31, 2013, 12:07:19 AM5/31/13
to juli...@googlegroups.com
Right - thanks for the more accurate description. I just meant to say that the build works now.

-viral

Eric Davies

unread,
Aug 8, 2013, 3:12:12 PM8/8/13
to juli...@googlegroups.com
I am currently having this issue on funtoo (gentoo) linux when attempting to compile julia at revision ed68eb5892b38403cee97a7dba248b3ed88913a2. Can anyone lend a hand?

Thanks,
Eric

Elliot Saba

unread,
Aug 8, 2013, 4:15:28 PM8/8/13
to juli...@googlegroups.com
Can you create a debug build of Julia (via `make debug`) which will still fail when creating `sys.jl`, and then run the `sys.jl` creation process inside `gdb` by executing the following command inside of the base folder inside the julia git repository:

gdb --args ../usr/bin/julia-debug-readline -bf sysimg.jl

Once it segfaults, type `bt` to get a backtrace from gdb, and post that here.
-E

Eric Davies

unread,
Aug 9, 2013, 11:33:06 AM8/9/13
to juli...@googlegroups.com
Thanks for the response. Here's my backtrace:

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

Eric Davies

unread,
Aug 15, 2013, 2:40:12 PM8/15/13
to juli...@googlegroups.com
I have created a github issue for this at https://github.com/JuliaLang/julia/issues/4073
Reply all
Reply to author
Forward
0 new messages