Skip to content

Instantly share code, notes, and snippets.

@tkelman
Created March 18, 2015 19:36
Show Gist options
  • Save tkelman/697c8f73f072cfdecc9f to your computer and use it in GitHub Desktop.
Save tkelman/697c8f73f072cfdecc9f to your computer and use it in GitHub Desktop.
Starting program: /home/Tony/julia/usr/bin/julia test/runtests.jl ccall
[New Thread 17488.0x43b4]
[New Thread 17488.0x4748]
[New Thread 17488.0x454c]
[New Thread 17488.0x448c]
[New Thread 17488.0x42d0]
[New Thread 17488.0x20e8]
[New Thread 17488.0x32e4]
[New Thread 17488.0x3e80]
[New Thread 17488.0x427c]
[New Thread 17488.0x24d4]
[New Thread 17488.0x21dc]
* ccall
Program received signal SIGSEGV, Segmentation fault.
0x0000000000dccc20 in jl_toplevel_eval_flex (e=<optimized out>, fast=fast@entry=1)
at toplevel.c:520
520 JL_GC_POP();
(gdb) bt
#0 0x0000000000dccc20 in jl_toplevel_eval_flex (e=<optimized out>, fast=fast@entry=1)
at toplevel.c:520
#1 0x0000000000dcd6f2 in jl_toplevel_eval_flex (fast=1, e=<optimized out>) at toplevel.c:547
#2 jl_parse_eval_all (fname=0x0, fname@entry=0x81950008 "ccall.jl") at toplevel.c:551
#3 0x0000000000dcd99e in jl_load (fname=0x81950008 "ccall.jl") at toplevel.c:590
#4 jl_load_ (str=<optimized out>) at toplevel.c:598
#5 0x00000000352a01e8 in julia_runtests_42740 ()
at D:\cygwin64\home\Tony\julia\test\testdefs.jl:77
#6 0x00000000352a04c7 in jlcall_runtests_42740 ()
#7 0x0000000000d741ba in jl_apply (nargs=1, args=0x82622710, f=<optimized out>) at julia.h:1094
#8 jl_apply_generic (F=0x824fe980, args=0x82622710, nargs=1) at gf.c:1706
#9 0x0000000000d7b9d6 in jl_apply (nargs=<optimized out>, args=<optimized out>, f=0x824fe980)
at julia.h:1094
#10 jl_f_apply (F=<optimized out>, args=0xd5f510, nargs=2) at builtins.c:411
#11 0x000000003522007f in julia_anonymous_42736 () at multi.jl:623
#12 0x0000000033cf02cd in julia_run_work_thunk_42704 (thunk=<optimized out>) at multi.jl:584
#13 0x00000000351e00aa in julia_remotecall_fetch_42734 (w=<optimized out>, f=<optimized out>)
at multi.jl:657
#14 0x0000000000d741ba in jl_apply (nargs=3, args=0xd5f830, f=<optimized out>) at julia.h:1094
#15 jl_apply_generic (F=0x80f698c0, args=0xd5f830, nargs=3) at gf.c:1706
#16 0x0000000000d7b77d in jl_apply (nargs=<optimized out>, args=<optimized out>, f=0x80f698c0)
at julia.h:1094
#17 jl_f_apply (F=<optimized out>, args=<optimized out>, nargs=3) at builtins.c:462
#18 0x0000000034030124 in julia_remotecall_fetch_42733 (id=<optimized out>, f=<optimized out>)
at multi.jl:672
#19 0x0000000000d741ba in jl_apply (nargs=3, args=0x826dd890, f=<optimized out>) at julia.h:1094
#20 jl_apply_generic (F=0x80f698c0, args=0x826dd890, nargs=3) at gf.c:1706
#21 0x0000000000d7b77d in jl_apply (nargs=<optimized out>, args=<optimized out>, f=0x80f698c0)
at julia.h:1094
#22 jl_f_apply (F=<optimized out>, args=<optimized out>, nargs=3) at builtins.c:462
#23 0x0000000033f1038f in julia_anonymous_42722 () at task.jl:1382
#24 0x0000000000dc0734 in jl_apply (nargs=0, args=0x0, f=<optimized out>) at julia.h:1094
#25 start_task () at task.c:232
#26 0x0000000000000000 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment