Bug 4191

Summary: Safari crashes when loading a new page
Product: WebKit Reporter: Jon <jon>
Component: New BugsAssignee: Dave Hyatt <hyatt>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   

Jon
Reported 2005-07-28 17:32:25 PDT
For the last few weeks I've been experience crashes with Safari+TOT WebKit. They always seem to happen when trying to load a new page, though never between the same two pages. All the crashes have cpu_capabilities.h:189 at the bottom of the crashing thread's stack. Here is the dump from that thread. I'll add dumps as this crash reoccurs. This crash seems similar to bug 3359, but since it only occurs when transitioning between pages it may have a different cause. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 <<00000000>> 0xffff88b8 __memcpy + 280 (cpu_capabilities.h:189) 1 com.apple.JavaScriptCore 0x01034e68 KJS::UString::Rep::createCopying(KJS::UChar const*, int) + 52 (ustring.cpp:201) 2 com.apple.WebCore 0x0162cb04 KJS::UString::UString[in-charge](QString const&) + 48 (kjs_binding.cpp:251) 3 com.apple.WebCore 0x01654adc KJSProxyImpl::evaluate(QString, int, QString const&, DOM::NodeImpl*) + 148 (kjs_proxy.cpp:119) 4 com.apple.WebCore 0x0160dad0 KHTMLPart::executeScript(QString, int, DOM::NodeImpl*, QString const&) + 152 (khtml_part.cpp:5289) 5 com.apple.WebCore 0x0168f7f4 khtml::HTMLTokenizer::scriptExecution(QString const&, QString, int) + 220 (htmltokenizer.cpp:636) 6 com.apple.WebCore 0x0168fa54 khtml::HTMLTokenizer::notifyFinished (khtml::CachedObject*) + 312 (htmltokenizer.cpp:2069) 7 com.apple.WebCore 0x01694bf4 khtml::CachedScript::checkNotify() + 84 (loader.cpp:323) 8 com.apple.WebCore 0x01697670 khtml::CachedScript::data(QBuffer&, bool) + 192 (loader.cpp:314) 9 com.apple.WebCore 0x01696d84 khtml::Loader::slotFinished(KIO::Job*, NSData*) + 444 (loader.cpp:1638) 10 com.apple.WebCore 0x016ec2c0 KWQSignal::callWithData(KIO::Job*, NSData*) const + 136 (KWQSignal.mm:182) 11 com.apple.WebCore 0x016f3bf8 -[KWQResourceLoader finishJobAndHandle:] + 84 (KWQResourceLoader.mm:94) 12 com.apple.WebKit 0x00324014 -[WebSubresourceLoader didFinishLoading] + 84 (WebSubresourceLoader.m:190) 13 com.apple.WebKit 0x0032c21c -[WebLoader connectionDidFinishLoading:] + 52 (WebLoader.m:651) 14 com.apple.Foundation 0x928af73c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 72 15 com.apple.Foundation 0x928ad9f0 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 508 16 com.apple.Foundation 0x928ad778 _sendCallbacks + 156 17 com.apple.CoreFoundation 0x9074bd2c __CFRunLoopDoSources0 + 384 18 com.apple.CoreFoundation 0x9074b25c __CFRunLoopRun + 452 19 com.apple.CoreFoundation 0x9074acdc CFRunLoopRunSpecific + 268 20 com.apple.HIToolbox 0x93123be0 RunCurrentEventLoopInMode + 264 21 com.apple.HIToolbox 0x93123274 ReceiveNextEventCommon + 380 22 com.apple.HIToolbox 0x931230e0 BlockUntilNextEventMatchingListInMode + 96 23 com.apple.AppKit 0x9362c1a4 _DPSNextEvent + 384 24 com.apple.AppKit 0x9362be68 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 25 com.apple.SafariDev 0x00006bbc 0x1000 + 23484 26 com.apple.AppKit 0x936283cc -[NSApplication run] + 472 27 com.apple.AppKit 0x93718c1c NSApplicationMain + 452 28 com.apple.SafariDev 0x000021e8 0x1000 + 4584 29 com.apple.SafariDev 0x00056e28 0x1000 + 351784
Attachments
Jon
Comment 1 2005-07-29 21:33:12 PDT
Another crash, this time after using a popup at MacNN to switch forums. Clicked the menu then there was a lot of memory activity then it crashed. Here's the report for the crashed thread. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 <<00000000>> 0xffff88b8 __memcpy + 280 (cpu_capabilities.h:189) 1 com.apple.WebCore 0x015f3e04 QString::insert(unsigned, QChar const*, unsigned) + 148 (KWQString.mm:2327) 2 com.apple.WebCore 0x015fac38 KWQTextDecoder::convertUsingICU(unsigned char const*, int, bool) + 240 (KWQTextCodec.mm:439) 3 com.apple.WebCore 0x015fad3c KWQTextDecoder::convert(unsigned char const*, int, bool) + 100 (KWQTextCodec.mm:493) 4 com.apple.WebCore 0x017a3a58 KWQTextDecoder::convert(char const*, int, bool) + 24 (KWQTextCodec.mm:49) 5 com.apple.WebCore 0x015faf28 KWQTextDecoder::toUnicode(char const*, int, bool) + 468 (KWQTextCodec.mm:548) 6 com.apple.WebCore 0x01694d18 khtml::Decoder::decode(char const*, int) + 2864 (decoder.cpp:650) 7 com.apple.WebCore 0x0160e848 KHTMLPart::write(char const*, int) + 316 (khtml_part.cpp: 1673) 8 com.apple.WebKit 0x0032f010 -[WebDataSource(WebPrivate) _receivedData:] + 108 (WebDataSource.m:789) 9 com.apple.WebKit 0x0034e1a0 -[WebMainResourceLoader addData:] + 88 (WebMainResourceLoader.m:156) 10 com.apple.WebKit 0x0032bcc0 -[WebLoader didReceiveData:lengthReceived:] + 68 (WebLoader.m:530) 11 com.apple.WebKit 0x0034eb34 -[WebMainResourceLoader didReceiveData:lengthReceived:] + 140 (WebMainResourceLoader.m:367) 12 com.apple.WebKit 0x0032c1b0 -[WebLoader connection:didReceiveData:lengthReceived:] + 64 (WebLoader.m:633) 13 com.apple.Foundation 0x928ed538 -[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 564 14 com.apple.Foundation 0x928eb9ac -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 440 15 com.apple.Foundation 0x928eb778 _sendCallbacks + 156 16 com.apple.CoreFoundation 0x90758de4 __CFRunLoopDoSources0 + 568 17 com.apple.CoreFoundation 0x9075825c __CFRunLoopRun + 452 18 com.apple.CoreFoundation 0x90757cdc CFRunLoopRunSpecific + 268 19 com.apple.HIToolbox 0x93161be0 RunCurrentEventLoopInMode + 264 20 com.apple.HIToolbox 0x93161274 ReceiveNextEventCommon + 380 21 com.apple.HIToolbox 0x931610e0 BlockUntilNextEventMatchingListInMode + 96 22 com.apple.AppKit 0x9365c704 _DPSNextEvent + 384 23 com.apple.AppKit 0x9365c3c8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 24 com.apple.SafariDev 0x00006bbc 0x1000 + 23484 25 com.apple.AppKit 0x9365890c -[NSApplication run] + 472 26 com.apple.AppKit 0x93749284 NSApplicationMain + 452 27 com.apple.SafariDev 0x000021e8 0x1000 + 4584 28 com.apple.SafariDev 0x00056e28 0x1000 + 351784
Jon
Comment 2 2005-07-30 19:13:50 PDT
Another crash, but doesn't seem related to my original issue. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004 Thread 0 Crashed: 0 com.apple.WebCore 0x01111268 khtml::RenderTableSection::paint (khtml::RenderObject::PaintInfo&, int, int) + 132 (icplusplus.c:28) 1 com.apple.WebCore 0x01112a7c khtml::RenderTable::paint(khtml::RenderObject::PaintInfo&, int, int) + 468 (icplusplus.c:28) 2 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 3 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 4 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 5 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 6 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 7 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 8 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 9 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 10 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 11 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 12 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 13 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 14 com.apple.WebCore 0x0114200c khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 852 (icplusplus.c:28) 15 com.apple.WebCore 0x0114206c khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 948 (icplusplus.c:28) 16 com.apple.WebCore 0x0101f094 KWQKHTMLPart::paint(QPainter*, QRect const&) + 112 (icplusplus.c:28) 17 com.apple.WebCore 0x0101f2bc KWQKHTMLPart::setDisplaysWithFocusAttributes(bool) + 472 (icplusplus.c:28) 18 com.apple.WebKit 0x0033c438 -[WebHTMLView(WebHTMLViewFileInternal) updateFocusState] + 152 (icplusplus.c:28) 19 com.apple.WebKit 0x00342f1c -[WebHTMLView resignFirstResponder] + 220 (icplusplus.c: 28) 20 com.apple.AppKit 0x93706870 -[NSWindow makeFirstResponder:] + 104 21 com.apple.SafariDev 0x00012928 0x1000 + 71976 22 libobjc.A.dylib 0x909bf214 objc_msgSendv + 180 23 com.apple.Foundation 0x928b6a28 -[NSInvocation invoke] + 944 24 com.apple.Foundation 0x928b6fd8 -[NSInvocation invokeWithTarget:] + 64 25 com.apple.Foundation 0x928aedd4 -[NSObject(NSForwardInvocation) forward::] + 408 26 libobjc.A.dylib 0x909bf0d0 _objc_msgForward + 176 27 com.apple.WebKit 0x0031c5d4 -[WebBridge makeFirstResponder:] + 96 (icplusplus.c:28) 28 com.apple.WebCore 0x0104f474 QWidget::setFocus() + 216 (icplusplus.c:28) 29 com.apple.WebCore 0x010c4a1c DOM::HTMLInputElementImpl::attach() + 464 (icplusplus.c: 28) 30 com.apple.WebCore 0x0112c644 DOM::ContainerNodeImpl::attach() + 52 (icplusplus.c:28) 31 com.apple.WebCore 0x0112c644 DOM::ContainerNodeImpl::attach() + 52 (icplusplus.c:28) 32 com.apple.WebCore 0x0112c644 DOM::ContainerNodeImpl::attach() + 52 (icplusplus.c:28) 33 com.apple.WebCore 0x0112c644 DOM::ContainerNodeImpl::attach() + 52 (icplusplus.c:28) 34 com.apple.WebCore 0x010d60ec DOM::HTMLTableElementImpl::attach() + 24 (icplusplus.c: 28) 35 com.apple.WebCore 0x0112c644 DOM::ContainerNodeImpl::attach() + 52 (icplusplus.c:28) 36 com.apple.WebCore 0x010bf690 DOM::HTMLFormElementImpl::attach() + 24 (icplusplus.c: 28) 37 com.apple.WebCore 0x0112c644 DOM::ContainerNodeImpl::attach() + 52 (icplusplus.c:28) 38 com.apple.WebCore 0x0112c644 DOM::ContainerNodeImpl::attach() + 52 (icplusplus.c:28) 39 com.apple.WebCore 0x011270b4 DOM::ElementImpl::recalcStyle (DOM::NodeImpl::StyleChange) + 224 (icplusplus.c:28) 40 com.apple.WebCore 0x01127208 DOM::ElementImpl::recalcStyle (DOM::NodeImpl::StyleChange) + 564 (icplusplus.c:28) 41 com.apple.WebCore 0x01122868 DOM::DocumentImpl::recalcStyle (DOM::NodeImpl::StyleChange) + 692 (icplusplus.c:28) 42 com.apple.WebCore 0x011219e0 DOM::DocumentImpl::updateStyleSelector() + 76 (icplusplus.c:28) 43 com.apple.WebCore 0x010cac24 DOM::HTMLLinkElementImpl::setStyleSheet (DOM::DOMString const&, DOM::DOMString const&) + 336 (icplusplus.c:28) 44 com.apple.WebCore 0x010e4ef4 khtml::CachedCSSStyleSheet::checkNotify() + 120 (icplusplus.c:28) 45 com.apple.WebCore 0x010e79a4 khtml::CachedCSSStyleSheet::data(QBuffer&, bool) + 192 (icplusplus.c:28) 46 com.apple.WebCore 0x010e6fdc khtml::Loader::slotFinished(KIO::Job*, NSData*) + 444 (icplusplus.c:28) 47 com.apple.WebCore 0x0113cc08 KWQSignal::callWithData(KIO::Job*, NSData*) const + 136 (icplusplus.c:28) 48 com.apple.WebCore 0x011445f4 -[KWQResourceLoader finishJobAndHandle:] + 84 (icplusplus.c:28) 49 com.apple.WebKit 0x00324584 -[WebSubresourceLoader didFinishLoading] + 84 (icplusplus.c:28) 50 com.apple.WebKit 0x0032c604 -[WebLoader connectionDidFinishLoading:] + 52 (icplusplus.c:28) 51 com.apple.Foundation 0x928ed73c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 72 52 com.apple.Foundation 0x928eb9f0 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 508 53 com.apple.Foundation 0x928eb778 _sendCallbacks + 156 54 com.apple.CoreFoundation 0x90758d2c __CFRunLoopDoSources0 + 384 55 com.apple.CoreFoundation 0x9075825c __CFRunLoopRun + 452 56 com.apple.CoreFoundation 0x90757cdc CFRunLoopRunSpecific + 268 57 com.apple.HIToolbox 0x93161be0 RunCurrentEventLoopInMode + 264 58 com.apple.HIToolbox 0x93161274 ReceiveNextEventCommon + 380 59 com.apple.HIToolbox 0x931610e0 BlockUntilNextEventMatchingListInMode + 96 60 com.apple.AppKit 0x9365c704 _DPSNextEvent + 384 61 com.apple.AppKit 0x9365c3c8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 62 com.apple.SafariDev 0x00006bbc 0x1000 + 23484 63 com.apple.AppKit 0x9365890c -[NSApplication run] + 472 64 com.apple.AppKit 0x93749284 NSApplicationMain + 452 65 com.apple.SafariDev 0x000021e8 0x1000 + 4584 66 com.apple.SafariDev 0x00056e28 0x1000 + 351784
Jon
Comment 3 2005-07-31 20:16:34 PDT
Another crash, looks similar to my previous one. These last two have been on 10.4.3. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004 Thread 0 Crashed: 0 com.apple.WebCore 0x01111268 khtml::RenderTableSection::paint (khtml::RenderObject::PaintInfo&, int, int) + 132 (icplusplus.c:28) 1 com.apple.WebCore 0x01112a7c khtml::RenderTable::paint(khtml::RenderObject::PaintInfo&, int, int) + 468 (icplusplus.c:28) 2 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 3 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 4 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 5 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 6 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 7 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 8 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 9 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 10 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 11 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 12 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 13 com.apple.WebCore 0x01111424 khtml::RenderTableSection::paint (khtml::RenderObject::PaintInfo&, int, int) + 576 (icplusplus.c:28) 14 com.apple.WebCore 0x01112a7c khtml::RenderTable::paint(khtml::RenderObject::PaintInfo&, int, int) + 468 (icplusplus.c:28) 15 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 16 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 17 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 18 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 19 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 20 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 21 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 22 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 23 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 24 com.apple.WebCore 0x01141f80 khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 712 (icplusplus.c:28) 25 com.apple.WebCore 0x0114206c khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 948 (icplusplus.c:28) 26 com.apple.WebCore 0x0101f094 KWQKHTMLPart::paint(QPainter*, QRect const&) + 112 (icplusplus.c:28) 27 com.apple.WebCore 0x0101f2bc KWQKHTMLPart::setDisplaysWithFocusAttributes(bool) + 472 (icplusplus.c:28) 28 com.apple.WebKit 0x0033c438 -[WebHTMLView(WebHTMLViewFileInternal) updateFocusState] + 152 (icplusplus.c:28) 29 com.apple.Foundation 0x928ba878 _nsnote_callback + 180 30 com.apple.CoreFoundation 0x9077f740 __CFXNotificationPost + 368 31 com.apple.CoreFoundation 0x90777864 _CFXNotificationPostNotification + 684 32 com.apple.Foundation 0x928a4c80 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92 33 com.apple.AppKit 0x936fec7c -[NSWindow resignKeyWindow] + 340 34 com.apple.AppKit 0x9377d61c endKeyAndMain + 56 35 com.apple.AppKit 0x93660cac -[NSApplication sendEvent:] + 2052 36 com.apple.SafariDev 0x0001a2b8 0x1000 + 103096 37 com.apple.AppKit 0x93658930 -[NSApplication run] + 508 38 com.apple.AppKit 0x93749284 NSApplicationMain + 452 39 com.apple.SafariDev 0x000021e8 0x1000 + 4584 40 com.apple.SafariDev 0x00056e28 0x1000 + 351784
Jon
Comment 4 2005-07-31 22:56:40 PDT
Another crash similar to the last two. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004 Thread 0 Crashed: 0 com.apple.WebCore 0x01111268 khtml::RenderTableSection::paint (khtml::RenderObject::PaintInfo&, int, int) + 132 (icplusplus.c:28) 1 com.apple.WebCore 0x01112a7c khtml::RenderTable::paint(khtml::RenderObject::PaintInfo&, int, int) + 468 (icplusplus.c:28) 2 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 3 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 4 com.apple.WebCore 0x01111424 khtml::RenderTableSection::paint (khtml::RenderObject::PaintInfo&, int, int) + 576 (icplusplus.c:28) 5 com.apple.WebCore 0x01112a7c khtml::RenderTable::paint(khtml::RenderObject::PaintInfo&, int, int) + 468 (icplusplus.c:28) 6 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 7 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 8 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 9 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 10 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 11 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 12 com.apple.WebCore 0x01141f80 khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 712 (icplusplus.c:28) 13 com.apple.WebCore 0x0114206c khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 948 (icplusplus.c:28) 14 com.apple.WebCore 0x0101f094 KWQKHTMLPart::paint(QPainter*, QRect const&) + 112 (icplusplus.c:28) 15 com.apple.WebCore 0x0101f2bc KWQKHTMLPart::setDisplaysWithFocusAttributes(bool) + 472 (icplusplus.c:28) 16 com.apple.WebKit 0x0033c438 -[WebHTMLView(WebHTMLViewFileInternal) updateFocusState] + 152 (icplusplus.c:28) 17 com.apple.WebKit 0x00342e0c -[WebHTMLView becomeFirstResponder] + 224 (icplusplus.c:28) 18 com.apple.AppKit 0x937068d0 -[NSWindow makeFirstResponder:] + 200 19 com.apple.SafariDev 0x00012928 0x1000 + 71976 20 com.apple.AppKit 0x937d0ab4 -[NSClipView becomeFirstResponder] + 140 21 com.apple.AppKit 0x937068d0 -[NSWindow makeFirstResponder:] + 200 22 com.apple.SafariDev 0x00012928 0x1000 + 71976 23 com.apple.AppKit 0x937d0a10 -[NSScrollView becomeFirstResponder] + 160 24 com.apple.AppKit 0x937068d0 -[NSWindow makeFirstResponder:] + 200 25 com.apple.SafariDev 0x00012928 0x1000 + 71976 26 com.apple.WebKit 0x00358e20 -[WebFrameView becomeFirstResponder] + 264 (icplusplus.c:28) 27 com.apple.AppKit 0x937068d0 -[NSWindow makeFirstResponder:] + 200 28 com.apple.SafariDev 0x00012928 0x1000 + 71976 29 com.apple.WebKit 0x00360494 -[WebView becomeFirstResponder] + 196 (icplusplus.c:28) 30 com.apple.AppKit 0x937068d0 -[NSWindow makeFirstResponder:] + 200 31 com.apple.SafariDev 0x00012928 0x1000 + 71976 32 com.apple.AppKit 0x9376de54 -[NSTabView _switchTabViewItem:oldView:withTabViewItem:newView:initialFirstResponder:lastKeyView:] + 676 33 com.apple.AppKit 0x9376d6c8 -[NSTabView selectTabViewItem:] + 564 34 com.apple.SafariDev 0x00036c20 0x1000 + 220192 35 com.apple.AppKit 0x936fd6d4 -[NSApplication sendAction:to:from:] + 108 36 com.apple.SafariDev 0x0001e104 0x1000 + 119044 37 com.apple.AppKit 0x936fd608 -[NSControl sendAction:to:] + 96 38 com.apple.AppKit 0x936b8324 -[NSWindow sendEvent:] + 4616 39 com.apple.SafariDev 0x0001d2d8 0x1000 + 115416 40 com.apple.AppKit 0x936614f4 -[NSApplication sendEvent:] + 4172 41 com.apple.SafariDev 0x0001a2b8 0x1000 + 103096 42 com.apple.AppKit 0x93658930 -[NSApplication run] + 508 43 com.apple.AppKit 0x93749284 NSApplicationMain + 452 44 com.apple.SafariDev 0x000021e8 0x1000 + 4584 45 com.apple.SafariDev 0x00056e28 0x1000 + 351784
Jon
Comment 5 2005-07-31 23:56:35 PDT
Another crash. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000004 Thread 0 Crashed: 0 com.apple.WebCore 0x01111268 khtml::RenderTableSection::paint (khtml::RenderObject::PaintInfo&, int, int) + 132 (icplusplus.c:28) 1 com.apple.WebCore 0x01112a7c khtml::RenderTable::paint(khtml::RenderObject::PaintInfo&, int, int) + 468 (icplusplus.c:28) 2 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 3 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 4 com.apple.WebCore 0x01111424 khtml::RenderTableSection::paint (khtml::RenderObject::PaintInfo&, int, int) + 576 (icplusplus.c:28) 5 com.apple.WebCore 0x01112a7c khtml::RenderTable::paint(khtml::RenderObject::PaintInfo&, int, int) + 468 (icplusplus.c:28) 6 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 7 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 8 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 9 com.apple.WebCore 0x011510e8 khtml::RenderBlock::paintChildren (khtml::RenderObject::PaintInfo&, int, int) + 448 (icplusplus.c:28) 10 com.apple.WebCore 0x01152a34 khtml::RenderBlock::paintObject (khtml::RenderObject::PaintInfo&, int, int) + 260 (icplusplus.c:28) 11 com.apple.WebCore 0x01152cdc khtml::RenderBlock::paint(khtml::RenderObject::PaintInfo&, int, int) + 372 (icplusplus.c:28) 12 com.apple.WebCore 0x01141f80 khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 712 (icplusplus.c:28) 13 com.apple.WebCore 0x0114206c khtml::RenderLayer::paintLayer(khtml::RenderLayer*, QPainter*, QRect const&, bool, bool, khtml::RenderObject*) + 948 (icplusplus.c:28) 14 com.apple.WebCore 0x0101f094 KWQKHTMLPart::paint(QPainter*, QRect const&) + 112 (icplusplus.c:28) 15 com.apple.WebCore 0x0101f2bc KWQKHTMLPart::setDisplaysWithFocusAttributes(bool) + 472 (icplusplus.c:28) 16 com.apple.WebKit 0x0033c438 -[WebHTMLView(WebHTMLViewFileInternal) updateFocusState] + 152 (icplusplus.c:28) 17 com.apple.Foundation 0x928ba878 _nsnote_callback + 180 18 com.apple.CoreFoundation 0x9077f740 __CFXNotificationPost + 368 19 com.apple.CoreFoundation 0x90777864 _CFXNotificationPostNotification + 684 20 com.apple.Foundation 0x928a4c80 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92 21 com.apple.AppKit 0x936bf3f0 -[NSWindow becomeKeyWindow] + 712 22 com.apple.SafariDev 0x00016fc0 0x1000 + 90048 23 com.apple.AppKit 0x938be638 -[NSApplication _obtainKeyFocus] + 128 24 com.apple.AppKit 0x936614c4 -[NSApplication sendEvent:] + 4124 25 com.apple.SafariDev 0x0001a2b8 0x1000 + 103096 26 com.apple.AppKit 0x93658930 -[NSApplication run] + 508 27 com.apple.AppKit 0x93749284 NSApplicationMain + 452 28 com.apple.SafariDev 0x000021e8 0x1000 + 4584 29 com.apple.SafariDev 0x00056e28 0x1000 + 351784
Jon
Comment 6 2005-08-01 17:17:39 PDT
Another crash, this time apparently my original problem. It happened while loading a page at the Ars Mac Ach forum. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 <<00000000>> 0xffff88b8 __memcpy + 280 (cpu_capabilities.h:189) 1 com.apple.WebCore 0x0103eda0 KWQStringData::initialize(QChar const*, unsigned) + 144 (icplusplus.c:28) 2 com.apple.WebCore 0x0107b7d4 DOM::DOMString::string() const + 72 (icplusplus.c:28) 3 com.apple.WebCore 0x010df724 khtml::HTMLTokenizer::notifyFinished (khtml::CachedObject*) + 280 (icplusplus.c:28) 4 com.apple.WebCore 0x010e4870 khtml::CachedScript::checkNotify() + 84 (icplusplus.c:28) 5 com.apple.WebCore 0x010e72fc khtml::CachedScript::data(QBuffer&, bool) + 192 (icplusplus.c:28) 6 com.apple.WebCore 0x010e6a10 khtml::Loader::slotFinished(KIO::Job*, NSData*) + 444 (icplusplus.c:28) 7 com.apple.WebCore 0x0113c7fc KWQSignal::callWithData(KIO::Job*, NSData*) const + 136 (icplusplus.c:28) 8 com.apple.WebCore 0x011441f0 -[KWQResourceLoader finishJobAndHandle:] + 84 (icplusplus.c:28) 9 com.apple.WebKit 0x00324ec4 -[WebSubresourceLoader didFinishLoading] + 84 (icplusplus.c:28) 10 com.apple.WebKit 0x0032cf5c -[WebLoader connectionDidFinishLoading:] + 52 (icplusplus.c:28) 11 com.apple.Foundation 0x928ed73c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 72 12 com.apple.Foundation 0x928eb9f0 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 508 13 com.apple.Foundation 0x928eb778 _sendCallbacks + 156 14 com.apple.CoreFoundation 0x90758d2c __CFRunLoopDoSources0 + 384 15 com.apple.CoreFoundation 0x9075825c __CFRunLoopRun + 452 16 com.apple.CoreFoundation 0x90757cdc CFRunLoopRunSpecific + 268 17 com.apple.HIToolbox 0x93161be0 RunCurrentEventLoopInMode + 264 18 com.apple.HIToolbox 0x93161274 ReceiveNextEventCommon + 380 19 com.apple.HIToolbox 0x931610e0 BlockUntilNextEventMatchingListInMode + 96 20 com.apple.AppKit 0x9365c704 _DPSNextEvent + 384 21 com.apple.AppKit 0x9365c3c8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 22 com.apple.SafariDev 0x00006bbc 0x1000 + 23484 23 com.apple.AppKit 0x9365890c -[NSApplication run] + 472 24 com.apple.AppKit 0x93749284 NSApplicationMain + 452 25 com.apple.SafariDev 0x000021e8 0x1000 + 4584 26 com.apple.SafariDev 0x00056e28 0x1000 + 351784
Jon
Comment 7 2005-08-01 19:53:04 PDT
Another crash, seems like another of the second type. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 com.apple.WebCore 0x010de06c HTMLParser::finished() + 24 (icplusplus.c:28) 1 com.apple.WebCore 0x010dfb2c khtml::HTMLTokenizer::end() + 140 (icplusplus.c:28) 2 com.apple.WebCore 0x010dfd70 khtml::HTMLTokenizer::finish() + 556 (icplusplus.c:28) 3 com.apple.WebKit 0x0032fe34 -[WebDataSource(WebPrivate) _receivedMainResourceError:complete:] + 76 (icplusplus.c:28) 4 com.apple.WebKit 0x0034ec68 -[WebMainResourceLoader cancelWithError:] + 84 (icplusplus.c:28) 5 com.apple.WebKit 0x0032ed04 -[WebDataSource(WebPrivate) _stopLoadingInternal] + 100 (icplusplus.c:28) 6 com.apple.WebKit 0x0032ee54 -[WebDataSource(WebPrivate) _recursiveStopLoading] + 104 (icplusplus.c:28) 7 com.apple.WebKit 0x0033ac50 -[WebFrame stopLoading] + 92 (icplusplus.c:28) 8 com.apple.WebKit 0x003390c0 -[WebFrame(WebPrivate) _continueLoadRequestAfterNavigationPolicy:formState:] + 264 (icplusplus.c:28) 9 libobjc.A.dylib 0x909bf214 objc_msgSendv + 180 10 com.apple.Foundation 0x928b6a28 -[NSInvocation invoke] + 944 11 com.apple.Foundation 0x928b6fd8 -[NSInvocation invokeWithTarget:] + 64 12 com.apple.Foundation 0x928aedd4 -[NSObject(NSForwardInvocation) forward::] + 408 13 libobjc.A.dylib 0x909bf0d0 _objc_msgForward + 176 14 com.apple.WebKit 0x00337614 -[WebFrame(WebPrivate) _checkNavigationPolicyForRequest:dataSource:formState:andCall:withSelector:] + 576 (icplusplus.c:28) 15 com.apple.WebKit 0x00336ba0 -[WebFrame(WebPrivate) _loadRequest:triggeringAction:loadType:formState:] + 180 (icplusplus.c:28) 16 com.apple.WebKit 0x00337e78 -[WebFrame(WebPrivate) _loadURL:referrer:loadType:target:triggeringEvent:form:formValues:] + 732 (icplusplus.c:28) 17 com.apple.WebKit 0x00337d20 -[WebFrame(WebPrivate) _loadURL:referrer:loadType:target:triggeringEvent:form:formValues:] + 388 (icplusplus.c:28) 18 com.apple.WebKit 0x0031e0fc -[WebBridge loadURL:referrer:reload:userGesture:target:triggeringEvent:form:formValues:] + 252 (icplusplus.c:28) 19 com.apple.WebCore 0x0101e328 KWQKHTMLPart::urlSelected(KURL const&, int, int, KParts::URLArgs const&) + 260 (icplusplus.c:28) 20 com.apple.WebCore 0x0105e394 KHTMLPart::urlSelected(QString const&, int, int, QString const&, KParts::URLArgs) + 508 (icplusplus.c:28) 21 com.apple.WebCore 0x0105e59c KHTMLPart::changeLocation(QString const&, QString const&, bool, bool) + 484 (icplusplus.c:28) 22 com.apple.WebCore 0x0105e730 KHTMLPart::slotRedirect() + 360 (icplusplus.c:28) 23 com.apple.WebCore 0x0113ce30 KWQSignal::call() const + 116 (icplusplus.c:28) 24 com.apple.Foundation 0x928bdcfc __NSFireTimer + 116 25 com.apple.CoreFoundation 0x9076bdb0 __CFRunLoopDoTimer + 184 26 com.apple.CoreFoundation 0x90758728 __CFRunLoopRun + 1680 27 com.apple.CoreFoundation 0x90757cdc CFRunLoopRunSpecific + 268 28 com.apple.HIToolbox 0x93161be0 RunCurrentEventLoopInMode + 264 29 com.apple.HIToolbox 0x93161274 ReceiveNextEventCommon + 380 30 com.apple.HIToolbox 0x931610e0 BlockUntilNextEventMatchingListInMode + 96 31 com.apple.AppKit 0x9365c704 _DPSNextEvent + 384 32 com.apple.AppKit 0x9365c3c8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 33 com.apple.SafariDev 0x00006bbc 0x1000 + 23484 34 com.apple.AppKit 0x9365890c -[NSApplication run] + 472 35 com.apple.AppKit 0x93749284 NSApplicationMain + 452 36 com.apple.SafariDev 0x000021e8 0x1000 + 4584 37 com.apple.SafariDev 0x00056e28 0x1000 + 351784
Jon
Comment 8 2005-08-04 22:43:05 PDT
This one looks like some sort of crazy JavaScript bug. Again, while loading a page. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 com.apple.CoreFoundation 0x9073c858 __CFStrConvertBytesToUnicode + 56 1 com.apple.CoreFoundation 0x9073c7f4 CFStringGetCharacters + 296 2 com.apple.WebCore 0x01043f20 QString::setBufferFromCFString(__CFString const*) + 100 (icplusplus.c:28) 3 com.apple.WebCore 0x01043f80 QString::fromNSString(NSString*) + 40 (icplusplus.c:28) 4 com.apple.WebCore 0x01016924 KConfig::readEntry(char const*, QString const&) const + 628 (icplusplus.c:28) 5 com.apple.WebCore 0x010a2e8c KJS::PluginBase::PluginBase[not-in-charge](KJS::ExecState*) + 664 (icplusplus.c:28) 6 com.apple.WebCore 0x0120cd30 KJS::Plugins::Plugins[in-charge](KJS::ExecState*) + 32 (icplusplus.c:28) 7 com.apple.WebCore 0x010a3cd0 KJS::Navigator::getValueProperty(KJS::ExecState*, int) const + 1344 (icplusplus.c:28) 8 com.apple.WebCore 0x0120ce30 bool KJS::lookupGetOwnProperty<KJS::NavigatorFunc, KJS::Navigator, KJS::ObjectImp>(KJS::ExecState*, KJS::Identifier const&, KJS::HashTable const*, KJS::Navigator const*, KJS::Value&) + 152 (icplusplus.c:28) 9 com.apple.JavaScriptCore 0x0044e80c KJS::ObjectImp::get(KJS::ExecState*, KJS::Identifier const&) const + 76 (icplusplus.c:28) 10 com.apple.JavaScriptCore 0x0045c964 KJS::Reference::getValue(KJS::ExecState*) const + 396 (icplusplus.c:28) 11 com.apple.JavaScriptCore 0x0043fdd8 KJS::AccessorNode2::evaluate(KJS::ExecState*) + 60 (icplusplus.c:28) 12 com.apple.JavaScriptCore 0x00447678 KJS::IfNode::execute(KJS::ExecState*) + 108 (icplusplus.c: 28) 13 com.apple.JavaScriptCore 0x00445798 KJS::SourceElementsNode::execute(KJS::ExecState*) + 428 (icplusplus.c:28) 14 com.apple.JavaScriptCore 0x00442f44 KJS::BlockNode::execute(KJS::ExecState*) + 132 (icplusplus.c:28) 15 com.apple.JavaScriptCore 0x00435168 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 52 (icplusplus.c:28) 16 com.apple.JavaScriptCore 0x0043618c KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 468 (icplusplus.c:28) 17 com.apple.JavaScriptCore 0x004499ec KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 572 (icplusplus.c:28) 18 com.apple.JavaScriptCore 0x0044782c KJS::ExprStatementNode::execute(KJS::ExecState*) + 108 (icplusplus.c:28) 19 com.apple.JavaScriptCore 0x00445798 KJS::SourceElementsNode::execute(KJS::ExecState*) + 428 (icplusplus.c:28) 20 com.apple.JavaScriptCore 0x00442f44 KJS::BlockNode::execute(KJS::ExecState*) + 132 (icplusplus.c:28) 21 com.apple.JavaScriptCore 0x00435168 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 52 (icplusplus.c:28) 22 com.apple.JavaScriptCore 0x0043618c KJS::FunctionImp::call(KJS::ExecState*, KJS::Object&, KJS::List const&) + 468 (icplusplus.c:28) 23 com.apple.JavaScriptCore 0x004499ec KJS::FunctionCallNode::evaluate(KJS::ExecState*) + 572 (icplusplus.c:28) 24 com.apple.JavaScriptCore 0x0044782c KJS::ExprStatementNode::execute(KJS::ExecState*) + 108 (icplusplus.c:28) 25 com.apple.JavaScriptCore 0x00445798 KJS::SourceElementsNode::execute(KJS::ExecState*) + 428 (icplusplus.c:28) 26 com.apple.JavaScriptCore 0x00442f44 KJS::BlockNode::execute(KJS::ExecState*) + 132 (icplusplus.c:28) 27 com.apple.JavaScriptCore 0x0043ca1c KJS::InterpreterImp::evaluate(KJS::UString const&, KJS::Value const&, KJS::UString const&, int) + 844 (icplusplus.c:28) 28 com.apple.JavaScriptCore 0x0043d438 KJS::Interpreter::evaluate(KJS::UString const&, int, KJS::UString const&, KJS::Value const&) + 64 (icplusplus.c:28) 29 com.apple.WebCore 0x010a43a8 KJSProxyImpl::evaluate(QString, int, QString const&, DOM::NodeImpl*) + 196 (icplusplus.c:28) 30 com.apple.WebCore 0x0105ce3c KHTMLPart::executeScript(QString, int, DOM::NodeImpl*, QString const&) + 152 (icplusplus.c:28) 31 com.apple.WebCore 0x010df510 khtml::HTMLTokenizer::scriptExecution(QString const&, QString, int) + 220 (icplusplus.c:28) 32 com.apple.WebCore 0x010df770 khtml::HTMLTokenizer::notifyFinished (khtml::CachedObject*) + 312 (icplusplus.c:28) 33 com.apple.WebCore 0x010e489c khtml::CachedScript::checkNotify() + 84 (icplusplus.c:28) 34 com.apple.WebCore 0x010e7328 khtml::CachedScript::data(QBuffer&, bool) + 192 (icplusplus.c:28) 35 com.apple.WebCore 0x010e6a3c khtml::Loader::slotFinished(KIO::Job*, NSData*) + 444 (icplusplus.c:28) 36 com.apple.WebCore 0x0113c6a8 KWQSignal::callWithData(KIO::Job*, NSData*) const + 136 (icplusplus.c:28) 37 com.apple.WebCore 0x01144024 -[KWQResourceLoader finishJobAndHandle:] + 84 (icplusplus.c:28) 38 com.apple.WebKit 0x00323f40 -[WebSubresourceLoader didFinishLoading] + 84 (icplusplus.c:28) 39 com.apple.WebKit 0x0032bfd8 -[WebLoader connectionDidFinishLoading:] + 52 (icplusplus.c:28) 40 com.apple.Foundation 0x928ed73c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 72 41 com.apple.Foundation 0x928eb9f0 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 508 42 com.apple.Foundation 0x928eb778 _sendCallbacks + 156 43 com.apple.CoreFoundation 0x90758d2c __CFRunLoopDoSources0 + 384 44 com.apple.CoreFoundation 0x9075825c __CFRunLoopRun + 452 45 com.apple.CoreFoundation 0x90757cdc CFRunLoopRunSpecific + 268 46 com.apple.HIToolbox 0x93161be0 RunCurrentEventLoopInMode + 264 47 com.apple.HIToolbox 0x931611ec ReceiveNextEventCommon + 244 48 com.apple.HIToolbox 0x931610e0 BlockUntilNextEventMatchingListInMode + 96 49 com.apple.AppKit 0x9365c704 _DPSNextEvent + 384 50 com.apple.AppKit 0x9365c3c8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 51 com.apple.SafariDev 0x00006bbc 0x1000 + 23484 52 com.apple.AppKit 0x9365890c -[NSApplication run] + 472 53 com.apple.AppKit 0x93749284 NSApplicationMain + 452 54 com.apple.SafariDev 0x000021e8 0x1000 + 4584 55 com.apple.SafariDev 0x00056e28 0x1000 + 351784
Jon
Comment 9 2005-08-04 22:46:35 PDT
Another one, this time while loading slashdot.org. Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000 Thread 0 Crashed: 0 com.apple.WebCore 0x0103f22c KWQStringData::makeUnicode() + 232 (icplusplus.c:28) 1 com.apple.WebCore 0x011f7154 khtml::TokenizerSubstring::TokenizerSubstring[in-charge] (QString const&) + 68 (icplusplus.c:28) 2 com.apple.WebCore 0x011f74f0 khtml::TokenizerString::TokenizerString[in-charge](QString const&) + 40 (icplusplus.c:28) 3 com.apple.WebCore 0x0105d1ec KHTMLPart::write(char const*, int) + 604 (icplusplus.c:28) 4 com.apple.WebKit 0x0032ed8c -[WebDataSource(WebPrivate) _receivedData:] + 108 (icplusplus.c:28) 5 com.apple.WebKit 0x0034df30 -[WebMainResourceLoader addData:] + 88 (icplusplus.c:28) 6 com.apple.WebKit 0x0032ba3c -[WebLoader didReceiveData:lengthReceived:] + 68 (icplusplus.c:28) 7 com.apple.WebKit 0x0034e8c4 -[WebMainResourceLoader didReceiveData:lengthReceived:] + 140 (icplusplus.c:28) 8 com.apple.WebKit 0x0032bf2c -[WebLoader connection:didReceiveData:lengthReceived:] + 64 (icplusplus.c:28) 9 com.apple.Foundation 0x928ed538 -[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 564 10 com.apple.Foundation 0x928eb9ac -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 440 11 com.apple.Foundation 0x928eb778 _sendCallbacks + 156 12 com.apple.CoreFoundation 0x90758d2c __CFRunLoopDoSources0 + 384 13 com.apple.CoreFoundation 0x9075825c __CFRunLoopRun + 452 14 com.apple.CoreFoundation 0x90757cdc CFRunLoopRunSpecific + 268 15 com.apple.HIToolbox 0x93161be0 RunCurrentEventLoopInMode + 264 16 com.apple.HIToolbox 0x93161274 ReceiveNextEventCommon + 380 17 com.apple.HIToolbox 0x931610e0 BlockUntilNextEventMatchingListInMode + 96 18 com.apple.AppKit 0x9365c704 _DPSNextEvent + 384 19 com.apple.AppKit 0x9365c3c8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 20 com.apple.SafariDev 0x00006bbc 0x1000 + 23484 21 com.apple.AppKit 0x9365890c -[NSApplication run] + 472 22 com.apple.AppKit 0x93749284 NSApplicationMain + 452 23 com.apple.SafariDev 0x000021e8 0x1000 + 4584 24 com.apple.SafariDev 0x00056e28 0x1000 + 351784
Mark Rowe (bdash)
Comment 10 2005-08-06 23:24:55 PDT
Jon, can you please only provide crash logs that relate to the same bug? It would also be useful if you could provide instructions on how to reproduce the crashes so that they can be more easily investigated.
Mark Rowe (bdash)
Comment 11 2005-08-06 23:30:30 PDT
Jon, can you please file new bugs for each of the crashes you have mentioned below. You should only attach crash reports related to a specific bug to that bug. As I mentioned previously, including instructions on how to reproduce the crashes will make them a lot easier to resolve.
Jon
Comment 12 2005-08-06 23:51:36 PDT
If I could find any similarities in the actions before the crashes aside from loading new pages I would post them. The crashes don't happen when loading the same sites or when leaving the same sites, though they do usually happen when I'm browsing a forum (usually MacNN or Ars' Mac Ach) but since that's the bulk of my browsing time, it really doesn't help. I mean, after the crash I can go right back to the site I left and load the site I wanted to go to and it will work fine. If it happens again I'll try and find something to reproduce and report it here. Incidentally, I think one of the crashers I posted here was recently fixed with the unicode check recently committed.
Note You need to log in before you can comment on or make changes to this bug.