[Webkit-unassigned] [Bug 15013] New: ASSERTION FAILED !m_inDestructor in WebCore::Shared<WebCore::PluginStreamWin>::ref() on Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 19 13:45:33 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15013
Summary: ASSERTION FAILED !m_inDestructor in
WebCore::Shared<WebCore::PluginStreamWin>::ref() on
Windows
Product: WebKit
Version: 522+ (nightly)
Platform: PC
URL: http://weather.com/weather/map/interactive/60435?from=36
hour_map_large&zoom=7&interactiveMapLayer=radar
OS/Version: Windows XP
Status: NEW
Keywords: PlatformOnly
Severity: Normal
Priority: P2
Component: Plug-ins
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pewtermoose at gmail.com
CC: aroben at apple.com
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).
--
Configure bugmail: http://bugs.webkit.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