GNOME Bugzilla – Bug 648365
evince crashes in ev_mapping_list_find()
Last modified: 2011-04-26 08:15:41 UTC
Hi, evince (3.0.0) crashes when I open a pdf form in evince, write something in an editable field and press ctrl+r (try to repeat it several times if it doesn't crash immediately). I tested it with "www.irs.gov/pub/irs-pdf/f1040.pdf". It helps to swap "clear_caches (view)" and "ev_view_remove_all (view)" so that caches are cleared after removing all widgets in ev_view_document_changed_cb(). Marek P.S.: It is probably related to the bug #632087. Backtrace:
+ Trace 226818
crash is critical in bgo.
Marek, it's related to #632087. What do you mean by it helps? do you have a patch? I am going to look more closely to this during the weekend.
Created attachment 186571 [details] [review] Fix the bug So this is the patch proposed by Marek that indeed fixes the crash...
Review of attachment 186571 [details] [review]: Thanks!
This problem has been fixed in the development version. This fix should be available in Evince 3.0.1
Hi, thank you for the fix and sorry about that I forgot to attach a patch. Btw, I've should add that this was originally reported here: https://bugzilla.redhat.com/show_bug.cgi?id=677074 (and 657103, 645903). Thanks Marek