Created
August 24, 2016 02:33
-
-
Save anonymous/13a70c583f00a5d37272aa8650eef1a4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tkelman@julia-arm:~/julia-0.5/base$ gdb --args /home/tkelman/julia-0.5/usr/bin/julia-debug -C native --output-ji /home/tkelman/julia-0.5/usr/lib/julia/inference.ji --startup-file=no coreimg.jl | |
GNU gdb (Ubuntu 7.7-0ubuntu3) 7.7 | |
Copyright (C) 2014 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 "arm-linux-gnueabihf". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>. | |
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"... | |
Reading symbols from /home/tkelman/julia-0.5/usr/bin/julia-debug...done. | |
(gdb) r | |
Starting program: /home/tkelman/julia-0.5/usr/bin/julia-debug -C native --output-ji /home/tkelman/julia-0.5/usr/lib/julia/inference.ji --startup-file=no coreimg.jl | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1". | |
warning: File "/usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.19-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load". | |
To enable execution of this file add | |
add-auto-load-safe-path /usr/lib/arm-linux-gnueabihf/libstdc++.so.6.0.19-gdb.py | |
line to your configuration file "/home/tkelman/.gdbinit". | |
To completely disable this security protection add | |
set auto-load safe-path / | |
line to your configuration file "/home/tkelman/.gdbinit". | |
For more information about this security protection see the | |
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell: | |
info "(gdb)Auto-loading safe path" | |
[New Thread 0x423e2760 (LWP 25566)] | |
essentials.jl | |
generator.jl | |
reflection.jl | |
options.jl | |
promotion.jl | |
tuple.jl | |
range.jl | |
expr.jl | |
error.jl | |
bool.jl | |
number.jl | |
int.jl | |
operators.jl | |
pointer.jl | |
abstractarray.jl | |
array.jl | |
hashing.jl | |
nofloat_hashing.jl | |
reduce.jl | |
intset.jl | |
dict.jl | |
iterator.jl | |
Program received signal SIGSEGV, Segmentation fault. | |
0x6300e12c in julia_convert_530 (x=...) | |
(gdb) bt | |
#0 0x6300e12c in julia_convert_530 (x=...) | |
#1 0x4004b426 in jl_call_method_internal (meth=0x434a1c30, args=0xbeffd464, nargs=3) | |
at /home/tkelman/julia-0.5/src/julia_internal.h:192 | |
#2 0x4004fe76 in jl_apply_generic (args=0xbeffd464, nargs=3) | |
at /home/tkelman/julia-0.5/src/gf.c:1930 | |
#3 0x6300dec4 in julia_unshift!_520 (a=<optimized out>, item=0x4327f340) | |
at array.jl:534 | |
#4 0x4004b426 in jl_call_method_internal (meth=0x434a1be0, args=0xbeffd5b8, nargs=3) | |
at /home/tkelman/julia-0.5/src/julia_internal.h:192 | |
#5 0x4004fe76 in jl_apply_generic (args=0xbeffd5b8, nargs=3) | |
at /home/tkelman/julia-0.5/src/gf.c:1930 | |
#6 0x6300a9a8 in julia_pushmeta!_451 (ex=..., sym=<optimized out>, args...=0x42d3c018) | |
at expr.jl:131 | |
#7 0x4004b426 in jl_call_method_internal (meth=0x434a1320, args=0xbeffd698, nargs=3) | |
at /home/tkelman/julia-0.5/src/julia_internal.h:192 | |
#8 0x4004fe76 in jl_apply_generic (args=0xbeffd698, nargs=3) | |
at /home/tkelman/julia-0.5/src/gf.c:1930 | |
#9 0x6300a264 in julia_@inline_448 (ex=0x4327d8c0) at expr.jl:48 | |
#10 0x400545b2 in jl_call_method_internal (meth=0x434a12d0, args=0xbeffd6f0, nargs=2) | |
at /home/tkelman/julia-0.5/src/julia_internal.h:192 | |
#11 0x40054baa in fl_invoke_julia_macro (fl_ctx=0x4028ffb8 <jl_ast_main_ctx>, | |
args=0x42c35078, nargs=2) at /home/tkelman/julia-0.5/src/ast.c:161 | |
#12 0x40176c58 in apply_cl (fl_ctx=0x4028ffb8 <jl_ast_main_ctx>, nargs=1) | |
at flisp.c:1227 | |
#13 0x40175de2 in do_trycatch (fl_ctx=0x4028ffb8 <jl_ast_main_ctx>) at flisp.c:899 | |
#14 0x4017a068 in apply_cl (fl_ctx=0x4028ffb8 <jl_ast_main_ctx>, nargs=2) | |
at flisp.c:1807 | |
#15 0x40172462 in _applyn (fl_ctx=0x4028ffb8 <jl_ast_main_ctx>, n=1) at flisp.c:678 | |
#16 0x40172684 in fl_applyn (fl_ctx=0x4028ffb8 <jl_ast_main_ctx>, n=1, f=1111802602) | |
at flisp.c:723 | |
#17 0x400569be in jl_parse_eval_all (fname=0x42d6fbf0 "iterator.jl", content=0x0, | |
contentlen=0) at /home/tkelman/julia-0.5/src/ast.c:702 | |
#18 0x4007d352 in jl_load (fname=0x42d6fbf0 "iterator.jl") | |
at /home/tkelman/julia-0.5/src/toplevel.c:596 | |
#19 0x4007d3d0 in jl_load_ (str=0x42d56c30) | |
at /home/tkelman/julia-0.5/src/toplevel.c:605 | |
#20 0x62ffc1f8 in julia_include_59 (fname=...) at boot.jl:231 | |
#21 0x4004b426 in jl_call_method_internal (meth=0x42d49ff0, args=0xbeffe010, nargs=2) | |
at /home/tkelman/julia-0.5/src/julia_internal.h:192 | |
#22 0x4004fe76 in jl_apply_generic (args=0xbeffe010, nargs=2) | |
---Type <return> to continue, or q <return> to quit--- | |
at /home/tkelman/julia-0.5/src/gf.c:1930 | |
#23 0x40060396 in do_call (args=0x43364d70, nargs=2, s=0x0) | |
at /home/tkelman/julia-0.5/src/interpreter.c:66 | |
#24 0x40060baa in eval (e=0x43290580, s=0x0) | |
at /home/tkelman/julia-0.5/src/interpreter.c:190 | |
#25 0x40060128 in jl_interpret_toplevel_expr (e=0x43290580) | |
at /home/tkelman/julia-0.5/src/interpreter.c:31 | |
#26 0x4007d17c in jl_toplevel_eval_flex (e=0x43290580, fast=1, expanded=1) | |
at /home/tkelman/julia-0.5/src/toplevel.c:558 | |
#27 0x4007c0fc in jl_eval_module_expr (ex=0x42d58c50) | |
at /home/tkelman/julia-0.5/src/toplevel.c:196 | |
#28 0x4007cd08 in jl_toplevel_eval_flex (e=0x42d58c50, fast=1, expanded=0) | |
at /home/tkelman/julia-0.5/src/toplevel.c:465 | |
#29 0x4007d2ae in jl_toplevel_eval (v=0x42d58c50) | |
at /home/tkelman/julia-0.5/src/toplevel.c:580 | |
#30 0x40059c36 in jl_toplevel_eval_in_warn (m=0x42d68010, ex=0x42d58c50, delay_warn=0) | |
at /home/tkelman/julia-0.5/src/builtins.c:576 | |
#31 0x400599cc in jl_toplevel_eval_in (m=0x42d68010, ex=0x42d58c50) | |
at /home/tkelman/julia-0.5/src/builtins.c:542 | |
#32 0x62ffb960 in julia_eval_32 (m=<optimized out>, e=<optimized out>) at boot.jl:234 | |
#33 0x4004b426 in jl_call_method_internal (meth=0x42d49a50, args=0xbeffeae0, nargs=3) | |
at /home/tkelman/julia-0.5/src/julia_internal.h:192 | |
#34 0x4004fe76 in jl_apply_generic (args=0xbeffeae0, nargs=3) | |
at /home/tkelman/julia-0.5/src/gf.c:1930 | |
#35 0x40060396 in do_call (args=0x42d6c0b0, nargs=3, s=0x0) | |
at /home/tkelman/julia-0.5/src/interpreter.c:66 | |
#36 0x40060baa in eval (e=0x42d58160, s=0x0) | |
at /home/tkelman/julia-0.5/src/interpreter.c:190 | |
#37 0x40060128 in jl_interpret_toplevel_expr (e=0x42d58160) | |
at /home/tkelman/julia-0.5/src/interpreter.c:31 | |
#38 0x4007d17c in jl_toplevel_eval_flex (e=0x42d58160, fast=1, expanded=1) | |
at /home/tkelman/julia-0.5/src/toplevel.c:558 | |
#39 0x40056aea in jl_parse_eval_all (fname=0xbefff85a "coreimg.jl", content=0x0, | |
contentlen=0) at /home/tkelman/julia-0.5/src/ast.c:717 | |
#40 0x4007d352 in jl_load (fname=0xbefff85a "coreimg.jl") | |
at /home/tkelman/julia-0.5/src/toplevel.c:596 | |
#41 0x000092d8 in exec_program (program=0xbefff85a "coreimg.jl") | |
at /home/tkelman/julia-0.5/ui/repl.c:66 | |
#42 0x0000944e in true_main (argc=1, argv=0xbefff6bc) | |
at /home/tkelman/julia-0.5/ui/repl.c:119 | |
---Type <return> to continue, or q <return> to quit--- | |
#43 0x0000973a in main (argc=1, argv=0xbefff6bc) | |
at /home/tkelman/julia-0.5/ui/repl.c:232 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment