<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>17867</bug_id>
          
          <creation_ts>2008-03-15 16:50:13 -0700</creation_ts>
          <short_desc>ACID3: Assertion failure selecting text on ACID3</short_desc>
          <delta_ts>2008-03-15 17:17:29 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>DOM</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>17004</dup_id>
          
          <bug_file_loc>http://acid3.acidtests.org</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Oliver Hunt">oliver</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>hyatt</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>73839</commentid>
    <comment_count>0</comment_count>
    <who name="Oliver Hunt">oliver</who>
    <bug_when>2008-03-15 16:50:13 -0700</bug_when>
    <thetext>I hit an assertion failure if i try to select text in acid3 -- to reproduce run acid3, wait for it to complete then try to select text on the page.

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

Thread 0 Crashed:
0   com.apple.WebCore             	0x02024135 WebCore::VisiblePosition::previous(bool) const + 169 (VisiblePosition.cpp:87)
1   com.apple.WebCore             	0x02076dc6 WebCore::positionAvoidingFirstPositionInTable(WebCore::VisiblePosition const&amp;) + 38 (visible_units.cpp:271)
2   com.apple.WebCore             	0x02076fbe WebCore::startPositionForLine(WebCore::VisiblePosition const&amp;) + 426 (visible_units.cpp:321)
3   com.apple.WebCore             	0x02076fe0 WebCore::startOfLine(WebCore::VisiblePosition const&amp;) + 18 (visible_units.cpp:328)
4   com.apple.WebCore             	0x020773c6 WebCore::inSameLine(WebCore::VisiblePosition const&amp;, WebCore::VisiblePosition const&amp;) + 50 (visible_units.cpp:415)
5   com.apple.WebCore             	0x02024027 WebCore::VisiblePosition::init(WebCore::Position const&amp;, WebCore::EAffinity) + 149 (VisiblePosition.cpp:63)
6   com.apple.WebCore             	0x020249c1 WebCore::VisiblePosition::VisiblePosition(WebCore::Node*, int, WebCore::EAffinity) + 151 (VisiblePosition.cpp:53)
7   com.apple.WebCore             	0x01edc053 WebCore::RenderText::positionForCoordinates(int, int) + 885 (RenderText.cpp:307)
8   com.apple.WebCore             	0x01bf77a1 WebCore::RenderObject::positionForPoint(WebCore::IntPoint const&amp;) + 77 (RenderObject.h:529)
9   com.apple.WebCore             	0x01bf010d WebCore::EventHandler::handleMousePressEventSingleClick(WebCore::MouseEventWithHitTestResults const&amp;) + 443 (EventHandler.cpp:258)
10  com.apple.WebCore             	0x01bf2a80 WebCore::EventHandler::handleMousePressEvent(WebCore::MouseEventWithHitTestResults const&amp;) + 680 (EventHandler.cpp:342)
11  com.apple.WebCore             	0x01bf749b WebCore::EventHandler::handleMousePressEvent(WebCore::PlatformMouseEvent const&amp;) + 1723 (EventHandler.cpp:893)
12  com.apple.WebCore             	0x01bfb4d6 WebCore::EventHandler::mouseDown(NSEvent*) + 554 (EventHandlerMac.mm:479)
13  com.apple.WebKit              	0x001d1a07 -[WebHTMLView mouseDown:] + 499 (WebHTMLView.mm:3039)
14  com.apple.AppKit              	0x9679fac3 -[NSWindow sendEvent:] + 5381
15  com.apple.Safari              	0x00030f93 0x1000 + 196499
16  com.apple.AppKit              	0x9676c714 -[NSApplication sendEvent:] + 2780
17  com.apple.Safari              	0x00030a68 0x1000 + 195176
18  com.apple.AppKit              	0x966ca0f9 -[NSApplication run] + 847
19  com.apple.AppKit              	0x9669730a NSApplicationMain + 574
20  com.apple.Safari              	0x00002a76 0x1000 + 6774

Thread 1:
0   libSystem.B.dylib             	0x900fdbce __semwait_signal + 10
1   libSystem.B.dylib             	0x901288cd pthread_cond_wait$UNIX2003 + 73
2   com.apple.JavaScriptCore      	0x004aa60b WTF::ThreadCondition::wait(WTF::Mutex&amp;) + 39 (ThreadingPthreads.cpp:185)
3   com.apple.WebCore             	0x01cd4fcf WebCore::IconDatabase::syncThreadMainLoop() + 641 (IconDatabase.cpp:1312)
4   com.apple.WebCore             	0x01cd67d6 WebCore::IconDatabase::iconDatabaseSyncThread() + 1198 (IconDatabase.cpp:1014)
5   com.apple.WebCore             	0x01cd6805 WebCore::IconDatabase::iconDatabaseSyncThreadStart(void*) + 23 (IconDatabase.cpp:918)
6   libSystem.B.dylib             	0x90127c55 _pthread_start + 321
7   libSystem.B.dylib             	0x90127b12 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x900f69e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x900fe1dc mach_msg + 72
2   com.apple.CoreFoundation      	0x91ca80de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x91ca8d18 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x9143a6cc CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib             	0x90127c55 _pthread_start + 321
6   libSystem.B.dylib             	0x90127b12 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x900f69e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x900fe1dc mach_msg + 72
2   com.apple.CoreFoundation      	0x91ca80de CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x91ca8d18 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x90a6bac0 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x90a085ad -[NSThread main] + 45
6   com.apple.Foundation          	0x90a08154 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x90127c55 _pthread_start + 321
8   libSystem.B.dylib             	0x90127b12 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x90146b3a select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x90127c55 _pthread_start + 321
2   libSystem.B.dylib             	0x90127b12 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0xbbadbeef  ebx: 0x02024098  ecx: 0x00000000  edx: 0x00000000
  edi: 0xbfffee50  esi: 0x00000002  ebp: 0xbfffeb68  esp: 0xbfffeb20
   ss: 0x0000001f  efl: 0x00010286  eip: 0x02024135   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0xbbadbeef

Binary Images:
    0x1000 -   0x132fef  com.apple.Safari 3.1 (5525.9) &lt;2015039426872d80a6de236eb89a3b12&gt; /Applications/Safari.app/Contents/MacOS/Safari
  0x17a000 -   0x285feb  com.apple.WebKit 526.1+ (526.1+) &lt;1433293a610e309aec280e37546ef109&gt; /Volumes/MacShared/WebKit/OpenSource/WebKitBuild/Debug/WebKit.framework/Versions/A/WebKit
  0x3fc000 -   0x40bff8  SyndicationUI ??? (???) &lt;56bd5db31ca37f7e176e588d8b060179&gt; /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x419000 -   0x4c7fef  com.apple.JavaScriptCore 526.1+ (526.1+) &lt;97d06d9fc942c1b23976f253bd1f0b05&gt; /Volumes/MacShared/WebKit/OpenSource/WebKitBuild/Debug/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0x726000 -   0x814fef  com.apple.RawCamera.bundle 2.0.2 (2.0.2) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
 0x1a7c000 -  0x2435ff2  com.apple.WebCore 526.1+ (526.1+) &lt;2dbd1a844bdabdca0e3f4d59feca9933&gt; /Volumes/MacShared/WebKit/OpenSource/WebKitBuild/Debug/WebCore.framework/Versions/A/WebCore
 0x37a1000 -  0x37a6ff3  libCGXCoreImage.A.dylib ??? (???) &lt;978986709159e5fe9e094df5efddac1d&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x17d9a000 - 0x17d9ffff  com.apple.DictionaryServiceComponent 1.1 (1.1) &lt;8edc1180f52db18e9ddfb4e95debe61b&gt; /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
0x194e6000 - 0x194e6ffe  com.apple.JavaPluginCocoa 12.0.0 (12.0.0) &lt;02a9f23a8bfc902c32ac0adfb66d6816&gt; /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x19ef1000 - 0x19f5efff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x19ff0000 - 0x19ff1ff3  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
0x1a1fa000 - 0x1a201ffd  com.apple.JavaVM 12.0.2 (12.0.2) &lt;44b9536fe4d7c7fcb3506adb695a180f&gt; /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) &lt;5633f1e9855908d15c31f7bd77777484&gt; /usr/lib/dyld
0x90003000 - 0x900e4ff7  libxml2.2.dylib ??? (???) &lt;ccd6e2cb514fcd0b541bf153aae13481&gt; /usr/lib/libxml2.2.dylib
0x900e5000 - 0x900f5ffc  com.apple.LangAnalysis 1.6.4 (1.6.4) &lt;cbeb17ab39f28351fe2ab5b82bf465bc&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x900f6000 - 0x90255ff3  libSystem.B.dylib ??? (???) &lt;ebf827edde413e0f0e4d8fab6ad67122&gt; /usr/lib/libSystem.B.dylib
0x90262000 - 0x9031cfe3  com.apple.CoreServices.OSServices 224.4 (224.4) &lt;ff5007ab220908ac54b6c661e447d593&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x9031d000 - 0x9033cffa  libJPEG.dylib ??? (???) &lt;0cfb80109d624beb9ceb3c43b6c5ec10&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9033d000 - 0x906fbfea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x906fc000 - 0x90707ff9  com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x908de000 - 0x90971ff3  com.apple.ApplicationServices.ATS 3.2 (???) &lt;cdf31bd0ac7de54a35ee2d27cf86b6be&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90972000 - 0x909fdfff  com.apple.framework.IOKit  (???) &lt;a17f9f5ea7e8016a467e67349f4d3d03&gt; /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x909fe000 - 0x90c78fe7  com.apple.Foundation 6.5.4 (677.15) &lt;6216196287f98a65ddb654d04d773e7b&gt; /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x90c79000 - 0x90cb0fff  com.apple.SystemConfiguration 1.9.1 (1.9.1) &lt;8a76e429301afe4eba1330bfeaabd9f2&gt; /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90cb1000 - 0x90ce7fef  libtidy.A.dylib ??? (???) &lt;e4d3e7399fb83d7f145f9b4ec8196242&gt; /usr/lib/libtidy.A.dylib
0x90ce9000 - 0x90d2afe7  libRIP.A.dylib ??? (???) &lt;9d42e83d860433f9126c4871d1fe0ce8&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x90d2b000 - 0x90ddbfff  edu.mit.Kerberos 6.0.12 (6.0.12) &lt;9e98dfb4cde8b0510fdd972dc9fa1dc9&gt; /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x90ddc000 - 0x912affde  libGLProgrammability.dylib ??? (???) &lt;a3d68f17f37ff55a3e61aca1e3aee522&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x912b0000 - 0x912cbffb  libPng.dylib ??? (???) &lt;b6abcac36ec7654ff3e1cfa786b0117b&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91425000 - 0x9142afff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9142b000 - 0x9142efff  com.apple.help 1.1 (36) &lt;b507b08e484cb89033e9cf23062d77de&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9142f000 - 0x914a6fe3  com.apple.CFNetwork 221.5 (221.5) &lt;5474cdd7d2a8b2e8059de249c702df9e&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x914a7000 - 0x914e9fef  com.apple.NavigationServices 3.5.1 (161) &lt;cc6bd78eabf1e2e7166914e9f12f5850&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x914ea000 - 0x914f1ff7  libCGATS.A.dylib ??? (???) &lt;9b29a5500efe01cc3adea67bbc42568e&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x914f2000 - 0x9157bfe3  com.apple.DesktopServices 1.4.5 (1.4.5) &lt;4a55f0b1b63d77ae31a3d1c7484a6565&gt; /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x91bce000 - 0x91bceffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bcf000 - 0x91c08ffe  com.apple.securityfoundation 3.0 (32989) &lt;e9171eda22c69c884a04a001aeb526e0&gt; /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x91c09000 - 0x91c14fe7  libCSync.A.dylib ??? (???) &lt;df82fc093e498a9eb5490761cb292218&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x91c15000 - 0x91c35ff2  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x91c36000 - 0x91d68fef  com.apple.CoreFoundation 6.5.1 (476.10) &lt;d5bed2688a5eea11a6dc3a3c5c17030e&gt; /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x91d69000 - 0x91e34fff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91ea8000 - 0x91ea8fff  com.apple.Carbon 136 (136) &lt;98a5e3bc0c4fa44bbb09713bb88707fe&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91f36000 - 0x91fc9fff  com.apple.ink.framework 101.3 (86) &lt;bf3fa8927b4b8baae92381a976fd2079&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x91fd7000 - 0x92063ff7  com.apple.LaunchServices 286.5 (286.5) &lt;33c3ae54abb276b61a99d4c764d883e2&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x92064000 - 0x92116ffb  libcrypto.0.9.7.dylib ??? (???) &lt;330b0e48e67faffc8c22dfc069ca7a47&gt; /usr/lib/libcrypto.0.9.7.dylib
0x92117000 - 0x92218fef  com.apple.PubSub 1.0.3 (65.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x92219000 - 0x92295feb  com.apple.audio.CoreAudio 3.1.0 (3.1) &lt;70bb7c657061631491029a61babe0b26&gt; /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x92296000 - 0x92296ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x922c8000 - 0x92312fe1  com.apple.securityinterface 3.0 (32532) &lt;f521dae416ce7a3bdd594b0d4e2fb517&gt; /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x92321000 - 0x9237aff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x9237b000 - 0x92391fff  com.apple.DictionaryServices 1.0.0 (1.0.0) &lt;ad0aa0252e3323d182e17f50defe56fc&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x92392000 - 0x923b8fff  libcups.2.dylib ??? (???) &lt;85ce204da14d62d6a3a5a9adfba01455&gt; /usr/lib/libcups.2.dylib
0x923b9000 - 0x923ddfff  libxslt.1.dylib ??? (???) &lt;4933ddc7f6618743197aadc85b33b5ab&gt; /usr/lib/libxslt.1.dylib
0x923de000 - 0x927eefef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x927ef000 - 0x92896feb  com.apple.QD 3.11.52 (???) &lt;c72bd7bd2ce12694c3640a731d1ad878&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92897000 - 0x928a5ffd  libz.1.dylib ??? (???) &lt;5ddd8539ae2ebfd8e7cc1c57525385c7&gt; /usr/lib/libz.1.dylib
0x928a6000 - 0x928aefff  com.apple.DiskArbitration 2.2.1 (2.2.1) &lt;75b0c8d8940a8a27816961dddcac8e0f&gt; /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x928c8000 - 0x928fafff  com.apple.LDAPFramework 1.4.3 (106) &lt;3a5c9df6032143cd6bc2658a9d328d8e&gt; /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x928fb000 - 0x929dafff  libobjc.A.dylib ??? (???) &lt;a53206274b6c2d42691f677863f379ae&gt; /usr/lib/libobjc.A.dylib
0x929db000 - 0x92a20fef  com.apple.Metadata 10.5.2 (398.7) &lt;73a6424c06effc474e699cde6883de99&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x92a71000 - 0x92aafff7  libGLImage.dylib ??? (???) &lt;090de775838db03ddc710f57abbf6218&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92ab0000 - 0x92dc4fe2  com.apple.QuickTime 7.4.0 (92) &lt;0d674546d12c65dc5c33dca4c81c315b&gt; /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x92e67000 - 0x92e67ffa  com.apple.CoreServices 32 (32) &lt;2fcc8f3bd5bbfc000b476cad8e6a3dd2&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x92f5d000 - 0x92f8afeb  libvDSP.dylib ??? (???) &lt;b232c018ddd040ec4e2c2af632dd497f&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x92f8b000 - 0x92f91fff  com.apple.print.framework.Print 218.0.2 (220.1) &lt;8bf7ef71216376d12fcd5ec17e43742c&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92f92000 - 0x9362bfff  com.apple.CoreGraphics 1.351.21 (???) &lt;6c93fd21149f389129fe47fa6ef71880&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9362c000 - 0x9362cff8  com.apple.Cocoa 6.5 (???) &lt;e064f94d969ce25cb7de3cfb980c3249&gt; /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9362d000 - 0x936cbfef  com.apple.QuickTimeImporters.component 7.4 (92) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x936cc000 - 0x936dbfff  libsasl2.2.dylib ??? (???) &lt;b9e1ca0b6612e280b6cbea6df0eec5f6&gt; /usr/lib/libsasl2.2.dylib
0x936dc000 - 0x93736ff7  com.apple.CoreText 2.0.1 (???) &lt;07494945ad1e3f5395599f42748457cc&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x9386f000 - 0x938ecfef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x93918000 - 0x93952fff  com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x93953000 - 0x93969fe7  com.apple.CoreVideo 1.5.0 (1.5.0) &lt;7e010557527a0e6d49147c297d16850a&gt; /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9396a000 - 0x93a4fff3  com.apple.CoreData 100.1 (186) &lt;8e28162ef2288692615b52acc01f8b54&gt; /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93a50000 - 0x93a6eff3  com.apple.DirectoryService.Framework 3.5.1 (3.5.1) &lt;96407dca4d6b1d10ae5ca1881e31b27a&gt; /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x93a6f000 - 0x93b93fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93b94000 - 0x93ba0fe7  com.apple.opengl 1.5.6 (1.5.6) &lt;d599b1bb0f8a8da6fd125e2587b27776&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93bab000 - 0x93bacffc  libffi.dylib ??? (???) &lt;a3b573eb950ca583290f7b2b4c486d09&gt; /usr/lib/libffi.dylib
0x93bf2000 - 0x94b3bfea  com.apple.QuickTimeComponents.component 7.4 (92) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x94b3c000 - 0x94b98ff7  com.apple.htmlrendering 68 (1.1.3) &lt;fe87a9dede38db00e6c8949942c6bd4f&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x94b99000 - 0x94ba0ffe  libbsm.dylib ??? (???) &lt;d25c63378a5029648ffd4b4669be31bf&gt; /usr/lib/libbsm.dylib
0x94bdf000 - 0x94be1fff  com.apple.securityhi 3.0 (30817) &lt;2b2854123fed609d1820d2779e2e0963&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x94be8000 - 0x94c4dffb  com.apple.ISSupport 1.6 (34) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x94c4e000 - 0x94c7dfe3  com.apple.AE 402.2 (402.2) &lt;e01596187e91af5d48653920017b8c8e&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94c7e000 - 0x94c80ff5  libRadiance.dylib ??? (???) &lt;20eadb285da83df96c795c2c5fa20590&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x94c81000 - 0x94ca9ff7  com.apple.shortcut 1 (1.0) &lt;057783867138902b52bc0941fedb74d1&gt; /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x94caa000 - 0x94e28fff  com.apple.AddressBook.framework 4.1 (687.1) &lt;b2f2f2c925eb080e53b841014e4f9a7c&gt; /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94e29000 - 0x94ea8ff5  com.apple.SearchKit 1.2.0 (1.2.0) &lt;277b460da86bc222785159fe77e2e2ed&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x9506a000 - 0x9506efff  libGIF.dylib ??? (???) &lt;d4234e6f5e5f530bdafb969157f1f17b&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9506f000 - 0x95087fff  com.apple.openscripting 1.2.6 (???) &lt;b8e553df643f2aec68fa968b3b459b2b&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x95175000 - 0x9550bff7  com.apple.QuartzCore  () &lt;665c80f6e28555b303020c8007c36b8b&gt; /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x95775000 - 0x95775ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x95776000 - 0x9579afeb  libssl.0.9.7.dylib ??? (???) &lt;acee7fc534674498dcac211318aa23e8&gt; /usr/lib/libssl.0.9.7.dylib
0x9579b000 - 0x957afff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x957b0000 - 0x957b0ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x957b1000 - 0x957b8fe9  libgcc_s.1.dylib ??? (???) &lt;f53c808e87d1184c0f9df63aef53ce0b&gt; /usr/lib/libgcc_s.1.dylib
0x957b9000 - 0x957c3feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) &lt;0f2ba6e891d3761212cf5a5e6134d683&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x957c4000 - 0x9588bff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x9588c000 - 0x95b94fff  com.apple.HIToolbox 1.5.2 (???) &lt;7449d6f2da33ded6936243a92e307459&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x95b95000 - 0x95bf2ffb  libstdc++.6.dylib ??? (???) &lt;04b812dcec670daa8b7d2852ab14be60&gt; /usr/lib/libstdc++.6.dylib
0x95cc7000 - 0x95cf2fe7  libauto.dylib ??? (???) &lt;42d8422dc23a18071869fdf7b5d8fab5&gt; /usr/lib/libauto.dylib
0x95dbb000 - 0x95dc2fff  com.apple.agl 3.0.9 (AGL-3.0.9) &lt;7dac4a7cb0de2f6d08ae71c1249379e3&gt; /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x95dc3000 - 0x95dc8fff  com.apple.CommonPanels 1.2.4 (85) &lt;ea0665f57cd267609466ed8b2b20e893&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x95de6000 - 0x95f1eff7  libicucore.A.dylib ??? (???) &lt;afcea652ff2ec36885b2c81c57d06d4c&gt; /usr/lib/libicucore.A.dylib
0x95f6e000 - 0x96139ff7  com.apple.security 5.0.2 (33001) &lt;0788969ffe7961153219be10786da436&gt; /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9613a000 - 0x96143fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) &lt;d3180f9edbd9a5e6f283d6156aa3c602&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x96148000 - 0x96166fff  libresolv.9.dylib ??? (???) &lt;0629b6dcd71f4aac6a891cbe26253e85&gt; /usr/lib/libresolv.9.dylib
0x96197000 - 0x9619bfff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x96221000 - 0x96230ffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) &lt;eac1c7b7c07ed3148c85934b6f656308&gt; /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x96231000 - 0x9650aff3  com.apple.CoreServices.CarbonCore 785.7 (785.7) &lt;b670c7e67efc5e34efadb13a278d5525&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x9650b000 - 0x96650ff7  com.apple.ImageIO.framework 2.0.1 (2.0.1) &lt;68ba11e689a9ca30f8310935cd1e02d6&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x96651000 - 0x96690fef  libTIFF.dylib ??? (???) &lt;6d0f80e9d4d81f3f64c876aca005bd53&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x96691000 - 0x96e8efef  com.apple.AppKit 6.5.2 (949.26) &lt;bc4593edd8a224409fb6953a354505a0&gt; /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x96e8f000 - 0x96edfff7  com.apple.HIServices 1.7.0 (???) &lt;f7e78891a6d08265c83dca8e378be1ea&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x96ee0000 - 0x96f5aff8  com.apple.print.framework.PrintCore 5.5.2 (245.1) &lt;3c9de512e95fbd838694ee5008d56a28&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x96f5b000 - 0x96f6bfff  com.apple.speech.synthesis.framework 3.6.59 (3.6.59) &lt;4ffef145fad3d4d787e0c33eab26b336&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x96f6c000 - 0x96f6efff  com.apple.CrashReporterSupport 10.5.0 (156) &lt;3088b785b10d03504ed02f3fee5d3aab&gt; /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x96fc0000 - 0x97047ff7  libsqlite3.0.dylib ??? (???) &lt;6978bbcca4277d6ae9f042beff643f7d&gt; /usr/lib/libsqlite3.0.dylib
0x9709a000 - 0x9709affd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9709b000 - 0x9709bff8  com.apple.ApplicationServices 34 (34) &lt;8f910fa65f01d401ad8d04cc933cf887&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) &lt;7b0248c392848338f5d6ed093313eeef&gt; /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>73840</commentid>
    <comment_count>1</comment_count>
    <who name="Matt Lilek">dev+webkit</who>
    <bug_when>2008-03-15 17:17:29 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 17004 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>