Safari crashes when copying text from invisible <span>

Originator:michael.ash
Number:rdar://6530026 Date Originated:26-Jan-2009 03:38 PM
Status:Open Resolved:
Product:Safari Product Version:3.2.1 (5525.27.1)
Classification:Crash/Hang/Data Loss Reproducible:Always
 
26-Jan-2009 03:38 PM Michael Ash:
Summary:

Safari allows selecting text in a <span> which is hidden when the mouse is not over it. That selection persists even when the <span> is hidden. But activating Edit->Copy when it is hidden causes a crash.

Steps to Reproduce:

Visit this web page in Safari:

http://www.vimeo.com/2957154

Mouse over the text just below "by Mike Ash" where it shows the date when the video was posted.

Select a range in that string.

Move the mouse to make the date disappear.

Edit->Copy. Safari will crash.

Expected Results:

Safari should either copy the invisible text or it should disallow the operation.

Actual Results:

Safari crashes.

Regression:

Have not tested this beyond the single web page on one computer.

Notes:

This is a crash log produced with the above procedure:

Process:         Safari [10399]
Path:            /Applications/Safari.app/Contents/MacOS/Safari
Identifier:      com.apple.Safari
Version:         3.2.1 (5525.27.1)
Build Info:      WebBrowser-55252701~1
Code Type:       X86 (Native)
Parent Process:  launchd [173]

Date/Time:       2009-01-26 18:28:13.486 -0500
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

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

Thread 0 Crashed:
0   com.apple.WebCore             	0x9330d5f2 WebCore::Node::traverseNextNode(WebCore::Node const*) const + 18
1   com.apple.WebCore             	0x93574643 WebCore::createMarkup(WebCore::Range const*, WTF::Vector<WebCore::Node*, 0ul>*, WebCore::EAnnotateForInterchange, bool) + 739
2   com.apple.WebCore             	0x9358cf69 -[WebCoreFrameBridge markupStringFromRange:nodes:] + 105
3   com.apple.WebKit              	0x948eb254 +[WebArchiver archiveSelectionInFrame:] + 132
4   com.apple.WebKit              	0x948eb1a9 WebEditorClient::dataForArchivedSelection(WebCore::Frame*) + 57
5   com.apple.WebCore             	0x9358bedb WebCore::Pasteboard::writeSelection(NSPasteboard*, WebCore::Range*, bool, WebCore::Frame*) + 1451
6   com.apple.WebCore             	0x9358b75d WebCore::Editor::copy() + 429
7   com.apple.WebCore             	0x9358b5a9 WebCore::executeCopy(WebCore::Frame*, WebCore::Event*, WebCore::EditorCommandSource, WebCore::String const&) + 25
8   com.apple.WebCore             	0x9340af22 WebCore::Editor::Command::execute(WebCore::String const&, WebCore::Event*) const + 82
9   com.apple.WebKit              	0x948ea251 -[WebHTMLView executeCoreCommandBySelector:] + 129
10  com.apple.AppKit              	0x94a6253b -[NSApplication sendAction:to:from:] + 112
11  com.apple.Safari              	0x0002c948 0x1000 + 178504
12  com.apple.AppKit              	0x94b1117c -[NSMenu performActionForItemAtIndex:] + 493
13  com.apple.AppKit              	0x94b10e81 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 220
14  com.apple.AppKit              	0x94b10b07 -[NSMenu performKeyEquivalent:] + 866
15  com.apple.AppKit              	0x94b0f3ac -[NSApplication _handleKeyEquivalent:] + 492
16  com.apple.AppKit              	0x94a2c16b -[NSApplication sendEvent:] + 3999
17  ...keash.livedict.inputmanager	0x007a93fe PatchedNSApplicationSendEvent + 94 (LiveDictInputManager.m:64)
18  com.apple.Safari              	0x0002ab58 0x1000 + 170840
19  com.apple.AppKit              	0x9498969f -[NSApplication run] + 847
20  com.apple.AppKit              	0x949568a4 NSApplicationMain + 574
21  com.apple.Safari              	0x000b9b16 0x1000 + 756502

Thread 1:
0   libSystem.B.dylib             	0x93e6a3ae __semwait_signal + 10
1   libSystem.B.dylib             	0x93e94d0d pthread_cond_wait$UNIX2003 + 73
2   com.apple.WebCore             	0x9329a8ff WebCore::IconDatabase::syncThreadMainLoop() + 239
3   com.apple.WebCore             	0x93253065 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
4   libSystem.B.dylib             	0x93e94095 _pthread_start + 321
5   libSystem.B.dylib             	0x93e93f52 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x93ea513a pread$UNIX2003 + 10
1   libsqlite3.0.dylib            	0x9475c210 sqlite3PagerAcquire + 3888
2   libsqlite3.0.dylib            	0x94765207 getOverflowPage + 647
3   libsqlite3.0.dylib            	0x9476592b clearCell + 315
4   libsqlite3.0.dylib            	0x94769be4 sqlite3BtreeDelete + 484
5   libsqlite3.0.dylib            	0x947b250e sqlite3VdbeExec + 18542
6   libsqlite3.0.dylib            	0x947b9ea2 sqlite3Step + 386
7   libsqlite3.0.dylib            	0x9479a624 sqlite3_exec + 260
8   com.apple.CFNetwork           	0x916d7862 __CFURLCache::ExecSQLStatement(sqlite3*, char const*, int (*)(void*, int, char**, char**), void*, long) + 64
9   com.apple.CFNetwork           	0x916b7258 __CFURLCache::ForceShrinkPersistentStore_NoLock() + 122
10  com.apple.CFNetwork           	0x916d7915 __CFURLCache::ForceShrinkPersistentStore() + 37
11  com.apple.CFNetwork           	0x916b440f ProcessCacheTasks(__CFURLCache*) + 421
12  com.apple.CFNetwork           	0x916ae15e CFURLCacheTimerCallback(__CFRunLoopTimer*, void*) + 180
13  com.apple.CoreFoundation      	0x90435b25 CFRunLoopRunSpecific + 4469
14  com.apple.CoreFoundation      	0x90435cd8 CFRunLoopRunInMode + 88
15  com.apple.CFNetwork           	0x916ae052 CFURLCacheWorkerThread(void*) + 396
16  libSystem.B.dylib             	0x93e94095 _pthread_start + 321
17  libSystem.B.dylib             	0x93e93f52 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x93e631c6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x93e6a9bc mach_msg + 72
2   com.apple.CoreFoundation      	0x904350ae CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x90435cd8 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x969a4d40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x969417ed -[NSThread main] + 45
6   com.apple.Foundation          	0x96941394 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x93e94095 _pthread_start + 321
8   libSystem.B.dylib             	0x93e93f52 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x93eb26f2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x93e94095 _pthread_start + 321
2   libSystem.B.dylib             	0x93e93f52 thread_start + 34

Thread 5:
0   libSystem.B.dylib             	0x93e631c6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x93e6a9bc mach_msg + 72
2   ...romedia.Flash Player.plugin	0x197083fd Flash_EnforceLocalSecurity + 1188169
3   libSystem.B.dylib             	0x93e94095 _pthread_start + 321
4   libSystem.B.dylib             	0x93e93f52 thread_start + 34

Thread 6:
0   libSystem.B.dylib             	0x93e6320e semaphore_wait_signal_trap + 10
1   libSystem.B.dylib             	0x93e95206 _pthread_cond_wait + 1267
2   libSystem.B.dylib             	0x93eda539 pthread_cond_wait + 48
3   ...romedia.Flash Player.plugin	0x195cd1fc 0x19235000 + 3768828
4   ...romedia.Flash Player.plugin	0x19605034 Flash_EnforceLocalSecurity + 126336
5   ...romedia.Flash Player.plugin	0x195cd4a6 0x19235000 + 3769510
6   libSystem.B.dylib             	0x93e94095 _pthread_start + 321
7   libSystem.B.dylib             	0x93e93f52 thread_start + 34

Thread 7:
0   libSystem.B.dylib             	0x93e6320e semaphore_wait_signal_trap + 10
1   libSystem.B.dylib             	0x93e95206 _pthread_cond_wait + 1267
2   libSystem.B.dylib             	0x93eda539 pthread_cond_wait + 48
3   ...romedia.Flash Player.plugin	0x195cd1fc 0x19235000 + 3768828
4   ...romedia.Flash Player.plugin	0x19605034 Flash_EnforceLocalSecurity + 126336
5   ...romedia.Flash Player.plugin	0x195cd4a6 0x19235000 + 3769510
6   libSystem.B.dylib             	0x93e94095 _pthread_start + 321
7   libSystem.B.dylib             	0x93e93f52 thread_start + 34

Thread 8:
0   libSystem.B.dylib             	0x93e6320e semaphore_wait_signal_trap + 10
1   libSystem.B.dylib             	0x93e95206 _pthread_cond_wait + 1267
2   libSystem.B.dylib             	0x93eda539 pthread_cond_wait + 48
3   ...romedia.Flash Player.plugin	0x195cd1fc 0x19235000 + 3768828
4   ...romedia.Flash Player.plugin	0x19605034 Flash_EnforceLocalSecurity + 126336
5   ...romedia.Flash Player.plugin	0x195cd4a6 0x19235000 + 3769510
6   libSystem.B.dylib             	0x93e94095 _pthread_start + 321
7   libSystem.B.dylib             	0x93e93f52 thread_start + 34

Thread 9:
0   libSystem.B.dylib             	0x93e6320e semaphore_wait_signal_trap + 10
1   libSystem.B.dylib             	0x93e95206 _pthread_cond_wait + 1267
2   libSystem.B.dylib             	0x93eda539 pthread_cond_wait + 48
3   ...romedia.Flash Player.plugin	0x195cd1fc 0x19235000 + 3768828
4   ...romedia.Flash Player.plugin	0x19605034 Flash_EnforceLocalSecurity + 126336
5   ...romedia.Flash Player.plugin	0x195cd4a6 0x19235000 + 3769510
6   libSystem.B.dylib             	0x93e94095 _pthread_start + 321
7   libSystem.B.dylib             	0x93e93f52 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x17a8b200  ebx: 0x9357436b  ecx: 0x1acd5ba0  edx: 0x00000000
  edi: 0x00000000  esi: 0x00000000  ebp: 0xbfffef78  esp: 0xbfffef60
   ss: 0x0000001f  efl: 0x00010286  eip: 0x9330d5f2   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000000

Binary Images:
    0x1000 -   0x1d7fe2  com.apple.Safari 3.2.1 (5525.27.1) <66278f41bc085c64e0f06ff487af4adc> /Applications/Safari.app/Contents/MacOS/Safari
  0x230000 -   0x23fff8  SyndicationUI ??? (???) <edde0133829971dbd8a0f3473cdb85fc> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x29c000 -   0x2abfff +com.rogueamoeba.audio_hijack_server.hermes 2.1.1 (2.1.1) <8a3b03067a6b0dc569d047a0a57e6103> /usr/local/hermes/modules/Instant Hijack Server.hermesmodule/Contents/MacOS/Instant Hijack Server
  0x2b9000 -   0x2b9ffc +com.mikeash.livedict.inputmanagerloader 1.3.1b1 (1.3.1b1) <22d78bf8c49e29f376d5e1dba9c76b7c> /Library/InputManagers/LiveDictInputManager.inputManager/LiveDictInputManagerLoader.bundle/Contents/MacOS/LiveDictInputManagerLoader
  0x2c3000 -   0x2c5fff +net.culater.SIMBL 0.8 (8) /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL
  0x2d8000 -   0x2e1fff +net.sourceforge.SafariAdBlock 0.3.2 (0.3.2) <83d3f111f660be3866ff42427e0bd1c9> /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/MacOS/Safari AdBlock
  0x2ee000 -   0x2f0fff +com.unsanity.menuextraenabler 1.0.3 (1.0.3) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
  0x500000 -   0x6d2fe7  com.apple.RawCamera.bundle 2.0.10 (2.0.10) <fea6d22f985aec2f376d937291b54ecc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
  0x757000 -   0x794fe3 +com.zang.RegexKit 0.6.0 (0.6.0) /Library/InputManagers/Safari AdBlock/Safari AdBlock.bundle/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
  0x7a8000 -   0x7bafe3 +com.mikeash.livedict.inputmanager 1.3.1b1 (1.3.1b1) <ff73f1f59e19e303d3d717e694dc4a3c> /Library/InputManagers/LiveDictInputManager.inputManager/LiveDictInputManager.bundle/Contents/MacOS/LiveDictInputManager
0x15ad5000 - 0x15ae7fff  libTraditionalChineseConverter.dylib ??? (???) <89ec94121ef50601dc538548caae57fc> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x15aeb000 - 0x15af9feb  libSimplifiedChineseConverter.dylib ??? (???) <548d5a699dbe2bb8fcc8275321fdc0d4> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x16add000 - 0x16ae2ff3  libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x17d2d000 - 0x17d2dffe  com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x17d78000 - 0x17d7effd  com.apple.JavaVM 12.2.0 (12.2.0) <9ad39149cc7ecc91da3e93df7f61d315> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x17ec4000 - 0x17ee3fed  com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
0x19235000 - 0x1983efdf +com.macromedia.Flash Player.plugin 9.0.151 (1.0.4f60) <f43004ffc4944f26af228334f2cda80b> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
0x90003000 - 0x903c1fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x903c2000 - 0x904f5fff  com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x904f6000 - 0x90552ff7  com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x90553000 - 0x90595fef  com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x90596000 - 0x90596ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x90597000 - 0x905e8ff7  com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x905e9000 - 0x905f8ffe  com.apple.DSObjCWrappers.Framework 1.3 (1.3) <09deb9e32d0d09dfb95ae569bdd2b7a4> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x905f9000 - 0x90638fef  libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x90639000 - 0x90639ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x9063a000 - 0x90693ff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x90694000 - 0x9069ffe7  libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x90909000 - 0x909eeff3  com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x909ef000 - 0x909f1fff  com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x90a32000 - 0x90a3eff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x90a3f000 - 0x90a71fff  com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x90a72000 - 0x90a81fff  libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
0x90a82000 - 0x90acbfef  com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x90acc000 - 0x90b93ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x90b94000 - 0x90c62ff3  com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x90c63000 - 0x90d2efff  com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x90d5a000 - 0x90dd9ff5  com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x90dda000 - 0x90df2fff  com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x90e11000 - 0x911aefef  com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x911af000 - 0x91242ff3  com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x91243000 - 0x91243ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x91244000 - 0x91285fe7  libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x91286000 - 0x91405fff  com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x91406000 - 0x915d4ff3  com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x915d5000 - 0x915e5ffc  com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x915f3000 - 0x91601ffd  libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
0x91602000 - 0x916a9feb  com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x916aa000 - 0x916aaffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x916ab000 - 0x91748ffc  com.apple.CFNetwork 422.11 (422.11) <2780dfc3d2186195fccb3634bfb0944b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91749000 - 0x91774fe7  libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
0x91775000 - 0x91876fef  com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x91877000 - 0x91877ff8  com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91878000 - 0x91f18fff  com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x91f19000 - 0x91f38ffa  libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91f39000 - 0x9207fff7  com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x92080000 - 0x9209efff  libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
0x9209f000 - 0x920baffb  libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x920f0000 - 0x925c1f3e  libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x925c7000 - 0x925f4feb  libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x925f5000 - 0x926d6ff7  libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
0x926da000 - 0x926fefff  libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
0x926ff000 - 0x92727ff7  com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x92728000 - 0x9272fffe  libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
0x92730000 - 0x92868ff7  libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
0x92869000 - 0x9287ffe7  com.apple.CoreVideo 1.5.1 (1.5.1) <001910004257f1386724398f584b30b5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x92880000 - 0x9288afeb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x9288b000 - 0x928c9ff7  libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x928ca000 - 0x928dfffb  com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x928e0000 - 0x928e2fff  com.apple.CrashReporterSupport 10.5.5 (159) <4ca9b6643fcbafd76424a46d162363eb> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x928f7000 - 0x92981fe3  com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x929b5000 - 0x92a41ff7  com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92d3b000 - 0x92d3bffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x92ef9000 - 0x92f28fe3  com.apple.AE 402.2 (402.2) <e01596187e91af5d48653920017b8c8e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x92f29000 - 0x92f2cfff  com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92f2d000 - 0x9324ffe2  com.apple.QuickTime 7.5.5 (990.7) <87077cec43c7e9b02c8ee80e50b8b81f> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x93250000 - 0x938a1fff  com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x938a3000 - 0x938d9fef  libtidy.A.dylib ??? (???) <f1d1742e06280444baa5637b209fd0af> /usr/lib/libtidy.A.dylib
0x9394d000 - 0x93987ffe  com.apple.securityfoundation 3.0 (32989) <36f7f260187c435b2670bcb24acd4219> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x93988000 - 0x93988ff8  com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93989000 - 0x93a03ff8  com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x93af9000 - 0x93b05ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x93b06000 - 0x93b1cfff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x93b1d000 - 0x93b57fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x93b58000 - 0x93c0affb  libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
0x93c0b000 - 0x93c18fe7  com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93c19000 - 0x93c50fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x93d0c000 - 0x93d72ffb  com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x93da3000 - 0x93da5ff5  libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x93e55000 - 0x93e5cff7  libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x93e5d000 - 0x93e61fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x93e62000 - 0x93fc9ff3  libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
0x93fca000 - 0x93fd0fff  com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x93fd1000 - 0x9404efef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x9404f000 - 0x94057fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x94062000 - 0x9433cff3  com.apple.CoreServices.CarbonCore 786.10 (786.10) <ec35bb05f67fe0e828d49dda88bbf6d7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9433d000 - 0x9435bff3  com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9435c000 - 0x94363fe9  libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
0x943b3000 - 0x94430feb  com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x94431000 - 0x94739fff  com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9473a000 - 0x947c1ff7  libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
0x947c2000 - 0x9481cff7  com.apple.CoreText 2.0.3 (???) <1f1a97273753e6cfea86c810d6277680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9481d000 - 0x94867fe1  com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x94868000 - 0x94890fff  libcups.2.dylib ??? (???) <81abd305142ad1b771024eb4a1309e2e> /usr/lib/libcups.2.dylib
0x94891000 - 0x9494ffff  com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x94950000 - 0x9514efef  com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x9519f000 - 0x95232fff  com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x96262000 - 0x963b4ff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x963ba000 - 0x967cafef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x967cb000 - 0x96885fe3  com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x96886000 - 0x96936fff  edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96937000 - 0x96bb2fe7  com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x96bb3000 - 0x96bb4ffc  libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
0x96bb5000 - 0x96bbafff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x96bbb000 - 0x96bbffff  libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x96dec000 - 0x96e77fff  com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96f03000 - 0x96f60ffb  libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
0x96f61000 - 0x96f6afff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x96f6b000 - 0x96f70fff  com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x96fc3000 - 0x96fe7feb  libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
0x96fe8000 - 0x96feffff  com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x96ff0000 - 0x970d0fff  libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
0x970d1000 - 0x970d1fff  com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x970d2000 - 0x970d2ffa  com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x970d3000 - 0x970e3fff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) <51586b8d9ef39123fbe6918f12d8285f> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib





'profile' was successfully uploaded

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!