Sorry don't have gdb I will have to download it, but there are several versions and some seem machine specific (sourceforge for example). Mandrake rpms require registration etc., don't know if I can get this free(?) from them. Any other ideas on source for GDB ?
Tom On Friday 11 July 2003 01:02 am, Alexandre Prokoudine wrote: > Tom Jakabfy wrote > > > I recompiled Qt 3.1 today (2 hours for 'make') using Linux Format CDRom > > 39b April 2003. > > > > After it finished, I remade Scribus from 1.0RC1 > > > > After loading in my pages newsletter and trying insert a new page, the > > same problem occurred...crash to desktop. > > > > I then ran Scribus in a terminal and the following message resulted: > > "Loading required GL library /usr/X11R6/lib/libGL.so.1.2 > > Segmentation fault" > > > > I check my directory and the libGL.so.1.2 file is there... > > > > Any ideas???? > > If you have GDB installed, do > > $ gdb scribus > > It will bring you to GDB console. Type > > <gdb) run > > After Scribus crashes, go back to this console and type > > (gdb) where > > and send the whole output here. This will make some sense :-)
