Bug 15013 - ASSERTION FAILED !m_inDestructor in WebCore::Shared<WebCore::PluginStreamWin>::ref() on Windows
Summary: ASSERTION FAILED !m_inDestructor in WebCore::Shared<WebCore::PluginStreamWin>...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 523.x (Safari 3)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://weather.com/weather/map/intera...
Keywords: InRadar, PlatformOnly
Depends on:
Blocks:
 
Reported: 2007-08-19 13:45 PDT by Matt Lilek
Modified: 2007-08-31 11:24 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 2007-08-19 13:45:32 PDT
I keep hitting this assert on Windows when dragging around the map on weather.com (see URL).  It doesn't happen immediately, but if you zoom in/out and drag around for a bit you'll hit it.

ASSERTION FAILED: !m_inDestructor
i:\cygwin\home\matt\code\webkit\webcore\platform\shared.h(41) : WebCore::Shared<class WebCore::PluginStreamWin>::ref

WebKit_debug.dll!WebCore::Shared<WebCore::PluginStreamWin>::ref()  Line 41 + 0x24 bytes	C++
WebKit_debug.dll!WTF::RefPtr<WebCore::PluginStreamWin>::RefPtr<WebCore::PluginStreamWin>(WebCore::PluginStreamWin * ptr=0x05320e10)  Line 36 + 0x3c bytes	C++
WebKit_debug.dll!WebCore::PluginStreamWin::cancelAndDestroyStream(short reason=1)  Line 187	C++
WebKit_debug.dll!WebCore::PluginStreamWin::didReceiveData(WebCore::SubresourceLoader * loader=0x0531c200, const char * data=0x04148bc0, int length=8760)  Line 355	C++
WebKit_debug.dll!WebCore::SubresourceLoader::didReceiveData(const char * data=0x04148bc0, int length=8760, __int64 lengthReceived=8760, bool allAtOnce=false)  Line 180 + 0x29 bytes	C++
WebKit_debug.dll!WebCore::ResourceLoader::didReceiveData(WebCore::ResourceHandle * __formal=0x05309438, const char * data=0x04148bc0, int length=8760, int lengthReceived=8760)  Line 355 + 0x1f bytes	C++
WebKit_debug.dll!WebCore::didReceiveData(_CFURLConnection * conn=0x036dc650, const __CFData * data=0x02315ed0, long originalLength=8760, const void * clientInfo=0x05309438)  Line 97 + 0x33 bytes	C++

I also get a number of these messages printed to the console before this assert:
pluginstreamwin.cpp(282) : WebCore::PluginStreamWin::deliverData: Stream failed due to problems with network, disk I/O, lack of memory, or other problems.
pluginstreamwin.cpp(363) : WebCore::PluginStreamWin::didFail: Stream failed due to problems with network, disk I/O, lack of memory, or other problems.

(FWIW, none of the other machines on my network have any issues, nor do I have any disk I/O or ram issues).
Comment 1 Geoffrey Garen 2007-08-20 15:56:03 PDT
<rdar://problem/5423939>
Comment 2 Anders Carlsson 2007-08-31 11:24:06 PDT
Committed revision 25331.