[Webkit-unassigned] [Bug 13250] browser crash on cliking back button while at link specified above

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 1 10:21:25 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13250





------- Comment #3 from mitz at webkit.org  2007-04-01 10:21 PDT -------
Using gdb I found out that the crash happens in inspector.js:469. At the time
of the crash, focusedNode, which was a JSHTMLDocument has already been deleted
(during earlier GC), despite the fact that the Obj-C wrapper
(_private->focusedNode) is still alive.


-- 
Configure bugmail: http://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