GNOME Bugzilla – Bug 606352
Lockup when using webkit 1.1.18 with epiphany
Last modified: 2010-01-24 14:34:53 UTC
Created attachment 151000 [details] Backtrace of the lockup. I was visiting http://www.inquisitr.com/55778/nokia-ces-2010-ovi-stands-front-and-center/ with epiphany/webkit and the browser completely locked up. Attaching to the process revealed what seems like a soup bug. Backtrace attached.
same lockup is now happening reliably for me at http://www.sweet-juniper.com
(In reply to comment #1) > same lockup is now happening reliably for me at http://www.sweet-juniper.com http://js-kit.com/extra/haloscan/wrapper.js, which is loaded by that page, returns a gzipped stream with a spurious "\n" appended to the end, which confuses SoupCoding, which keeps trying to pass that last byte to zlib, which keeps refusing to process it knows it's already done decoding
fixed in master. thanks for the bug report
*** Bug 607917 has been marked as a duplicate of this bug. ***