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 of system are you using? Well, I installed Visual C++ Express, so I actually have a debugger, but have been using it only to compile LyX. And as LyX uses this building tool SCons and it's only described how building works in a console, I have never started the Visual C++ program to change something of LyX. When I run into the described bug, I changed the source of InsetTabular and inserted some debugging messages that lead me to line 15xx. So, I was somehow lying when I said that I wouldn't have a debugger, but still telling somehow the truth as I don't have any idea on how to use it... :-) Dominik