GNOME Bugzilla – Bug 584243
Crash when replacing a mispelled word
Last modified: 2009-07-30 07:23:21 UTC
To reproduce: Edit a new email (non-HTML), misspell a word. Left click on it, select a replacement. Evo dies. Evo, EDS, and gtkhtml git trunk. (gdb) bt full
+ Trace 215769
*** Bug 587359 has been marked as a duplicate of this bug. ***
*** Bug 585840 has been marked as a duplicate of this bug. ***
Reproducible on 2.27.3.
Created commit 48e8e69 in gtkhtml master (3.27.5+) There was a typo using a function name as an object. Weird compiler didn't recognize it, probably because of the casting. Anyway, it is fixed now.
*** Bug 589995 has been marked as a duplicate of this bug. ***
I can confirm this is fixed in 3.27.5. Thanks!