Re: crash tex2lyx

2007-05-23 Thread christian . ridderstrom
On Wed, 23 May 2007, Jean-Marc Lasgouttes wrote: "Stefan" == Stefan Schimanski <[EMAIL PROTECTED]> writes: Stefan> One thing much more time consuming, at least for me, I always Stefan> wanted to mention: I always fall over comments to bug reports Stefan> which do not mention the short descript

Re: crash tex2lyx

2007-05-23 Thread Jean-Marc Lasgouttes
> "Stefan" == Stefan Schimanski <[EMAIL PROTECTED]> writes: Stefan> One thing much more time consuming, at least for me, I always Stefan> wanted to mention: I always fall over comments to bug reports Stefan> which do not mention the short description. So you are reading Stefan> "Fix for #1234"

Re: crash tex2lyx

2007-05-23 Thread Stefan Schimanski
Am 23.05.2007 um 01:04 schrieb [EMAIL PROTECTED]: On Mon, 21 May 2007, Andre Poenitz wrote: On Mon, May 21, 2007 at 08:04:44PM +0200, Stefan Schimanski wrote: [Another fullquote/toposting] Sorry for taking your precious time. I am not sure this was the kind of response I would have consid

Re: crash tex2lyx

2007-05-22 Thread Enrico Forestieri
On Mon, May 21, 2007 at 07:47:31PM +0200, Andre Poenitz wrote: > On Mon, May 21, 2007 at 10:32:47AM -0400, xxx wrote: > > what a weird bug. nice work. > > > > yyy wrote: > > > great detective work!! > > > > > > zzz wrote: > > > > ... > > Could we at least on lyx-devel try to avoid top posting wi

Re: crash tex2lyx

2007-05-22 Thread christian . ridderstrom
On Mon, 21 May 2007, Andre Poenitz wrote: On Mon, May 21, 2007 at 08:04:44PM +0200, Stefan Schimanski wrote: [Another fullquote/toposting] Sorry for taking your precious time. I am not sure this was the kind of response I would have considered either 'expected' or 'appropriate'. Maybe it w

Re: crash tex2lyx

2007-05-21 Thread Andre Poenitz
On Mon, May 21, 2007 at 08:04:44PM +0200, Stefan Schimanski wrote: > [Another fullquote/toposting] > Sorry for taking your precious time. I am not sure this was the kind of response I would have considered either 'expected' or 'appropriate'. Andre'

Re: crash tex2lyx

2007-05-21 Thread Stefan Schimanski
Sorry for taking your precious time. Stefan Am 21.05.2007 um 19:47 schrieb Andre Poenitz: Could we at least on lyx-devel try to avoid top posting with full quotes below? Thank you. PGP.sig Description: Signierter Teil der Nachricht

Re: crash tex2lyx

2007-05-21 Thread Andre Poenitz
On Mon, May 21, 2007 at 10:32:47AM -0400, xxx wrote: > what a weird bug. nice work. > > yyy wrote: > > great detective work!! > > > > zzz wrote: > > > ... Could we at least on lyx-devel try to avoid top posting with full quotes below? Thank you. Andre'

Re: crash tex2lyx

2007-05-21 Thread Richard Heck
what a weird bug. nice work. Edwin Leuven wrote: > great detective work!! > > this fixes the crash on my side, so this gets an ok from me. > > > Stefan Schimanski wrote: >> The following patch fixes this problem for the cmake build system. I >> have not checked the other build systems, maybe simi

Re: crash tex2lyx

2007-05-21 Thread Abdelrazak Younes
Stefan Schimanski wrote: The following patch fixes this problem for the cmake build system. I have not checked the other build systems, maybe similar fixes are needed there. The problem basically is that in the inline functions a different Font class was used than in the .cpp files. This was

Re: crash tex2lyx

2007-05-20 Thread Edwin Leuven
great detective work!! this fixes the crash on my side, so this gets an ok from me. Stefan Schimanski wrote: The following patch fixes this problem for the cmake build system. I have not checked the other build systems, maybe similar fixes are needed there. The problem basically is that in

Re: crash tex2lyx

2007-05-20 Thread Stefan Schimanski
The following patch fixes this problem for the cmake build system. I have not checked the other build systems, maybe similar fixes are needed there. The problem basically is that in the inline functions a different Font class was used than in the .cpp files. This was leading to these very

Re: crash tex2lyx

2007-05-20 Thread Stefan Schimanski
Which build system do you use? automake/conf? cmake? Stefan Am 16.05.2007 um 13:42 schrieb Leuven, E.: with attached doc. backtrace: tex2lyx.exe!boost::assertion_failed(const char * expr=0x005b6c44, const char * function=0x005b6c50, const char * file=0x005b6cc0, long line=315) L

Re: crash tex2lyx

2007-05-20 Thread Andre Poenitz
On Sat, May 19, 2007 at 11:16:42PM +0200, Stefan Schimanski wrote: > There is something really strange going on. I am trying to debug the > problem for half an hour now as it also shows up on my machine. The > layoutlist_ containter looks fine before the "cit = begin()" call in > TextClass::r

Re: crash tex2lyx

2007-05-20 Thread Stefan Schimanski
So, got it :-) The problem is this neat trick: * This class is just a dummy version of that in the main LyX source tree * to enable tex2lyx to use LyX's textclass classes and not have to * re-invent the wheel. in the Font.h of lyx2tex. Unfortunately the sizes of the objects are different

Re: crash tex2lyx

2007-05-20 Thread Stefan Schimanski
So, got it :-) The problem is this neat trick: * This class is just a dummy version of that in the main LyX source tree * to enable tex2lyx to use LyX's textclass classes and not have to * re-invent the wheel. in the Font.h of lyx2tex. Unfortunately the sizes of the objects are different

Re: crash tex2lyx

2007-05-19 Thread Stefan Schimanski
There is something really strange going on. I am trying to debug the problem for half an hour now as it also shows up on my machine. The layoutlist_ containter looks fine before the "cit = begin()" call in TextClass::read. But when I step into the begin() function suddenly the start value o

Re: crash tex2lyx

2007-05-16 Thread Richard Heck
I'm not getting a crash with this, though I do see some warnings: [EMAIL PROTECTED] tmp]$ ~/dev/bin/tex2lyx internal.tex Creating file /tmp/internal.lyx unexpected dummy size: 2 content: unexpected dummy size: 2 content: unexpected dummy size: 2 content: unexpected dummy size: 2 content: unexpect

crash tex2lyx

2007-05-16 Thread Leuven, E.
with attached doc. backtrace: tex2lyx.exe!boost::assertion_failed(const char * expr=0x005b6c44, const char * function=0x005b6c50, const char * file=0x005b6cc0, long line=315) Line 39 + 0x8 bytes C++ tex2lyx.exe!boost::shared_ptr::operator->() Line 315 + 0x23 bytes C++ >