Bug 9850 - REGRESSION: Assertion failure (SHOULD NEVER BE REACHED) in -[WebHTMLView(WebPrivate) removeTrackingRect:]
Summary: REGRESSION: Assertion failure (SHOULD NEVER BE REACHED) in -[WebHTMLView(WebP...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P1 Normal
Assignee: Nobody
URL:
Keywords: InRadar, Regression
Depends on:
Blocks:
 
Reported: 2006-07-11 05:22 PDT by mitz
Modified: 2006-07-15 12:27 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2006-07-11 05:22:59 PDT
Sometimes when I click a link I get the following assertion failure:

=================
SHOULD NEVER BE REACHED (WebKit/WebView/WebHTMLView.m:1025 -[WebHTMLView(WebPrivate) removeTrackingRect:])
=================

Backtrace:

#0  0x003673a8 in -[WebHTMLView(WebPrivate) removeTrackingRect:] (self=0x199fbea0, _cmd=0x90aa8750, tag=195951310) at WebKit/WebView/WebHTMLView.m:1025
#1  0x93808160 in -[NSToolTipManager removeAllToolTipsForView:] ()
#2  0x93720668 in -[NSView _finalize] ()
#3  0x937205c8 in -[NSView dealloc] ()
#4  0x93791554 in -[NSControl dealloc] ()
#5  0x0036db78 in -[WebHTMLView dealloc] (self=0x199fbea0, _cmd=0x90a4f2b4) at WebKit/WebView/WebHTMLView.m:1965
#6  0x936ff4b4 in -[NSView release] ()
#7  0x907d22c0 in __CFDictionaryDeallocate ()
#8  0x907bbf34 in _CFRelease ()
#9  0x90819ee0 in CFSetRemoveAllValues ()
#10 0x0030c50c in +[WebHistoryItem(WebPrivate) _releaseAllPendingPageCaches] (self=0x4230c4, _cmd=0x90a70be8) at WebKit/History/WebHistoryItem.m:733
#11 0x0030c694 in +[WebHistoryItem(WebPrivate) _releasePageCache:] (self=0x4230c4, _cmd=0x90a70d5c, timer=0x1942d2e0) at WebKit/History/WebHistoryItem.m:755
#12 0x92946f5c in __NSFireTimer ()
#13 0x907ef550 in __CFRunLoopDoTimer ()
#14 0x907dbec8 in __CFRunLoopRun ()
#15 0x907db47c in CFRunLoopRunSpecific ()
#16 0x931eb740 in RunCurrentEventLoopInMode ()

When it happens, _private is nil and tag is TRACKING_RECT_TAG.

This bug might be related to bug 9795.
Comment 1 Alice Liu 2006-07-11 09:34:31 PDT
<rdar://problem/4503016>
Comment 2 mitz 2006-07-13 07:28:23 PDT
See bug 9795.