ganeshredcobra / animata

Automatically exported from code.google.com/p/animata
GNU General Public License v3.0
0 stars 0 forks source link

Crashes with segmentation fault #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build on lucid lynx

What is the expected output? What do you see instead?
Starting program: /home/ss/eproj/animata/build/animata 
[Thread debugging using libthread_db enabled]
[New Thread 0xb7e8bb70 (LWP 4455)]
[New Thread 0xb768ab70 (LWP 4456)]

Program received signal SIGSEGV, Segmentation fault.
0x003a0456 in glMatrixMode () from /usr/lib/mesa/libGL.so.1
(gdb) quit
A debugging session is active.

    Inferior 1 [process 4452] will be killed.

Original issue reported on code.google.com by supreet....@gmail.com on 20 Jul 2010 at 12:13

GoogleCodeExporter commented 9 years ago
could you provide a proper backtrace, please?
are you running a 64-bit linux?

Original comment by gabor.p...@gmail.com on 20 Jul 2010 at 12:42

GoogleCodeExporter commented 9 years ago
similar to my problem
32-bit linux Ubuntu 9.10 

backtrace:

[Thread debugging using libthread_db enabled]
[New Thread 0xb7711b70 (LWP 31088)]
[New Thread 0xb6f10b70 (LWP 31089)]

Program received signal SIGSEGV, Segmentation fault.
0xb7da9446 in glMatrixMode () from /usr/lib/libGL.so.1
(gdb) backtrace
#0  0xb7da9446 in glMatrixMode () from /usr/lib/libGL.so.1
#1  0x0804fc54 in Animata::AnimataWindow::transformMouseToWorld (
    this=0x80bf380, x=315, y=336) at src/animata.cpp:637
#2  0x080507fe in Animata::AnimataWindow::handleMouseMotion (this=0x80bf380)
    at src/animata.cpp:969
#3  0x08050d27 in Animata::AnimataWindow::handle (this=0x80bf380, event=11)
    at src/animata.cpp:1096
#4  0xb7f32ba1 in ?? () from /usr/lib/libfltk.so.1.1
#5  0xb7f1a89d in Fl_Window::handle(int) () from /usr/lib/libfltk.so.1.1
#6  0xb7f1abf2 in fl_fix_focus() () from /usr/lib/libfltk.so.1.1
#7  0xb7f1accf in Fl::handle(int, Fl_Window*) () from /usr/lib/libfltk.so.1.1
#8  0xb7f6c112 in fl_handle(_XEvent const&) () from /usr/lib/libfltk.so.1.1
#9  0xb7f6d44e in ?? () from /usr/lib/libfltk.so.1.1
#10 0xb7f6d6ed in fl_wait(double) () from /usr/lib/libfltk.so.1.1
#11 0xb7f1bb1c in Fl::wait(double) () from /usr/lib/libfltk.so.1.1
#12 0xb7f1bc94 in Fl::run() () from /usr/lib/libfltk.so.1.1
#13 0x080513eb in main (argc=1, argv=0xbffff404) at src/animata.cpp:1355
(gdb) 

Original comment by novendri...@gmail.com on 2 Sep 2010 at 10:58