[Webkit-unassigned] [Bug 48863] segfault in JSGarbageCollect ()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 23:55:55 PDT 2010


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |ap at webkit.org




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2010-11-05 23:55:55 PST ---
A crash in JSGarbageCollect itself means that an invalid context pointer was passed to it. So, this is almost certain to be a bug in the caller.

Some common errors are:
- passing a deallocated context;
- not using locking with multiple threads (only contexts from distinct context groups can be used concurrently).

-- 
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