GNOME Bugzilla – Bug 703275
Segfault when searching (apparently) on multilines
Last modified: 2013-06-30 08:00:31 UTC
Created attachment 248003 [details] PDF test case I am using evince and poppler master from today (4e2bf3ff and 263995, respectively). 1. I opened the PDF attached. 3. Ctrl+F to search 4. Tried to type: "at the" I crashed just after the "t". I was trying to search for a text that I knew was split in 2 lines (in the abstract). I can reproduce the bug several times. Once I had to click on the document, before searching (maybe I started to search quicker as soon as the document was being loaded). Here is the backtrace (you might want to check the Thread #1):
+ Trace 232163
Thread 1 (Thread 0xb5994ac0 (LWP 3207))
FWIW, I was able to reproduce the same issue with another PDF. I found out that it depends on the word I search first. If I search another word first and then the one that made evince crash, it does not crash.
Another PDF to give a try is: http://academic.patrick.wagstrom.net/publications/Jergensen_2011_TheOnionPatchMigrationInOpenSourceEcosystems.pdf?attredirects=0 Try: 1. Ctrl+F 2. Type: onion 3. Segfault
Fixed in git master, we were entering an infinite loop. Also fixed the search results in multicolumn documents that was broken too. Thanks for reporting.