Re: segfault on saving new document

2002-11-27 Thread Jean-Marc Lasgouttes
> "Rob" == Rob Lahaye <[EMAIL PROTECTED]> writes: Rob> Without arguments to lyx, you simply type here "run". If lyx Rob> needed commandline arguments, you'll do first "set args arg1 arg2 Rob> arg3", for examples "set args mylyxfile.lyx". Then type "run" Rob> after that. or just type "run myly

Re: segfault on saving new document

2002-11-26 Thread Rob Lahaye
Darren Freeman wrote: > > I should learn to use GDB one day =) But usually the odd printf() gets > me out of trouble... It's really not at all that difficult. You're just afraid of typing "gdb" at your prompt :). Suppose you compile CVS in your LyX CVS-root directory. You then have the executabl

Re: segfault on saving new document

2002-11-26 Thread Darren Freeman
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 reprod

Re: segfault on saving new document

2002-11-26 Thread Juergen Vigna
Darren Freeman wrote: One more thing. Load a file. Click File->Save As You guessed it. *BOOM* Seems like saving to a new disc file is what kills it, except for some reason when you created a new one by invoking lyx with the filename. Whoever knows why this is, please help! Too many segfaults a

Re: segfault on saving new document

2002-11-26 Thread Andre Poenitz
On Tue, Nov 26, 2002 at 05:38:52PM +0900, Rob Lahaye wrote: > When doing "File->New, File->Save, click [OK]" in exactly that order, > I get with gdb the following: I get 'Document already exists: /usr/src/lyx/lyx-devel/lib/template/.lyx' (which is not exactly what I asked for...) but no chrash. >

Re: segfault on saving new document

2002-11-26 Thread Rob Lahaye
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. Using: LyX 1.3.0cvs of Fri, May 3,

Re: segfault on saving new document

2002-11-26 Thread Andre Poenitz
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? Andre' -- Those who desire to give up Freedom in order

Re: segfault on saving new document

2002-11-25 Thread Darren Freeman
One more thing. Load a file. Click File->Save As You guessed it. *BOOM* Seems like saving to a new disc file is what kills it, except for some reason when you created a new one by invoking lyx with the filename. Whoever knows why this is, please help! Too many segfaults and I won't get anything

Re: segfault on saving new document

2002-11-25 Thread Darren Freeman
More info on crash when saving: if I create a new file and save it, *BOOM* if I invoke lyx with a filename it asks if I want a new file. Saving this later will be OK. What's the difference between File->New and "lyx newfile.lyx &" ?? Have fun, Darren On Tue, 2002-11-26 at 12:39, Darren Freeman

segfault on saving new document

2002-11-25 Thread Darren Freeman
Dear list, Run the CVS version of LyX. Click File->New Click File->Save or File->Save As pick a sensible filename. BOOM! Segfault. Have fun, Darren