Bug 14561
Summary: | [Win] REGRESSION: Crash after moving user style sheet | ||
---|---|---|---|
Product: | WebKit | Reporter: | Matt Lilek <dev+webkit> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | beidson |
Priority: | P1 | Keywords: | InRadar, PlatformOnly, Regression |
Version: | 523.x (Safari 3) | ||
Hardware: | PC | ||
OS: | Windows XP |
Matt Lilek
If you have user style sheet set then move it from the place it was set, Safari will crash on Windows. This is a regression from Safari 3.0.2 Beta.
See also bug 14548 for a crash with any user style sheet set on Windows.
*----> Stack Back Trace <----*
*** ERROR: Symbol file could not be found. Defaulted to export symbols for c:\Program Files\Safari\CFNetwork.dll -
WARNING: Stack unwind information not available. Following frames may be wrong.
ChildEBP RetAddr Args to Child
0012f2ac 104b761f dfeedefc 0012f6dc cccccccc WebKit_debug!WTF__HashTable<int,int,WTF__IdentityExtractor<int>,WTF__IntHash<int>,WTF__HashTraits<int>,WTF__HashTraits<int> >__isEmptyBucket+0x19
0012f2e0 104b6d66 0012f2f0 0012f414 cccccccc WebKit_debug!WTF__HashTable<int,int,WTF__IdentityExtractor<int>,WTF__IntHash<int>,WTF__HashTraits<int>,WTF__HashTraits<int> >__lookup<int,WTF__IdentityHashTranslator<int,int,WTF__IntHash<int> > >+0x9f
0012f300 104b62ba 0012f414 0012fc8c 0012f3f4 WebKit_debug!WTF__HashTable<int,int,WTF__IdentityExtractor<int>,WTF__IntHash<int>,WTF__HashTraits<int>,WTF__HashTraits<int> >__contains<int,WTF__IdentityHashTranslator<int,int,WTF__IntHash<int> > >+0x36
0012f310 107f3eef 0012f414 0012f4e8 0012f6dc WebKit_debug!WTF__HashTable<int,int,WTF__IdentityExtractor<int>,WTF__IntHash<int>,WTF__HashTraits<int>,WTF__HashTraits<int> >__contains+0x1a
0012f3f4 107f2446 0012f414 0012f5c8 0012f6dc WebKit_debug!WTF__HashSet<WebCore__TimerBase const *,WTF__PtrHash<WebCore__TimerBase const *>,WTF__HashTraits<WebCore__TimerBase const *> >__contains+0x2f
0012f4e8 1067f923 0012f6d0 0012f6dc 029b97b8 WebKit_debug!WebCore__TimerBase__isActive+0x56
0012f5c8 10966354 033055e8 0012f7dc 0012f6dc WebKit_debug!WebCore__Document__dispatchImageLoadEventSoon+0x43
0012f6d0 108ddf46 03771890 0012f8d8 0012f8e0 WebKit_debug!WebCore__HTMLImageLoader__notifyFinished+0x54
0012f7dc 108ddc18 0012fa68 0012f8e0 029b97b8 WebKit_debug!WebCore__CachedImage__checkNotify+0x66
0012f8d8 10986d72 00000000 00000001 0012fb58 WebKit_debug!WebCore__CachedImage__data+0x148
0012fa68 10a92a9b 03505300 0012fc38 0012fb60 WebKit_debug!WebCore__Loader__didFinishLoading+0x122
0012fb58 109938d2 0012fd60 0012fc44 029b97b8 WebKit_debug!WebCore__SubresourceLoader__didFinishLoading+0xab
0012fc38 1071097e 03448c08 00000400 028aec58 WebKit_debug!WebCore__ResourceLoader__didFinishLoading+0x32
0012fd60 61833058 028aec58 03448c08 028aec58 WebKit_debug!WebCore__didFinishLoading+0x8e
029b97d0 00000000 00000000 00000000 00030003 CFNetwork!CFURLConnectionResume+0x46e
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Lilek
Should note that I was testing with r24097.
David Kilzer (:ddkilzer)
<rdar://problem/5320462>
David Kilzer (:ddkilzer)
Matt, are you still seeing this? If so, please attach a dmp file and the CSS file used to reproduce the crash. Thanks!
Matt Lilek
I don't think this crashes any more, but I'll double check when I get home.
Matt Lilek
This doesn't crash for me anymore.