WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
Bug 20375
Crash while navigating Facebook profile tabs
https://bugs.webkit.org/show_bug.cgi?id=20375
Summary
Crash while navigating Facebook profile tabs
Christopher Gizzi
Reported
2008-08-13 16:21:32 PDT
This could be hard to troubleshoot since you won't be able to go to the actual pages in question but when I visit Facebook, the latest nightly build consistently crashes. Here are the steps I took to recreate the crash: 1. Navigate to facebook.com 2. Navigate to a particular profile (which makes me think it could be a very Facebook specific problem). 3. Click on the 'Info' tab with Facebook's 'new' layout. 4. Click BACK on the 'Wall' tab on Facebook's layout.... get crash. When I click on the 'Info' tab, I get the following error pop-up from Facebook: Transport error (#1001) while retrieving data from endpoint `/ads/ajax/refresh.php': A network error occurred. Check that you are connected to the internet. Below is the crash report: Process: Safari [3612] Path: /Applications/WebKit.app/Contents/MacOS/WebKit Identifier: org.webkit.nightly.WebKit Version:
r35718
(35718) Code Type: X86 (Native) Parent Process: launchd [92] Date/Time: 2008-08-13 19:04:40.596 -0400 OS Version: Mac OS X 10.5.4 (9E17) Report Version: 6 Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x000000000000000c Crashed Thread: 0 Thread 0 Crashed: 0 com.apple.WebCore 0x010c69c3 WebCore::RenderBlock::addChildToFlow(WebCore::RenderObject*, WebCore::RenderObject*) + 67 1 com.apple.WebCore 0x0109e0ac WebCore::Node::createRendererIfNeeded() + 332 2 com.apple.WebCore 0x00e70b97 WebCore::Element::attach() + 23 3 com.apple.WebCore 0x00d643eb WebCore::ContainerNode::attach() + 43 4 com.apple.WebCore 0x00e70b9f WebCore::Element::attach() + 31 5 com.apple.WebCore 0x00d643eb WebCore::ContainerNode::attach() + 43 6 com.apple.WebCore 0x00e70b9f WebCore::Element::attach() + 31 7 com.apple.WebCore 0x00d643eb WebCore::ContainerNode::attach() + 43 8 com.apple.WebCore 0x00e70b9f WebCore::Element::attach() + 31 9 com.apple.WebCore 0x00d643eb WebCore::ContainerNode::attach() + 43 10 com.apple.WebCore 0x00e70b9f WebCore::Element::attach() + 31 11 com.apple.WebCore 0x00d63af2 WebCore::ContainerNode::appendChild(WTF::PassRefPtr<WebCore::Node>, int&, bool) + 690 12 com.apple.WebCore 0x01005eba WebCore::JSNode::appendChild(KJS::ExecState*, KJS::ArgList const&) + 90 13 com.apple.JavaScriptCore 0x003b9cff KJS::Machine::privateExecute(KJS::Machine::ExecutionFlag, KJS::ExecState*, KJS::RegisterFile*, KJS::Register*, KJS::ScopeChainNode*, KJS::CodeBlock*, KJS::JSValue**) + 37471 14 com.apple.JavaScriptCore 0x003bad1b KJS::Machine::execute(KJS::FunctionBodyNode*, KJS::ExecState*, KJS::JSFunction*, KJS::JSObject*, KJS::ArgList const&, KJS::ScopeChainNode*, KJS::JSValue**) + 731 15 com.apple.JavaScriptCore 0x0032f116 KJS::JSFunction::call(KJS::ExecState*, KJS::JSValue*, KJS::ArgList const&) + 102 16 com.apple.JavaScriptCore 0x0035d8f0 KJS::functionProtoFuncApply(KJS::ExecState*, KJS::JSObject*, KJS::JSValue*, KJS::ArgList const&) + 560 17 com.apple.JavaScriptCore 0x003b9cff KJS::Machine::privateExecute(KJS::Machine::ExecutionFlag, KJS::ExecState*, KJS::RegisterFile*, KJS::Register*, KJS::ScopeChainNode*, KJS::CodeBlock*, KJS::JSValue**) + 37471 18 com.apple.JavaScriptCore 0x003bad1b KJS::Machine::execute(KJS::FunctionBodyNode*, KJS::ExecState*, KJS::JSFunction*, KJS::JSObject*, KJS::ArgList const&, KJS::ScopeChainNode*, KJS::JSValue**) + 731 19 com.apple.JavaScriptCore 0x0032f116 KJS::JSFunction::call(KJS::ExecState*, KJS::JSValue*, KJS::ArgList const&) + 102 20 com.apple.JavaScriptCore 0x0035d8f0 KJS::functionProtoFuncApply(KJS::ExecState*, KJS::JSObject*, KJS::JSValue*, KJS::ArgList const&) + 560 21 com.apple.JavaScriptCore 0x003b9cff KJS::Machine::privateExecute(KJS::Machine::ExecutionFlag, KJS::ExecState*, KJS::RegisterFile*, KJS::Register*, KJS::ScopeChainNode*, KJS::CodeBlock*, KJS::JSValue**) + 37471 22 com.apple.JavaScriptCore 0x003bad1b KJS::Machine::execute(KJS::FunctionBodyNode*, KJS::ExecState*, KJS::JSFunction*, KJS::JSObject*, KJS::ArgList const&, KJS::ScopeChainNode*, KJS::JSValue**) + 731 23 com.apple.JavaScriptCore 0x0032f116 KJS::JSFunction::call(KJS::ExecState*, KJS::JSValue*, KJS::ArgList const&) + 102 24 com.apple.WebCore 0x0125fc7d WebCore::JSAbstractEventListener::handleEvent(WebCore::Event*, bool) + 1261 25 com.apple.WebCore 0x00e809f6 WebCore::EventTarget::handleLocalEvents(WebCore::EventTargetNode*, WebCore::Event*, bool) + 182 26 com.apple.WebCore 0x00e8154f WebCore::EventTargetNode::handleLocalEvents(WebCore::Event*, bool) + 79 27 com.apple.WebCore 0x00e80e0b WebCore::EventTarget::dispatchGenericEvent(WebCore::EventTargetNode*, WTF::PassRefPtr<WebCore::Event>, int&, bool) + 1035 28 com.apple.WebCore 0x00e81dff WebCore::EventTargetNode::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&, bool) + 255 29 com.apple.WebCore 0x00e826ea WebCore::EventTargetNode::dispatchMouseEvent(WebCore::AtomicString const&, int, int, int, int, int, int, bool, bool, bool, bool, bool, WebCore::Node*, WTF::PassRefPtr<WebCore::Event>) + 746 30 com.apple.WebCore 0x00e82f85 WebCore::EventTargetNode::dispatchMouseEvent(WebCore::PlatformMouseEvent const&, WebCore::AtomicString const&, int, WebCore::Node*) + 165 31 com.apple.WebCore 0x00e77b0b WebCore::EventHandler::dispatchMouseEvent(WebCore::AtomicString const&, WebCore::Node*, bool, int, WebCore::PlatformMouseEvent const&, bool) + 107 32 com.apple.WebCore 0x00e7801b WebCore::EventHandler::handleMouseReleaseEvent(WebCore::PlatformMouseEvent const&) + 731 33 com.apple.WebCore 0x00e7feb9 WebCore::EventHandler::mouseUp(NSEvent*) + 393 34 com.apple.WebKit 0x001c0fcc -[WebHTMLView mouseUp:] + 220 35 com.apple.AppKit 0x9675c929 -[NSWindow sendEvent:] + 5539 36 com.apple.Safari 0x0002bb53 0x1000 + 174931 37 com.apple.AppKit 0x96729431 -[NSApplication sendEvent:] + 2941 38 com.apple.Safari 0x0002b5d8 0x1000 + 173528 39 com.apple.AppKit 0x96686e27 -[NSApplication run] + 847 40 com.apple.AppKit 0x96654030 NSApplicationMain + 574 41 com.apple.Safari 0x000ba4d6 0x1000 + 758998 Thread 1: 0 libSystem.B.dylib 0x9248a68e __semwait_signal + 10 1 libSystem.B.dylib 0x924b536d pthread_cond_wait$UNIX2003 + 73 2 com.apple.WebCore 0x00f464bf WebCore::IconDatabase::syncThreadMainLoop() + 239 3 com.apple.WebCore 0x00f465d5 WebCore::IconDatabase::iconDatabaseSyncThread() + 181 4 libSystem.B.dylib 0x924b46f5 _pthread_start + 321 5 libSystem.B.dylib 0x924b45b2 thread_start + 34 Thread 2: 0 libSystem.B.dylib 0x924834a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x9248ac9c mach_msg + 72 2 com.apple.CoreFoundation 0x959790ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x95979cf8 CFRunLoopRunInMode + 88 4 com.apple.CFNetwork 0x92026a32 CFURLCacheWorkerThread(void*) + 396 5 libSystem.B.dylib 0x924b46f5 _pthread_start + 321 6 libSystem.B.dylib 0x924b45b2 thread_start + 34 Thread 3: 0 libSystem.B.dylib 0x924834a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x9248ac9c mach_msg + 72 2 com.apple.CoreFoundation 0x959790ce CFRunLoopRunSpecific + 1790 3 com.apple.CoreFoundation 0x95979cf8 CFRunLoopRunInMode + 88 4 com.apple.Foundation 0x93a10460 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320 5 com.apple.Foundation 0x939acf1d -[NSThread main] + 45 6 com.apple.Foundation 0x939acac4 __NSThread__main__ + 308 7 libSystem.B.dylib 0x924b46f5 _pthread_start + 321 8 libSystem.B.dylib 0x924b45b2 thread_start + 34 Thread 4: 0 libSystem.B.dylib 0x924834ee semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x924b5866 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x924fb371 pthread_cond_wait + 48 3 com.zang.RegexKit 0x004bd961 RKFastConditionLock + 663 4 com.zang.RegexKit 0x004c6efa -[RKThreadPool workerThreadStart:] + 436 5 com.apple.Foundation 0x939acf1d -[NSThread main] + 45 6 com.apple.Foundation 0x939acac4 __NSThread__main__ + 308 7 libSystem.B.dylib 0x924b46f5 _pthread_start + 321 8 libSystem.B.dylib 0x924b45b2 thread_start + 34 Thread 5: 0 libSystem.B.dylib 0x924834ee semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x924b5866 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x924fb371 pthread_cond_wait + 48 3 com.zang.RegexKit 0x004bd961 RKFastConditionLock + 663 4 com.zang.RegexKit 0x004c6efa -[RKThreadPool workerThreadStart:] + 436 5 com.apple.Foundation 0x939acf1d -[NSThread main] + 45 6 com.apple.Foundation 0x939acac4 __NSThread__main__ + 308 7 libSystem.B.dylib 0x924b46f5 _pthread_start + 321 8 libSystem.B.dylib 0x924b45b2 thread_start + 34 Thread 6: 0 libSystem.B.dylib 0x924d35e2 select$DARWIN_EXTSN + 10 1 libSystem.B.dylib 0x924b46f5 _pthread_start + 321 2 libSystem.B.dylib 0x924b45b2 thread_start + 34 Thread 7: 0 libSystem.B.dylib 0x924834a6 mach_msg_trap + 10 1 libSystem.B.dylib 0x9248ac9c mach_msg + 72 2 ...romedia.Flash Player.plugin 0x1a5db959 memcopy_mmx + 709497 3 libSystem.B.dylib 0x924b46f5 _pthread_start + 321 4 libSystem.B.dylib 0x924b45b2 thread_start + 34 Thread 8: 0 libSystem.B.dylib 0x924834ee semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x924b5866 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x924fb371 pthread_cond_wait + 48 3 ...romedia.Flash Player.plugin 0x1a4a2928 0x1a110000 + 3746088 4 ...romedia.Flash Player.plugin 0x1a4da230 Flash_EnforceLocalSecurity + 125000 5 ...romedia.Flash Player.plugin 0x1a4a2bd2 0x1a110000 + 3746770 6 libSystem.B.dylib 0x924b46f5 _pthread_start + 321 7 libSystem.B.dylib 0x924b45b2 thread_start + 34 Thread 9: 0 libSystem.B.dylib 0x924834ee semaphore_wait_signal_trap + 10 1 libSystem.B.dylib 0x924b5866 _pthread_cond_wait + 1267 2 libSystem.B.dylib 0x924fb371 pthread_cond_wait + 48 3 ...romedia.Flash Player.plugin 0x1a4a2928 0x1a110000 + 3746088 4 ...romedia.Flash Player.plugin 0x1a4da230 Flash_EnforceLocalSecurity + 125000 5 ...romedia.Flash Player.plugin 0x1a4a2bd2 0x1a110000 + 3746770 6 libSystem.B.dylib 0x924b46f5 _pthread_start + 321 7 libSystem.B.dylib 0x924b45b2 thread_start + 34 Thread 0 crashed with X86 Thread State (32-bit): eax: 0x1bc43650 ebx: 0x00d643cb ecx: 0x2069053c edx: 0x2069053c edi: 0x1bc434ec esi: 0x00000000 ebp: 0xbfffc398 esp: 0xbfffc370 ss: 0x0000001f efl: 0x00010202 eip: 0x010c69c3 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037 cr2: 0x0000000c Binary Images: 0x1000 - 0x133fef com.apple.Safari 3.1.2 (5525.20.1) <b8911db3c9f4e89257f40775a27be7c6> /Applications/Safari.app/Contents/MacOS/Safari 0x17b000 - 0x17cffc +WebKitNightlyEnabler.dylib ??? (???) <0353836e4ecef4c1d7570b140d5905a4> /Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib 0x181000 - 0x249fef com.apple.WebKit
r35718
(528.1+) <b4b7a6dded50a4cf67f05b3486bc1cae> /Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit 0x2d7000 - 0x2e6ff8 SyndicationUI ??? (???) <edde0133829971dbd8a0f3473cdb85fc> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI 0x2f6000 - 0x3dcfef com.apple.JavaScriptCore 528+ (528.1+) <a6d6a49f6e997fe2d57ce4f3ce50379d> /Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x432000 - 0x432fff +com.ksuther.chax.loader ??? (2.1) <2b48fbf0dbd073f744e651e689e8b467> /Library/InputManagers/Chax/Chax.bundle/Contents/MacOS/Chax 0x437000 - 0x437ffd +com.plaxo.ABPlugin ??? (1.0) /Library/InputManagers/PlaxoABAddIn/PlaxoABAddIn.bundle/Contents/MacOS/PlaxoABAddIn 0x446000 - 0x448fff +net.culater.SIMBL 0.8.2 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL 0x497000 - 0x4a0fff +net.sourceforge.SafariAdBlock 0.3.2 (0.3.2) <83d3f111f660be3866ff42427e0bd1c9> /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/MacOS/Safari AdBlock 0x4ad000 - 0x4eafe3 +com.zang.RegexKit 0.6.0 (0.6.0) /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit 0x700000 - 0x708fff +com.connolly.SafariTabs 0.6.2 (120) <1e2e5a1bc8859a879faa0f7105ad3712> /Users/christophergizzi/Library/Application Support/SIMBL/Plugins/SafariTabs.bundle/Contents/MacOS/SafariTabs 0xcae000 - 0x1479fff com.apple.WebCore 528+ (528.1+) <d7f52a88ad2fd958d3e8c674e5d80934> /Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore 0x19d8000 - 0x19ddff3 libCGXCoreImage.A.dylib ??? (???) <b6cf72d9cbd5312d4ec435e298954ade> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x1b00000 - 0x1c1eff7 com.apple.RawCamera.bundle 2.0.8 (2.0.8) <56067945130800a348eb076676d41e92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x16c92000 - 0x16c92ffe com.apple.JavaPluginCocoa 12.0.0 (12.0.0) <02a9f23a8bfc902c32ac0adfb66d6816> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa 0x16c98000 - 0x16c9fffd com.apple.JavaVM 12.0.2 (12.0.2) <44b9536fe4d7c7fcb3506adb695a180f> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x1a110000 - 0x1a710ffb +com.macromedia.Flash Player.plugin 9.0.124 (1.0.4f60) <8355dcf076564b6784c517fd0eccb2f2> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player 0x1a851000 - 0x1a870fed com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit 0x1b946000 - 0x1b9b3fff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder 0x1be38000 - 0x1be39fff +com.google.GoogleNotifierQuickAddCMPlugin 1.10.2 (1.10.2.580) <4d96af65e87319c1d6fbf6c8bd66acbd> /Users/christophergizzi/Library/Contextual Menu Items/Google Notifier Quick Add CM Plugin.plugin/Contents/MacOS/Google Notifier Quick Add CM Plugin 0x1be3e000 - 0x1be4aff6 com.apple.airport.diskmenu 1.2.1 (121.4) /System/Library/Contextual Menu Items/AirPort Disk Menu.plugin/Contents/MacOS/AirPort Disk Menu 0x1be4f000 - 0x1be51ffe com.apple.AutomatorCMM 1.1 (160) <650079fd95a57e8131e79409a00b2aed> /System/Library/Contextual Menu Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM 0x1c6ea000 - 0x1c6ebffd com.apple.BluetoothMenu 2.1 (2.1f17) /System/Library/Contextual Menu Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu 0x1c6f0000 - 0x1c6f3fff com.apple.BezelServicesFW 1.4.832 (1.4.832) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices 0x1c6fa000 - 0x1c6fffff com.apple.FolderActionsMenu 1.3.2 (1.3.2) <9ba69ef0bec96264a79fa28b3a5f058b> /System/Library/Contextual Menu Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu 0x1f00b000 - 0x1f079ff7 com.apple.Bluetooth 2.1 (2.1f17) <29ab5843bb608c155d4d7353320c2194> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x8fe00000 - 0x8fe2da53 dyld 96.2 (???) <7af47d3b00b2268947563c7fa8c59a07> /usr/lib/dyld 0x90003000 - 0x90005fff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x90055000 - 0x9005afff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x9006a000 - 0x9006ffff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x90070000 - 0x9007effd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib 0x9007f000 - 0x900fbfeb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x901cb000 - 0x901fafe3 com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x901fb000 - 0x901fffff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib 0x90200000 - 0x9023ffef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x90240000 - 0x90247ff7 libCGATS.A.dylib ??? (???) <fbc59d0e1eccf907396563568d5cd872> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib 0x90329000 - 0x90338fff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib 0x90339000 - 0x903b3ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x903b4000 - 0x903c3ffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers 0x903c4000 - 0x90443ff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x90507000 - 0x9164cff2 com.apple.QuickTimeComponents.component 7.5 (861) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x9164e000 - 0x916b4ffb com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport 0x916b5000 - 0x916b5fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x916b6000 - 0x916e8fff com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x916e9000 - 0x916edfff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x916ee000 - 0x91790ff3 com.apple.QuickTimeImporters.component 7.5 (861) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0x9179e000 - 0x917dffe7 libRIP.A.dylib ??? (???) <8c2cd4f044b3413d770ca8ad740f7645> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x917e0000 - 0x9180bfe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib 0x9180c000 - 0x91846fff com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x91847000 - 0x91928ff7 libxml2.2.dylib ??? (???) <1baef3d4972ee789d8fa6c1fa44da45c> /usr/lib/libxml2.2.dylib 0x91929000 - 0x9195ffef libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib 0x91995000 - 0x919f2ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib 0x919f3000 - 0x919f3ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer 0x919f4000 - 0x91a36fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x91ca5000 - 0x91cfeff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x91cff000 - 0x92006ff7 com.apple.HIToolbox 1.5.3 (???) <e36f5c553e5a32f64b7eb458dadadc71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x9201b000 - 0x9209dff3 com.apple.CFNetwork 330.4 (330.4) <ce5b085df34a78b7f198aff9db5b52ec> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x9209e000 - 0x920e4fef com.apple.Metadata 10.5.2 (398.18) <adbb3a14e8f7da444e16d2fd61862771> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x92235000 - 0x9231aff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x9231b000 - 0x92322ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib 0x92323000 - 0x9237fff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x92380000 - 0x92481fef com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub 0x92482000 - 0x925e2ff3 libSystem.B.dylib ??? (???) <a12f397abf2285077b89bd726bff5b18> /usr/lib/libSystem.B.dylib 0x9260e000 - 0x92611fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x92612000 - 0x92613ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib 0x92614000 - 0x92cb0fef com.apple.CoreGraphics 1.351.32 (???) <793d7ceb9e1880818e03c1f1b10df04b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x92cb1000 - 0x92cd5feb libssl.0.9.7.dylib ??? (???) <3512c4a8198f0e964748bf6acbf359b4> /usr/lib/libssl.0.9.7.dylib 0x92d1b000 - 0x92da6fff com.apple.framework.IOKit 1.5.1 (???) <60cfc4b175c4ef60bb8e9036716a29f4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x92da7000 - 0x92dc7ff2 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92dd4000 - 0x92e24ff7 com.apple.HIServices 1.7.0 (???) <f7e78891a6d08265c83dca8e378be1ea> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x92e25000 - 0x93235fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x93236000 - 0x932ddfeb com.apple.QD 3.11.52 (???) <c72bd7bd2ce12694c3640a731d1ad878> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x932de000 - 0x932e7fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x932e8000 - 0x93609fea com.apple.QuickTime 7.5.0 (861) <4e1161b204b3b1f1047412c16483c39a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x9360a000 - 0x9360affc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x9360b000 - 0x939a1fff com.apple.QuartzCore 1.5.3 (1.5.3) <1b65c05f89e81a499302fd63295b242d> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x939a2000 - 0x93c1dfe7 com.apple.Foundation 6.5.5 (677.19) <bfd4ebea1a7739dd6b523f15dca01a37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x93c1e000 - 0x93c68fe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x93c69000 - 0x93c81fff com.apple.openscripting 1.2.8 (???) <d85d82af796d1df9bce7b1db8f6c846c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x93c82000 - 0x93cc0ff7 libGLImage.dylib ??? (???) <093b1b698ca93a0380f5fa262459ea28> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x93cc1000 - 0x93d71fff edu.mit.Kerberos 6.0.12 (6.0.12) <1dc515ebe407292db8e603938c72d4e8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x93d72000 - 0x93d7cfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x93d7d000 - 0x93d7dffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x93d7e000 - 0x93e38fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <7e10d25c615a39fe1ab4d48e24a3b555> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x93e39000 - 0x93e44ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x93e45000 - 0x93e45ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x93e46000 - 0x93e6eff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x93e8e000 - 0x93ea9ff3 libPng.dylib ??? (???) <c0484bec6e2432b406755591924fe664> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x93f18000 - 0x93f1efff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x93f1f000 - 0x93f2ffff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x93f81000 - 0x9433ffea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x9440a000 - 0x944e9fff libobjc.A.dylib ??? (???) <a53206274b6c2d42691f677863f379ae> /usr/lib/libobjc.A.dylib 0x944ea000 - 0x944f5fe7 libCSync.A.dylib ??? (???) <3f58eb487099bff0476ec79974d0ad4d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x944f6000 - 0x94580fe3 com.apple.DesktopServices 1.4.6 (1.4.6) <94d1a28b351b7dff77becadab0967772> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x94581000 - 0x94648ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x94649000 - 0x94659ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x9465a000 - 0x94792ff7 libicucore.A.dylib ??? (???) <5031226ea28b371d8dfdbb32acfb48b5> /usr/lib/libicucore.A.dylib 0x94793000 - 0x94795fff com.apple.CrashReporterSupport 10.5.0 (156) <3088b785b10d03504ed02f3fee5d3aab> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x94de7000 - 0x94e0bfff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib 0x94e0c000 - 0x94e0cff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x94e0d000 - 0x94f53ff7 com.apple.ImageIO.framework 2.0.2 (2.0.2) <77dfee73f4c0d230425a5151ee0bce05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x94f54000 - 0x94f7cfff libcups.2.dylib ??? (???) <ece20dff2a2c8ed3ae6ef735ef440c37> /usr/lib/libcups.2.dylib 0x94f7d000 - 0x94f7dffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x94f7e000 - 0x950fdfff com.apple.AddressBook.framework 4.1.1 (695) <24a448ba4f9f784189bd3183e3474d81> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x9511b000 - 0x9511dff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x95161000 - 0x951f4fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x951f5000 - 0x9520bfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x9520c000 - 0x95218fe7 com.apple.opengl 1.5.6 (1.5.6) <125de77ea2434a91364e79a0905a7771> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x95219000 - 0x9533dfe3 com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x9533e000 - 0x953f0ffb libcrypto.0.9.7.dylib ??? (???) <01109b36b445b3e8698ef87f814f7fd4> /usr/lib/libcrypto.0.9.7.dylib 0x953f1000 - 0x958c4ffe libGLProgrammability.dylib ??? (???) <475db64244e011cd8811e076035b2632> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x958cf000 - 0x95906fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x95907000 - 0x95a39fff com.apple.CoreFoundation 6.5.3 (476.14) <7ef7f5db09ff6dd0135a6165872803cc> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x95b65000 - 0x95b6dfff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x95b6e000 - 0x95b8cff3 com.apple.DirectoryService.Framework 3.5.4 (3.5.4) <fe27e80e1a9e86403fd9ed16dcfe4e11> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x95b8d000 - 0x95d5bfff com.apple.security 5.0.4 (34102) <f01d6cbd6a0f24f6c13952ed448e77d6> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x95d5c000 - 0x95d7afff libresolv.9.dylib ??? (???) <0629b6dcd71f4aac6a891cbe26253e85> /usr/lib/libresolv.9.dylib 0x95dee000 - 0x960c8ff3 com.apple.CoreServices.CarbonCore 786.6 (786.6) <bc7c12c84fe21ae2626bdd17070aaafa> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x960c9000 - 0x960dffe7 com.apple.CoreVideo 1.5.1 (1.5.1) <ed7bb95fb94817ea3212090aac5c65f3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x960e0000 - 0x960ffffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x96150000 - 0x96150ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x96151000 - 0x961d8ff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib 0x961d9000 - 0x962a4fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x962a5000 - 0x96322fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x96533000 - 0x9653afff com.apple.agl 3.0.9 (AGL-3.0.9) <7dac4a7cb0de2f6d08ae71c1249379e3> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x965ac000 - 0x965c0ff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x965c1000 - 0x9664dff7 com.apple.LaunchServices 289.2 (289.2) <3577886e3a6d56ee3949850c4fde76c9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x9664e000 - 0x96e4bfef com.apple.AppKit 6.5.3 (949.33) <84b236f43802f4c15011513d18efa101> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x96e4c000 - 0x96e79feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x97036000 - 0x9706fffe com.apple.securityfoundation 3.0 (32989) <e9171eda22c69c884a04a001aeb526e0> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x970ad000 - 0x97140ff3 com.apple.ApplicationServices.ATS 3.3 (???) <064eb6d96417afa38a80b1735c4113aa> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x97141000 - 0x97141ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x97142000 - 0x97149fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib 0x97224000 - 0x9727eff7 com.apple.CoreText 2.0.2 (???) <9fde11f84a72e890bbf2aa8b0b13b79a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib 0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
Attachments
Captured crash report
(33.00 KB, text/html)
2008-08-13 16:22 PDT
,
Christopher Gizzi
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Christopher Gizzi
Comment 1
2008-08-13 16:22:40 PDT
Created
attachment 22781
[details]
Captured crash report
Robert Blaut
Comment 2
2008-08-21 00:54:25 PDT
Please disable all extensions you are using since they are completely unsupported in Webkit/Safari:
http://trac.webkit.org/wiki/FAQ#ExtensionsdontworkinWebKitWebKitcrasheswithextensionsinstalled
After that check if WebKit still crashes.
William Brawley
Comment 3
2008-09-05 12:52:23 PDT
Here's the fix: disable SafariAdBlock SIMBL plugin. I can still run Inquisitor plug in, despite it also being unsupported.
Robert Blaut
Comment 4
2009-01-04 12:20:43 PST
Since reporter didn't answer I assume that after disabling extensions he didn't experience the reported crashes anymore.
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