What version are you trying to run? I've just tried 0.75 and couldn't reproduce the crash following the steps you mentioned.
Try running leocad from gdb "gdb leocad" then when it crashes look at the callstack by typing "bt" from inside gdb. Leonardo On Mon, Jun 1, 2009 at 3:34 AM, King Boy L <[email protected]> wrote: > Hello, > > I am trying to debug a crash in the linux version of leocad. But I > haven't had much succes untill now. I used gdb to inspect the core dump > but I can't make anything out of the information it is giving me. I > installed as many debug packages as possible to make the gdb messages > more comprehensible for me but that didn't help either. The gdb didn't > change. It says something like; 'Cannot access memory at address > 0xb7f76658'. > > Here are the steps to reproduce the crash. > 1. piece -> insert > 2. move mouse to 3d view of leocad > 3. leocad crashes > 4. there are some error messages in the terminal from which I started > leocad: (leocad:6826): Gtk-CRITICAL **: gtk_widget_set_sensitive: > assertion `GTK_IS_WIDGET (widget)' failed > > I am not a very experienced programmer, but I did some programming in > the past, and not familiar with the leocad code. So my question is, in > which part of the code should I look to solve this crash? > > thanks in advance, > king boy l > > -- > http://brickcentral.livejournal.com > > _______________________________________________ > Leocad mailing list > [email protected] > https://list.gerf.org/listinfo/leocad >
_______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
