On Tuesday 15 August 2006 16:49, Jean-Marc Lasgouttes wrote: > Tribulations> Here is the report of Valgrind, it terminates with a > Tribulations> message of bug in LyX: > > And if you run it under gdb? (it would be better to use an unstripped > binary in this case).
With the unstripped executable, here is what I obtain with gdb: $ gdb ./lyx-qt3 GNU gdb 6.3-3.1.102mdk (Mandrakelinux) Copyright 2004 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 "i586-mandrake-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) run Starting program: /home/scordia/local/src/cvs/cvs_network/lyx-devel/src/lyx-qt3 [Thread debugging using libthread_db enabled] [New Thread -1221192000 (LWP 25152)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1221192000 (LWP 25152)] 0xb74efa05 in __gnu_debug::_Safe_iterator_base::_M_detach () from /usr/lib/libstdc++.so.6 Current language: auto; currently c (gdb) bt #0 0xb74efa05 in __gnu_debug::_Safe_iterator_base::_M_detach () from /usr/lib/libstdc++.so.6 #1 0xb74efa7f in __gnu_debug::_Safe_iterator_base::_M_attach () from /usr/lib/libstdc++.so.6 #2 0xb74efb6e in __gnu_debug::_Safe_sequence_base::_M_detach_all () from /usr/lib/libstdc++.so.6 #3 0x08101b59 in ~match_results (this=0xbfffea80) at safe_base.h:170 #4 0x0824b4f3 in CharacterSet::loadFile (this=0x8ec4ab4, [EMAIL PROTECTED]) at chset.C:73 #5 0x0855cf85 in TransManager::setCharset (this=0x8ec4a38, [EMAIL PROTECTED]) at trans_mgr.C:225 #6 0x0831cffd in Intl::initKeyMapper (this=0x8ec4a28, on=false) at intl.C:84 #7 0x0878dbe0 in LyXView::init (this=0x8e95de0) at LyXView.C:122 #8 0x088c3736 in lyx::frontend::QtView::init (this=0x8e95d68) at QtView.C:93 #9 0x0885e9ce in lyx_gui::create_view (width=690, height=510, posx=-1, posy=-1, maximize=false) at lyx_gui.C:248 #10 0x08364616 in LyX::exec2 (this=0x8e027d8, [EMAIL PROTECTED], argv=0x1fe) at lyx_main.C:344 #11 0x0885e362 in lyx_gui::exec ([EMAIL PROTECTED], argv=0xbffff144) at lyx_gui.C:228 #12 0x08363742 in LyX::priv_exec (this=0x8e027d8, [EMAIL PROTECTED], argv=0xbffff144) at lyx_main.C:225 #13 0x08362fe1 in LyX::exec ([EMAIL PROTECTED], argv=0xbffff144) at lyx_main.C:154 #14 0x0806428d in main (argc=1, argv=0xbffff144) at main.C:47 (gdb)