Bug 16970
Summary: | ASSERTION failures using inspector | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://www.treebuilder.de/default.asp?file=445232.xml |
Eric Seidel (no email)
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Matt Lilek
The HashTranslator ASSERTs are bug 16918.