I'm getting something very similar on my Linux gtk debug build. Its failing an ASSERTION in HastTable::add when inserting WTF::String of the plugin names into the plugin database. Haven't managed to figure out what the problem is yet though.
Brian -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Frank Huberty Sent: 15 October 2012 17:23 To: [email protected] Subject: [webkit-help] debug windows build - crash in WebKitCreateInstance Hallo, when launching Safari with a debug build (I build from code cloned 13.10) it immediately crashes in the first line of WebKitCreateInstance somewhere in Hashtable in WTF. Any hint what might cause this? Thank you ASSERT(!isDeletedBucket(*(lookupForWriting(Extractor::extract(entry)).first) )); WebKit.dll!WTF::HashTable<_GUID,WTF::KeyValuePair<_GUID,COMPtr<IClassFactory > >,WTF::KeyValuePairKeyExtractor<WTF::KeyValuePair<_GUID,COMPtr<IClassFactory > > >,CLSIDHash,WTF::HashMapValueTraits<CLSIDHashTraits,WTF::HashTraits<COMPtr<I ClassFactory> > >,CLSIDHashTraits>::reinsert(WTF::KeyValuePair<_GUID,COMPtr<IClassFactory> > & entry={...}) Line 953 + 0x51 bytes C++ _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-help _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-help
