[Webkit-unassigned] [Bug 25354] New: Crash loading google reader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 23 21:24:45 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25354

           Summary: Crash loading google reader
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://www.google.com/reader/view
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rob at bigdis.com


When loading the google reader (already logged in), the page header loads,
displays the "Loading..." message on the top of the page, then crashes with the
following crash: (the previously nightly did not crash on the same page).


Process:         Safari [7989]
Path:            /Applications/WebKit.app/Contents/MacOS/WebKit
Identifier:      org.webkit.nightly.WebKit
Version:         r42807 (42807)
Code Type:       X86 (Native)
Parent Process:  launchd [157]

Date/Time:       2009-04-23 21:10:02.211 -0700
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000008
Crashed Thread:  0

Thread 0 Crashed:
0   com.apple.JavaScriptCore            0x003ba7a7
JSC::BytecodeGenerator::breakTarget(JSC::Identifier const&) + 167
1   com.apple.JavaScriptCore            0x004231ec
JSC::BreakNode::emitBytecode(JSC::BytecodeGenerator&, JSC::RegisterID*) + 76
2   com.apple.JavaScriptCore            0x004782a7
JSC::BytecodeGenerator::emitNode(JSC::RegisterID*, JSC::Node*) + 183
3   com.apple.JavaScriptCore            0x00426b38
JSC::BlockNode::emitBytecode(JSC::BytecodeGenerator&, JSC::RegisterID*) + 56
4   com.apple.JavaScriptCore            0x004782a7
JSC::BytecodeGenerator::emitNode(JSC::RegisterID*, JSC::Node*) + 183
5   com.apple.JavaScriptCore            0x00429946
JSC::ForNode::emitBytecode(JSC::BytecodeGenerator&, JSC::RegisterID*) + 262
6   com.apple.JavaScriptCore            0x004782a7
JSC::BytecodeGenerator::emitNode(JSC::RegisterID*, JSC::Node*) + 183
7   com.apple.JavaScriptCore            0x00426b38
JSC::BlockNode::emitBytecode(JSC::BytecodeGenerator&, JSC::RegisterID*) + 56
8   com.apple.JavaScriptCore            0x004782a7
JSC::BytecodeGenerator::emitNode(JSC::RegisterID*, JSC::Node*) + 183
9   com.apple.JavaScriptCore            0x00429946
JSC::ForNode::emitBytecode(JSC::BytecodeGenerator&, JSC::RegisterID*) + 262
10  com.apple.JavaScriptCore            0x004782a7
JSC::BytecodeGenerator::emitNode(JSC::RegisterID*, JSC::Node*) + 183
11  com.apple.JavaScriptCore            0x00426b38
JSC::BlockNode::emitBytecode(JSC::BytecodeGenerator&, JSC::RegisterID*) + 56
12  com.apple.JavaScriptCore            0x004782a7
JSC::BytecodeGenerator::emitNode(JSC::RegisterID*, JSC::Node*) + 183
13  com.apple.JavaScriptCore            0x00426598
JSC::FunctionBodyNode::emitBytecode(JSC::BytecodeGenerator&, JSC::RegisterID*)
+ 104
14  com.apple.JavaScriptCore            0x003cdbc6
JSC::BytecodeGenerator::generate() + 38
15  com.apple.JavaScriptCore            0x00456740
JSC::FunctionBodyNode::generateBytecode(JSC::ScopeChainNode*) + 304
16  com.apple.JavaScriptCore            0x004d2847
JSC::JITStubs::cti_op_call_JSFunction(void*, ...) + 407
17  ???                                 0x17d8f078 0 + 400093304
18  com.apple.JavaScriptCore            0x004808c0
JSC::Interpreter::execute(JSC::FunctionBodyNode*, JSC::ExecState*,
JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*,
JSC::JSValuePtr*) + 640
19  com.apple.JavaScriptCore            0x003ef342 JSC::call(JSC::ExecState*,
JSC::JSValuePtr, JSC::CallType, JSC::CallData const&, JSC::JSValuePtr,
JSC::ArgList const&) + 130
20  com.apple.WebCore                   0x01413876
WebCore::ScheduledAction::executeFunctionInContext(JSC::JSGlobalObject*,
JSC::JSValuePtr) + 294
21  com.apple.WebCore                   0x01413b5b
WebCore::ScheduledAction::execute(WebCore::Document*) + 251
22  com.apple.WebCore                   0x00f03431 WebCore::DOMTimer::fired() +
225
23  com.apple.WebCore                   0x01459792
WebCore::ThreadTimers::fireTimers(double, WTF::Vector<WebCore::TimerBase*, 0ul>
const&) + 130
24  com.apple.WebCore                   0x014599f2
WebCore::ThreadTimers::sharedTimerFiredInternal() + 114
25  com.apple.WebCore                   0x01459a76
WebCore::ThreadTimers::sharedTimerFired() + 22
26  com.apple.WebCore                   0x01435634
__ZN7WebCoreL10timerFiredEP16__CFRunLoopTimerPv + 68
27  com.apple.CoreFoundation            0x960a5b25 CFRunLoopRunSpecific + 4469
28  com.apple.CoreFoundation            0x960a5cd8 CFRunLoopRunInMode + 88
29  com.apple.HIToolbox                 0x94b862c0 RunCurrentEventLoopInMode +
283
30  com.apple.HIToolbox                 0x94b860d9 ReceiveNextEventCommon + 374
31  com.apple.HIToolbox                 0x94b85f4d
BlockUntilNextEventMatchingListInMode + 106
32  com.apple.AppKit                    0x92e38d7d _DPSNextEvent + 657
33  com.apple.AppKit                    0x92e38630 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
34  com.apple.Safari                    0x0000808e 0x1000 + 28814
35  com.apple.AppKit                    0x92e3166b -[NSApplication run] + 795
36  com.apple.AppKit                    0x92dfe8a4 NSApplicationMain + 574
37  com.apple.Safari                    0x000b9b16 0x1000 + 756502

Thread 1:
0   libSystem.B.dylib                   0x96f753ae __semwait_signal + 10
1   libSystem.B.dylib                   0x96f9fd0d pthread_cond_wait$UNIX2003 +
73
2   com.apple.WebCore                   0x010410a4
WebCore::IconDatabase::syncThreadMainLoop() + 260
3   com.apple.WebCore                   0x010411b9
WebCore::IconDatabase::iconDatabaseSyncThread() + 185
4   libSystem.B.dylib                   0x96f9f095 _pthread_start + 321
5   libSystem.B.dylib                   0x96f9ef52 thread_start + 34

Thread 2:
0   libSystem.B.dylib                   0x96f6e1c6 mach_msg_trap + 10
1   libSystem.B.dylib                   0x96f759bc mach_msg + 72
2   com.apple.CoreFoundation            0x960a50ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation            0x960a5cd8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork                 0x94503ebe
CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib                   0x96f9f095 _pthread_start + 321
6   libSystem.B.dylib                   0x96f9ef52 thread_start + 34

Thread 3:
0   libSystem.B.dylib                   0x96f6e1c6 mach_msg_trap + 10
1   libSystem.B.dylib                   0x96f759bc mach_msg + 72
2   com.apple.CoreFoundation            0x960a50ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation            0x960a5cd8 CFRunLoopRunInMode + 88
4   com.apple.Safari                    0x00118d4d 0x1000 + 1146189
5   com.apple.Safari                    0x00117fd3 0x1000 + 1142739
6   com.apple.Safari                    0x00118081 0x1000 + 1142913
7   libSystem.B.dylib                   0x96f9f095 _pthread_start + 321
8   libSystem.B.dylib                   0x96f9ef52 thread_start + 34

Thread 4:
0   libSystem.B.dylib                   0x96f6e1c6 mach_msg_trap + 10
1   libSystem.B.dylib                   0x96f759bc mach_msg + 72
2   com.apple.CoreFoundation            0x960a50ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation            0x960a5cd8 CFRunLoopRunInMode + 88
4   com.apple.Foundation                0x966c2d40
+[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation                0x9665f7ed -[NSThread main] + 45
6   com.apple.Foundation                0x9665f394 __NSThread__main__ + 308
7   libSystem.B.dylib                   0x96f9f095 _pthread_start + 321
8   libSystem.B.dylib                   0x96f9ef52 thread_start + 34

Thread 5:
0   libSystem.B.dylib                   0x96fbd6f2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib                   0x96f9f095 _pthread_start + 321
2   libSystem.B.dylib                   0x96f9ef52 thread_start + 34

Thread 6:
0   libSystem.B.dylib                   0x96f6e1c6 mach_msg_trap + 10
1   libSystem.B.dylib                   0x96f759bc mach_msg + 72
2   com.apple.CoreFoundation            0x960a50ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation            0x960a5cd8 CFRunLoopRunInMode + 88
4   com.apple.Foundation                0x96693d75 -[NSRunLoop(NSRunLoop)
runMode:beforeDate:] + 213
5   com.apple.Foundation                0x9669fe94 -[NSRunLoop(NSRunLoop) run]
+ 84
6   com.apple.Safari                    0x0005b9b0 0x1000 + 371120
7   com.apple.Foundation                0x9665f7ed -[NSThread main] + 45
8   com.apple.Foundation                0x9665f394 __NSThread__main__ + 308
9   libSystem.B.dylib                   0x96f9f095 _pthread_start + 321
10  libSystem.B.dylib                   0x96f9ef52 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000008  ebx: 0x004231b4  ecx: 0xbfffe218  edx: 0xbfffe200
  edi: 0xbfffd3c8  esi: 0xffffffff  ebp: 0xbfffce98  esp: 0xbfffce78
   ss: 0x0000001f  efl: 0x00010202  eip: 0x003ba7a7   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000008

Binary Images:
    0x1000 -   0x1d7fe2  com.apple.Safari 3.2.1 (5525.27.1)
<66278f41bc085c64e0f06ff487af4adc>
/Applications/Safari.app/Contents/MacOS/Safari
  0x223000 -   0x224ffe +WebKitNightlyEnabler.dylib ??? (???)
<a4f0456c9a8eb532a76792c67d31c053>
/Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
  0x229000 -   0x301fff  com.apple.WebKit r42807 (530.8+)
<a01c430dcbd1ad026d3b7982c02c127d>
/Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit
  0x397000 -   0x3a6ff8  SyndicationUI ??? (???)
<9272a16db977c7a8efb814b6a8897bda>
/System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x3b6000 -   0x519feb  com.apple.JavaScriptCore 530+ (530.8+)
<2e2a960a58ca61a33ac1baf5230c4d72>
/Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x56a000 -   0x57dfff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (337)
<d57260aef46cb3000f771d53364e40c8>
/Applications/WebKit.app/Contents/Frameworks/10.5/Sparkle.framework/Versions/A/Sparkle
  0xd6f000 -  0x15aefff  com.apple.WebCore 530+ (530.8+)
<7e76fb944624ac40cbfb3dee42a8d0b9>
/Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore
 0x1c00000 -  0x1df8fff  com.apple.RawCamera.bundle 2.0.13 (435)
<083354ccec68bf7c9fc99523a5838f92>
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x172d9000 - 0x172deff3  libCGXCoreImage.A.dylib ??? (???)
<375e0cdb64b043378dbf637992bbfeb0>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x1872f000 - 0x18734fff  com.apple.DictionaryServiceComponent 1.1 (1.1)
<0c718fcdccb0e50ce699cb46073b5b88>
/System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
0x1875a000 - 0x1875affe  com.apple.JavaPluginCocoa 12.2.0 (12.2.0)
<b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet
Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x187ba000 - 0x18827fff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0)
/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x189d3000 - 0x189d9ffd  com.apple.JavaVM 12.2.2 (12.2.2)
<9ad39149cc7ecc91da3e93df7f61d315>
/System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5>
/usr/lib/dyld
0x90003000 - 0x90003ff8  com.apple.Cocoa 6.5 (???)
<a1bc9247cf65c20f1a44d0973cbe649c>
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x90004000 - 0x90004ff8  com.apple.ApplicationServices 34 (34)
<ee7bdf593da050bb30c7a1fc446eb8a6>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x90023000 - 0x90023ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x900fb000 - 0x90154ff7  libGLU.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x90155000 - 0x901e8ff3  com.apple.ApplicationServices.ATS 3.4 (???)
<8c51de0ec3deaef416578cd59df38754>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x901e9000 - 0x90223fe7  com.apple.coreui 1.2 (62)
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x90224000 - 0x9024ffe7  libauto.dylib ??? (???)
<2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
0x90250000 - 0x902adffb  libstdc++.6.dylib ??? (???)
<f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
0x9031d000 - 0x907eef3e  libGLProgrammability.dylib ??? (???)
<5d283543ac844e7c6fa3440ac56cd265>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x907ef000 - 0x907f1ff5  libRadiance.dylib ??? (???)
<82d606c49f5dc77231f9d0e2be9ed6ab>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x907f2000 - 0x907f2ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x909b0000 - 0x909f2fef  com.apple.NavigationServices 3.5.2 (163)
<72cdc9d21f6690837870923e7b8ca358>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x909f3000 - 0x90b73fef  com.apple.CoreAUC 3.02.0 (3.02.0)
<e9c0220542fac5c62ef3b79aa791252f>
/System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x90cfe000 - 0x90d13ffb  com.apple.ImageCapture 5.0.1 (5.0.1)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x90d14000 - 0x90d1efeb  com.apple.audio.SoundManager 3.9.2 (3.9.2)
<df077a8048afc3075c6f2d9e7780e78e>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x90d1f000 - 0x90db2fff  com.apple.ink.framework 101.3 (86)
<d4c85b5cafa8027fff042b84a8be71dc>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x90db3000 - 0x90dcbff7  com.apple.CoreVideo 1.6.0 (20.0)
<c0d869876af51283a160cd2224a23abf>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x90e4d000 - 0x90e5afe7  com.apple.opengl 1.5.9 (1.5.9)
<7e5048a2677b41098c84045305f42f7f>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x90e5b000 - 0x90e61fff  com.apple.print.framework.Print 218.0.2 (220.1)
<6c2ddea45d9cdff9a9be0666a13e2dd4>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x90f31000 - 0x90ff8ff2  com.apple.vImage 3.0 (3.0)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90ff9000 - 0x90ffdfff  libmathCommon.A.dylib ??? (???)
/usr/lib/system/libmathCommon.A.dylib
0x91172000 - 0x91273fe7  com.apple.PubSub 1.0.3 (65.1.2)
/System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x91274000 - 0x91278fff  libGIF.dylib ??? (???)
<7714ae24eb64b48fa719fb99bcbe34f3>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9133d000 - 0x91475ff7  libicucore.A.dylib ??? (???)
<18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
0x91476000 - 0x91813fef  com.apple.QuartzCore 1.5.7 (1.5.7)
<2fed2dd7565c84a0f0c608d41d4d172c>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x91864000 - 0x9186dfff  com.apple.speech.recognition.framework 3.7.24 (3.7.24)
<da2d8411921a3fd8bc898dc753b7f3ee>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x9186e000 - 0x91873fff  com.apple.CommonPanels 1.2.4 (85)
<c135f02edd6b2e2864311e0b9d08a98d>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x91874000 - 0x918aeffe  com.apple.securityfoundation 3.0.1 (35844)
<2fbb6a1177ef98350b8aefc60737ba0e>
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x91901000 - 0x91903fff  com.apple.securityhi 3.0 (30817)
<40562b85d99118354c974e76c32fa6fb>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x91904000 - 0x91912ffd  libz.1.dylib ??? (???)
<a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
0x91913000 - 0x91937feb  libssl.0.9.7.dylib ??? (???)
<d04156c610530ca44979c899834fc24d> /usr/lib/libssl.0.9.7.dylib
0x91938000 - 0x91ab7fff  com.apple.AddressBook.framework 4.1.1 (699)
<60ddae72a1df8ddbc5c53df92f372b76>
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x91ab8000 - 0x91abffe9  libgcc_s.1.dylib ??? (???)
<e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
0x91ac0000 - 0x91ba5ff3  com.apple.CoreData 100.1 (186)
<50219bcb005cb15ea999a19391a8d523>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x91ba6000 - 0x91c58ffb  libcrypto.0.9.7.dylib ??? (???)
<75b80bff0d5cfaf10b6b6fe982da3578> /usr/lib/libcrypto.0.9.7.dylib
0x91c59000 - 0x91c7dfff  libxslt.1.dylib ??? (???)
<0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x91c7e000 - 0x91c7effb  com.apple.installserver.framework 1.0 (8)
/System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x91c7f000 - 0x91cfeff5  com.apple.SearchKit 1.2.1 (1.2.1)
<f28f8dd0f155a6453411a0c9b5702764>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91d34000 - 0x92d0fff6  com.apple.QuickTimeComponents.component 7.6 (1290)
/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x92d1a000 - 0x92d29ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3)
<182986b74247b459b2a67a47071bdc6b>
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x92d2a000 - 0x92d7bff7  com.apple.HIServices 1.7.0 (???)
<01b690d1f376e400ac873105533e39eb>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x92d7c000 - 0x92d87fe7  libCSync.A.dylib ??? (???)
<e6aceed359bd228f42bc1246af5919c9>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x92df8000 - 0x935f6fef  com.apple.AppKit 6.5.6 (949.43)
<a3a300499bbe4f1dfebf71d752d01916>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x935f7000 - 0x936d8ff7  libxml2.2.dylib ??? (???)
<d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
0x936d9000 - 0x93760ff7  libsqlite3.0.dylib ??? (???)
<eeedc8bf6881ac9f2c1954b1c8037720> /usr/lib/libsqlite3.0.dylib
0x93761000 - 0x93779fff  com.apple.openscripting 1.2.8 (???)
<0129d2f750f5ddcb92f4acf8a3541952>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9377a000 - 0x93834fe3  com.apple.CoreServices.OSServices 226.5 (226.5)
<ef9945b1304495f3e8085c935f1b81e3>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x93835000 - 0x93844fff  libsasl2.2.dylib ??? (???)
<bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
0x93845000 - 0x9386dff7  com.apple.shortcut 1 (1.0)
<35cd17d0179ca839c5fb08694f3dc5ef>
/System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9386e000 - 0x9387efff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1)
<273d96ff861dc68be659c07ef56f599a>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9387f000 - 0x93886fff  com.apple.agl 3.0.9 (AGL-3.0.9)
<2f39c480cfcee9358a23d61b20a6aa56>
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x93887000 - 0x93952fff  com.apple.ColorSync 4.5.1 (4.5.1)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x93953000 - 0x93956fff  com.apple.help 1.1 (36)
<1a25a8fbb49a830efb31d5c0a52939cd>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x93957000 - 0x93ff7fff  com.apple.CoreGraphics 1.407.2 (???)
<3a91d1037afde01d1d8acdf9cd1caa14>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9403d000 - 0x9403ffff  com.apple.CrashReporterSupport 10.5.5 (159)
<4ca9b6643fcbafd76424a46d162363eb>
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x94045000 - 0x94051ff9  com.apple.helpdata 1.0.1 (14.2)
/System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x940b0000 - 0x94160fff  edu.mit.Kerberos 6.0.12 (6.0.12)
<685cc018c133668d0d3ac6a1cb63cff9>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x94161000 - 0x94162ffc  libffi.dylib ??? (???)
<eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
0x94245000 - 0x9426dfff  libcups.2.dylib ??? (???)
<16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib
0x942e1000 - 0x94347ffb  com.apple.ISSupport 1.7 (38.2)
/System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x94348000 - 0x94428fff  libobjc.A.dylib ??? (???)
<400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
0x94429000 - 0x94435ffe  libGL.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x94436000 - 0x944c0fe3  com.apple.DesktopServices 1.4.7 (1.4.7)
<c3591383780dd12594c37dbde59958b6>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x944c1000 - 0x944c8ff7  libCGATS.A.dylib ??? (???)
<386dce4b28448fb86e33e06ac466f4d8>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x944c9000 - 0x94500fff  com.apple.SystemConfiguration 1.9.2 (1.9.2)
<eab546255ac099b9616df999c9359d0e>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x94501000 - 0x9459efe4  com.apple.CFNetwork 422.15.2 (422.15.2)
<80851410a5592b7c3b149b2ff849bcc1>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9459f000 - 0x945ddff7  libGLImage.dylib ??? (???)
<1123b8a48bcbe9cc7aa8dd8e1a214a66>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x945de000 - 0x945e3fff  com.apple.backup.framework 1.0 (1.0)
/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x945e4000 - 0x94603ffa  libJPEG.dylib ??? (???)
<b822342bcc764c83d4557a8b67fa0c1c>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9460a000 - 0x94612fff  com.apple.DiskArbitration 2.2.1 (2.2.1)
<2664eeb3a4d0c95a21c089892a0ae8d0>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x94613000 - 0x94690feb  com.apple.audio.CoreAudio 3.1.1 (3.1.1)
<f35477a5e23db0fa43233c37da01ae1c>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x94691000 - 0x94691ffc  com.apple.audio.units.AudioUnit 1.5 (1.5)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x94692000 - 0x946eeff7  com.apple.htmlrendering 68 (1.1.3)
<1c5c0c417891b920dfe139385fc6c155>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x946ef000 - 0x94a14fe2  com.apple.QuickTime 7.6.0 (1290)
<bc0920abbbaad03f5513ac7ffbd30633>
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94a15000 - 0x94aa0fff  com.apple.framework.IOKit 1.5.1 (???)
<f9f5f0d070e197a832d86751e1d44545>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x94aa6000 - 0x94ae7fe7  libRIP.A.dylib ??? (???)
<5d0b5af7992e14de017f9a9c7cb05960>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94b56000 - 0x94e5efff  com.apple.HIToolbox 1.5.4 (???)
<3747086ba21ee419708a5cab946c8ba6>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x94e5f000 - 0x94fa5ff7  com.apple.ImageIO.framework 2.0.4 (2.0.4)
<b407f06ff9b6893899e2e399cb65c953>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x94fd0000 - 0x94fd0ffa  com.apple.CoreServices 32 (32)
<373d6a888f9204641f313bc6070ae065>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x94fd1000 - 0x94fe1ffc  com.apple.LangAnalysis 1.6.4 (1.6.4)
<bc7eb703ddc37bf85adf93e35efd3947>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x94fe2000 - 0x951b0ff3  com.apple.security 5.0.4 (34102)
<55dda7486df4e8e1d61505be16f83a1c>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x9541a000 - 0x9541afff  com.apple.Carbon 136 (136)
<4177916bbf70e0ddc446f94001d54c95>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x95421000 - 0x954adff7  com.apple.LaunchServices 290.3 (290.3)
<6f9629f4ed1ba3bb313548e6838b2888>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x954ae000 - 0x954ddfe3  com.apple.AE 402.3 (402.3)
<4cb9ef65cf116d6dd424f0ce98c2d015>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x954de000 - 0x954deffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9569e000 - 0x956b4fff  com.apple.DictionaryServices 1.0.0 (1.0.0)
<7d20b8d1fb238c3e71d0fa6fda18c4f7>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x956b5000 - 0x956e7fff  com.apple.LDAPFramework 1.4.5 (110)
<8e2d9ff6233cf44cb67533625840c2af>
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x956e8000 - 0x95aa6fea  libLAPACK.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x95aa7000 - 0x95ac5fff  libresolv.9.dylib ??? (???)
<9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
0x95ac9000 - 0x95ed9fef  libBLAS.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95eda000 - 0x9602cff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x96032000 - 0x96165fff  com.apple.CoreFoundation 6.5.5 (476.17)
<4a70c8dbb582118e31412c53dc1f407f>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x96166000 - 0x96209ff3  com.apple.QuickTimeImporters.component 7.6 (1290)
/System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x9620a000 - 0x96264ff7  com.apple.CoreText 2.0.4 (???)
<f9a90116ae34a2b0d84e87734766fb3a>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x96266000 - 0x962e3fef  libvMisc.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x962e4000 - 0x96323fef  libTIFF.dylib ??? (???)
<d4bcc9b9c508e53849d2d46bb6900922>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x96324000 - 0x96342ff3  com.apple.DirectoryService.Framework 3.5.5 (3.5.5)
<f8931f64103c8a86b82e9714352f4323>
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x96343000 - 0x96379fef  libtidy.A.dylib ??? (???)
<5351215b54226cc47eb1cd4b011cc2f3> /usr/lib/libtidy.A.dylib
0x9637a000 - 0x96654ff3  com.apple.CoreServices.CarbonCore 786.11 (786.11)
<f06fe5d92d56ac5aa52d1ba182745924>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x96655000 - 0x968d0fe7  com.apple.Foundation 6.5.7 (677.22)
<8fe77b5d15ecdae1240b4cb604fc6d0b>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x968d1000 - 0x968ecffb  libPng.dylib ??? (???)
<0d6b991afc831ea06f2958e5933d33dd>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x968ed000 - 0x9691afeb  libvDSP.dylib ??? (???)
<4daafed78a471133ec30b3ae634b6d3e>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x96f6d000 - 0x970d4ff3  libSystem.B.dylib ??? (???)
<d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
0x970d5000 - 0x970dcffe  libbsm.dylib ??? (???)
<fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
0x970dd000 - 0x97126fef  com.apple.Metadata 10.5.2 (398.25)
<e0572f20350523116f23000676122a8d>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x97127000 - 0x971a1ff8  com.apple.print.framework.PrintCore 5.5.3 (245.3)
<98633ef67d419c1b02f56556cb4d843d>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x971a2000 - 0x971ecfe1  com.apple.securityinterface 3.0.1 (35183)
<f855cb06d2541ce544d9bcdf998b991c>
/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x971ed000 - 0x97294feb  com.apple.QD 3.11.54 (???)
<c31150b40fcc27c195de40f0ae138666>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib


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



More information about the webkit-unassigned mailing list