[Webkit-unassigned] [Bug 23085] [jsfunfuzz] gc crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 2 23:49:36 PST 2009


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





------- Comment #3 from barraclough at apple.com  2009-01-02 23:49 PDT -------
function f() {
    try {
        throw "";
    } catch(y) {
        this(function(){})
    } finally {
    }
};
try {
    f()
} catch(r) {
}
gc();


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