[Webkit-unassigned] [Bug 12117] REGRESSION: Crash when clicking on a link in gmail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 4 22:40:11 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12117





------- Comment #5 from ddkilzer at webkit.org  2007-01-04 22:40 PDT -------
Stack trace from debug build:

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000008

Thread 0 Crashed:
0   com.apple.WebCore           0x0148c915
WTF::RefPtr<WebCore::StringImpl>::get() const + 9 (RefPtr.h:45)
1   com.apple.WebCore           0x0148c92d WebCore::String::impl() const + 17
(PlatformString.h:150)
2   com.apple.WebCore           0x014d7acf WebCore::operator!=(WebCore::String
const&, WebCore::String const&) + 31 (PlatformString.h:201)
3   com.apple.WebCore           0x013b57fd
WebCore::HistoryItem::setURLString(WebCore::String const&) + 33
(HistoryItem.cpp:215)
4   com.apple.WebCore           0x013b6221
WebCore::HistoryItem::setURL(WebCore::KURL const&) + 63 (HistoryItem.cpp:226)
5   com.apple.WebCore           0x013987af
WebCore::FrameLoader::updateHistoryForStandardLoad() + 407
(FrameLoader.cpp:2990)
6   com.apple.WebCore           0x0139b9bd
WebCore::FrameLoader::transitionToCommitted(WTF::PassRefPtr<WebCore::PageCache>)
+ 607 (FrameLoader.cpp:2024)
7   com.apple.WebCore           0x0139bef1
WebCore::FrameLoader::commitProvisionalLoad(WTF::PassRefPtr<WebCore::PageCache>)
+ 191 (FrameLoader.cpp:1933)
8   com.apple.WebCore           0x01370bdf
WebCore::DocumentLoader::commitIfReady() + 93 (DocumentLoaderMac.mm:301)
9   com.apple.WebCore           0x01370c0f
WebCore::DocumentLoader::commitLoad(char const*, int) + 35
(DocumentLoaderMac.mm:340)
10  com.apple.WebCore           0x01370e52
WebCore::DocumentLoader::receivedData(char const*, int) + 76
(DocumentLoaderMac.mm:354)
11  com.apple.WebCore           0x0137221b
WebCore::FrameLoader::receivedData(char const*, int) + 41
(FrameLoaderMac.mm:511)
12  com.apple.WebCore           0x01379540
WebCore::MainResourceLoader::addData(char const*, int, bool) + 80
(MainResourceLoaderMac.mm:145)
13  com.apple.WebCore           0x01377f87
WebCore::ResourceLoader::didReceiveData(char const*, int, long long, bool) + 83
(ResourceLoaderMac.mm:273)
14  com.apple.WebCore           0x013799dd
WebCore::MainResourceLoader::didReceiveData(char const*, int, long long, bool)
+ 281 (MainResourceLoaderMac.mm:297)
15  com.apple.WebCore           0x01377b74
WebCore::ResourceLoader::didReceiveData(WebCore::ResourceHandle*, char const*,
int, int) + 58 (ResourceLoaderMac.mm:433)
16  com.apple.WebCore           0x0138678a -[WebCoreResourceHandleAsDelegate
connection:didReceiveData:lengthReceived:] + 172 (ResourceHandleMac.mm:291)
17  com.apple.Foundation        0x9265eb86
-[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 641
18  com.apple.Foundation        0x9265ce67
-[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 686
19  com.apple.Foundation        0x9265cb41 _sendCallbacks + 201
20  com.apple.CoreFoundation    0x9082afd2 CFRunLoopRunSpecific + 1213
21  com.apple.CoreFoundation    0x9082ab0e CFRunLoopRunInMode + 61
22  com.apple.HIToolbox         0x92ddabef RunCurrentEventLoopInMode + 285
23  com.apple.HIToolbox         0x92dda2fd ReceiveNextEventCommon + 385
24  com.apple.HIToolbox         0x92dda154
BlockUntilNextEventMatchingListInMode + 81
25  com.apple.AppKit            0x9327f465 _DPSNextEvent + 572
26  com.apple.AppKit            0x9327f056 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
27  com.apple.Safari            0x00006cea 0x1000 + 23786
28  com.apple.AppKit            0x93278ddb -[NSApplication run] + 512
29  com.apple.AppKit            0x9326cd2f NSApplicationMain + 573
30  com.apple.Safari            0x0005f54a 0x1000 + 386378
31  com.apple.Safari            0x0005f471 0x1000 + 386161


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list