| Summary: | enchant based apps run under gtk-engines-qt crash when spellchecked widgets are opened | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Justin Sanchez <imperito> |
| Component: | Current packages | Assignee: | GNOME Office (OBSOLETE) <gnome-office+disabled> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Justin Sanchez
2006-07-29 09:41:15 UTC
Additional info, backtrace from gaim, program loads normally, but crashed when a new IM window was opened: [imperito@sanchez:~]$ gdb gaim GNU gdb 6.4 Copyright 2005 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 "i686-pc-linux-gnu"...(no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) run Starting program: /usr/bin/gaim (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1220340048 (LWP 29677)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1220340048 (LWP 29677)] 0xb74b760c in free () from /lib/tls/libc.so.6 (gdb) bt #0 0xb74b760c in free () from /lib/tls/libc.so.6 #1 0xb4a2b003 in operator delete () from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/libstdc++.so.5 #2 0xb4a2b057 in operator delete[] () from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.5-20050130/libstdc++.so.5 #3 0xb4a89f65 in acommon::StringMapNode::~StringMapNode () from /usr/lib/libaspell.so.15 #4 0xb4a89d58 in acommon::StringMap::destroy () from /usr/lib/libaspell.so.15 #5 0xb4a89b63 in acommon::StringMap::~StringMap () from /usr/lib/libaspell.so.15 #6 0xb4a8b661 in acommon::Config::~Config () from /usr/lib/libaspell.so.15 #7 0xb4ad31ef in aspeller::Language::setup () from /usr/lib/libaspell.so.15 #8 0xb4aa3762 in aspeller::DataSet::set_check_lang () from /usr/lib/libaspell.so.15 #9 0xb4ab311b in aspeller_default_readonly_ws::ReadOnlyWS::load () from /usr/lib/libaspell.so.15 #10 0xb4aa51e8 in aspeller::add_data_set () from /usr/lib/libaspell.so.15 #11 0xb4ac0cf6 in aspeller::MultiWS::load () from /usr/lib/libaspell.so.15 #12 0xb4aa51e8 in aspeller::add_data_set () from /usr/lib/libaspell.so.15 #13 0xb4aae7f9 in aspeller::SpellerImpl::setup () from /usr/lib/libaspell.so.15 #14 0xb4a839e1 in acommon::new_speller () from /usr/lib/libaspell.so.15 #15 0xb4a7f19a in new_aspell_speller () from /usr/lib/libaspell.so.15 #16 0xb4b210fb in ?? () from /usr/lib/enchant/libenchant_aspell.so #17 0x08468a38 in ?? () #18 0xb4b213de in ?? () from /usr/lib/enchant/libenchant_aspell.so #19 0xb4b213d8 in ?? () from /usr/lib/enchant/libenchant_aspell.so #20 0xb4b210ad in ?? () from /usr/lib/enchant/libenchant_aspell.so #21 0xb7ea57b8 in ?? () from /usr/lib/libenchant.so.1 #22 0xb4b210a5 in ?? () from /usr/lib/enchant/libenchant_aspell.so #23 0x0876b680 in ?? () #24 0xb7ea36e6 in enchant_broker_request_dict () from /usr/lib/libenchant.so.1 #25 0x084c2ff0 in ?? () #26 0xb7eac154 in ?? () from /usr/lib/libgtkspell.so.0 #27 0x084bc6d8 in ?? () #28 0x00000003 in ?? () #29 0x086fb6f8 in ?? () #30 0x084ac160 in ?? () #31 0x00000000 in ?? () (gdb) Justin is this bug reproducible? I supposed it was fixed long time ago... Ok closing as fixed, since I really think it was fixed long time ago. |