[Webkit-unassigned] [Bug 9795] Crash in [WebHTMLView(WebPrivate) _updateMouseoverWithEvent:]

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Tue Jul 11 03:58:29 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9795





------- Comment #4 from ddkilzer at kilzer.net  2006-07-11 03:58 PDT -------
Created an attachment (id=9366)
 --> (http://bugzilla.opendarwin.org/attachment.cgi?id=9366&action=view)
Another crash from 2006-07-11

I'm hating myself for not putting the other crash logs in attachments now, so
here is another example of the same crash as an attachment.

This time, though, I modified line 1118 in WebHTMLView.m from this:

1118: NSRect visibleRect = [[[[lastHitView _frame] frameView] _scrollView]
documentVisibleRect];

To this:

1118: WebFrame* frame = [lastHitView _frame];
1119: WebFrameView* frameView = [frame frameView];
1120: NSScrollView* scrollView = [frameView _scrollView];
1121: NSRect visibleRect = [scrollView documentVisibleRect];

The crash log still notes line 1118, which means it's failing on the first
call.  I don't have any idea what "objc_msgSend_rtp" means, though.  Looks like
a Very Bad Thing(tm) is happening with an internal ObjC method.


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