GNUAspell / aspell

http://aspell.net
GNU Lesser General Public License v2.1
243 stars 52 forks source link

libaspell crash when asked for a suggestion. #396

Closed aspell-helper closed 7 years ago

aspell-helper commented 17 years ago

Raúl linuxcart\@sf created a bug report on 2006-12-13 15:14:31 UTC (Orig. from https://sourceforge.net/p/aspell/bugs/199)

I was using kword and when I ask it for a spelling suggestion the whole program crashed. kword is using libaspell. As I have been told after placing some bug reports the problem is in libaspell. Please, see this bugs:

http://bugs.kde.org/show_bug.cgi?id=128067 http://bugs.kde.org/show_bug.cgi?id=125487 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=376497

Here is a backtrace which I had after the crash.

(no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1501190464 (LWP 17054)] [KCrash handler] #​6 0xa5de3a00 in aspeller::VectorHashTable<(anonymous namespace)::ReadOnlyDict::WordLookupParms>::FindIterator::FindIterator () from /usr/lib/libaspell.so.15 #​7 0xa5de3b66 in aspeller::VectorHashTable<(anonymous namespace)::ReadOnlyDict::WordLookupParms>::find () from /usr/lib/libaspell.so.15 #​8 0xa5ddee53 in (anonymous namespace)::ReadOnlyDict::clean_lookup () from /usr/lib/libaspell.so.15 #​9 0xa5de7422 in (anonymous namespace)::Working::try_word_n () from /usr/lib/libaspell.so.15 #​10 0xa5de7949 in (anonymous namespace)::Working::try_one_edit_word () from /usr/lib/libaspell.so.15 #​11 0xa5deb408 in (anonymous namespace)::Working::get_suggestions () from /usr/lib/libaspell.so.15 #​12 0xa5dec2f4 in (anonymous namespace)::SuggestImpl::suggest () from /usr/lib/libaspell.so.15 #​13 0xa5dff754 in aspeller::SpellerImpl::suggest () from /usr/lib/libaspell.so.15 #​14 0xa5e335b2 in aspell_speller_suggest () from /usr/lib/libaspell.so.15 #​15 0xa7f76ee6 in ASpellDict::suggest (this=0x8198ef8, word=@0xaf881e34) at kspell_aspelldict.cpp:70 #​16 0xa5ed157c in KSpell2::DefaultDictionary::suggest (this=0x8198ef8, word=@0x8198ef8) at defaultdictionary.cpp:68 #​17 0xa63ef8c7 in KWView::listOfResultOfCheckWord () from /usr/lib/libkwordprivate.so.4 #​18 0xa63f02b3 in TextFramePolicy::createPopup () from /usr/lib/libkwordprivate.so.4 #​19 0xa63db149 in KWFrameView::showPopup () from /usr/lib/libkwordprivate.so.4 #​20 0xa63db28a in KWFrameViewManager::showPopup () from /usr/lib/libkwordprivate.so.4 #​21 0xa63dc940 in KWCanvas::contentsMousePressEvent () from /usr/lib/libkwordprivate.so.4 #​22 0xa6e337ed in QScrollView::viewportMousePressEvent (this=0x83807a0, e=0xaf8826ec) at widgets/qscrollview.cpp:1733 #​23 0xa6e36458 in QScrollView::eventFilter (this=0x83807a0, obj=0x8381130, e=0xaf8826ec) at widgets/qscrollview.cpp:1496 #​24 0xa63db3e8 in KWCanvas::eventFilter () from /usr/lib/libkwordprivate.so.4 #​25 0xa6cfc6b0 in QObject::activate_filters (this=0x8381130, e=0xaf8826ec) at kernel/qobject.cpp:903 #​26 0xa6cfc72e in QObject::event (this=0x8381130, e=0xaf8826ec) at kernel/qobject.cpp:735 #​27 0xa6d39b9a in QWidget::event (this=0x8381130, e=0xaf8826ec) at kernel/qwidget.cpp:4678 #​28 0xa6c9587a in QApplication::internalNotify (this=0xaf882cac, receiver=0x8381130, e=0xaf8826ec) at kernel/qapplication.cpp:2635 #​29 0xa6c95dff in QApplication::notify (this=0xaf882cac, receiver=0x8381130, e=0xaf8826ec) at kernel/qapplication.cpp:2421 #​30 0xa778a02e in KApplication::notify (this=0xaf882cac, receiver=0x8381130, event=0xaf8826ec) at kapplication.cpp:550 #​31 0xa6c2706f in QApplication::sendSpontaneousEvent (receiver=0x8381130, event=0xaf8826ec) at qapplication.h:523 #​32 0xa6c227a4 in QETWidget::translateMouseEvent (this=0x8381130, event=0xaf882b28) at kernel/qapplication_x11.cpp:4301 #​33 0xa6c20c94 in QApplication::x11ProcessEvent (this=0xaf882cac, event=0xaf882b28) at kernel/qapplication_x11.cpp:3478 #​34 0xa6c3a2a2 in QEventLoop::processEvents (this=0x80c6310, flags=4) at kernel/qeventloop_x11.cpp:192 #​35 0xa6cae255 in QEventLoop::enterLoop (this=0x80c6310) at kernel/qeventloop.cpp:198 #​36 0xa6cae17a in QEventLoop::exec (this=0x80c6310) at kernel/qeventloop.cpp:145 #​37 0xa6c9438d in QApplication::exec (this=0xaf882cac) at kernel/qapplication.cpp:2758 #​38 0xa7f67fd7 in kdemain () from /usr/lib/libkdeinit_kword.so #​39 0x421b6eb0 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #​40 0x080483d1 in ?? ()

aspell-helper commented 17 years ago

Raúl linuxcart\@sf commented on 2006-12-13 15:47:48 UTC

Logged In: YES user_id=1667631 Originator: YES

Altought it's specified on other bug reports, I'm using the spanish dictionary and libaspell version 0.60.4 on Debian testing.

aspell-helper commented 17 years ago

Kevin Atkinson kevina\@sf updated the issue on 2006-12-13 22:52:35 UTC

aspell-helper commented 17 years ago

Kevin Atkinson kevina\@sf commented on 2006-12-13 22:52:35 UTC

Logged In: YES user_id=6591 Originator: NO

I really can't say much based on the info you gave me.

I could be a bug in Aspell, or it could be the kword is using Aspell incorrectly. Or maybe memory is being corrupted. In order to really fix it I need an independent test case that doesn't involve kword.

One thing you could try is to use aspell-0.60.5-pre1 available and see if it ftp://alpha.gnu.org/gnu/aspell/aspell-0.60.5-pre1.tar.gz. If it doesn't than recompile Aspell with debug output enabled so I can get a more informative backtrace.

aspell-helper commented 17 years ago

Agustin Martin Domingo agmartin\@sf commented on 2006-12-14 11:48:01 UTC

Logged In: YES user_id=368139 Originator: NO

Hi, Kevin

This seems caused by already fixed "[1565738] possibly buggy aspell -m option"

$ echo table | aspell -m -a -dspanish @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.4) & table 26 0: tablea, tablee, tableo, tableé, tableó, tabule, tabulé, tabla, tabalea, tabalee, tabaleo, tabaleé, tabaleó, tabelle, tablao, tabula, tabulo, tabuló, tale, atable, talle, bable, cable, dable, hable, sable, tablar-^L^F+e

Installing your patch and rebuilding aspell,

$ echo table | aspell -m -a -dspanish @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.4) & table 26 0: tablea, tablee, tableo, tableé, tableó, tabule, tabulé, tabla, tabalea, tabalee, tabaleo, tabaleé, tabaleó, tabelle, tablao, tabula,
tabulo, tabuló, tale, atable, talle, bable, cable, dable, hable, sable, tablar-ar+e

as expected.

[Note: #​1565738 = https://sourceforge.net/p/aspell/bugs/194/ = #382]

aspell-helper commented 17 years ago

Kevin Atkinson kevina\@sf commented on 2006-12-15 06:27:28 UTC

Logged In: YES user_id=6591 Originator: NO

Well, I'm not sire of those bugs are related.

So, does aspell no longer crash with kword when you apply the patch?

aspell-helper commented 17 years ago

Kevin Atkinson kevina\@sf commented on 2006-12-15 06:33:51 UTC

Logged In: YES user_id=6591 Originator: NO

Sorry Didn't release it was a different person.

Anyway, if you or linuxcart can verify one way or another I would appreciate it.

aspell-helper commented 17 years ago

Agustin Martin Domingo agmartin\@sf commented on 2006-12-15 20:01:31 UTC

Logged In: YES user_id=368139 Originator: NO

I was so convinced that this was the reason that I even did not verify the bug against the original aspell, just after the patched one.

And indeed kword seems to work well with the patched aspell, but now I am trying it also with the non patched one and I cannot reproduce the problem, so I am now not convinced that this is the problem.

linuxcart, could you finally build aspell package and try it?

aspell-helper commented 17 years ago

Raúl linuxcart\@sf commented on 2006-12-17 00:24:05 UTC

Logged In: YES user_id=1667631 Originator: YES

I haven't been unable to build the deb package for the aspell-0.60.5-pre1 the patch for the Makefile has changed a lot, I need more time supposing I will be able to build it.

BTW kword uses libaspell, not command line aspell.

I'll try harder to build the package and then I'll tell you.

I don't want to be pushy, but kevina, maybe you could do some comments in the kde http://bugs.kde.org/show_bug.cgi?id=125487 so, kde developers could give you further info.

Thanks for your help.

aspell-helper commented 17 years ago

Kevin Atkinson kevina\@sf commented on 2006-12-17 05:11:04 UTC

Logged In: YES user_id=6591 Originator: NO

I don't want to be pushy, but kevina, maybe you could do some comments in the kde http://bugs.kde.org/show_bug.cgi?id=125487 so, kde developers could give you further info.

I really don't have the time to do this, sorry. Especially since the bug isn't even confirmed yet.

aspell-helper commented 17 years ago

Raúl linuxcart\@sf commented on 2006-12-18 13:24:39 UTC

Logged In: YES user_id=1667631 Originator: YES

Using the self build package aspell_0.60.4-3reallysarge4.1_i386.deb and libaspell15_0.60.4-3reallysarge4.1_i386.deb repeats the error with a slight modification. Look this backtrace.

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1504388768 (LWP 21909)] [KCrash handler] #​6 0xa598ac38 in (anonymous namespace)::Working::try_one_edit_word () from /usr/lib/libaspell.so.15 #​7 0xa598af88 in (anonymous namespace)::Working::get_suggestions () from /usr/lib/libaspell.so.15 #​8 0xa598b53a in (anonymous namespace)::SuggestImpl::suggest () from /usr/lib/libaspell.so.15 #​9 0xa599e0d4 in aspeller::SpellerImpl::suggest () from /usr/lib/libaspell.so.15 #​10 0xa59d4a3e in aspell_speller_suggest () from /usr/lib/libaspell.so.15 #​11 0xa62cc036 in ASpellDict::suggest (this=0x813daa0, word=@0xafd60814) at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kspell2/plugins/aspell/kspell_aspelldict.cpp:70 #​12 0xa5a6dc9c in KSpell2::DefaultDictionary::suggest (this=0x81405c8, word=@0xafd60814) at /home/ana/Debian/kdelibs/kdelibs-3.5.5a.dfsg.1/./kspell2/defaultdictionary.cpp:68 #​13 0xa5ef2ac4 in KWView::listOfResultOfCheckWord (this=0x8253128, word=@0xafd60814) at /tmp/buildd/koffice-1.6.1/./kword/KWView.cpp:7441 #​14 0xa5f3e513 in TextFramePolicy::createPopup (this=0x835f700, point=@0xafd60958, view=0x8253128) at /tmp/buildd/koffice-1.6.1/./kword/KWFrameView.cpp:446 #​15 0xa5ef88b9 in KWFrameView::showPopup (this=0x8361890, point=@0xafd60958, view=0x8253128, popupPoint=@0xafd60978) at /tmp/buildd/koffice-1.6.1/./kword/KWFrameView.cpp:126 #​16 0xa5ef89da in KWFrameViewManager::showPopup (this=0x8399228, point=@0xafd60958, view=0x8253128, keyState=0, popupPoint=@0xafd60978) at /tmp/buildd/koffice-1.6.1/./kword/KWFrameViewManager.cpp:393

What I did was installing those packages, making sure that no instance of koffice was running. Run kword and repeated the crash.

I have the impression I tried this before by myself, but since I wasn't sure I tried your package. I think next step is to package 0.60.5pre1 and try to repeat the problem.

Indeed, I didn't received that e-mail agmartin, and yet I have noticed after reporting some bugs to debian I receive some spam with the same subject or maybe RE:subject, so maybe this is related.

Since I'm not very familiarised with aspell I don't understand you last 2 paragraphs, but to avoid noise here maybe we could comment them privately.

aspell-helper commented 17 years ago

Agustin Martin Domingo agmartin\@sf commented on 2006-12-19 11:37:55 UTC

Logged In: YES user_id=368139 Originator: NO

Well I can now reproduce the problem. I was mixing the info from

http://bugs.kde.org/show_bug.cgi?id=125487

together with your file from

https://bugs.kde.org/show_bug.cgi?id=128067

and so, did not previously follow your exact steps. So, three things after looking at the three bugs,

(a) The "-m" problem seems to have nothing to do here. Sorry for the noise, Kevin.

Also, I do not think KDE#​125487 and KDE#​128067 are the same problem, backtraces do not seem similar

(b) http://bugs.kde.org/show_bug.cgi?id=125487 [KWord always crashes at startup] Looking at this bug report, this seems related to versions mismatches between aspell and dicts of incompatible formats, something completely different. Kevin, you might want to look at it to make sure.

(c) https://bugs.kde.org/show_bug.cgi?id=128067 [kword crash on .odt right click in a certain place.] This is this bug report, which I can reproduce now, in an extremely simple way, just open kword and write whitespace separated "1 2 3". Without clicking move the mouse on the whitespaces until a vertical bar (and not a hand) is shown. Click right mouse button (spellcheck) and crash is ready. Same happens if you try to spellcheck "123" from kword.

*Note that I tried everything with Debian aspell dict packages.*

When doing (c) with the english dict crash does not happen and the upper+lowercase alphabet is suggested as an alternative (why??). I have reproduced the crash with Bulgarian (bg), Catalan (ca), Esperanto (eo), Spanish (es), Faroese (fo), Galician (gl), Russian (ru), Swedish (sv)

I cannot reproduce the problem with French dict (with some strange suggestions) and as mentioned, with english. Unfortunately I could not find a common relation for each set.

Even if they are not installed, kword allows me to select some dicts (!!!). However what appears there is of course imaginary. For info, in case there is something strange being mixed here, these are the imaginary ones: for Dutch (nl) I could not reproduce the problem and, as expected nothing is suggested. I also could not reproduce the problem with Finnish dict (but here N is suggested ??), Italian (suggesting some uppercase letters), Norwegian Bokmal and Nynorsk (suggesting a couple of uppercase letters), Polish (suggests some uppercase letters)

aspell-helper commented 17 years ago

Kevin Atkinson kevina\@sf commented on 2006-12-19 23:10:26 UTC

Logged In: YES user_id=6591 Originator: NO

I just released Aspell 0.60.5. Please verify that you are still having the problem with the latest version. This release fixed a large number of bugs, any one of them could be related to your problem.

aspell-helper commented 17 years ago

Raúl linuxcart\@sf commented on 2007-01-04 14:23:54 UTC

Logged In: YES user_id=1667631 Originator: YES

I get to build a new debian package. I think now it works, so the problem may be solved. Anyway I would like someone else could confirm this.

aspell-helper commented 17 years ago

I.S. islyusar\@sf commented on 2007-01-07 00:24:56 UTC

Logged In: YES user_id=1685415 Originator: NO

Hello,

I used gedit on Ubuntu 6.10 system to view a PHP file containing English and Ukrainian text. I set document language to Ukrainian and tried to check spelling. Gedit crashed. I tried it few times and gedit crashed every time. Also, I tried it with English and Russian languages, but it worked fine.

I have reported that bug using Ubuntu crash report software. You can find the details at http://bugzilla.gnome.org/show_bug.cgi?id=393619. I got an answer from Paolo Maggi (gedit developer) who told me it was aspell bug and directed me to this page.

I hope this report will help you to fix the bug.

aspell-helper commented 17 years ago

Julian Daich jln_d\@sf commented on 2007-01-07 23:18:07 UTC

Logged In: YES user_id=1685993 Originator: NO

I´m using Ubuntu 6.10 and have similar problems while trying to check spelling in Evolution. I have Hebrew, Spanish and English installed. I initially reported the bug at the Evolution Bugzilla http://bugzilla.gnome.org/show_bug.cgi?id=393819 I´m awaiting to the release of the aspell 6.05 dpkg release to test if it can solve the bug. Any way, I´m pasting my bug report if it is useful.

Julian

Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0

Memory status: size: 186322944 vsize: 0 resident: 186322944 share: 0 rss: 37982208 rss_rlim: 0 CPU usage: start_time: 1168155582 rtime: 0 utime: 1417 stime: 0 cutime:1307 cstime: 0 timeout: 110 it_real_value: 0 frequency: 0

Backtrace was generated from '/usr/bin/evolution-2.8'

Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1233197392 (LWP 4448)] [New Thread -1353954400 (LWP 5504)] [New Thread -1345537120 (LWP 5500)] [New Thread -1287382112 (LWP 5049)] [New Thread -1304564832 (LWP 5044)] [New Thread -1296172128 (LWP 5042)] [New Thread -1278989408 (LWP 4847)] [New Thread -1270596704 (LWP 4826)] [New Thread -1262204000 (LWP 4825)] [New Thread -1253811296 (LWP 4824)] 0xffffe410 in __kernel_vsyscall () #​0 0xffffe410 in __kernel_vsyscall () #​1 0xb71316cb in waitpid () from /lib/tls/i686/cmov/libc.so.6 #​2 0xb7e3d1b6 in libgnomeui_segv_handle (signum=11) at gnome-ui-init.c:874 #​3 0x0805f8e9 in segv_redirect (sig=11) at main.c:426 #​4 #​5 0xaf40d054 in aspeller::AffixMgr::affix_check () from /usr/lib/libaspell.so.15 #​6 0xaf3e1284 in (anonymous namespace)::Working::try_word_n () from /usr/lib/libaspell.so.15 #​7 0xaf3e1978 in (anonymous namespace)::Working::try_one_edit_word () from /usr/lib/libaspell.so.15 #​8 0xaf3e1c7a in (anonymous namespace)::Working::get_suggestions () from /usr/lib/libaspell.so.15 #​9 0xaf3e2253 in (anonymous namespace)::SuggestImpl::suggest () from /usr/lib/libaspell.so.15 #​10 0xaf3f4558 in aspeller::SpellerImpl::suggest () from /usr/lib/libaspell.so.15 #​11 0xaf42a4e8 in aspell_speller_suggest () from /usr/lib/libaspell.so.15 #​12 0xaf44dde7 in gnome_spell_dictionary_get_type () from /usr/lib/gnome-spell/libgnome-spell-component-0.3.so #​13 0xb5732fb1 in _ORBIT_skel_small_GNOME_Spell_Dictionary_getSuggestions ( _o_servant=0x87fbcf4, _o_retval=0xbfb06870, _o_args=0xbfb0686c, _o_ctx=0x0, _o_ev=0xbfb06928, _impl_getSuggestions=0xaf44dd50 <gnome_spell_dictionary_get_type+763>) at Spell-common.c:28 #​14 0xb7c31cd0 in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0 #​15 0xb5733743 in GNOME_Spell_Dictionary_getSuggestions (_obj=0x89c48a8, word=0x8806328 "Thunderbird", ev=0xbfb06928) at Spell-stubs.c:36 #​16 0xaf46eef0 in gtk_html_persist_stream_new () from /usr/lib/gtkhtml/libgnome-gtkhtml-editor-3.8.so #​17 0xaf4716bb in popup_show () from /usr/lib/gtkhtml/libgnome-gtkhtml-editor-3.8.so #​18 0xaf467113 in editor_control_factory () from /usr/lib/gtkhtml/libgnome-gtkhtml-editor-3.8.so #​19 0xb7981b00 in _gtk_marshal_BOOLEAN__BOXED (closure=0x89c59d8, return_value=0xbfb06b30, n_param_values=2, param_values=0xbfb06c0c, invocation_hint=0xbfb06b1c, marshal_data=0xaf467020) at gtkmarshalers.c:84 #​20 0xb75a279b in IA__g_closure_invoke (closure=0x89c59d8, return_value=0xbfb06b30, n_param_values=2, param_values=0xbfb06c0c, invocation_hint=0xbfb06b1c) at gclosure.c:490 #​21 0xb75b2b93 in signal_emit_unlocked_R (node=0x80a4230, detail=0, instance=0x89ad348, emission_return=0xbfb06dcc, instance_and_params=0xbfb06c0c) at gsignal.c:2440 #​22 0xb75b3e7f in IA__g_signal_emit_valist (instance=0x89ad348, signal_id=43, detail=0, var_args=) at gsignal.c:2209 #​23 0xb75b4279 in IA__g_signal_emit (instance=0x89ad348, signal_id=43, detail=0) at gsignal.c:2243 #​24 0xb7a955f8 in gtk_widget_event_internal (widget=0x89ad348, event=0x88451f0) at gtkwidget.c:3911 #​25 0xb797aef3 in IA__gtk_propagate_event (widget=0x89ad348, event=0x88451f0) at gtkmain.c:2211 #​26 0xb797c0f7 in IA__gtk_main_do_event (event=0x88451f0) at gtkmain.c:1445 #​27 0xb76ec7ea in gdk_event_dispatch (source=0x80903a8, callback=0, user_data=0x0) at gdkevents-x11.c:2320 #​28 0xb752d802 in IA__g_main_context_dispatch (context=0x80903f0) at gmain.c:2045 #​29 0xb75307df in g_main_context_iterate (context=0x80903f0, block=1, dispatch=1, self=0x806dc28) at gmain.c:2677 #​30 0xb7530b89 in IA__g_main_loop_run (loop=0x80d3a10) at gmain.c:2881 #​31 0xb7d10a23 in bonobo_main () from /usr/lib/libbonobo-2.so.0 #​32 0x0805f718 in main (argc=1, argv=0xbfb07254) at main.c:615

Thread 10 (Thread -1253811296 (LWP 4824)): #​0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #​1 0xb7169321 in select () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #​2 0xb7224f1c in e_msgport_wait (mp=0x81945e0) at e-msgport.c:643 rfds = {__fds_bits = {0, 128, 0 <repeats 30 times>}} #​3 0xb72255e9 in thread_dispatch (din=0x8194d28) at e-msgport.c:1035 e = m = (EMsg *) 0x0 info = self = 3041156000 #​4 0xb7008504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #​5 0xb717051e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available.

Thread 9 (Thread -1262204000 (LWP 4825)): #​0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #​1 0xb7169321 in select () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #​2 0xb7224f1c in e_msgport_wait (mp=0x81945e0) at e-msgport.c:643 rfds = {__fds_bits = {0, 128, 0 <repeats 30 times>}} #​3 0xb72255e9 in thread_dispatch (din=0x8194d28) at e-msgport.c:1035 e = m = (EMsg *) 0x0 info = self = 3032763296 #​4 0xb7008504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #​5 0xb717051e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available.

Thread 8 (Thread -1270596704 (LWP 4826)): #​0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #​1 0xb7169321 in select () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #​2 0xb7224f1c in e_msgport_wait (mp=0x81945e0) at e-msgport.c:643 rfds = {__fds_bits = {0, 128, 0 <repeats 30 times>}} #​3 0xb72255e9 in thread_dispatch (din=0x8194d28) at e-msgport.c:1035 e = m = (EMsg *) 0x0 info = self = 3024370592 #​4 0xb7008504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #​5 0xb717051e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available.

Thread 7 (Thread -1278989408 (LWP 4847)): #​0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #​1 0xb7169321 in select () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #​2 0xb7224f1c in e_msgport_wait (mp=0x81945e0) at e-msgport.c:643 rfds = {__fds_bits = {0, 128, 0 <repeats 30 times>}} #​3 0xb72255e9 in thread_dispatch (din=0x8194d28) at e-msgport.c:1035 e = m = (EMsg *) 0x0 info = self = 3015977888 #​4 0xb7008504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #​5 0xb717051e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available.

Thread 6 (Thread -1296172128 (LWP 5042)): #​0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #​1 0xb7169321 in select () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #​2 0xb7224f1c in e_msgport_wait (mp=0x81945e0) at e-msgport.c:643 rfds = {__fds_bits = {0, 128, 0 <repeats 30 times>}} #​3 0xb72255e9 in thread_dispatch (din=0x8194d28) at e-msgport.c:1035 e = m = (EMsg *) 0x0 info = self = 2998795168 #​4 0xb7008504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #​5 0xb717051e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available.

Thread 5 (Thread -1304564832 (LWP 5044)): #​0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #​1 0xb7169321 in select () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #​2 0xb7224f1c in e_msgport_wait (mp=0x8193100) at e-msgport.c:643 rfds = {__fds_bits = {-2147483648, 0 <repeats 31 times>}} #​3 0xb72255e9 in thread_dispatch (din=0x81930a0) at e-msgport.c:1035 e = m = (EMsg *) 0x0 info = self = 2990402464 #​4 0xb7008504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #​5 0xb717051e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available.

Thread 4 (Thread -1287382112 (LWP 5049)): #​0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #​1 0xb7169321 in select () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #​2 0xb7224f1c in e_msgport_wait (mp=0x8194278) at e-msgport.c:643 rfds = {__fds_bits = {0, 8, 0 <repeats 30 times>}} #​3 0xb72255e9 in thread_dispatch (din=0x8194bf0) at e-msgport.c:1035 e = m = (EMsg *) 0x0 info = self = 3007585184 #​4 0xb7008504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #​5 0xb717051e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available.

Thread 3 (Thread -1345537120 (LWP 5500)): #​0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #​1 0xb7166803 in poll () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #​2 0xb7530813 in g_main_context_iterate (context=0x883ba00, block=1, dispatch=1, self=0x8862280) at gmain.c:2979 got_ownership = max_priority = 2147483647 timeout = -1 some_ready = nfds = 1 allocated_nfds = fds = (GPollFD *) 0x88224b8 __PRETTY_FUNCTION__ = "g_main_context_iterate" #​3 0xb7530b89 in IA__g_main_loop_run (loop=0x87d2080) at gmain.c:2881 got_ownership = -1223177280 self = (GThread *) 0x8862280 __PRETTY_FUNCTION__ = "IA__g_main_loop_run" #​4 0xb7247e62 in startup_mainloop (arg=0x0) at e-book.c:3760 loop = (GMainLoop *) 0xfffffffc #​5 0xb754b38f in g_thread_create_proxy (data=0x8862280) at gthread.c:553 __PRETTY_FUNCTION__ = "g_thread_create_proxy" #​6 0xb7008504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #​7 0xb717051e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available.

Thread 2 (Thread -1353954400 (LWP 5504)): #​0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #​1 0xb7166803 in poll () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #​2 0xb7530813 in g_main_context_iterate (context=0x883bcc0, block=1, dispatch=1, self=0x882a6e0) at gmain.c:2979 got_ownership = max_priority = 2147483647 timeout = -1 some_ready = nfds = 13 allocated_nfds = fds = (GPollFD *) 0x8863000 __PRETTY_FUNCTION__ = "g_main_context_iterate" #​3 0xb7530b89 in IA__g_main_loop_run (loop=0x882a708) at gmain.c:2881 got_ownership = -1223177280 self = (GThread *) 0x882a6e0 __PRETTY_FUNCTION__ = "IA__g_main_loop_run" #​4 0xb7c3d7e0 in link_set_io_thread () from /usr/lib/libORBit-2.so.0 No symbol table info available. #​5 0xb754b38f in g_thread_create_proxy (data=0x882a6e0) at gthread.c:553 __PRETTY_FUNCTION__ = "g_thread_create_proxy" #​6 0xb7008504 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #​7 0xb717051e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available.

Thread 1 (Thread -1233197392 (LWP 4448)): #​0 0xffffe410 in __kernel_vsyscall () No symbol table info available. #​1 0xb71316cb in waitpid () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #​2 0xb7e3d1b6 in libgnomeui_segv_handle (signum=11) at gnome-ui-init.c:874 estatus = 1073741840 sa = {__sigaction_handler = {sa_handler = 0, sa_sigaction = 0}, sa_mask = {__val = {3216007228, 3216006988, 16, 0, 3080095892, 144137600, 3216006980, 137399012, 3216007028, 145280312, 0, 134900328, 6017556, 3076337312, 1, 0, 0, 145443680, 0, 83, 5443, 1, 145443680, 145443680, 0, 145280316, 1, 3216006936, 3076248084, 3076335312, 3216007228, 3216006984}}, sa_flags = -1218809975, sa_restorer = 0x8a8cd38} pid = 0 in_segv = 1 #​3 0x0805f8e9 in segv_redirect (sig=11) at main.c:426 No locals. #​4 No symbol table info available. #​5 0xaf40d054 in aspeller::AffixMgr::affix_check () from /usr/lib/libaspell.so.15 No symbol table info available. #​6 0xaf3e1284 in (anonymous namespace)::Working::try_word_n () from /usr/lib/libaspell.so.15 No symbol table info available. #​7 0xaf3e1978 in (anonymous namespace)::Working::try_one_edit_word () from /usr/lib/libaspell.so.15 No symbol table info available. #​8 0xaf3e1c7a in (anonymous namespace)::Working::get_suggestions () from /usr/lib/libaspell.so.15 No symbol table info available. #​9 0xaf3e2253 in (anonymous namespace)::SuggestImpl::suggest () from /usr/lib/libaspell.so.15 No symbol table info available. #​10 0xaf3f4558 in aspeller::SpellerImpl::suggest () from /usr/lib/libaspell.so.15 No symbol table info available. #​11 0xaf42a4e8 in aspell_speller_suggest () from /usr/lib/libaspell.so.15 No symbol table info available. #​12 0xaf44dde7 in gnome_spell_dictionary_get_type () from /usr/lib/gnome-spell/libgnome-spell-component-0.3.so No symbol table info available. #​13 0xb5732fb1 in _ORBIT_skel_small_GNOME_Spell_Dictionary_getSuggestions ( _o_servant=0x87fbcf4, _o_retval=0xbfb06870, _o_args=0xbfb0686c, _o_ctx=0x0, _o_ev=0xbfb06928, _impl_getSuggestions=0xaf44dd50 <gnome_spell_dictionary_get_type+763>) at Spell-common.c:28 No locals. #​14 0xb7c31cd0 in ORBit_c_stub_invoke () from /usr/lib/libORBit-2.so.0 No symbol table info available. #​15 0xb5733743 in GNOME_Spell_Dictionary_getSuggestions (_obj=0x89c48a8, word=0x8806328 "Thunderbird", ev=0xbfb06928) at Spell-stubs.c:36 _ORBIT_retval = (GNOME_Spell_StringSeq *) 0xb57336d9 _args = {0xbfb06884} #​16 0xaf46eef0 in gtk_html_persist_stream_new () from /usr/lib/gtkhtml/libgnome-gtkhtml-editor-3.8.so No symbol table info available. #​17 0xaf4716bb in popup_show () from /usr/lib/gtkhtml/libgnome-gtkhtml-editor-3.8.so No symbol table info available. #​18 0xaf467113 in editor_control_factory () from /usr/lib/gtkhtml/libgnome-gtkhtml-editor-3.8.so No symbol table info available. #​19 0xb7981b00 in _gtk_marshal_BOOLEAN__BOXED (closure=0x89c59d8, return_value=0xbfb06b30, n_param_values=2, param_values=0xbfb06c0c, invocation_hint=0xbfb06b1c, marshal_data=0xaf467020) at gtkmarshalers.c:84 data1 = (gpointer) 0x89ad348 data2 = v_return = __PRETTY_FUNCTION__ = "_gtk_marshal_BOOLEAN__BOXED" #​20 0xb75a279b in IA__g_closure_invoke (closure=0x89c59d8, return_value=0xbfb06b30, n_param_values=2, param_values=0xbfb06c0c, invocation_hint=0xbfb06b1c) at gclosure.c:490 marshal = (GClosureMarshal) 0xb7981aa0 <_gtk_marshal_BOOLEAN__BOXED> marshal_data = (gpointer) 0x0 __PRETTY_FUNCTION__ = "IA__g_closure_invoke" #​21 0xb75b2b93 in signal_emit_unlocked_R (node=0x80a4230, detail=0, instance=0x89ad348, emission_return=0xbfb06dcc, instance_and_params=0xbfb06c0c) at gsignal.c:2440 tmp = handler = (Handler *) 0x89bea60 accumulator = (SignalAccumulator *) 0x80a4188 emission = {next = 0x0, instance = 0x89ad348, ihint = { signal_id = 43, detail = 0, run_type = G_SIGNAL_RUN_FIRST}, state = EMISSION_RUN, chain_type = 4} class_closure = (GClosure *) 0x80a3f68 handler_list = (Handler *) 0x89bea60 return_accu = (GValue *) 0xbfb06b30 accu = {g_type = 20, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}} signal_id = 43 max_sequential_handler_number = 5426 return_value_altered = 0 #​22 0xb75b3e7f in IA__g_signal_emit_valist (instance=0x89ad348, signal_id=43, detail=0, var_args=) at gsignal.c:2209 _flags = _vtable = _cvalues = {{v_int = -1078956440, v_long = -1078956440, v_int64 = 3216010856, v_double = 1.5889204806021001e-314, v_pointer = 0xbfb06e68}, {v_int = 0, v_long = 0, v_int64 = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_long = 0, v_int64 = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_long = 0, v_int64 = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_long = 0, v_int64 = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_long = 0, v_int64 = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_long = 0, v_int64 = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_long = 0, v_int64 = 0, v_double = 0, v_pointer = 0x0}} _lcopy_format = _n_values = return_value = {g_type = 20, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}} error = instance_and_params = (GValue *) 0xbfb06c0c stack_values = {{g_type = 139158312, data = {{v_int = 144364360, v_uint = 144364360, v_long = 144364360, v_ulong = 144364360, v_int64 = 144364360, v_uint64 = 144364360, v_float = 9.31820984e-34, v_double = 7.1325470759858219e-316, v_pointer = 0x89ad348}, { v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}, { g_type = 134889520, data = {{v_int = 142889456, v_uint = 142889456, v_long = 142889456, v_ulong = 142889456, v_int64 = 142889456, v_uint64 = 142889456, v_float = 7.96372443e-34, v_double = 7.0596771362544381e-316, v_pointer = 0x88451f0}, { v_int = 134217728, v_uint = 134217728, v_long = 134217728, v_ulong = 134217728, v_int64 = 134217728, v_uint64 = 134217728, v_float = 3.85185989e-34, v_double = 6.631236846766476e-316, v_pointer = 0x8000000}}}, {g_type = 3077717801, data = {{ v_int = -1078956968, v_uint = 3216010328, v_long = -1078956968, v_ulong = 3216010328, v_int64 = -5234359155330880424, v_uint64 = 13212384918378671192, v_float = -1.37830639, v_double = -4.9900806190419521e-42, v_pointer = 0xbfb06c58}, { v_int = 93, v_uint = 93, v_long = 93, v_ulong = 93, v_int64 = -5235098236519186339, v_uint64 = 13211645837190365277, v_float = 1.30320757e-43, v_double = -4.5191109139378266e-42, v_pointer = 0x5d}}}, {g_type = 3216010344, data = {{ v_int = -1217221772, v_uint = 3077745524, v_long = -1217221772, v_ulong = 3077745524, v_int64 = 578871881301666676, v_uint64 = 578871881301666676, v_float = -1.44642436e-05, v_double = 5.8125840619156906e-270, v_pointer = 0xb772ab74}, { v_int = 1073741824, v_uint = 1073741824, v_long = 1073741824, v_ulong = 1073741824, v_int64 = -4634084752838623232, v_uint64 = 13812659320870928384, v_float = 2, v_double = -0.064155116677284241, v_pointer = 0x40000000}}}, { g_type = 3077745524, data = {{v_int = 146525328, v_uint = 146525328, v_long = 146525328, v_ulong = 146525328, v_int64 = -4634082486023107440, v_uint64 = 13812661587686444176, v_float = 1.13027455e-33, v_double = -0.064186575062011864, v_pointer = 0x8bbcc90}, {v_int = -1078956920, v_uint = 3216010376, v_long = -1078956920, v_ulong = 3216010376, v_int64 = -5229114738269459320, v_uint64 = 13217629335440092296, v_float = -1.37831211, v_double = -1.0924313447533442e-41, v_pointer = 0xbfb06c88}}}, {g_type = 146525328, data = {{ v_int = 134793520, v_uint = 134793520, v_long = 134793520, v_ulong = 134793520, v_int64 = 17314662704, v_uint64 = 17314662704, v_float = 4.11625061e-34, v_double = 8.5545800113751042e-314, v_pointer = 0x808c930}, {v_int = -1217221772, v_uint = 3077745524, v_long = -1217221772, v_ulong = 3077745524, v_int64 = -5227927699641422988, v_uint64 = 13218816374068128628, v_float = -1.44642436e-05, v_double = -1.3394888493760294e-41, v_pointer = 0xb772ab74}}}, {g_type = 146525328, data = {{ v_int = -1078956888, v_uint = 3216010408, v_long = -1078956888, v_ulong = 3216010408, v_int64 = -5234359155330880344, v_uint64 = 13212384918378671272, v_float = -1.37831593, v_double = -4.9900806190420031e-42, v_pointer = 0xbfb06ca8}, { v_int = 146525328, v_uint = 146525328, v_long = 146525328, v_ulong = 146525328, v_int64 = 578925960598637712, v_uint64 = 578925960598637712, v_float = 1.13027455e-33, v_double = 5.8580436130669914e-270, v_pointer = 0x8bbcc90}}}, { g_type = 3216010424, data = {{v_int = -1217657558, v_uint = 3077309738, v_long = -1217657558, v_ulong = 3077309738, v_int64 = -5227927699641858774, v_uint64 = 13218816374067692842, v_float = -1.40678985e-05, v_double = -1.3394888492649499e-41, v_pointer = 0xb76c052a}, {v_int = 1086047872, v_uint = 1086047872, v_long = 1086047872, v_ulong = 1086047872, v_int64 = -4634084477948410240, v_uint64 = 13812659595761141376, v_float = 5.86798096, v_double = -0.064158931545330589, v_pointer = 0x40bbc680}}}, {g_type = 3077745524, data = {{ v_int = 134787296, v_uint = 134787296, v_long = 134787296, v_ulong = 134787296, v_int64 = -4634082486034845472, v_uint64 = 13812661587674706144, v_float = 4.11339269e-34, v_double = -0.064186574899113946, v_pointer = 0x808b0e0}, { v_int = -1078956840, v_uint = 3216010456, v_long = -1078956840, v_ulong = 3216010456, v_int64 = -5228819605296747304, v_uint64 = 13217924468412804312, v_float = -1.37832165, v_double = -1.1300452608762232e-41, v_pointer = 0xbfb06cd8}}}, { g_type = 134787296, data = {{v_int = 134778768, v_uint = 134778768, v_long = 134778768, v_ulong = 134778768, v_int64 = 1065286668176, v_uint64 = 1065286668176, v_float = 4.10947682e-34, v_double = 5.2632154571844514e-312, v_pointer = 0x8088f90}, { v_int = -1218719212, v_uint = 3076248084, v_long = -1218719212, v_ulong = 3076248084, v_int64 = -5227927699642920428, v_uint64 = 13218816374066631188, v_float = -1.31023298e-05, v_double = -1.3394888489943399e-41, v_pointer = 0xb75bd214}}}, { g_type = 146523776, data = {{v_int = -1078956808, v_uint = 3216010488, v_long = -1078956808, v_ulong = 3216010488, v_int64 = -5234359155330880264, v_uint64 = 13212384918378671352, v_float = -1.37832546, v_double = -4.9900806190420541e-42, v_pointer = 0xbfb06cf8}, {v_int = 134787296, v_uint = 134787296, v_long = 134787296, v_ulong = 134787296, v_int64 = 4614151226710864096, v_uint64 = 4614151226710864096, v_float = 4.11339269e-34, v_double = 3.0947723987247713, v_pointer = 0x808b0e0}}}, {g_type = 146504648, data = {{ v_int = -1218631984, v_uint = 3076335312, v_long = -1218631984, v_ulong = 3076335312, v_int64 = 629314829082765008, v_uint64 = 629314829082765008, v_float = -1.31816632e-05, v_double = 1.3459353407701093e-266, v_pointer = 0xb75d26d0}, { v_int = 4, v_uint = 4, v_long = 4, v_ulong = 4, v_int64 = -4634083997998120956, v_uint64 = 13812660075711430660, v_float = 5.60519386e-45, v_double = -0.064165592193603571, v_pointer = 0x4}}}, {g_type = 3076147694, data = {{v_int = 146523780, v_uint = 146523780, v_long = 146523780, v_ulong = 146523780, v_int64 = 17326392964, v_uint64 = 17326392964, v_float = 1.13013239e-33, v_double = 8.56037552985789e-314, v_pointer = 0x8bbc684}, {v_int = 3, v_uint = 3, v_long = 3, v_ulong = 3, v_int64 = -5234792026825818109, v_uint64 = 13211952046883733507, v_float = 4.20389539e-45, v_double = -4.7142389881839368e-42, v_pointer = 0x3}}}, { g_type = 146523780, data = {{v_int = 1, v_uint = 1, v_long = 1, v_ulong = 1, v_int64 = 629314843186298881, v_uint64 = 629314843186298881, v_float = 1.40129846e-45, v_double = 1.3459377687886818e-266, v_pointer = 0x1}, { v_int = -1217221772, v_uint = 3077745524, v_long = -1217221772, v_ulong = 3077745524, v_int64 = 629314829084175220, v_uint64 = 629314829084175220, v_float = -1.44642436e-05, v_double = 1.3459353410128868e-266, v_pointer = 0xb772ab74}}}, { g_type = 1, data = {{v_int = -1078956456, v_uint = 3216010840, v_long = -1078956456, v_ulong = 3216010840, v_int64 = -5229057464880566696, v_uint64 = 13217686608828984920, v_float = -1.37836742, v_double = -1.0997306865587828e-41, v_pointer = 0xbfb06e58}, {v_int = 146523776, v_uint = 146523776, v_long = 146523776, v_ulong = 146523776, v_int64 = -4634082486023108992, v_uint64 = 13812661587686442624, v_float = 1.13013202e-33, v_double = -0.064186575061990325, v_pointer = 0x8bbc680}}}, {g_type = 3216010720, data = {{ v_int = -1217493518, v_uint = 3077473778, v_long = -1217493518, v_ulong = 3077473778, v_int64 = 578756673098647026, v_uint64 = 578756673098647026, v_float = -1.4217092e-05, v_double = 5.715738993810862e-270, v_pointer = 0xb76e85f2}, { v_int = 29367758, v_uint = 29367758, v_long = 29367758, v_ulong = 29367758, v_int64 = 625653624113995214, v_uint64 = 625653624113995214, v_float = 7.05724287e-38, v_double = 7.4547963422766407e-267, v_pointer = 0x1c01dce}}}} free_me = (GValue *) 0x0 signal_return_type = 20 param_values = (GValue *) 0xbfb06c20 node = (SignalNode *) 0x80a4230 i = 1 n_params = 1 __PRETTY_FUNCTION__ = "IA__g_signal_emit_valist" #​23 0xb75b4279 in IA__g_signal_emit (instance=0x89ad348, signal_id=43, detail=0) at gsignal.c:2243 var_args = 0xbfb06e4c "ðQ\204\bhn°¿ðQ\204\bHÓ\232\b\217\232©·HÓ\232\bȵ\t\b" #​24 0xb7a955f8 in gtk_widget_event_internal (widget=0x89ad348, event=0x88451f0) at gtkwidget.c:3911 signal_num = return_val = 0 #​25 0xb797aef3 in IA__gtk_propagate_event (widget=0x89ad348, event=0x88451f0) at gtkmain.c:2211 window = (GtkWidget *) 0x89ad348 handled_event = 142889456 __PRETTY_FUNCTION__ = "IA__gtk_propagate_event" #​26 0xb797c0f7 in IA__gtk_main_do_event (event=0x88451f0) at gtkmain.c:1445 event_widget = (GtkWidget *) 0x89ad348 grab_widget = (GtkWidget *) 0x89ad348 window_group = (GtkWindowGroup *) 0x866d8c0 next_event = rewritten_event = (GdkEvent *) 0x0 tmp_list = __PRETTY_FUNCTION__ = "IA__gtk_main_do_event" #​27 0xb76ec7ea in gdk_event_dispatch (source=0x80903a8, callback=0, user_data=0x0) at gdkevents-x11.c:2320 display = event = (GdkEvent *) 0x88451f0 #​28 0xb752d802 in IA__g_main_context_dispatch (context=0x80903f0) at gmain.c:2045 No locals. #​29 0xb75307df in g_main_context_iterate (context=0x80903f0, block=1, dispatch=1, self=0x806dc28) at gmain.c:2677 got_ownership = max_priority = 2147483647 timeout = 499 some_ready = 1 nfds = allocated_nfds = fds = (GPollFD *) 0x8355e78 __PRETTY_FUNCTION__ = "g_main_context_iterate" #​30 0xb7530b89 in IA__g_main_loop_run (loop=0x80d3a10) at gmain.c:2881 got_ownership = -1223177280 self = (GThread *) 0x806dc28 __PRETTY_FUNCTION__ = "IA__g_main_loop_run" #​31 0xb7d10a23 in bonobo_main () from /usr/lib/libbonobo-2.so.0 No symbol table info available. #​32 0x0805f718 in main (argc=1, argv=0xbfb07254) at main.c:615 fd = uri_list = (GSList *) 0x0 program = (GnomeProgram *) 0x806e028 context = icon_list = #​0 0xffffe410 in __kernel_vsyscall ()

aspell-helper commented 17 years ago

Tr00peR tr00per87\@sf commented on 2007-02-19 21:57:23 UTC

Logged In: YES user_id=1628166 Originator: NO

I also faced this bug. Here is the whole description with a traceback (similar to this above): http://bugs.kde.org/show_bug.cgi?id=141659

libaspell 0.60.4-4 on Debian testing

aspell-helper commented 17 years ago

Agustin Martin Domingo agmartin\@sf commented on 2007-02-20 15:22:19 UTC

Logged In: YES user_id=368139 Originator: NO

Tried with Debian aspell-0.60.5 Debian package Brian has just uploaded to Debian unstable.

I cannot reproduce this bug at all with this new package, while I can do that with aspell-0.60.4.

So, this seems to work fine with aspell-0.60.5

Kevin, I think you can close this bug report unless others complain.

aspell-helper commented 17 years ago

Kevin Atkinson kevina\@sf updated the issue on 2007-06-10 21:13:20 UTC