Michael Meskes <[EMAIL PROTECTED]> writes:
| On Thu, Nov 18, 1999 at 06:14:51PM +0100, Jean-Marc Lasgouttes wrote:
| > >> I just tried it and it seems to work correctly... Could you provide
| > >> a backtrace?
|
| Okay, I found some time. Here it is:
|
| (gdb) run
| Starting program: /home/michael/todo/lyx-1.1.2/src/lyx
| Program received signal SIGABRT, Aborted.
| 0x402445d1 in kill () from /lib/libc.so.6
| (gdb) where
| #0 0x402445d1 in kill () from /lib/libc.so.6
| #1 0x402442b8 in raise () from /lib/libc.so.6
| #2 0x40245911 in abort () from /lib/libc.so.6
| #3 0x8118654 in lyxstring::substr (this=0xbffff558, i=14, n=4294967295)
| at LAssert.h:14
Can you "up" to this point and print out the rep of the string?
p *this->rep
Anyway I have fixed several of the assertions since 1.1.2 so this
could very well be fixed in CVS now.
Lgb