John Levon wrote:
> 
> On Mon, Sep 10, 2001 at 12:31:22AM +0900, R. Lahaye wrote:
> 
> > lyx: SIGSEGV signal caught
> 
> 
> are you running with lyx -sync ?
> 
> You must for qt2 right now.
> 
> if not, please obtain a backtrace for me

both, with or without -sync causes the SIGSEGV.

Here is my gdb session:

$ gdb src/lyx
GNU gdb 4.18
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-unknown-freebsd"...
(gdb) set args -userdir /home/lahaye/.lyx_cvs
(gdb) run
Starting program: /home/lahaye/SOFTWARE/lyx-devel/src/lyx -userdir 
/home/lahaye/.lyx_cvs
Can't open /usr/local/share/ispell/dutch.hash
Ispell read timed out, what now?

Program received signal SIGSEGV, Segmentation fault.
QSpellchecker::partialUpdate (this=0x8335ec8, id=2) at QSpellchecker.C:112
112                     dialog_->spellcheckPB->setEnabled(true);
(gdb) bt
#0  QSpellchecker::partialUpdate (this=0x8335ec8, id=2) at QSpellchecker.C:112
#1  0x81becf5 in ControlSpellchecker::setParams (this=0x8335e00) at 
ControlSpellchecker.C:97
#2  0x8256e6c in ControlDialog<ControlConnectBD>::show (this=0x8335e00) at 
ControlDialogs.h:69
#3  0x826305f in SigC::ObjectSlot0_<void, ControlDialog<ControlConnectBD> >::callback 
(d=0x8318e34)
    at ../../../sigc++/object_slot.h:56
#4  0x8216f6b in SigC::Signal0<void, SigC::Marshal<void> >::emit (this=0x833738c) at 
../../../sigc++/basic_signal.h:194
#5  0x80e6289 in LyXFunc::dispatch (this=0x8318180, ac=157, 
do_not_use_this_arg=@0xbfbff93c) at ../sigc++/basic_signal.h:172
#6  0x81af198 in Menubar::Pimpl::MenuCallback (ob=0x8346b00, button=1) at 
Menubar_pimpl.C:581
#7  0x81a9584 in C_Menubar_Pimpl_MenuCallback (ob=0x8346b00, button=1) at 
Menubar_pimpl.C:79
#8  0x282e1daf in fl_object_qread () from /usr/X11R6/lib/libforms.so.0.88
#9  0x282ef279 in fl_check_forms () from /usr/X11R6/lib/libforms.so.0.88
#10 0x81a820a in GUIRunTime::runTime () at GUIRunTime.C:77
#11 0x80d1ae8 in LyXGUI::runTime (this=0x830a9c0) at lyx_gui.C:320
#12 0x80d3789 in LyX::LyX (this=0xbfbffabc, argc=0xbfbffadc, argv=0xbfbffb28) at 
../src/lyx_main.C:176
#13 0x81006a1 in main (argc=1, argv=0xbfbffb28) at ../src/main.C:38
#14 0x8055465 in _start () at ../../../../src/layout.h:559
(gdb) 


Does this help?

Any more information need (e.g. on certain values of variables)?
Let me know.

Rob.

Reply via email to