Bug 34745
Summary: | webkit crashes after about 30-60 seconds of viewing main NYT front page | Global edition. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tony Wight <wighta> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Major | CC: | mrowe, wighta |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.5 | ||
URL: | http://global.nytimes.com/ |
Tony Wight
system configuration :
Model: Macmini2,1, BootROM MM21.009A.B00, 2 processors, Intel Core 2 Duo, 1.83 GHz, 2 GB
Graphics: kHW_IntelGMA950Item, GMA 950, spdisplays_builtin, spdisplays_integrated_vram
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), 1.4.16.2
Bluetooth: Version 2.1.9f10, 2 service, 1 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: Hitachi HTS542580K9SA00, 74.53 GB
Parallel ATA Device: MATSHITACD-RW CW-8124
USB Device: USB2.0 Hub, (null) mA
USB Device: UPS CP585, (null) mA
USB Device: Hub in Apple Extended USB Keyboard, (null) mA
USB Device: Evoluent VerticalMouse 3, (null) mA
USB Device: USB Receiver, (null) mA
USB Device: Apple Extended USB Keyboard, (null) mA
USB Device: HP LaserJet 1200, (null) mA
USB Device: Bluetooth USB Host Controller, (null) mA
USB Device: IR Receiver, (null) mA
FireWire Device: G-DRIVE mini, G-TECH, 400mbit_speed
FireWire Device: OEM SATA Device 00, Newer Technology, 400mbit_speed
problem details :
Process: Safari [32980]
Path: /Applications/WebKit.app/Contents/MacOS/WebKit
Identifier: org.webkit.nightly.WebKit
Version: r54538 (54538)
Code Type: X86 (Native)
Parent Process: launchd [115]
Interval Since Last Report: 38491 sec
Crashes Since Last Report: 1
Per-App Interval Since Last Report: 39 sec
Per-App Crashes Since Last Report: 1
Date/Time: 2010-02-09 04:21:31.116 -0700
OS Version: Mac OS X 10.5.8 (9L30)
Report Version: 6
Anonymous UUID: 5DC55491-B586-4916-8BBB-DCD88F0DC72B
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000070267460
Crashed Thread: 0
Thread 0 Crashed:
0 libSystem.B.dylib 0x963f3f30 strlen + 16
1 libSystem.B.dylib 0x96420e67 vfprintf_l + 100
2 libSystem.B.dylib 0x96445fbb printf + 80
3 com.marcmoini.SmartScroll 0x193a7a80 load + 18332
4 com.apple.WebCore 0x01242f66 __ZN7WebCoreL32printMessageSourceAndLevelPrefixENS_13MessageSourceENS_12MessageLevelE + 166
5 com.apple.WebCore 0x01243205 WebCore::Console::addMessage(WebCore::MessageSource, WebCore::MessageType, WebCore::MessageLevel, WebCore::String const&, unsigned int, WebCore::String const&) + 149
6 com.apple.WebCore 0x0158d91f WebCore::printErrorMessageForFrame(WebCore::Frame*, WebCore::String const&) + 143
7 com.apple.WebCore 0x016cf290 WebCore::JSLocation::getOwnPropertySlotDelegate(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot&) + 176
8 com.apple.WebCore 0x016cc28f WebCore::JSLocation::getOwnPropertySlot(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot&) + 47
9 com.apple.JavaScriptCore 0x005499d1 JSC::JSValue::get(JSC::ExecState*, JSC::Identifier const&, JSC::PropertySlot&) const + 497
10 com.apple.JavaScriptCore 0x00587c5e cti_op_get_by_id + 126
11 ??? 0x1725dfdd 0 + 388358109
12 com.apple.JavaScriptCore 0x005463ed JSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*, JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*, JSC::JSValue*) + 605
13 com.apple.JavaScriptCore 0x005a79a4 JSC::JSFunction::call(JSC::ExecState*, JSC::JSValue, JSC::ArgList const&) + 132
14 com.apple.JavaScriptCore 0x004f608e JSC::call(JSC::ExecState*, JSC::JSValue, JSC::CallType, JSC::CallData const&, JSC::JSValue, JSC::ArgList const&) + 62
15 com.apple.WebCore 0x015f990f WebCore::JSEventListener::handleEvent(WebCore::ScriptExecutionContext*, WebCore::Event*) + 2319
16 com.apple.WebCore 0x013b87cc WebCore::EventTarget::fireEventListeners(WebCore::Event*) + 236
17 com.apple.WebCore 0x019308ad WebCore::Node::dispatchGenericEvent(WTF::PassRefPtr<WebCore::Event>) + 1245
18 com.apple.WebCore 0x013809e6 WebCore::DOMWindow::dispatchLoadEvent() + 390
19 com.apple.WebCore 0x013094a5 WebCore::Document::implicitClose() + 309
20 com.apple.WebCore 0x013e346d WebCore::FrameLoader::checkCompleted() + 141
21 com.apple.WebCore 0x018f6db1 WebCore::Loader::Host::didFinishLoading(WebCore::SubresourceLoader*) + 177
22 com.apple.WebCore 0x01ab906c WebCore::SubresourceLoader::didFinishLoading() + 44
23 com.apple.Foundation 0x95ed4497 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
24 com.apple.Foundation 0x95ed4403 _NSURLConnectionDidFinishLoading + 147
25 com.apple.CFNetwork 0x95ac9ba4 URLConnectionClient::_clientDidFinishLoading(URLConnectionClient::ClientConnectionEventQueue*) + 212
26 com.apple.CFNetwork 0x95aca8fa URLConnectionClient::ClientConnectionEventQueue::processAllEventsAndConsumePayload(XConnectionEventInfo<XClientEvent, XClientEventParams>*, long) + 310
27 com.apple.CFNetwork 0x95ac9370 URLConnectionClient::processEvents() + 104
28 com.apple.CFNetwork 0x95a76d03 MultiplexerSource::perform() + 189
29 com.apple.CoreFoundation 0x9012f3c5 CFRunLoopRunSpecific + 3141
30 com.apple.CoreFoundation 0x9012faa8 CFRunLoopRunInMode + 88
31 com.apple.HIToolbox 0x96d812ac RunCurrentEventLoopInMode + 283
32 com.apple.HIToolbox 0x96d810c5 ReceiveNextEventCommon + 374
33 com.apple.HIToolbox 0x96d80f39 BlockUntilNextEventMatchingListInMode + 106
34 com.apple.AppKit 0x965926d5 _DPSNextEvent + 657
35 com.apple.AppKit 0x96591f88 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
36 com.marcmoini.SmartScroll 0x193b5216 load + 73522
37 com.apple.Safari 0x0000c045 0x1000 + 45125
38 com.apple.AppKit 0x9658af9f -[NSApplication run] + 795
39 com.apple.AppKit 0x965581d8 NSApplicationMain + 574
40 com.apple.Safari 0x000029d2 0x1000 + 6610
Thread 1:
0 libSystem.B.dylib 0x963f246e __semwait_signal + 10
1 libSystem.B.dylib 0x9641cdcd pthread_cond_wait$UNIX2003 + 73
2 com.apple.JavaScriptCore 0x005214f2 WTF::TCMalloc_PageHeap::scavengerThread() + 546
3 com.apple.JavaScriptCore 0x0052151f WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 15
4 libSystem.B.dylib 0x9641c155 _pthread_start + 321
5 libSystem.B.dylib 0x9641c012 thread_start + 34
Thread 2:
0 libSystem.B.dylib 0x963eb286 mach_msg_trap + 10
1 libSystem.B.dylib 0x963f2a7c mach_msg + 72
2 com.unsanity.ape 0x007879b5 __ape_agent + 316
3 libSystem.B.dylib 0x9641c155 _pthread_start + 321
4 libSystem.B.dylib 0x9641c012 thread_start + 34
Thread 3:
0 libSystem.B.dylib 0x963f246e __semwait_signal + 10
1 libSystem.B.dylib 0x9641cdcd pthread_cond_wait$UNIX2003 + 73
2 com.apple.WebCore 0x014b3c54 WebCore::IconDatabase::syncThreadMainLoop() + 260
3 com.apple.WebCore 0x014b3d64 WebCore::IconDatabase::iconDatabaseSyncThread() + 180
4 libSystem.B.dylib 0x9641c155 _pthread_start + 321
5 libSystem.B.dylib 0x9641c012 thread_start + 34
Thread 4:
0 libSystem.B.dylib 0x963eb286 mach_msg_trap + 10
1 libSystem.B.dylib 0x963f2a7c mach_msg + 72
2 com.apple.CoreFoundation 0x9012ee7e CFRunLoopRunSpecific + 1790
3 com.apple.CoreFoundation 0x9012faa8 CFRunLoopRunInMode + 88
4 com.apple.CFNetwork 0x95a4a264 CFURLCacheWorkerThread(void*) + 388
5 libSystem.B.dylib 0x9641c155 _pthread_start + 321
6 libSystem.B.dylib 0x9641c012 thread_start + 34
Thread 5:
0 libSystem.B.dylib 0x963eb286 mach_msg_trap + 10
1 libSystem.B.dylib 0x963f2a7c mach_msg + 72
2 com.apple.CoreFoundation 0x9012ee7e CFRunLoopRunSpecific + 1790
3 com.apple.CoreFoundation 0x9012faa8 CFRunLoopRunInMode + 88
4 com.apple.Safari 0x0002591f 0x1000 + 149791
5 com.apple.Safari 0x00025648 0x1000 + 149064
6 com.apple.Safari 0x000255d3 0x1000 + 148947
7 libSystem.B.dylib 0x9641c155 _pthread_start + 321
8 libSystem.B.dylib 0x9641c012 thread_start + 34
Thread 6:
0 libSystem.B.dylib 0x963eb286 mach_msg_trap + 10
1 libSystem.B.dylib 0x963f2a7c mach_msg + 72
2 com.apple.CoreFoundation 0x9012ee7e CFRunLoopRunSpecific + 1790
3 com.apple.CoreFoundation 0x9012faa8 CFRunLoopRunInMode + 88
4 com.apple.Foundation 0x95ed2520 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5 com.apple.Foundation 0x95e6edfd -[NSThread main] + 45
6 com.apple.Foundation 0x95e6e9a4 __NSThread__main__ + 308
7 libSystem.B.dylib 0x9641c155 _pthread_start + 321
8 libSystem.B.dylib 0x9641c012 thread_start + 34
Thread 7:
0 libSystem.B.dylib 0x963f246e __semwait_signal + 10
1 libSystem.B.dylib 0x9641cdcd pthread_cond_wait$UNIX2003 + 73
2 com.apple.QuartzCore 0x9325ca09 fe_fragment_thread + 54
3 libSystem.B.dylib 0x9641c155 _pthread_start + 321
4 libSystem.B.dylib 0x9641c012 thread_start + 34
Thread 8:
0 libSystem.B.dylib 0x9643a6fa select$DARWIN_EXTSN + 10
1 libSystem.B.dylib 0x9641c155 _pthread_start + 321
2 libSystem.B.dylib 0x9641c012 thread_start + 34
Thread 9:
0 libSystem.B.dylib 0x963f246e __semwait_signal + 10
1 libSystem.B.dylib 0x9641cdcd pthread_cond_wait$UNIX2003 + 73
2 com.apple.JavaScriptCore 0x00654161 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 81
3 com.apple.Safari 0x00115cdb 0x1000 + 1133787
4 com.apple.Safari 0x00115dc9 0x1000 + 1134025
5 com.apple.Safari 0x00040a07 0x1000 + 260615
6 com.apple.Safari 0x00040987 0x1000 + 260487
7 libSystem.B.dylib 0x9641c155 _pthread_start + 321
8 libSystem.B.dylib 0x9641c012 thread_start + 34
Thread 10:
0 libSystem.B.dylib 0x963eb286 mach_msg_trap + 10
1 libSystem.B.dylib 0x963f2a7c mach_msg + 72
2 com.apple.CoreFoundation 0x9012ee7e CFRunLoopRunSpecific + 1790
3 com.apple.CoreFoundation 0x9012faa8 CFRunLoopRunInMode + 88
4 com.apple.Foundation 0x95ea33d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
5 com.apple.Foundation 0x95eaf4f4 -[NSRunLoop(NSRunLoop) run] + 84
6 com.apple.Safari 0x0003398e 0x1000 + 207246
7 com.apple.Foundation 0x95e6edfd -[NSThread main] + 45
8 com.apple.Foundation 0x95e6e9a4 __NSThread__main__ + 308
9 libSystem.B.dylib 0x9641c155 _pthread_start + 321
10 libSystem.B.dylib 0x9641c012 thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0xffffffff ebx: 0x963ec33f ecx: 0x70267465 edx: 0x70267460
edi: 0x70267465 esi: 0x70267465 ebp: 0xbfffdea8 esp: 0xbfffd74c
ss: 0x0000001f efl: 0x00010286 eip: 0x963f3f30 cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x70267460
Binary Images:
0x1000 - 0x278ff2 com.apple.Safari 4.0.4 (5531.21.10) <408df699beb70a81fc282fe4fb802483> /Applications/Safari.app/Contents/MacOS/Safari
0x2d8000 - 0x2daff7 +WebKitNightlyEnabler.dylib ??? (???) <5c975204032a20b2fb5a054b76135ac8> /Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
0x2e0000 - 0x3e7ff7 com.apple.WebKit r54538 (533.1+) <9e19a295786416b1a1746364dbf7cc56> /Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit
0x4a2000 - 0x4b1ffc SyndicationUI ??? (???) <41a700c51ee0df16399861e1417fca54> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
0x4c1000 - 0x681ff7 com.apple.JavaScriptCore 533+ (533.1+) <7a0d533a8767dfc6eed005a40a970cf5> /Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x6dc000 - 0x701ff7 +org.andymatuschak.Sparkle 1.5 Beta (git) (830f633) <a2ad00b07b4d5b2d284cb7b70df2a687> /Applications/WebKit.app/Contents/Frameworks/10.5/Sparkle.framework/Versions/A/Sparkle
0x786000 - 0x798fff +com.unsanity.ape 2.5.2 (2.5.2) <cef889a52a73a33238b2767f074ab511> /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhancer
0x11a3000 - 0x1cd2fe7 com.apple.WebCore 533+ (533.1+) <83335c2b86becaa92ba5a33795d963f5> /Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore
0x27a7000 - 0x27aafff +com.Logitech.Control Center.Scroll Enhancer OSAX Loader 3.1.0 (3.1.0) <d365d3f6904eef4163391d9520bb1e88> /Library/ScriptingAdditions/LCC Scroll Enhancer Loader.osax/Contents/MacOS/LCC Scroll Enhancer Loader
0x27e0000 - 0x27e0ff7 +com.marcmoini.SmartScroll.osax 3.6 (3.6) <44488ced33003f3a2ec2125888018763> /Library/ScriptingAdditions/SmartScroll.osax/Contents/MacOS/SmartScroll
0x139c6000 - 0x13cbfff3 com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x174ba000 - 0x174bdff3 +com.Logitech.Control Center.Scroll Enhancer 3.1.0 (3.1.0) <3562e24183b12e3f2084ddae4c3d5ef6> /Library/Application Support/Logitech.localized/Logitech Control Center.localized/LCC Scroll Enhancer.bundle/Contents/MacOS/LCC Scroll Enhancer
0x174ca000 - 0x174cfff3 libCGXCoreImage.A.dylib ??? (???) <ebbf9ab0f700c881f7e2f94ffedc1bdf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x1931d000 - 0x1932efef com.apple.MultitouchSupport.framework 189.35 (189.35) <30d07aa1b63aa163fef94b654e7e4bb4> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x193a1000 - 0x193b8ff7 +com.marcmoini.SmartScroll ??? (3.6) <7dfecd65b8ca9bef86b22162b326aff3> /Library/PreferencePanes/Smart Scroll.prefPane/Contents/MacOS/Smart ScrollR.bundle/Contents/MacOS/Smart ScrollR
0x19ca9000 - 0x19ca9ffc com.apple.JavaPluginCocoa 12.5.0 (12.5.0) <7bb9a5e35945a712da6637acd29d4cdb> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x19ccb000 - 0x19ccbff7 +com.yazsoft.SDEnhancer ??? (1.0) <4d92dbca08f8ad64a5346117134db843> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/Resources/SpeedDownloadEnhancer.bundle/Contents/MacOS/SpeedDownloadEnhancer
0x19cd0000 - 0x19cd5ff7 +com.yazsoft.browserplugin 2.1.2 (2.1.2) <3517fe19fb7bc69369fe7c02a69b472b> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/MacOS/SpeedDownload Browser Plugin
0x19ce6000 - 0x19cecfff com.apple.JavaVM 12.5.0 (12.5.0) <8d3f4bb411ac2490335be9a612bb2a22> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x19cf6000 - 0x19cfaff7 +com.yazsoft.SDSFBundle ??? (1.0) <7c1975249c5a7d0c0a6a1fce23825158> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/Resources/SpeedDownloadEnhancer.bundle/Contents/Resources/SDSFBundle.bundle/Contents/MacOS/SDSFBundle
0x19d25000 - 0x19d3cfe7 +com.github.rentzsch.clicktoflash 1.6b6 (1.6b6) <a34714429ce438c7ee801689b2c35633> /Users/wightie/Library/Internet Plug-Ins/ClickToFlash.webplugin/Contents/MacOS/ClickToFlash
0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
0x90003000 - 0x90096fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x90097000 - 0x900a2fe7 libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x900a3000 - 0x900bbfff com.apple.openscripting 1.2.8 (???) <54ab21172b8b3caa601dde44872a9c0d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x900bc000 - 0x901effe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x901f0000 - 0x901f2ff5 libRadiance.dylib ??? (???) <3561a7a6405223a1737f41352f1fd8c8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x901f3000 - 0x9020bff7 com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9020c000 - 0x9020cff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9020d000 - 0x902eeff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
0x902f9000 - 0x90432ff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
0x90433000 - 0x905b3fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x905b4000 - 0x906ecfe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x90701000 - 0x90da1feb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90da2000 - 0x90da3ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x90da4000 - 0x90dd1feb libvDSP.dylib ??? (???) <e89461ed03200fb3c0304e62e14a42ed> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x90dd2000 - 0x90e14fef com.apple.NavigationServices 3.5.2 (163) <26eeb5a205f749aad83d5dac0330c41f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x90e15000 - 0x90e19fff libGIF.dylib ??? (???) <e7d550bda10018f52e61bb499dcf445f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x90e37000 - 0x90e78fe7 libRIP.A.dylib ??? (???) <e9c5df8bd574b71e55ac60c910b929ce> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x90e79000 - 0x90e98ffa libJPEG.dylib ??? (???) <37050c2a8d6f7026c94b4bf07c4d8a80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x90e99000 - 0x90ec1ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9112b000 - 0x9112bffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x9112c000 - 0x911dcfff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x911dd000 - 0x911f2ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x911f3000 - 0x911f3ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x911f4000 - 0x911fbfe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x911fc000 - 0x911fcffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x911fd000 - 0x9122ffff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x91230000 - 0x9123cff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x91243000 - 0x91248fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x91424000 - 0x9146dfef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9146e000 - 0x9187efef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9187f000 - 0x9189bff3 libPng.dylib ??? (???) <df60749fd50bcfa0da5b4cac899e09df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x9189c000 - 0x91919feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9191a000 - 0x919fafff libobjc.A.dylib ??? (???) <bba0c22add60c7724e259ab28de8953e> /usr/lib/libobjc.A.dylib
0x919fb000 - 0x91a6dfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x91a73000 - 0x91af2ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91af3000 - 0x91af7fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x91af8000 - 0x91eb6fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x91eb7000 - 0x91f06fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x91f3a000 - 0x91f50fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x92f46000 - 0x92f7dfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <cfd64ded4da1064ce316243fd425d5a4> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92f7e000 - 0x92fa7fff libcups.2.dylib ??? (???) <a40b9403cc4a0dffefed110e1eab90c4> /usr/lib/libcups.2.dylib
0x92fa8000 - 0x9305fff3 com.apple.QTKit 7.6.4 (1327.73) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x93060000 - 0x93084fff libxslt.1.dylib ??? (???) <ec4c269815bab8e7211cb8fe9df3a9a3> /usr/lib/libxslt.1.dylib
0x93168000 - 0x93505fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x935e3000 - 0x935e3ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x935e4000 - 0x935e4ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x935e5000 - 0x93630fe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x93631000 - 0x93667fef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
0x93668000 - 0x93670fff com.apple.DiskArbitration 2.2.1 (2.2.1) <d97688958e0b1fdcd4747088bdf1962a> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x93671000 - 0x936d7ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x936d8000 - 0x9378affb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
0x9378b000 - 0x9379bfff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <7bd1ec22c47e62a11b34d7ba66606e2e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x937eb000 - 0x9382afef libTIFF.dylib ??? (???) <cd2e392973a1fa35f23a0f37f55c579c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x9382b000 - 0x938e5fe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x938e6000 - 0x93920ffe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x93921000 - 0x939b4ff3 com.apple.ApplicationServices.ATS 3.8 (???) <eda9db16110de6b7fd9436cd0daa787d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x939b5000 - 0x939d2ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x939d3000 - 0x939d8fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x939d9000 - 0x93a66ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x93a67000 - 0x93a67ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93a68000 - 0x93af5ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x93af6000 - 0x93af6fff com.apple.Carbon 136 (136) <27d42531a2cbeb05a7f4d05a28281bd7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x93afa000 - 0x93b00fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x93b01000 - 0x93b5aff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x93b5b000 - 0x93c22ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x93c23000 - 0x93c9dff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x93c9e000 - 0x93e6fff3 com.apple.security 5.0.6 (37592) <c7c68c3ba198b36d571d4b1e028a1a77> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x93eba000 - 0x93ec1ff7 libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x93ec2000 - 0x93ee0ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <0dc7272ee811169b47b4c682bfc666c6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x93ee1000 - 0x93fe7ff7 com.apple.PubSub 1.0.4 (65.11) <ef090a992adb71fb01ddfef90754ca49> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x940dd000 - 0x9422fff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94238000 - 0x94380ff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <cf45179ee2de2d46a6ced2ed147a454c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x94381000 - 0x9444cfef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x94d1f000 - 0x94d24fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x94d25000 - 0x94d2efff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <73cf6b3c5ddf94d7ce9ae2c81c1b558c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x94d2f000 - 0x94d3fffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x94d40000 - 0x94dc7ff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
0x94dc8000 - 0x94dd4ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x94dda000 - 0x94e57fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x94e58000 - 0x94ea9ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x94eaa000 - 0x94edbffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x94edc000 - 0x94eebffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <47c451a0ea1fd2ebd6a192ecdc3f3867> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94eec000 - 0x951c6ff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x951c7000 - 0x95698fbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x956eb000 - 0x95a11fe2 com.apple.QuickTime 7.6.4 (1327.73) <96515f6a2d628cd2105c7082295199b5> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95a12000 - 0x95a19ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x95a1a000 - 0x95a43fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x95a44000 - 0x95a46ffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x95a47000 - 0x95aeefec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x95b24000 - 0x95b26fff com.apple.securityhi 3.0 (30817) <31baaf7ea27b41480604ffc910fe827f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x95b27000 - 0x95b45fff libresolv.9.dylib ??? (???) <36c871d5da9b49bb5bcf0449833d1dc5> /usr/lib/libresolv.9.dylib
0x95cc2000 - 0x95cc2ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x95e64000 - 0x960e0fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x960e1000 - 0x9610cfe7 libauto.dylib ??? (???) <a64961ed20db64f0f439bfbc6f962bf9> /usr/lib/libauto.dylib
0x9610d000 - 0x961b4feb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x961f2000 - 0x963aeff3 com.apple.QuartzComposer 2.1 (106.13) <f487aaca8ebdc7e334e2c79cebd8da66> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x963af000 - 0x963e9fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x963ea000 - 0x96551ff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
0x96552000 - 0x96d50fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x96d51000 - 0x97059fe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9706c000 - 0x9709bfe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9709c000 - 0x970a6feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x970a7000 - 0x970b5ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x970b6000 - 0x970b6ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x97247000 - 0x97287fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x97288000 - 0x972e4ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x972e5000 - 0x973cdff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x973ce000 - 0x9740cfff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x9740d000 - 0x9741cfff libsasl2.2.dylib ??? (???) <c0bb658cd951bbe8882244fc5db4617b> /usr/lib/libsasl2.2.dylib
0x9741d000 - 0x9742afe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9742b000 - 0x97488ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x97489000 - 0x97513fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x97514000 - 0x9756eff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9756f000 - 0x9757bfff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
0x9757c000 - 0x975a0feb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
0x975a1000 - 0x975a4fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x975b1000 - 0x975b1ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Wight
This crash has happened on repeated occasions over the past 7-10 days whenever I go into this web site using the latest nightly builds of Safari webkit.
Mark Rowe (bdash)
You’re crashing in some third-party extension named com.marcmoini.SmartScroll, that lives at /Library/ScriptingAdditions/SmartScroll.osax. I don’t know what that is or how it ends up being called from WebCore, but I’m pretty sure if you move that aside the problem will go away.
Mark Rowe (bdash)
Closing as INVALID as it is clear that third-party code loaded by way of a scripting addition is responsible for this crash.