[Webkit-unassigned] [Bug 24049] New: Second right-click crashes safari when false returned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 19 17:53:00 PST 2009


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

           Summary: Second right-click crashes safari when false returned
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://www.itsi.com
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andyduncan at hollowtreesdesign.com


HOW TO REPRODUCE:

- Open example file below
- Right click
- Hit return/enter or click "ok" button (contextual menu pops up)
- Right click again somewhere else (do not left click to get rid of the menu)
- Browser crashes

DISTILLED EXAMPLE HTML ONE LINER:
<html><head><script>document.onmousedown = function (){alert("Crash
it!");};</script></head><body>FOO!</body></html>

STACK:

Process:         Safari [10453]
Path:            /Applications/WebKit.app/Contents/MacOS/WebKit
Identifier:      org.webkit.nightly.WebKit
Version:         r41071 (41071)
Code Type:       X86 (Native)
Parent Process:  launchd [187]

Date/Time:       2009-02-19 17:44:23.506 -0800
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000c0000023
Crashed Thread:  0

Thread 0 Crashed:
0   libobjc.A.dylib                     0x944b5688 objc_msgSend + 24
1   com.apple.WebCore                   0x0131b91a
WebCore::PlatformMouseEvent::PlatformMouseEvent(NSEvent*) + 26
2   com.apple.WebKit                    0x0026b497 -[WebHTMLView menuForEvent:]
+ 231
3   com.apple.AppKit                    0x92fe9e06 -[NSView rightMouseDown:] +
68
4   com.apple.AppKit                    0x92debe12 -[NSControl
_rightMouseUpOrDown:] + 526
5   com.apple.AppKit                    0x92aa6ddd -[NSWindow sendEvent:] +
8511
6   com.apple.Safari                    0x0002b0d3 0x1000 + 172243
7   com.apple.AppKit                    0x92a72d49 -[NSApplication sendEvent:]
+ 2941
8   com.apple.Safari                    0x0002ab58 0x1000 + 170840
9   com.apple.AppKit                    0x929d069f -[NSApplication run] + 847
10  com.apple.AppKit                    0x9299d8a4 NSApplicationMain + 574
11  com.apple.Safari                    0x000b9b16 0x1000 + 756502

Thread 1:
0   libSystem.B.dylib                   0x94a9e3ae __semwait_signal + 10
1   libSystem.B.dylib                   0x94ac8d0d pthread_cond_wait$UNIX2003 +
73
2   com.apple.WebCore                   0x010bcc14
WebCore::IconDatabase::syncThreadMainLoop() + 244
3   com.apple.WebCore                   0x010bcd25
WebCore::IconDatabase::iconDatabaseSyncThread() + 181
4   libSystem.B.dylib                   0x94ac8095 _pthread_start + 321
5   libSystem.B.dylib                   0x94ac7f52 thread_start + 34

Thread 2:
0   libSystem.B.dylib                   0x94a971c6 mach_msg_trap + 10
1   libSystem.B.dylib                   0x94a9e9bc mach_msg + 72
2   com.apple.CoreFoundation            0x9461a0ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation            0x9461acd8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork                 0x91a7cebe
CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib                   0x94ac8095 _pthread_start + 321
6   libSystem.B.dylib                   0x94ac7f52 thread_start + 34

Thread 3:
0   libSystem.B.dylib                   0x94a971c6 mach_msg_trap + 10
1   libSystem.B.dylib                   0x94a9e9bc mach_msg + 72
2   com.apple.CoreFoundation            0x9461a0ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation            0x9461acd8 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                   0x94ac8095 _pthread_start + 321
8   libSystem.B.dylib                   0x94ac7f52 thread_start + 34

Thread 4:
0   libSystem.B.dylib                   0x94a971c6 mach_msg_trap + 10
1   libSystem.B.dylib                   0x94a9e9bc mach_msg + 72
2   com.apple.CoreFoundation            0x9461a0ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation            0x9461acd8 CFRunLoopRunInMode + 88
4   com.apple.Foundation                0x92777d40
+[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation                0x927147ed -[NSThread main] + 45
6   com.apple.Foundation                0x92714394 __NSThread__main__ + 308
7   libSystem.B.dylib                   0x94ac8095 _pthread_start + 321
8   libSystem.B.dylib                   0x94ac7f52 thread_start + 34

Thread 5:
0   libSystem.B.dylib                   0x94a9e3ae __semwait_signal + 10
1   libSystem.B.dylib                   0x94ac8d0d pthread_cond_wait$UNIX2003 +
73
2   com.apple.ColorSync                 0x95f0b45c
pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
3   com.apple.ColorSync                 0x95f1dd8e CMMConvTask(void*) + 54
4   libSystem.B.dylib                   0x94ac8095 _pthread_start + 321
5   libSystem.B.dylib                   0x94ac7f52 thread_start + 34

Thread 6:
0   libSystem.B.dylib                   0x94a9e3ae __semwait_signal + 10
1   libSystem.B.dylib                   0x94a9e176 usleep$UNIX2003 + 61
2   com.apple.AppKit                    0x92a3e299 -[NSUIHeartBeat
_heartBeatThread:] + 2042
3   com.apple.Foundation                0x927147ed -[NSThread main] + 45
4   com.apple.Foundation                0x92714394 __NSThread__main__ + 308
5   libSystem.B.dylib                   0x94ac8095 _pthread_start + 321
6   libSystem.B.dylib                   0x94ac7f52 thread_start + 34

Thread 7:
0   libSystem.B.dylib                   0x94ae66f2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib                   0x94ac8095 _pthread_start + 321
2   libSystem.B.dylib                   0x94ac7f52 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x17379510  ebx: 0x0131b734  ecx: 0x944f0768  edx: 0xc0000003
  edi: 0x17379510  esi: 0x17379510  ebp: 0xbffff278  esp: 0xbffff238
   ss: 0x0000001f  efl: 0x00010202  eip: 0x944b5688   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0xc0000023

Binary Images:
    0x1000 -   0x1d7fe2  com.apple.Safari 3.2.1 (5525.27.1)
<66278f41bc085c64e0f06ff487af4adc>
/Applications/Safari.app/Contents/MacOS/Safari
  0x223000 -   0x224ffe +WebKitNightlyEnabler.dylib ??? (???)
<79f5b8b6690502c72b3688eb0dca0db2>
/Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
  0x229000 -   0x2fefef  com.apple.WebKit r41071 (530.1+)
<82b548a140e14c78efeaf5081ffc4e61>
/Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit
  0x391000 -   0x3a0ff8  SyndicationUI ??? (???)
<9272a16db977c7a8efb814b6a8897bda>
/System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x3b0000 -   0x4fafe3  com.apple.JavaScriptCore 530+ (530.1+)
<9abcbd87fa10c8966f90e0fa93ffea97>
/Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x54b000 -   0x581fef  libtidy.A.dylib ??? (???)
<5351215b54226cc47eb1cd4b011cc2f3> /usr/lib/libtidy.A.dylib
  0x591000 -   0x5a4fff +org.andymatuschak.Sparkle 1.5 Beta (bzr) (337)
<d57260aef46cb3000f771d53364e40c8>
/Applications/WebKit.app/Contents/Frameworks/10.5/Sparkle.framework/Versions/A/Sparkle
  0xdea000 -  0x16a0fff  com.apple.WebCore 530+ (530.1+)
<f7fb371bfeadbb78cc813e35874b31d1>
/Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore
 0x1d00000 -  0x1ef6fff  com.apple.RawCamera.bundle 2.0.12 (421)
<02fe3f4ea6251f7b2d23d855ce5c5fd2>
/System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x16e23000 - 0x16e24ffd  com.apple.BluetoothMenu 2.1.3 (2.1.3f8)
/System/Library/Contextual Menu
Items/BluetoothContextualMenu.plugin/Contents/MacOS/BluetoothContextualMenu
0x16e29000 - 0x16e2cfff +com.cocoatech.PathFinderCM 4.5.6 (4.5.6)
/Users/duncan/Library/Contextual Menu Items/Path Finder
CM.plugin/Contents/MacOS/Path Finder CM
0x16e3f000 - 0x16e41ffe  com.apple.AutomatorCMM 1.1 (160)
<a34090044a8b83b1089d62ca85c51b1d> /System/Library/Contextual Menu
Items/AutomatorCMM.plugin/Contents/MacOS/AutomatorCMM
0x16e47000 - 0x16e49fff  com.apple.BezelServicesFW 1.4.925 (1.4.925)
/System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x16e50000 - 0x16e55fff  com.apple.FolderActionsMenu 1.3.2 (1.3.2)
<9305ccde37dcf5329fd9faea1db1f153> /System/Library/Contextual Menu
Items/FolderActionsMenu.plugin/Contents/MacOS/FolderActionsMenu
0x16e5c000 - 0x16e5dfff +com.vmware.FusionVMDKPlugIn ??? (0.0.1d2)
/Library/Contextual Menu
Items/FusionVMDKPlugIn.plugin/Contents/MacOS/FusionVMDKPlugIn
0x179da000 - 0x179dfff3  libCGXCoreImage.A.dylib ??? (???)
<375e0cdb64b043378dbf637992bbfeb0>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x18ebb000 - 0x18ebbffe  com.apple.JavaPluginCocoa 12.2.0 (12.2.0)
<b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet
Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x18ec1000 - 0x18ec7ffd  com.apple.JavaVM 12.2.2 (12.2.2)
<9ad39149cc7ecc91da3e93df7f61d315>
/System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x19673000 - 0x196e6ff7  com.apple.Bluetooth 2.1.3 (2.1.3f8)
<1e2732edbd0f2c1db1ce5ecf06aa8192>
/System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5>
/usr/lib/dyld
0x90003000 - 0x90082ff5  com.apple.SearchKit 1.2.1 (1.2.1)
<f28f8dd0f155a6453411a0c9b5702764>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x90083000 - 0x900a1ff3  com.apple.DirectoryService.Framework 3.5.5 (3.5.5)
<f8931f64103c8a86b82e9714352f4323>
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x900d4000 - 0x900f3ffa  libJPEG.dylib ??? (???)
<b822342bcc764c83d4557a8b67fa0c1c>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x900f4000 - 0x9022cff7  libicucore.A.dylib ??? (???)
<18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
0x9022d000 - 0x9026ffef  com.apple.NavigationServices 3.5.2 (163)
<72cdc9d21f6690837870923e7b8ca358>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x90270000 - 0x903c2ff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2)
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x903c3000 - 0x903d2ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3)
<182986b74247b459b2a67a47071bdc6b>
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x903d3000 - 0x906adff3  com.apple.CoreServices.CarbonCore 786.11 (786.11)
<f06fe5d92d56ac5aa52d1ba182745924>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90790000 - 0x9079dfe7  com.apple.opengl 1.5.9 (1.5.9)
<7e5048a2677b41098c84045305f42f7f>
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x907ce000 - 0x907e9ffb  libPng.dylib ??? (???)
<0d6b991afc831ea06f2958e5933d33dd>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x907ea000 - 0x907eaffc  com.apple.audio.units.AudioUnit 1.5 (1.5)
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x907eb000 - 0x9089dffb  libcrypto.0.9.7.dylib ??? (???)
<75b80bff0d5cfaf10b6b6fe982da3578> /usr/lib/libcrypto.0.9.7.dylib
0x9099d000 - 0x909eeff7  com.apple.HIServices 1.7.0 (???)
<01b690d1f376e400ac873105533e39eb>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90a34000 - 0x90ac7fff  com.apple.ink.framework 101.3 (86)
<d4c85b5cafa8027fff042b84a8be71dc>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x90ac8000 - 0x90f99f3e  libGLProgrammability.dylib ??? (???)
<5d283543ac844e7c6fa3440ac56cd265>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x91069000 - 0x9106dfff  libGIF.dylib ??? (???)
<7714ae24eb64b48fa719fb99bcbe34f3>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91073000 - 0x910cfff7  com.apple.htmlrendering 68 (1.1.3)
<1c5c0c417891b920dfe139385fc6c155>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x910e4000 - 0x91784fff  com.apple.CoreGraphics 1.407.2 (???)
<3a91d1037afde01d1d8acdf9cd1caa14>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x91785000 - 0x91785ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91786000 - 0x917d0fe1  com.apple.securityinterface 3.0.1 (35183)
<f855cb06d2541ce544d9bcdf998b991c>
/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x917d1000 - 0x917d9fff  com.apple.DiskArbitration 2.2.1 (2.2.1)
<2664eeb3a4d0c95a21c089892a0ae8d0>
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91833000 - 0x91834ffc  libffi.dylib ??? (???)
<eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
0x91835000 - 0x91835ff8  com.apple.Cocoa 6.5 (???)
<a1bc9247cf65c20f1a44d0973cbe649c>
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x91836000 - 0x9191bff3  com.apple.CoreData 100.1 (186)
<50219bcb005cb15ea999a19391a8d523>
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9196e000 - 0x919affe7  libRIP.A.dylib ??? (???)
<5d0b5af7992e14de017f9a9c7cb05960>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x919b0000 - 0x91a16ffb  com.apple.ISSupport 1.7 (38.2)
/System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x91a17000 - 0x91a17ffb  com.apple.installserver.framework 1.0 (8)
/System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x91a18000 - 0x91a71ff7  libGLU.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x91a7a000 - 0x91b17fe4  com.apple.CFNetwork 422.15.2 (422.15.2)
<80851410a5592b7c3b149b2ff849bcc1>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91b18000 - 0x91eb5fef  com.apple.QuartzCore 1.5.7 (1.5.7)
<2fed2dd7565c84a0f0c608d41d4d172c>
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x91eb6000 - 0x91ed4fff  libresolv.9.dylib ??? (???)
<9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
0x92201000 - 0x9224afef  com.apple.Metadata 10.5.2 (398.25)
<e0572f20350523116f23000676122a8d>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9224b000 - 0x9224bffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9224c000 - 0x92340ff4  libiconv.2.dylib ??? (???)
<96ff4c6f84c4a1623cb78287371cdd3f> /usr/lib/libiconv.2.dylib
0x92341000 - 0x9234afff  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
0x9234b000 - 0x92709fea  libLAPACK.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9270a000 - 0x92985fe7  com.apple.Foundation 6.5.7 (677.22)
<8fe77b5d15ecdae1240b4cb604fc6d0b>
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92986000 - 0x92996fff  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
0x92997000 - 0x93195fef  com.apple.AppKit 6.5.6 (949.43)
<a3a300499bbe4f1dfebf71d752d01916>
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93196000 - 0x931d0fe7  com.apple.coreui 1.2 (62)
/System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x941ad000 - 0x94237fe3  com.apple.DesktopServices 1.4.7 (1.4.7)
<c3591383780dd12594c37dbde59958b6>
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x94238000 - 0x942bfff7  libsqlite3.0.dylib ??? (???)
<eeedc8bf6881ac9f2c1954b1c8037720> /usr/lib/libsqlite3.0.dylib
0x942c0000 - 0x942d6fff  com.apple.DictionaryServices 1.0.0 (1.0.0)
<7d20b8d1fb238c3e71d0fa6fda18c4f7>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x942d7000 - 0x942e2fe7  libCSync.A.dylib ??? (???)
<e6aceed359bd228f42bc1246af5919c9>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x944a0000 - 0x94580fff  libobjc.A.dylib ??? (???)
<400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
0x94581000 - 0x9458dffe  libGL.dylib ??? (???)
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x9458e000 - 0x9458effd  com.apple.vecLib 3.4.2 (vecLib 3.4.2)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x945a7000 - 0x946dafff  com.apple.CoreFoundation 6.5.5 (476.17)
<4a70c8dbb582118e31412c53dc1f407f>
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x946db000 - 0x9485afff  com.apple.AddressBook.framework 4.1.1 (699)
<60ddae72a1df8ddbc5c53df92f372b76>
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x9485b000 - 0x9488dfff  com.apple.LDAPFramework 1.4.5 (110)
<8e2d9ff6233cf44cb67533625840c2af>
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9488e000 - 0x948a6ff7  com.apple.CoreVideo 1.6.0 (20.0)
<c0d869876af51283a160cd2224a23abf>
/System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x948a7000 - 0x9494efeb  com.apple.QD 3.11.54 (???)
<c31150b40fcc27c195de40f0ae138666>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x9494f000 - 0x94a95ff7  com.apple.ImageIO.framework 2.0.4 (2.0.4)
<b407f06ff9b6893899e2e399cb65c953>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x94a96000 - 0x94bfdff3  libSystem.B.dylib ??? (???)
<d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
0x94bfe000 - 0x94bfeffa  com.apple.CoreServices 32 (32)
<373d6a888f9204641f313bc6070ae065>
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x94bff000 - 0x94c3efef  libTIFF.dylib ??? (???)
<d4bcc9b9c508e53849d2d46bb6900922>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x94d32000 - 0x94dbeff7  com.apple.LaunchServices 290.3 (290.3)
<6f9629f4ed1ba3bb313548e6838b2888>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x94dbf000 - 0x94e52ff3  com.apple.ApplicationServices.ATS 3.4 (???)
<8c51de0ec3deaef416578cd59df38754>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x94e53000 - 0x94e57fff  libmathCommon.A.dylib ??? (???)
/usr/lib/system/libmathCommon.A.dylib
0x94e58000 - 0x94ed2ff8  com.apple.print.framework.PrintCore 5.5.3 (245.3)
<98633ef67d419c1b02f56556cb4d843d>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x94ed4000 - 0x94ee2ffd  libz.1.dylib ??? (???)
<a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
0x94ee3000 - 0x94f07fff  libxslt.1.dylib ??? (???)
<0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x94f3f000 - 0x94f4efff  libsasl2.2.dylib ??? (???)
<bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
0x94f4f000 - 0x94f59feb  com.apple.audio.SoundManager 3.9.2 (3.9.2)
<df077a8048afc3075c6f2d9e7780e78e>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x94f5a000 - 0x94fe5fff  com.apple.framework.IOKit 1.5.1 (???)
<f9f5f0d070e197a832d86751e1d44545>
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x952c2000 - 0x952c2ff8  com.apple.ApplicationServices 34 (34)
<ee7bdf593da050bb30c7a1fc446eb8a6>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x952c3000 - 0x952cafe9  libgcc_s.1.dylib ??? (???)
<e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
0x952cb000 - 0x95392ff2  com.apple.vImage 3.0 (3.0)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x95393000 - 0x95561ff3  com.apple.security 5.0.4 (34102)
<55dda7486df4e8e1d61505be16f83a1c>
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x95575000 - 0x955b3ff7  libGLImage.dylib ??? (???)
<1123b8a48bcbe9cc7aa8dd8e1a214a66>
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x955b4000 - 0x955b9fff  com.apple.CommonPanels 1.2.4 (85)
<c135f02edd6b2e2864311e0b9d08a98d>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x956f3000 - 0x95703ffc  com.apple.LangAnalysis 1.6.4 (1.6.4)
<bc7eb703ddc37bf85adf93e35efd3947>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x95704000 - 0x95719ffb  com.apple.ImageCapture 5.0.1 (5.0.1)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x9571a000 - 0x95754ffe  com.apple.securityfoundation 3.0.1 (35844)
<2fbb6a1177ef98350b8aefc60737ba0e>
/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x95da7000 - 0x95dd4feb  libvDSP.dylib ??? (???)
<4daafed78a471133ec30b3ae634b6d3e>
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x95dd5000 - 0x95ed6fe7  com.apple.PubSub 1.0.3 (65.1.2)
/System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x95ed7000 - 0x95ed7fff  com.apple.Carbon 136 (136)
<4177916bbf70e0ddc446f94001d54c95>
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x95ed8000 - 0x95fa3fff  com.apple.ColorSync 4.5.1 (4.5.1)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x95fa4000 - 0x95fdbfff  com.apple.SystemConfiguration 1.9.2 (1.9.2)
<eab546255ac099b9616df999c9359d0e>
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9601b000 - 0x96075ff7  com.apple.CoreText 2.0.4 (???)
<f9a90116ae34a2b0d84e87734766fb3a>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x961dd000 - 0x96205fff  libcups.2.dylib ??? (???)
<16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib
0x96206000 - 0x96235fe3  com.apple.AE 402.3 (402.3)
<4cb9ef65cf116d6dd424f0ce98c2d015>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x96236000 - 0x9623bfff  com.apple.backup.framework 1.0 (1.0)
/System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x963db000 - 0x96403ff7  com.apple.shortcut 1 (1.0)
<35cd17d0179ca839c5fb08694f3dc5ef>
/System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x96404000 - 0x9640bff7  libCGATS.A.dylib ??? (???)
<386dce4b28448fb86e33e06ac466f4d8>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9640c000 - 0x96489feb  com.apple.audio.CoreAudio 3.1.1 (3.1.1)
<f35477a5e23db0fa43233c37da01ae1c>
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9648a000 - 0x96490fff  com.apple.print.framework.Print 218.0.2 (220.1)
<6c2ddea45d9cdff9a9be0666a13e2dd4>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x96491000 - 0x964a9fff  com.apple.openscripting 1.2.8 (???)
<0129d2f750f5ddcb92f4acf8a3541952>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x964aa000 - 0x96564fe3  com.apple.CoreServices.OSServices 226.5 (226.5)
<ef9945b1304495f3e8085c935f1b81e3>
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x96565000 - 0x96567ff5  libRadiance.dylib ??? (???)
<82d606c49f5dc77231f9d0e2be9ed6ab>
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x96568000 - 0x96649ff7  libxml2.2.dylib ??? (???)
<d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
0x96770000 - 0x96772fff  com.apple.securityhi 3.0 (30817)
<40562b85d99118354c974e76c32fa6fb>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x9677f000 - 0x96b8ffef  libBLAS.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x96bcd000 - 0x96c4afef  libvMisc.dylib ??? (???)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x96c4b000 - 0x96c52ffe  libbsm.dylib ??? (???)
<fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
0x96ca3000 - 0x96ccefe7  libauto.dylib ??? (???)
<2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
0x96d06000 - 0x96d08fff  com.apple.CrashReporterSupport 10.5.5 (159)
<4ca9b6643fcbafd76424a46d162363eb>
/System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x96d09000 - 0x97011fff  com.apple.HIToolbox 1.5.4 (???)
<3747086ba21ee419708a5cab946c8ba6>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x970dc000 - 0x97139ffb  libstdc++.6.dylib ??? (???)
<f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
0x9713a000 - 0x97146ff9  com.apple.helpdata 1.0.1 (14.2)
/System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x97147000 - 0x9714afff  com.apple.help 1.1 (36)
<1a25a8fbb49a830efb31d5c0a52939cd>
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x971ba000 - 0x9726afff  edu.mit.Kerberos 6.0.12 (6.0.12)
<685cc018c133668d0d3ac6a1cb63cff9>
/System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x97270000 - 0x97294feb  libssl.0.9.7.dylib ??? (???)
<d04156c610530ca44979c899834fc24d> /usr/lib/libssl.0.9.7.dylib
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