[Jaime Alberto Silva] > (gdb) bt <-- I request the backtrace > #0 0x0000000000000000 in ?? () > #1 0x00000000005a6634 in Pcb3D_GLCanvas::InitGL () > #2 0x00000000005a2e05 in WinEDA3D_DrawFrame::WinEDA3D_DrawFrame () > #3 0x0000000000472f6a in WinEDA_BasePcbFrame::Show3D_Frame ()
This indicate that some NULL pointer is messing up the program. Can you try to run the program using valgrind, to see if more useful information is provided about the crash? Even better, can you rebuild the package with debug information included, and then run valgrind to get a report on the file name and line number where the crash happen. Happy hacking, -- Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org