Darn, I shouted victory too soon: Error is here again: Program received signal SIGABRT, Aborted. 0x00194422 in __kernel_vsyscall () (gdb) bt #0 0x00194422 in __kernel_vsyscall () #1 0x00ada4d1 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0x00add932 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0x08233015 in fault_handler () #4 <signal handler called> #5 0x00000001 in ?? () #6 0x08235581 in ?? () #7 0x0822f5ef in ?? () #8 0x0822f86f in GC_malloc_one_tagged () #9 0x0822f6d4 in ?? () #10 0x0822f960 in GC_malloc_one_small_tagged () #11 0x080e144d in scheme_make_hash_table () #12 0x081e2c61 in ?? () #13 0x081e2f80 in scheme_datum_to_syntax () #14 0x081e401b in ?? () #15 0x006c2f59 in ?? () #16 0x080b12aa in scheme_do_eval () #17 0x080cfdc6 in ?? () #18 0x080cf888 in scheme_top_level_do_worker () #19 0x080cff54 in scheme_apply_with_dynamic_state () #20 0x080d14de in scheme_apply_macro () #21 0x080a644c in ?? () #22 0x080a855f in ?? () #23 0x080ab2c5 in scheme_compile_expr () #24 0x080a58da in ?? () #25 0x080cf888 in scheme_top_level_do_worker () #26 0x080cf565 in scheme_top_level_do () #27 0x080a5cbe in ?? () #28 0x080b472b in scheme_default_compile_handler () #29 0x080b08ac in scheme_do_eval () #30 0x080cfdc6 in ?? () #31 0x080cf888 in scheme_top_level_do_worker () #32 0x080cf565 in scheme_top_level_do () #33 0x080cfe27 in ?? () #34 0x080cfe58 in scheme_apply () #35 0x080a4bfa in ?? () #36 0x080a580c in ?? () #37 0x080cf888 in scheme_top_level_do_worker () #38 0x080cf565 in scheme_top_level_do () #39 0x080a5cbe in ?? () #40 0x080a5d31 in scheme_compile_for_eval () #41 0x080b2f26 in scheme_eval_multi () #42 0x080b640b in ?? () #43 0x080b6577 in scheme_eval_string_all () #44 0x0806ef4d in fluxus::Interpreter::Interpret(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, Scheme_Object**, bool) () #45 0x0807ab6b in MotionCallback(int, int) () #46 0x002aa0c4 in glutMainLoopEvent () from /usr/lib/libglut.so.3 #47 0x002aa3dd in glutMainLoop () from /usr/lib/libglut.so.3 #48 0x0807c4dc in run(void*) () #49 0x0807d00f in scheme_main_stack_setup () #50 0x0807a551 in main () (gdb)
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Elmer & Maddy Sent: zaterdag 15 mei 2010 19:48 To: 'gabor papp' Cc: [email protected] Subject: Re: [Fluxus] zsh: abort Hi, @ Gabor: yes, I ran .gdbinit with the lines in it. @ Dave: yes, I did the apt-get upgrade and all is up to date now. (help "hint")==> displays with the "Function not found, did you mean one of these?" I think I found the problem: Everything is up to date now. But I made some stuff I use frequently (light, some cubes and rows, practical stuff) Instead of typing that, I saved it, I load it and copy paste it when I wanna use it. But those where written on 0.16 and on not upgraded 0.17. If I write something totally new in my upgraded 0.17 fluxus, no crashes appear. When I use some of my pre-scripted stuff (wrote on 0.16 and on not updated 0.17) I get a crash. I will keep an eye on it and post it when it happens again, but I think it is solved. Thank you for helping me out here! Br, Elmer -----Original Message----- From: gabor papp [mailto:[email protected]] Sent: zaterdag 15 mei 2010 16:49 To: Elmer & Maddy Cc: [email protected] Subject: Re: [Fluxus] zsh: abort > I hope anyone can filter out via this what is wrong, is it my drivers? > Is it my laptop?? (is it me?) it seems it is crashing inside plt scheme. just to make sure, did you write a .gdbinit file before running gdb with these lines in it? handle SIGSEGV nostop noprint handle SIG33 nostop noprint pass handle SIG32 nostop noprint pass gabor
