Hello esteemed LyX developers. Since I love LyX so much, I did the gdb
backtrace on a crash I've been experiencing. The description/symptoms are
* Running KDE 2.1.2, xforms 0.88, SuSE 7.1 (xforms 0.89 gives problems with
accents)
* every so often when I switch away from the desktop LyX is on, then switch
back, LyX is no longer there.
I suppose you are probably aware of this one, nevertheless, the backtrace
follows. The crash isn't too serious in the sense that CTRL-S is easy to type
often, and the emergency save seems to work well. Regards, Michael Creel
GNU gdb 5.0
Copyright 2000 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-suse-linux"...
(gdb) run
Starting program: /home/mcreel/lyx-1.1.6fix2/src/lyx
Program received signal SIGSEGV, Segmentation fault.
0x7d687b5f in ?? ()
(gdb) bt
#0 0x7d687b5f in ?? ()
#1 0x4026617f in vfprintf () from /lib/libc.so.6
#2 0x4026f137 in fprintf () from /lib/libc.so.6
#3 0x4007ca74 in P_errmsg () from /usr/X11R6/lib/libforms.so.0.88
#4 0x4003bf2e in handle_clipboard_event ()
from /usr/X11R6/lib/libforms.so.0.88
#5 0x4004ce9e in do_interaction_step () from /usr/X11R6/lib/libforms.so.0.88
#6 0x4004cee2 in fl_treat_interaction_events ()
from /usr/X11R6/lib/libforms.so.0.88
#7 0x4004cf1c in fl_check_forms () from /usr/X11R6/lib/libforms.so.0.88
#8 0x82041b4 in GUIRunTime::runTime () at GUIRunTime.C:79
#9 0x80efab4 in LyXGUI::runTime (this=0x83454d0) at lyx_gui.C:419
#10 0x80f1f3f in LyX::LyX (this=0xbffff410, argc=0xbffff434, argv=0xbffff494)
at ../src/lyx_main.C:168
#11 0x813dc56 in main (argc=1, argv=0xbffff494) at ../src/main.C:40
#12 0x40234baf in __libc_start_main () from /lib/libc.so.6
(gdb) info locals
No symbol table info available.
(gdb) up
#1 0x4026617f in vfprintf () from /lib/libc.so.6
(gdb) quit
The program is running. Exit anyway? (y or n)