Re: Trunk crashes when rendering tables

2008-03-26 Thread Jean-Marc Lasgouttes
Peter Kümmel <[EMAIL PROTECTED]> writes: >> 4294967295 == 2^32 - 1 > > a signed/unsigned mismatch problem: int i = unsigned int(-1)? I have seen a lot of sign/unsigned mismatch warnings fixed through cast in the last weeks (months). We may be bitten by one of those. JMarc

Re: Trunk crashes when rendering tables

2008-03-26 Thread Peter Kümmel
Andre Poenitz wrote: On Wed, Mar 26, 2008 at 10:50:24AM +0100, Dominik Böhm wrote: On Wed, Mar 26, 2008 at 10:03 AM, Dominik Böhm <[EMAIL PROTECTED]> wrote: create new file, insert table of arbitrary size, View=>Source Code OR View PDF OR View DVI And LyX should have crashed! LyX crashes

Re: Trunk crashes when rendering tables

2008-03-26 Thread Dominik Böhm
On Wed, Mar 26, 2008 at 7:32 PM, Andre Poenitz <[EMAIL PROTECTED]> wrote: > > 4294967295 == 2^32 - 1 I have thought already that some overflow might have taken place. > > I don't have a debugger, so I cannot look into it to find out why the > > row parameter is that large. > > Hm? WHat kind o

Re: Trunk crashes when rendering tables

2008-03-26 Thread Andre Poenitz
On Wed, Mar 26, 2008 at 10:50:24AM +0100, Dominik Böhm wrote: > On Wed, Mar 26, 2008 at 10:03 AM, Dominik Böhm <[EMAIL PROTECTED]> wrote: > > create new file, > > insert table of arbitrary size, > > View=>Source Code OR View PDF OR View DVI > > > > And LyX should have crashed! > > LyX crashes

Re: Trunk crashes when rendering tables

2008-03-26 Thread Dominik Böhm
On Wed, Mar 26, 2008 at 11:35 AM, Leuven, E. <[EMAIL PROTECTED]> wrote: > On Wed, Mar 26, 2008 at 10:03 AM, Dominik Böhm <[EMAIL PROTECTED]> wrote: > > create new file, > > insert table of arbitrary size, > > View=>Source Code OR View PDF OR View DVI > > > > And LyX should have crashed! >

RE: Trunk crashes when rendering tables

2008-03-26 Thread Leuven, E.
On Wed, Mar 26, 2008 at 10:03 AM, Dominik Böhm <[EMAIL PROTECTED]> wrote: > create new file, > insert table of arbitrary size, > View=>Source Code OR View PDF OR View DVI > > And LyX should have crashed! should be fixed in trunk. sorry for the inconvenience.

Re: Trunk crashes when rendering tables

2008-03-26 Thread Dominik Böhm
On Wed, Mar 26, 2008 at 10:03 AM, Dominik Böhm <[EMAIL PROTECTED]> wrote: > create new file, > insert table of arbitrary size, > View=>Source Code OR View PDF OR View DVI > > And LyX should have crashed! LyX crashes in InsetTabular.cpp, method Tabular::cellIndex in line 1583 when trying to exe

Trunk crashes when rendering tables

2008-03-26 Thread Dominik Böhm
Hi, create new file, insert table of arbitrary size, View=>Source Code OR View PDF OR View DVI And LyX should have crashed! Can anyone confirm (and possibly fix) this? Thanks, Dominik