GNOME Bugzilla – Bug 638740
Crash on DNS error and querying netcraft.com
Last modified: 2012-07-31 13:56:11 UTC
Hi, epiphany crashes when I use this DNS (that is one of the most used DNSs in Italy) 85.37.17.52 / 85.38.28.92 and I query netcraft.com, on the left side, to see "what the site is running". When I try occhiodelfotografo.com epiphany crashes. If I use opera, it says DNS error.
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Is this ok? :D [New Thread 4198] [New Thread 4328] [New Thread 4326] [New Thread 4325] [New Thread 4199] [New Thread 4201] [New Thread 4207] Core was generated by `epiphany'. Program terminated with signal 11, Segmentation fault.
+ Trace 225409
Thread 1 (Thread 4198)
Do you get the same crash without the Flash plugin installed?
I've uninstalled flash-plugin to make a test, and it crashes anyway.
reopen the information is provide.
*** Bug 654339 has been marked as a duplicate of this bug. ***
*** Bug 654427 has been marked as a duplicate of this bug. ***
*** Bug 655219 has been marked as a duplicate of this bug. ***
ScrollView::m_horizontalScrollbar is not a MainFrameScrollbarGtk *. reinterpret_cast should be changed to dynamic_cast or some other appropriate fix.
Created attachment 192952 [details] [review] MainFrameScrollbarGtk.patch Suggested patch. Seems to work.
*** Bug 655672 has been marked as a duplicate of this bug. ***
(In reply to comment #10) > Created an attachment (id=192952) [details] [review] > MainFrameScrollbarGtk.patch > > Suggested patch. Seems to work. What version of WebKit are you using? This seems vaguely familiar, might have been fixed already (cannot check right now). Also in general WebKit bugs have to be reported in bugs.webkit.org, not here :)
1.4.2 (current stable). Development tree looks not to suffer from this bug (they don't have any dangerous casts to MainFrameScrollbarGtk). I'll upstream the patch.
Upstreamed as https://bugs.webkit.org/show_bug.cgi?id=65492
Comment on attachment 192952 [details] [review] MainFrameScrollbarGtk.patch This was fixed upstream.