WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
15785
REGRESSION(
r27344
): Crash on load at finance.yahoo.com
https://bugs.webkit.org/show_bug.cgi?id=15785
Summary
REGRESSION(r27344): Crash on load at finance.yahoo.com
Mark Rowe (bdash)
Reported
2007-11-01 10:14:48 PDT
Steps to reproduce: 1. Load
http://finance.yahoo.com/
2. There is no step 2. Results: I have seen three different results: an assertion failure, a crash, and a unrecoverable hang. I'll attach the backtrace of the assertion failure as that is by far the most common symptom.
Attachments
Backtrace from assertion failure
(8.99 KB, text/plain)
2007-11-01 10:15 PDT
,
Mark Rowe (bdash)
no flags
Details
Patch
(6.40 KB, patch)
2007-11-01 12:33 PDT
,
Geoffrey Garen
mjs
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2007-11-01 10:15:47 PDT
Created
attachment 16983
[details]
Backtrace from assertion failure Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_INVALID_ADDRESS at address: 0xbbadbeef 0x039f8e0f in WTF::HashTable<KJS::UString::Rep*, std::pair<KJS::UString::Rep*, unsigned long>, WTF::PairFirstExtractor<std::pair<KJS::UString::Rep*, unsigned long> >, KJS::IdentifierRepHash, WTF::PairHashTraits<WTF::HashTraits<KJS::UString::Rep*>, KJS::SymbolTableIndexHashTraits>, WTF::HashTraits<KJS::UString::Rep*> >::lookup<KJS::UString::Rep*, WTF::IdentityHashTranslator<KJS::UString::Rep*, std::pair<KJS::UString::Rep*, unsigned long>, KJS::IdentifierRepHash> > (this=0x1abdcfc4, key=@0xbfffd1b4) at HashTable.h:414 414 ASSERT(m_table); (gdb) bt #0 0x039f8e0f in WTF::HashTable<KJS::UString::Rep*, std::pair<KJS::UString::Rep*, unsigned long>, WTF::PairFirstExtractor<std::pair<KJS::UString::Rep*, unsigned long> >, KJS::IdentifierRepHash, WTF::PairHashTraits<WTF::HashTraits<KJS::UString::Rep*>, KJS::SymbolTableIndexHashTraits>, WTF::HashTraits<KJS::UString::Rep*> >::lookup<KJS::UString::Rep*, WTF::IdentityHashTranslator<KJS::UString::Rep*, std::pair<KJS::UString::Rep*, unsigned long>, KJS::IdentifierRepHash> > (this=0x1abdcfc4, key=@0xbfffd1b4) at HashTable.h:414 #1 0x039f8f7a in WTF::HashTable<KJS::UString::Rep*, std::pair<KJS::UString::Rep*, unsigned long>, WTF::PairFirstExtractor<std::pair<KJS::UString::Rep*, unsigned long> >, KJS::IdentifierRepHash, WTF::PairHashTraits<WTF::HashTraits<KJS::UString::Rep*>, KJS::SymbolTableIndexHashTraits>, WTF::HashTraits<KJS::UString::Rep*> >::lookup (this=0x1abdcfc4, key=@0xbfffd1b4) at HashTable.h:321 #2 0x039f8fad in WTF::HashMap<KJS::UString::Rep*, unsigned long, KJS::IdentifierRepHash, WTF::HashTraits<KJS::UString::Rep*>, KJS::SymbolTableIndexHashTraits>::get (this=0x1abdcfc4, key=@0xbfffd1b4) at HashMap.h:299 [..]
Geoffrey Garen
Comment 2
2007-11-01 12:30:06 PDT
Finishing up a patch.
Geoffrey Garen
Comment 3
2007-11-01 12:33:32 PDT
Created
attachment 16985
[details]
Patch
Maciej Stachowiak
Comment 4
2007-11-01 13:53:00 PDT
Comment on
attachment 16985
[details]
Patch r=me
Geoffrey Garen
Comment 5
2007-11-01 14:07:14 PDT
Committed revision 27359.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug