On Fri, Mar 10, 2000 at 10:28:41PM +0100, Andre Poenitz wrote:
> > I'm hoping this will also fix the random crash problem that I and
> > others reported earlier.  
> 
> Well, if so, the behaviour is re-introduced in 1.1.5cvs ;-|
> I had a crash today but could not reproduce it.
> Maybe we should all run an unstripped lyx in a debugger (like gdb) and
> obtain backtraces when lyx crashes...

It's probably a different bug in 1.1.5cvs.

Try this patch, it will probably fix your 1.1.5cvs problem (thanks to Dekel
for spotting the fix).

======================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/text2.C,v
retrieving revision 1.35
diff -u -r1.35 text2.C
--- src/text2.C 2000/03/10 13:22:20     1.35
+++ src/text2.C 2000/03/10 22:12:47
@@ -3293,7 +3293,7 @@
 
        // if free-spacing, then return also.
        if (textclasslist.Style(parameters->textclass,
-                               old_cursor.row->par->GetLayout()).free_spacing)
+                               old_cursor.par->GetLayout()).free_spacing)
                return;
 
 #ifdef FIX_DOUBLE_SPACE
======================================================================

For those who want to have an unstripped lyx, you can download and install
the lyxgdb RPM from my ftp://ftp.sylvan.com/pub/lyx/devel directory.

This RPM just contains the lyx binary (named lyxgdb so it does not
conflict with the existing installation).

-- 
Kayvan A. Sylvan                   | Proud husband of      | Father to my kids:
Sylvan Associates, Inc.            | Laura Isabella Sylvan | Katherine Yelena
http://www.successlinks.com/kayvan | Reach your goals now! | Robin Gregory

Reply via email to