[Webkit-unassigned] [Bug 21240] segmentation fault while closing a page with flash object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 4 00:19:44 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21240





------- Comment #1 from cookiecaper at gmail.com  2008-10-04 00:19 PDT -------
This actually doesn't segfault for me with svn r32784. Instead, I get what
appears from a very quick Google search may be a compiler bug. Upon close of a
page with a swf element, I get:

pure virtual method called
terminate called without an active exception
Aborted

The options I added to the compilation were -march=x86_64 -mtune=core2
-funit-at-a-time -pipe -O2 . I suspect it may be caused by -O2 or
-funit-at-a-time, though the latter only affects asm blocks afaict from the man
page.

Anyway, will try to recompile and see if I can reproduce the segfault. I don't
experience it in Epiphany (with svn r37092) either and my patch from
https://bugs.webkit.org/show_bug.cgi?id=20779 .


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list