fracte / keepnote

Automatically exported from code.google.com/p/keepnote
0 stars 0 forks source link

Crash related to GtkSpell? #304

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

    1. Turn on spell checking (Tools -> Spell Check)

    2. Go to a different page via the tree/list view
    3. Repeat step #2 about 25 times.

    4. Right click any misspelled word in the editor

    5a. Repeat step #2 one more time
    -OR-
    5b. Turn off spell checking

What is the expected output? What do you see instead?

    Program suddenly terminates; error log shows nothing
    (besides initialization)

What version of the product are you using? On what operating system?

    0.6.3 on Ubuntu Linux 9.10 (libgtkspell0 2.0.15)

Please provide any additional information below.

    Perhaps related to Issue 258?

    After restarting, everything's stable until you do step #4 again.
    Turning off spell check prevents the application from crashing.

    I traced this with a debugger and it crashes somewhere in gtk.main().
    I also tried calling gtkspell.detach() before changing pages (i.e.,
    in view_pages) but that didn't help.

    Maybe related: http://sourceforge.net/tracker/?func=detail&aid=2875116&group_id=7896&atid=107896
    So I tried using libgtkspell 2.0.16 (installed from source) but that
    didn't fix things.  Can somebody reproduce this bug on Ubuntu 10.04?

Original issue reported on code.google.com by csmayfi...@gmail.com on 9 Jul 2010 at 4:53

GoogleCodeExporter commented 8 years ago

Original comment by matt.rasmus@gmail.com on 23 Feb 2011 at 3:57

GoogleCodeExporter commented 8 years ago
BTW, I haven't had this problem since upgrading to Ubuntu 10.10 last fall.  I'm 
currently using KeepNote 0.6.8.  This bug seems to have been resolved upstream.

Original comment by csmayfi...@gmail.com on 23 Feb 2011 at 4:04