Allan

Here's the additional stuff as requested.  Hope I got it
right.  I have absolutely no idea what I'm doing..................

gdb /usr/bin/lyx core 2>&1 | tee temp.txt   

GNU gdb 4.17.0.11 with Linux support
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
Core was generated by `/usr/bin/lyx -width 1020 -height 680 -xpos 0 -ypos 0'.
Program terminated with signal 6, Aborted.
Reading symbols from /usr/X11R6/lib/libforms.so.0.88...done.
Reading symbols from /usr/X11R6/lib/libXpm.so.4...done.
Reading symbols from /usr/X11R6/lib/libSM.so.6...done.
Reading symbols from /usr/X11R6/lib/libICE.so.6...done.
Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
Reading symbols from /usr/lib/libstdc++-libc6.1-1.so.2...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/ld-linux.so.2...done.
Reading symbols from /lib/libnss_files.so.2...done.
Reading symbols from /lib/libnss_nisplus.so.2...done.
Reading symbols from /lib/libnsl.so.1...done.
Reading symbols from /lib/libnss_nis.so.2...done.
#0  0x401e0111 in __kill ()
(gdb) where
#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 ()
#8  0x80f1a44 in LyXText::BreakAgain ()
#9  0x80fa7a9 in LyXText::FullRebreak ()
#10 0x8051f26 in BufferView::update ()
#11 0x8062c70 in LyXView::UpdateTimerCB ()
#12 0x8062c90 in C_LyXView_UpdateTimerCB ()
#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) up
#1  0x401dfd66 in raise (sig=6) at ../sysdeps/posix/raise.c:27
../sysdeps/posix/raise.c:27: No such file or directory.
(gdb) up
#2  0x401e1447 in abort () at ../sysdeps/generic/abort.c:88
../sysdeps/generic/abort.c:88: No such file or directory.
(gdb) up
#3  0x8136908 in lyx::abort ()
(gdb) up
#4  0x80ad9ab in error_handler ()
(gdb) up
#5  <signal handler called>
(gdb) up
#6  0x3ffecccc in ?? ()
(gdb) up
#7  0x80f00a8 in LyXText::NextBreakPoint ()
(gdb) info locals
No symbol table info available.
(gdb) up
#8  0x80f1a44 in LyXText::BreakAgain ()
(gdb) info locals
No symbol table info available.
(gdb) up
#9  0x80fa7a9 in LyXText::FullRebreak ()
(gdb) info locals
No symbol table info available.
(gdb) up
#10 0x8051f26 in BufferView::update ()
(gdb) info locals
No symbol table info available.
(gdb) up
#11 0x8062c70 in LyXView::UpdateTimerCB ()
(gdb) info locals
No symbol table info available.
(gdb) up
#12 0x8062c90 in C_LyXView_UpdateTimerCB ()
(gdb) info locals
No symbol table info available.
(gdb) q  





> 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)
--
_________________________________________

Ben Cazzolato

Fluid Dynamics and Acoustics Group
Institute of Sound and Vibration Research
University of Southampton,
Southampton, SO17 1BJ
UK

Email:  [EMAIL PROTECTED], or
        [EMAIL PROTECTED], or
        [EMAIL PROTECTED], or

Work:   +44 (0)1703 594 967
Fax:    +44 (0)1703 593 190
Mobile: +44 (0)790 163 8826

Web Page : http://www.soton.ac.uk/~bscazz/
_________________________________________

Reply via email to