Re: AltGr chrashes qtlyx-1.3.0cvs -dbg key

2002-12-04 Thread John Levon
On Wed, Dec 04, 2002 at 06:05:04PM +0100, Norbert Koksch wrote: > Program received signal SIGSEGV, Segmentation fault. > 0x0824ddda in QLyXKeySym::getSymbolName (this=0x853a700) OK update and try again john

Re: AltGr chrashes qtlyx-1.3.0cvs -dbg key

2002-12-04 Thread Norbert Koksch
Hallo, thanks to Angus, here is the backtrace: Press key 65535 text "none", ascii "0" sym empty in getSymbolName() Program received signal SIGSEGV, Segmentation fault. 0x0824ddda in QLyXKeySym::getSymbolName (this=0x853a700) at /usr/include/g++-3/std/bastring.h:225 225 { return assi

Re: AltGr chrashes qtlyx-1.3.0cvs -dbg key

2002-12-04 Thread Angus Leeming
On Wednesday 04 December 2002 3:34 pm, Norbert Koksch wrote: > Dear John, > > > I tried to make a backtrace. But I don't know how to enter the option "-dbg > 4". > > If I start > > gdb lyx -dbg 4 Try $ gdb lyx gdb> run -dbg 4

Re: AltGr chrashes qtlyx-1.3.0cvs -dbg key

2002-12-04 Thread Norbert Koksch
Dear John, I tried to make a backtrace. But I don't know how to enter the option "-dbg 4". If I start gdb lyx -dbg 4 gdb says " unrecognized option `-dbg'". I didn't found a way to add the option. Norbert John Levon wrote: > On Wed, Dec 04, 2002 at 03:53:32PM +0100, Norbert Ko

Re: AltGr chrashes qtlyx-1.3.0cvs -dbg key

2002-12-04 Thread John Levon
On Wed, Dec 04, 2002 at 03:53:32PM +0100, Norbert Koksch wrote: > I corrected the subject. > one of our lines starting lyxerr[Debug::KEY] << in QLyXKeySym.C is accessing where it shouldn't. A backtrace would tell us where regards john -- "Trolls like content too." - Bob Abooey, /.

Re: AltGr chrashes qtlyx-1.3.0cvs -dbg key

2002-12-04 Thread Norbert Koksch
I corrected the subject. Norbert