On Tue, 2002-11-26 at 19:08, Rob Lahaye wrote: > Andre Poenitz wrote: > > On Tue, Nov 26, 2002 at 12:39:43PM +1030, Darren Freeman wrote: > > > >>Run the CVS version of LyX. > >> > >>Click File->New > >>Click File->Save or File->Save As > >> > >>pick a sensible filename. > > > > > > Can't reproduce that. Can you have a go with the debugger? > > I can.
I should learn to use GDB one day =) But usually the odd printf() gets me out of trouble... > Is that helpful? Doesn't look so. Is LyX misusing some libs from libstdc++ or libc >or what? > > Few more details: > > 1) LyX makes a correct emergency LyX file, when aborting. So the emergency mechanism >still > works with this crash. Something I'm both proud of and thankful for =) > 2) When LyX does the emergency save (it does that when you type something inbetween >the File->New > and File->Save), then the crash goes into a hang; it does not quit. A "kill -9 >[process-id]" is > needed to stop it! > Without an emergency save, the crash at least quits nicely, without needing a >kill -9 ! I didn't try that. I might if it isn't fixed soon. > Does that give a clue? > > Cheers, > Rob. > > Darren, I vaguely seem to remember that you are also running on FreeBSD. Is that so? > Would that make this a typical FreeBSD thing, if Andre and others do not see this? No, I run Mandrake Linux 9.0 on an Athlon. output of gcc -v --------8<--------8<-------- Reading specs from /usr//bin/../lib/gcc-lib/i586-mandrake-linux-gnu/3.2/specs Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib Thread model: posix gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk) --------8<--------8<-------- Dunno if that helps either =) Have fun, Darren