thanks Jaime. it's a 64 bit linux, isn't it?
Jaime Villarreal wrote:
ok,
I created a .gdbinit file with the lines you listed in my fluxus folder
from the same folder I ran 'gdb fluxus' and then at the (gdb) prompt I
typed 'run'
fluxus launches and I entered the (help) command
then at the (gdb) prompt I typed 'backtrace'
and I get the following output:
(gdb) backtrace
#0 0xb80d3430 in __kernel_vsyscall ()
#1 0xb75c46d0 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75c6098 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb760224d in ?? () from /lib/tls/i686/cmov/libc.so.6
#4 0xb7696da8 in __fortify_fail () from /lib/tls/i686/cmov/libc.so.6
#5 0xb7696d60 in __stack_chk_fail () from /lib/tls/i686/cmov/libc.so.6
#6 0x08061aa4 in __stack_chk_fail_local ()
#7 0x0805441d in fluxus::Interpreter::Interpret (s...@0xbf9f0138,
ret=0xbf9f013c, abort=false) at src/Interpreter.cpp:259
#8 0x08055828 in fluxus::Repl::TryEval (this=0x8567d78) at src/Repl.cpp:214
#9 0x08055ce9 in fluxus::Repl::Handle (this=0x8567d78, button=-1,
key=13, special=-1, state=-1, x=866, y=261, mod=0) at src/Repl.cpp:122
#10 0x0805c2e1 in fluxus::FluxusMain::Handle (this=0x8537ac0, key=13
'\r', button=-1, special=-1, state=-1, x=866, y=261, mod=<value
optimized out>) at src/FluxusMain.cpp:236
#11 0x0805fb91 in KeyboardCallback (key=13 '\r', x=866, y=261) at
src/main.cpp:58
#12 0xb7a13db5 in glutMainLoopEvent () from /usr/lib/libglut.so.3
#13 0xb7a143dd in glutMainLoop () from /usr/lib/libglut.so.3
#14 0x0806149d in run (se=0xb7082660, argc=1, argv=0xbf9f0984) at
src/main.cpp:341
#15 0xb7ea2b8f in call_with_basic (data=0xbf9f08b4) at ./../src/salloc.c:138
#16 0xb7ea2d25 in scheme_main_stack_setup (no_auto_statics=1,
_main=0xb7ea2b30 <call_with_basic>, data=0xbf9f08b4) at
./../src/salloc.c:157
#17 0xb7ea2d9e in scheme_main_setup (no_auto_statics=1,
_main=0x8060550 <run(Scheme_Env*, int, char**)>, argc=1,
argv=0xbf9f0984) at ./../src/salloc.c:147
#18 0x0805eb34 in main (argc=Cannot access memory at address 0x15ef
) at src/main.cpp:348
(gdb)