[Webkit-unassigned] [Bug 49314] [gtk] The revision r71528 causes crashes in GObjectEventListener

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 10 04:00:41 PST 2010


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





--- Comment #1 from Alejandro G. Castro <alex at igalia.com>  2010-11-10 04:00:42 PST ---
(In reply to comment #0)
> The patch fixing bug 49136 is causing crashes, you can check it in the bots cores log or it can also be reproduced with epiphany opening the browser and loading a webpage:
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007ffff56658fb in WTF::RefCountedBase::ref (this=0x171c408) at ../../../JavaScriptCore/wtf/RefCounted.h:37
> 37            ASSERT(!m_adoptionIsRequired);

It seems we are using the listener pointer in the constructor as a PassRefPtr before even adopting the reference, I guess the best option would be to move that code to the addEventListener in the .h. Trying the solution.

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



More information about the webkit-unassigned mailing list