NEW 16970
ASSERTION failures using inspector
https://bugs.webkit.org/show_bug.cgi?id=16970
Summary ASSERTION failures using inspector
Eric Seidel (no email)
Reported 2008-01-22 01:12:02 PST
None of these seemed to crash my browser, strangely enough. I was inspecting: http://www.treebuilder.de/default.asp?file=445232.xml ASSERTION FAILED: !HashTranslator::equal(KeyTraits::emptyValue(), key) (/Stuff/Projects/build/Debug/JavaScriptCore.framework/PrivateHeaders/HashTable.h:433 Value* WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::lookup(const T&) [with T = long long int, HashTranslator = WTF::IdentityHashTranslator<long long int, std::pair<long long int, int>, WTF::IntHash<long long unsigned int> >, Key = long long int, Value = std::pair<long long int, int>, Extractor = WTF::PairFirstExtractor<std::pair<long long int, int> >, HashFunctions = WTF::IntHash<long long unsigned int>, Traits = WTF::PairHashTraits<WTF::HashTraits<long long int>, WTF::HashTraits<int32_t> >, KeyTraits = WTF::HashTraits<long long int>]) ASSERTION FAILED: resource (/Stuff/Projects/WebKit/WebCore/page/InspectorController.cpp:261 const OpaqueJSValue* WebCore::addSourceToFrame(const OpaqueJSContext*, OpaqueJSValue*, OpaqueJSValue*, size_t, const OpaqueJSValue* const*, const OpaqueJSValue**)) ASSERTION FAILED: !HashTranslator::equal(KeyTraits::emptyValue(), key) (/Stuff/Projects/build/Debug/JavaScriptCore.framework/PrivateHeaders/HashTable.h:433 Value* WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::lookup(const T&) [with T = long long int, HashTranslator = WTF::IdentityHashTranslator<long long int, std::pair<long long int, int>, WTF::IntHash<long long unsigned int> >, Key = long long int, Value = std::pair<long long int, int>, Extractor = WTF::PairFirstExtractor<std::pair<long long int, int> >, HashFunctions = WTF::IntHash<long long unsigned int>, Traits = WTF::PairHashTraits<WTF::HashTraits<long long int>, WTF::HashTraits<int32_t> >, KeyTraits = WTF::HashTraits<long long int>]) ASSERTION FAILED: resource (/Stuff/Projects/WebKit/WebCore/page/InspectorController.cpp:261 const OpaqueJSValue* WebCore::addSourceToFrame(const OpaqueJSContext*, OpaqueJSValue*, OpaqueJSValue*, size_t, const OpaqueJSValue* const*, const OpaqueJSValue**)) ASSERTION FAILED: !HashTranslator::equal(KeyTraits::emptyValue(), key) (/Stuff/Projects/build/Debug/JavaScriptCore.framework/PrivateHeaders/HashTable.h:433 Value* WTF::HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>::lookup(const T&) [with T = long long int, HashTranslator = WTF::IdentityHashTranslator<long long int, std::pair<long long int, int>, WTF::IntHash<long long unsigned int> >, Key = long long int, Value = std::pair<long long int, int>, Extractor = WTF::PairFirstExtractor<std::pair<long long int, int> >, HashFunctions = WTF::IntHash<long long unsigned int>, Traits = WTF::PairHashTraits<WTF::HashTraits<long long int>, WTF::HashTraits<int32_t> >, KeyTraits = WTF::HashTraits<long long int>]) ASSERTION FAILED: resource (/Stuff/Projects/WebKit/WebCore/page/InspectorController.cpp:261 const OpaqueJSValue* WebCore::addSourceToFrame(const OpaqueJSContext*, OpaqueJSValue*, OpaqueJSValue*, size_t, const OpaqueJSValue* const*, const OpaqueJSValue**))
Attachments
Matt Lilek
Comment 1 2008-01-22 05:05:40 PST
The HashTranslator ASSERTs are bug 16918.
Note You need to log in before you can comment on or make changes to this bug.