rra@ABDULHAMID:~/Projects/HJC/langs/julia/base(hjc_develop)$ gdb --args 
/local/rra/HJC/hjc_develop/julia_RELEASE_build/bin/julia -C native --build 
/local/rra/HJC/hjc_develop/julia_RELEASE_build/lib/julia/sys0 sysimg.jl
GNU gdb (GDB; devel:gcc) 7.9
Copyright (C) 2015 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-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...

warning: /etc/gdbinit.d/gdb-heap.py: No such file or directory
Reading symbols from 
/local/rra/HJC/hjc_develop/julia_RELEASE_build/bin/julia...done.
(gdb) r
Starting program: /local/rra/HJC/hjc_develop/julia_RELEASE_build/bin/julia 
-C native --build 
/local/rra/HJC/hjc_develop/julia_RELEASE_build/lib/julia/sys0 sysimg.jl
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
warning: the debug information found in 
"/usr/lib/debug//lib64/libc-2.19.so.debug" does not match 
"/lib64/libc.so.6" (CRC mismatch).

warning: the debug information found in 
"/usr/lib/debug/lib64/libc-2.19.so.debug" does not match "/lib64/libc.so.6" 
(CRC mismatch).


*Program received signal SIGSEGV, Segmentation fault.*
*0x00007ffff6d598c6 in fl_raise (e=140737301607463) at flisp.c:187*
*187    while (readstate != (fl_readstate_t*)fl_ctx->rdst) {*


I don't quite get what is happening.
But this started happenning after  i tried to compile all sys img into a 
bitcode file doing:

"julia --build sysimg.bc --dump-bitcode=yes --compile=all -J 
/local/rra/HJC/julia/lib/julia/sys0.ji -f sysimg.jl"

Now I can't get full builds....

Thanks


Reply via email to