<?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>19328</bug_id>
          
          <creation_ts>2008-05-30 10:54:52 -0700</creation_ts>
          <short_desc>Crash when entering URL</short_desc>
          <delta_ts>2008-05-30 11:22:23 -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>New Bugs</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>19318</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Morten Norby Larsen">morten.larsen</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>81964</commentid>
    <comment_count>0</comment_count>
    <who name="Morten Norby Larsen">morten.larsen</who>
    <bug_when>2008-05-30 10:54:52 -0700</bug_when>
    <thetext>r34257

A couple of times, when entering a URL in the address bar, I got a crash like this:

Process:         Safari [3302]
Path:            /Applications/WebKit.app/Contents/MacOS/WebKit
Identifier:      org.webkit.nightly.WebKit
Version:         r34257 (34257)
Code Type:       X86 (Native)
Parent Process:  launchd [117]

Date/Time:       2008-05-30 19:54:51.793 +0200
OS Version:      Mac OS X 10.5.3 (9D34)
Report Version:  6

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

Thread 0 Crashed:
0   com.apple.WebCore             	0x0114d43b WTF::HashTableIterator&lt;WebCore::JSDOMWindow*, WebCore::JSDOMWindow*, WTF::IdentityExtractor&lt;WebCore::JSDOMWindow*&gt;, WTF::PtrHash&lt;WebCore::JSDOMWindow*&gt;, WTF::HashTraits&lt;WebCore::JSDOMWindow*&gt;, WTF::HashTraits&lt;WebCore::JSDOMWindow*&gt; &gt; WTF::HashTable&lt;WebCore::JSDOMWindow*, WebCore::JSDOMWindow*, WTF::IdentityExtractor&lt;WebCore::JSDOMWindow*&gt;, WTF::PtrHash&lt;WebCore::JSDOMWindow*&gt;, WTF::HashTraits&lt;WebCore::JSDOMWindow*&gt;, WTF::HashTraits&lt;WebCore::JSDOMWindow*&gt; &gt;::find&lt;WebCore::JSDOMWindow*, WTF::IdentityHashTranslator&lt;WebCore::JSDOMWindow*, WebCore::JSDOMWindow*, WTF::PtrHash&lt;WebCore::JSDOMWindow*&gt; &gt; &gt;(WebCore::JSDOMWindow* const&amp;) + 11
1   com.apple.WebCore             	0x0119286b WebCore::JSDOMWindowBase::~JSDOMWindowBase() + 91
2   com.apple.JavaScriptCore      	0x003a6508 unsigned long KJS::Collector::sweep&lt;(KJS::Collector::HeapType)0&gt;(bool) + 200
3   com.apple.JavaScriptCore      	0x0030ee18 KJS::Collector::collect() + 440
4   com.apple.WebCore             	0x00d7a0c5 WebCore::GCController::gcTimerFired(WebCore::Timer&lt;WebCore::GCController&gt;*) + 21
5   com.apple.WebCore             	0x00d7a282 WebCore::Timer&lt;WebCore::GCController&gt;::fired() + 82
6   com.apple.WebCore             	0x01102b89 WebCore::TimerBase::fireTimers(double, WTF::Vector&lt;WebCore::TimerBase*, 0ul&gt; const&amp;) + 137
7   com.apple.WebCore             	0x01102c52 WebCore::TimerBase::sharedTimerFired() + 162
8   com.apple.WebCore             	0x010e8344 WebCore::timerFired(__CFRunLoopTimer*, void*) + 68
9   com.apple.CoreFoundation      	0x94072b3e CFRunLoopRunSpecific + 4494
10  com.apple.CoreFoundation      	0x94072cf8 CFRunLoopRunInMode + 88
11  com.apple.HIToolbox           	0x910afda4 RunCurrentEventLoopInMode + 283
12  com.apple.HIToolbox           	0x910afbbd ReceiveNextEventCommon + 374
13  com.apple.HIToolbox           	0x910afa31 BlockUntilNextEventMatchingListInMode + 106
14  com.apple.AppKit              	0x92328505 _DPSNextEvent + 657
15  com.apple.AppKit              	0x92327db8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
16  com.apple.Safari              	0x000086be 0x1000 + 30398
17  com.apple.AppKit              	0x92320df3 -[NSApplication run] + 795
18  com.apple.AppKit              	0x922ee030 NSApplicationMain + 574
19  com.apple.Safari              	0x000ba4d6 0x1000 + 758998

Thread 1:
0   libSystem.B.dylib             	0x90e5368e __semwait_signal + 10
1   libSystem.B.dylib             	0x90e7e36d pthread_cond_wait$UNIX2003 + 73
2   com.apple.WebCore             	0x00df192f WebCore::IconDatabase::syncThreadMainLoop() + 239
3   com.apple.WebCore             	0x00df1a45 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
4   libSystem.B.dylib             	0x90e7d6f5 _pthread_start + 321
5   libSystem.B.dylib             	0x90e7d5b2 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x90e4c4a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x90e53c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x940720be CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x94072cf8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x95d53afe CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib             	0x90e7d6f5 _pthread_start + 321
6   libSystem.B.dylib             	0x90e7d5b2 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x90e4c4a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x90e53c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x940720be CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x94072cf8 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x97026460 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x96fc2f1d -[NSThread main] + 45
6   com.apple.Foundation          	0x96fc2ac4 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x90e7d6f5 _pthread_start + 321
8   libSystem.B.dylib             	0x90e7d5b2 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x90e9c5e2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x90e7d6f5 _pthread_start + 321
2   libSystem.B.dylib             	0x90e7d5b2 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x0000029c  ebx: 0x0119281b  ecx: 0x00e4e865  edx: 0x0000029c
  edi: 0x00000001  esi: 0x00000298  ebp: 0xbfffe778  esp: 0xbfffe764
   ss: 0x0000001f  efl: 0x00010292  eip: 0x0114d43b   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x0000029c

Binary Images:
    0x1000 -   0x133fef  com.apple.Safari 3.1.1 (5525.20) &lt;4869cc1f3ee39145836097e9470d9036&gt; /Applications/Safari.app/Contents/MacOS/Safari
  0x17b000 -   0x17cffc +WebKitNightlyEnabler.dylib ??? (???) /Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
  0x181000 -   0x24bfef  com.apple.WebKit 527+ (527+) /Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit
  0x2e0000 -   0x2efff8  SyndicationUI ??? (???) &lt;edde0133829971dbd8a0f3473cdb85fc&gt; /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x2ff000 -   0x3f5ff7  com.apple.JavaScriptCore 527+ (527+) /Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0xbca000 -  0x1316fff  com.apple.WebCore 527+ (527+) /Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore
0x12ac3000 - 0x12bcdfef  com.apple.RawCamera.bundle 2.0.5 (2.0.5) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x12d5d000 - 0x12d62ff3  libCGXCoreImage.A.dylib ??? (???) &lt;32265ec157db98a33c5dcf0e6687dec2&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x172e6000 - 0x172e6ffe  com.apple.JavaPluginCocoa 12.0.0 (12.0.0) &lt;02a9f23a8bfc902c32ac0adfb66d6816&gt; /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x17a92000 - 0x17a99ffd  com.apple.JavaVM 12.0.2 (12.0.2) &lt;44b9536fe4d7c7fcb3506adb695a180f&gt; /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x18c19000 - 0x19219ffb +com.macromedia.Flash Player.plugin 9.0.124 (1.0.4f60) &lt;8355dcf076564b6784c517fd0eccb2f2&gt; /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
0x1935a000 - 0x19379fed  com.apple.audio.CoreAudioKit 1.5 (1.5) &lt;82f2e52c502db7f3b32349a54209a0fe&gt; /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
0x1acc1000 - 0x1accffeb  libSimplifiedChineseConverter.dylib ??? (???) &lt;548d5a699dbe2bb8fcc8275321fdc0d4&gt; /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x1ad8e000 - 0x1ada0fff  libTraditionalChineseConverter.dylib ??? (???) &lt;89ec94121ef50601dc538548caae57fc&gt; /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) &lt;7af47d3b00b2268947563c7fa8c59a07&gt; /usr/lib/dyld
0x900cc000 - 0x90299fe7  com.apple.security 5.0.3 (33532) &lt;3bef414f3c6f433e707ac5abee340e16&gt; /System/Library/Frameworks/Security.framework/Versions/A/Security
0x9029a000 - 0x902d3ffe  com.apple.securityfoundation 3.0 (32989) &lt;e9171eda22c69c884a04a001aeb526e0&gt; /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x902d4000 - 0x9031afef  com.apple.Metadata 10.5.2 (398.18) &lt;adbb3a14e8f7da444e16d2fd61862771&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9031b000 - 0x903aeff3  com.apple.ApplicationServices.ATS 3.3 (???) &lt;064eb6d96417afa38a80b1735c4113aa&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x90422000 - 0x9046cfe1  com.apple.securityinterface 3.0 (32532) &lt;f521dae416ce7a3bdd594b0d4e2fb517&gt; /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x9046d000 - 0x90514feb  com.apple.QD 3.11.52 (???) &lt;c72bd7bd2ce12694c3640a731d1ad878&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x90515000 - 0x90539feb  libssl.0.9.7.dylib ??? (???) &lt;acee7fc534674498dcac211318aa23e8&gt; /usr/lib/libssl.0.9.7.dylib
0x9053a000 - 0x90540fff  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
0x905d7000 - 0x90627ff7  com.apple.HIServices 1.7.0 (???) &lt;f7e78891a6d08265c83dca8e378be1ea&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x90628000 - 0x906a7ff5  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
0x906ef000 - 0x906f6ffe  libbsm.dylib ??? (???) &lt;d25c63378a5029648ffd4b4669be31bf&gt; /usr/lib/libbsm.dylib
0x906f7000 - 0x906f7ffa  com.apple.CoreServices 32 (32) &lt;2fcc8f3bd5bbfc000b476cad8e6a3dd2&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x906f8000 - 0x9073afef  com.apple.NavigationServices 3.5.2 (163) &lt;91844980804067b07a0b6124310d3f31&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9073b000 - 0x9073bffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x9073c000 - 0x90796ff7  com.apple.CoreText 2.0.2 (???) &lt;9fde11f84a72e890bbf2aa8b0b13b79a&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90797000 - 0x90a71ff3  com.apple.CoreServices.CarbonCore 786.4 (786.4) &lt;059c4803a7a95e3c1a95a332baeb1edf&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90a72000 - 0x90d92fe2  com.apple.QuickTime 7.4.5 (67) &lt;520cbf4ae05622466ad1b89f1ba3a4e1&gt; /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x90e26000 - 0x90e4afff  libxslt.1.dylib ??? (???) &lt;4933ddc7f6618743197aadc85b33b5ab&gt; /usr/lib/libxslt.1.dylib
0x90e4b000 - 0x90fabff3  libSystem.B.dylib ??? (???) &lt;a12f397abf2285077b89bd726bff5b18&gt; /usr/lib/libSystem.B.dylib
0x91080000 - 0x91387ff7  com.apple.HIToolbox 1.5.3 (???) &lt;e36f5c553e5a32f64b7eb458dadadc71&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x91388000 - 0x9138ffff  com.apple.agl 3.0.9 (AGL-3.0.9) &lt;7dac4a7cb0de2f6d08ae71c1249379e3&gt; /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x914ee000 - 0x918fefef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x918ff000 - 0x91936fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) &lt;8b26ebf26a009a098484f1ed01ec499c&gt; /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91937000 - 0x91937ff8  com.apple.Cocoa 6.5 (???) &lt;e064f94d969ce25cb7de3cfb980c3249&gt; /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x91938000 - 0x91977fef  libTIFF.dylib ??? (???) &lt;6d0f80e9d4d81f3f64c876aca005bd53&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91be1000 - 0x91d27ff7  com.apple.ImageIO.framework 2.0.2 (2.0.2) &lt;77dfee73f4c0d230425a5151ee0bce05&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91d28000 - 0x91e4cfe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x91e4d000 - 0x91fccfff  com.apple.AddressBook.framework 4.1.1 (695) &lt;24a448ba4f9f784189bd3183e3474d81&gt; /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x91fcd000 - 0x92059ff7  com.apple.LaunchServices 289.2 (289.2) &lt;3577886e3a6d56ee3949850c4fde76c9&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x9205a000 - 0x920d4ff8  com.apple.print.framework.PrintCore 5.5.3 (245.3) &lt;222dade7b33b99708b8c09d1303f93fc&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x920d5000 - 0x920e1fe7  com.apple.opengl 1.5.6 (1.5.6) &lt;125de77ea2434a91364e79a0905a7771&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9215a000 - 0x92169fff  libsasl2.2.dylib ??? (???) &lt;b9e1ca0b6612e280b6cbea6df0eec5f6&gt; /usr/lib/libsasl2.2.dylib
0x921ba000 - 0x921fbfe7  libRIP.A.dylib ??? (???) &lt;c8d988d3880d7268468112c64c626d86&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x921fc000 - 0x92229feb  libvDSP.dylib ??? (???) &lt;b232c018ddd040ec4e2c2af632dd497f&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x9222a000 - 0x922dcffb  libcrypto.0.9.7.dylib ??? (???) &lt;330b0e48e67faffc8c22dfc069ca7a47&gt; /usr/lib/libcrypto.0.9.7.dylib
0x922e2000 - 0x922e7fff  com.apple.CommonPanels 1.2.4 (85) &lt;ea0665f57cd267609466ed8b2b20e893&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x922e8000 - 0x92ae5fef  com.apple.AppKit 6.5.3 (949.33) &lt;84b236f43802f4c15011513d18efa101&gt; /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92b25000 - 0x92becff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x92bed000 - 0x92f83fff  com.apple.QuartzCore 1.5.3 (1.5.3) &lt;1b65c05f89e81a499302fd63295b242d&gt; /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x938c9000 - 0x938c9ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x938ca000 - 0x938dafff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) &lt;06d8fc0307314f8ffc16f206ad3dbf44&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x938db000 - 0x93966fff  com.apple.framework.IOKit 1.5.1 (???) &lt;60cfc4b175c4ef60bb8e9036716a29f4&gt; /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x93967000 - 0x93a9fff7  libicucore.A.dylib ??? (???) &lt;5031226ea28b371d8dfdbb32acfb48b5&gt; /usr/lib/libicucore.A.dylib
0x93aa0000 - 0x93b33fff  com.apple.ink.framework 101.3 (86) &lt;bf3fa8927b4b8baae92381a976fd2079&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x93b85000 - 0x93bbffff  com.apple.coreui 1.1 (61) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x93bc0000 - 0x93bdefff  libresolv.9.dylib ??? (???) &lt;0629b6dcd71f4aac6a891cbe26253e85&gt; /usr/lib/libresolv.9.dylib
0x93bdf000 - 0x93c0afe7  libauto.dylib ??? (???) &lt;42d8422dc23a18071869fdf7b5d8fab5&gt; /usr/lib/libauto.dylib
0x93c0b000 - 0x93cecff7  libxml2.2.dylib ??? (???) &lt;1baef3d4972ee789d8fa6c1fa44da45c&gt; /usr/lib/libxml2.2.dylib
0x93ced000 - 0x93cf4ff7  libCGATS.A.dylib ??? (???) &lt;9b29a5500efe01cc3adea67bbc42568e&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x93cf5000 - 0x93d33ff7  libGLImage.dylib ??? (???) &lt;093b1b698ca93a0380f5fa262459ea28&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x93d79000 - 0x93df5feb  com.apple.audio.CoreAudio 3.1.0 (3.1) &lt;70bb7c657061631491029a61babe0b26&gt; /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x93df6000 - 0x93e80fe3  com.apple.DesktopServices 1.4.6 (1.4.6) &lt;94d1a28b351b7dff77becadab0967772&gt; /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x93e81000 - 0x93e97fff  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
0x93e98000 - 0x93e9ffe9  libgcc_s.1.dylib ??? (???) &lt;f53c808e87d1184c0f9df63aef53ce0b&gt; /usr/lib/libgcc_s.1.dylib
0x93f49000 - 0x93f4dfff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x93f4e000 - 0x93fcbfef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x93fcc000 - 0x93ffefff  com.apple.LDAPFramework 1.4.3 (106) &lt;3a5c9df6032143cd6bc2658a9d328d8e&gt; /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94000000 - 0x94132fff  com.apple.CoreFoundation 6.5.2 (476.13) &lt;b633d15f2901d73670cb1475628df1b3&gt; /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9413d000 - 0x9413dffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9413e000 - 0x9416dfe3  com.apple.AE 402.2 (402.2) &lt;e01596187e91af5d48653920017b8c8e&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9416e000 - 0x941c7ff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x941c8000 - 0x941e6ff3  com.apple.DirectoryService.Framework 3.5.3 (3.5.3) &lt;a3277abd826960efb44258699adafc17&gt; /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x941e7000 - 0x941ebfff  libGIF.dylib ??? (???) &lt;d4234e6f5e5f530bdafb969157f1f17b&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x941ec000 - 0x941f4fff  com.apple.DiskArbitration 2.2.1 (2.2.1) &lt;75b0c8d8940a8a27816961dddcac8e0f&gt; /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x942b3000 - 0x9494ffff  com.apple.CoreGraphics 1.351.31 (???) &lt;c97a42498636b2596764e48669f98e00&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x94950000 - 0x94952fff  com.apple.securityhi 3.0 (30817) &lt;2b2854123fed609d1820d2779e2e0963&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x94953000 - 0x94962ffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) &lt;eac1c7b7c07ed3148c85934b6f656308&gt; /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94963000 - 0x9496eff9  com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x94987000 - 0x94987ff8  com.apple.ApplicationServices 34 (34) &lt;8f910fa65f01d401ad8d04cc933cf887&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x94988000 - 0x9498dfff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x9498e000 - 0x949aeff2  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x949af000 - 0x949b1fff  com.apple.CrashReporterSupport 10.5.0 (156) &lt;3088b785b10d03504ed02f3fee5d3aab&gt; /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x949b2000 - 0x949b2fff  com.apple.Carbon 136 (136) &lt;98a5e3bc0c4fa44bbb09713bb88707fe&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x949b3000 - 0x949dbfff  libcups.2.dylib ??? (???) &lt;ece20dff2a2c8ed3ae6ef735ef440c37&gt; /usr/lib/libcups.2.dylib
0x949dc000 - 0x94abbfff  libobjc.A.dylib ??? (???) &lt;a53206274b6c2d42691f677863f379ae&gt; /usr/lib/libobjc.A.dylib
0x94bb1000 - 0x94c0effb  libstdc++.6.dylib ??? (???) &lt;04b812dcec670daa8b7d2852ab14be60&gt; /usr/lib/libstdc++.6.dylib
0x94c0f000 - 0x94d10fef  com.apple.PubSub 1.0.3 (65.1.1) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x94d11000 - 0x94d12ffc  libffi.dylib ??? (???) &lt;a3b573eb950ca583290f7b2b4c486d09&gt; /usr/lib/libffi.dylib
0x94d13000 - 0x94d2bfff  com.apple.openscripting 1.2.6 (???) &lt;b8e553df643f2aec68fa968b3b459b2b&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x94d2c000 - 0x94d47ff3  libPng.dylib ??? (???) &lt;c0484bec6e2432b406755591924fe664&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x94d48000 - 0x9521bffe  libGLProgrammability.dylib ??? (???) &lt;475db64244e011cd8811e076035b2632&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x9521c000 - 0x95230ff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95344000 - 0x953aaffb  com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x953ab000 - 0x953b9ffd  libz.1.dylib ??? (???) &lt;5ddd8539ae2ebfd8e7cc1c57525385c7&gt; /usr/lib/libz.1.dylib
0x953c8000 - 0x953d1fff  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
0x95402000 - 0x95412ffc  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
0x95413000 - 0x954defff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x954df000 - 0x95507ff7  com.apple.shortcut 1 (1.0) &lt;057783867138902b52bc0941fedb74d1&gt; /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x95514000 - 0x9554afef  libtidy.A.dylib ??? (???) &lt;f1d1742e06280444baa5637b209fd0af&gt; /usr/lib/libtidy.A.dylib
0x9561a000 - 0x9561cff5  libRadiance.dylib ??? (???) &lt;20eadb285da83df96c795c2c5fa20590&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x9561d000 - 0x95627feb  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
0x95628000 - 0x9563efe7  com.apple.CoreVideo 1.5.0 (1.5.0) &lt;bad2d3a9a92fdecd02e64f0b73a76f27&gt; /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9563f000 - 0x959fdfea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x95aa1000 - 0x95aa1ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x95aa2000 - 0x95b87ff3  com.apple.CoreData 100.1 (186) &lt;8e28162ef2288692615b52acc01f8b54&gt; /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x95b88000 - 0x95c42fe3  com.apple.CoreServices.OSServices 226.3 (226.3) &lt;456bdd65b936baf1ef497b74b4f960a8&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x95c43000 - 0x95c62ffa  libJPEG.dylib ??? (???) &lt;0cfb80109d624beb9ceb3c43b6c5ec10&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x95c63000 - 0x95ceaff7  libsqlite3.0.dylib ??? (???) &lt;6978bbcca4277d6ae9f042beff643f7d&gt; /usr/lib/libsqlite3.0.dylib
0x95ceb000 - 0x95d47ff7  com.apple.htmlrendering 68 (1.1.3) &lt;fe87a9dede38db00e6c8949942c6bd4f&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x95d48000 - 0x95dcaffb  com.apple.CFNetwork 330 (330) &lt;6c5eda16e640b09334809ba4c1df985d&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x96ecb000 - 0x96ecefff  com.apple.help 1.1 (36) &lt;b507b08e484cb89033e9cf23062d77de&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x96efa000 - 0x96f05fe7  libCSync.A.dylib ??? (???) &lt;8011fc1963cebdde0c6f101dbee5afd7&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x96f06000 - 0x96fb6fff  edu.mit.Kerberos 6.0.12 (6.0.12) &lt;1dc515ebe407292db8e603938c72d4e8&gt; /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96fb7000 - 0x96fb7ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x96fb8000 - 0x97233fe7  com.apple.Foundation 6.5.5 (677.19) &lt;bfd4ebea1a7739dd6b523f15dca01a37&gt; /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0xba900000 - 0xba916fff  libJapaneseConverter.dylib ??? (???) &lt;7b0248c392848338f5d6ed093313eeef&gt; /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0xbab00000 - 0xbab21fe2  libKoreanConverter.dylib ??? (???) &lt;51586b8d9ef39123fbe6918f12d8285f&gt; /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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>81965</commentid>
    <comment_count>1</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2008-05-30 11:22:23 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>