On Sat, 11 Mar 2000, Ben Cazzolato wrote:
> Is the following better....
Yes although you should also do a few other things...
>
> (gdb) where
followed by:
up
until you get to...
> #0 0x401e0111 in __kill ()
> #1 0x401dfd66 in raise (sig=6) at ../sysdeps/posix/raise.c:27
> #2 0x401e1447 in abort () at ../sysdeps/generic/abort.c:88
> #3 0x8136908 in lyx::abort ()
> #4 0x80ad9ab in error_handler ()
> #5 <signal handler called>
> #6 0x3ffecccc in ?? ()
> #7 0x80f00a8 in LyXText::NextBreakPoint ()
here, where you should type:
info locals
up
> #8 0x80f1a44 in LyXText::BreakAgain ()
same again here also and for the next couple of entries...
> #9 0x80fa7a9 in LyXText::FullRebreak ()
> #10 0x8051f26 in BufferView::update ()
> #11 0x8062c70 in LyXView::UpdateTimerCB ()
> #12 0x8062c90 in C_LyXView_UpdateTimerCB ()
till you get to here. Any higher and you're into xforms and that probably
doesn't have any symbols in it.
> #13 0x400368bf in fl_object_qread ()
> #14 0x40044b8e in fl_check_forms ()
> #15 0x80a986d in LyXGUI::runTime ()
> #16 0x80aab6b in LyX::LyX ()
> #17 0x80ce795 in main ()
> #18 0x401d9cb3 in __libc_start_main (main=0x80ce6f0 <main>, argc=9,
> argv=0xbffff9c4, init=0x804d718 <_init>, fini=0x814cfc8 <_fini>,
> rtld_fini=0x4000a350 <_dl_fini>, stack_end=0xbffff9bc)
> at ../sysdeps/generic/libc-start.c:78
> (gdb) q
>
Allan. (ARRae)