Here the error report I captured via GDB: I hope anyone can filter out via this what is wrong, is it my drivers? Is it my laptop?? (is it me?)
Program received signal SIGABRT, Aborted. 0x00333422 in __kernel_vsyscall () (gdb) bt #0 0x00333422 in __kernel_vsyscall () #1 0x00c164d1 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0x00c19932 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 0x082391ca in scheme_bignum_divide () #10 0x08148f71 in do_bin_quotient () #11 0x08148fac in scheme_bin_quotient () #12 0x08188100 in scheme_rational_normalize () #13 0x08187df5 in ?? () #14 0x08187e73 in scheme_make_rational () #15 0x081887bc in scheme_rational_add () #16 0x08188810 in scheme_rational_subtract () #17 0x08146709 in scheme_bin_minus () #18 0x08148928 in ?? () #19 0x0065723a in ?? () #20 0x080b12aa in scheme_do_eval () #21 0x080b34d0 in ?? () #22 0x080cf888 in scheme_top_level_do_worker () #23 0x080b2f43 in scheme_eval_multi () #24 0x080b640b in ?? () #25 0x080b6577 in scheme_eval_string_all () #26 0x0806ef4d in fluxus::Interpreter::Interpret(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, Scheme_Object**, bool) () #27 0x0807ab6b in MotionCallback(int, int) () #28 0x0081f0c4 in glutMainLoopEvent () from /usr/lib/libglut.so.3 #29 0x0081f3dd in glutMainLoop () from /usr/lib/libglut.so.3 #30 0x0807c4dc in run(void*) () #31 0x0807d00f in scheme_main_stack_setup () #32 0x0807a551 in main () (gdb) (gdb) Cheers, Elmer -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Elmer & Maddy Sent: zaterdag 15 mei 2010 12:51 To: 'gabor papp' Cc: [email protected] Subject: Re: [Fluxus] zsh: abort Hi, I am able to create a log file with gdb now (each time they are a little different) I updated and ugraded fluxus (I had 0.17 installed but still around 23 parts where updated. Still those crashes occure. ... What see very often happen is when I start fluxus are the following frases: Udevd[1072]: can not read'/etc/udev/rules.d/280_users.rules 9.019522] ath5k phy0: noise floor calibration failed (2427 MHz) 9.231432] ath5k phy0: noise floor calibration failed (2427 MHz) After that laptop stops starting up and stays with this screen. Then I need to reboot the laptop (via power button) Next time I will post my gdb file again. Br, Elmer -----Original Message----- From: gabor papp [mailto:[email protected]] Sent: zaterdag 15 mei 2010 7:23 To: Elmer & Maddy Cc: 'Dave Griffiths'; [email protected] Subject: Re: [Fluxus] zsh: abort > I get these errors only when I move my object with my mouse or mouse pad. > When I run my scripts with the F5..no errors occur. don't forget to set your .gdbinit file before debugging fluxus. like this: http://www.mail-archive.com/[email protected]/msg00512.html best, gabor
