Bug 22979 - crash seen in -[WebView drawsBackground] when quitting
Summary: crash seen in -[WebView drawsBackground] when quitting
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2008-12-23 09:00 PST by Darin Adler
Modified: 2008-12-23 09:26 PST (History)
0 users

See Also:


Attachments
patch (2.12 KB, patch)
2008-12-23 09:02 PST, Darin Adler
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2008-12-23 09:00:49 PST
Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x000000e7

Thread 0 Crashed:
0   com.apple.WebKit         	0x94d5a46f -[WebView drawsBackground] + 9
1   com.apple.WebKit         	0x94dad2d1 -[WebFrameView viewDidMoveToWindow] + 77
2   com.apple.AppKit         	0x93289b5d -[NSView _setWindow:] + 916
3   com.apple.AppKit         	0x9328e62d -[NSView removeFromSuperview] + 358
4   com.apple.AppKit         	0x93316d25 -[NSView removeFromSuperviewWithoutNeedingDisplay] + 38
5   com.apple.CoreFoundation 	0x9083ead0 CFArrayApplyFunction + 307
6   com.apple.AppKit         	0x93294081 -[NSView _finalize] + 386
7   com.apple.AppKit         	0x93293ed4 -[NSView dealloc] + 41
8   com.apple.WebKit         	0x94d74ab6 -[WebView dealloc] + 144
Comment 1 Darin Adler 2008-12-23 09:02:57 PST
Created attachment 26228 [details]
patch
Comment 2 Darin Adler 2008-12-23 09:25:39 PST
Turned out the comment I added in WebHTMLView was wrong.
Comment 3 Darin Adler 2008-12-23 09:26:00 PST
http://trac.webkit.org/changeset/39452