Quantcast
Channel: Qt DevNet forums: Qt WebKit
Viewing all articles
Browse latest Browse all 542

Browser example fails

$
0
0
Windows 7, Qt5.1.1(5.1.0) just running the tab browser example makes it to crash stack trace: 0 WTF::HashTable<WTF::RefPtr<WTF::StringImpl>, WTF::KeyValuePair<WTF::RefPtr<WTF::StringImpl>, WebCore::IdentifierRep*>, WTF::KeyValuePairKeyExtractor<WTF::KeyValuePair<WTF::RefPtr<WTF::StringImpl>, WebCore::IdentifierRep*> >, WTF::StringHash, WTF::KeyValuePairHashTraits<WTF::HashTraits<WTF::RefPtr<WTF::StringImpl> >, WTF::HashTraits<WebCore::IdentifierRep*> >, WTF::HashTraits<WTF::RefPtr<WTF::StringImpl> > >::expand() C:\Qt\Qt5.1.1\5.1.1\mingw48_32\bin\Qt5WebKitd.dll 0×1dbbbd56 1 WebCore::IdentifierRep::get(char const*) C:\Qt\Qt5.1.1\5.1.1\mingw48_32\bin\Qt5WebKitd.dll 0×1d4c32b9 2 unuse_netscape_plugin_Plugin C:\Windows\system32\macromed\Flash\NPSWF32_11_8_800_94.dll 0×591e3de4 3 npswf32!Java_ShockwaveFlash_CurrentFrame_stub C:\Windows\system32\macromed\Flash\NPSWF32_11_8_800_94.dll 0×59bbcc84 4 ?? output: Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\platforms\qminimald.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\platforms\qoffscreend.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\platforms\qwindowsd.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\iconengines\qsvgicond.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\imageformats\qgifd.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\imageformats\qicod.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\imageformats\qjpegd.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\imageformats\qmngd.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\imageformats\qsvgd.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\imageformats\qtgad.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\imageformats\qtiffd.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\imageformats\qwbmpd.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\sensors\qtsensors_dummyd.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\sensors\qtsensors_genericd.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\bearer\qgenericbearerd.dll” Temporarily disabling breakpoints for unloaded shared library “C:\Qt\Qt5.1.1\5.1.1\mingw48_32\plugins\bearer\qnativewifibearerd.dll” STATS [10 requests total] [80.00% from cache] [0.00% pipelined] [0.00% SSL/TLS] [0.00% Zerocopy] STATS [20 requests total] [90.00% from cache] [0.00% pipelined] [0.00% SSL/TLS] [0.00% Zerocopy] STATS [30 requests total] [90.00% from cache] [0.00% pipelined] [0.00% SSL/TLS] [0.00% Zerocopy] ASSERTION FAILED: !lookupForWriting(Extractor::extract(entry)).second ..\WTF/wtf/HashTable.h(952) : void WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::reinsert(WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::ValueType&) [with Key = WTF::RefPtr<WTF::StringImpl>; Value = WTF::KeyValuePair<WTF::RefPtr<WTF::StringImpl>, WebCore::IdentifierRep*>; Extractor = WTF::KeyValuePairKeyExtractor<WTF::KeyValuePair<WTF::RefPtr<WTF::StringImpl>, WebCore::IdentifierRep*> >; HashFunctions = WTF::StringHash; Traits = WTF::KeyValuePairHashTraits<WTF::HashTraits<WTF::RefPtr<WTF::StringImpl> >, WTF::HashTraits<WebCore::IdentifierRep*> >; KeyTraits = WTF::HashTraits<WTF::RefPtr<WTF::StringImpl> >; WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::ValueType = WTF::KeyValuePair<WTF::RefPtr<WTF::StringImpl>, WebCore::IdentifierRep*>] could you help, please p.s. sorry for my English

Viewing all articles
Browse latest Browse all 542

Trending Articles