<?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>16291</bug_id>
          
          <creation_ts>2007-12-04 09:14:53 -0800</creation_ts>
          <short_desc>WebKit Mac crashes while loading GMail</short_desc>
          <delta_ts>2007-12-04 09:46:06 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</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>16266</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter>choongx</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>63248</commentid>
    <comment_count>0</comment_count>
    <who name="">choongx</who>
    <bug_when>2007-12-04 09:14:53 -0800</bug_when>
    <thetext>Latest nightly (r28383) crashes after a few seconds while loading GMail (after GMail has indicated loading progress but before the rest of the UI shows up). Repro 5 times out of 6 on my machine. (10.5.1, Core Duo MacBook). Previous nightly didn&apos;t show this problem. Crash log pasted below (all 5 I&apos;ve got look identical).

Process:         Safari [2394]
Path:            /Applications/WebKit.app/Contents/MacOS/WebKit
Identifier:      org.webkit.nightly.WebKit
Version:         r28383 (28383)
Code Type:       X86 (Native)
Parent Process:  launchd [65]

Date/Time:       2007-12-04 09:06:45.617 -0800
OS Version:      Mac OS X 10.5.1 (9B18)
Report Version:  6

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

Thread 0 Crashed:
0   com.apple.JavaScriptCore      	0x00367cdb KJS::Interpreter::createObjectsForGlobalObjectProperties() + 3227
1   com.apple.JavaScriptCore      	0x0036821d KJS::Interpreter::init() + 173
2   com.apple.WebCore             	0x00fa06e2 KJS::ScriptInterpreter::ScriptInterpreter(KJS::JSGlobalObject*, WebCore::Frame*) + 18
3   com.apple.WebCore             	0x00fa8948 WebCore::KJSProxy::initScript() + 200
4   com.apple.WebCore             	0x00fa92c3 KJS::Window::retrieve(WebCore::Frame*) + 51
5   com.apple.WebCore             	0x00d74cd2 WebCore::JSHTMLIFrameElement::getValueProperty(KJS::ExecState*, int) const + 1202
6   com.apple.JavaScriptCore      	0x0032eb80 KJS::BracketAccessorNode::evaluate(KJS::ExecState*) + 768
7   com.apple.JavaScriptCore      	0x0032e895 KJS::BracketAccessorNode::evaluate(KJS::ExecState*) + 21
8   com.apple.JavaScriptCore      	0x00337319 KJS::LogicalOrNode::evaluate(KJS::ExecState*) + 105
9   com.apple.JavaScriptCore      	0x0033743a KJS::ConditionalNode::evaluate(KJS::ExecState*) + 106
10  com.apple.JavaScriptCore      	0x0032e184 KJS::ReturnNode::execute(KJS::ExecState*) + 196
11  com.apple.JavaScriptCore      	0x00363723 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 467
12  com.apple.JavaScriptCore      	0x002ec08c KJS::FunctionImp::execute(KJS::ExecState*) + 28
13  com.apple.JavaScriptCore      	0x00360eb3 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 387
14  com.apple.JavaScriptCore      	0x00342020 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 816
15  com.apple.JavaScriptCore      	0x00331b57 KJS::BracketAccessorNode::evaluateToBoolean(KJS::ExecState*) + 23
16  com.apple.JavaScriptCore      	0x002eb9ce KJS::LogicalNotNode::evaluateToBoolean(KJS::ExecState*) + 14
17  com.apple.JavaScriptCore      	0x002ec05e KJS::LogicalNotNode::evaluate(KJS::ExecState*) + 14
18  com.apple.JavaScriptCore      	0x0033741e KJS::ConditionalNode::evaluate(KJS::ExecState*) + 78
19  com.apple.JavaScriptCore      	0x00337669 KJS::AssignLocalVarNode::evaluate(KJS::ExecState*) + 25
20  com.apple.JavaScriptCore      	0x0032cc4d KJS::ExprStatementNode::execute(KJS::ExecState*) + 109
21  com.apple.JavaScriptCore      	0x002ee46d KJS::BlockNode::execute(KJS::ExecState*) + 61
22  com.apple.JavaScriptCore      	0x0035e806 KJS::TryNode::execute(KJS::ExecState*) + 86
23  com.apple.JavaScriptCore      	0x00363723 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 467
24  com.apple.JavaScriptCore      	0x002ec08c KJS::FunctionImp::execute(KJS::ExecState*) + 28
25  com.apple.JavaScriptCore      	0x00360eb3 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 387
26  com.apple.JavaScriptCore      	0x00342020 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 816
27  com.apple.JavaScriptCore      	0x003377fe KJS::AssignDotNode::evaluate(KJS::ExecState*) + 94
28  com.apple.JavaScriptCore      	0x0032cc4d KJS::ExprStatementNode::execute(KJS::ExecState*) + 109
29  com.apple.JavaScriptCore      	0x00363723 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 467
30  com.apple.JavaScriptCore      	0x002ec08c KJS::FunctionImp::execute(KJS::ExecState*) + 28
31  com.apple.JavaScriptCore      	0x00360eb3 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 387
32  com.apple.JavaScriptCore      	0x0035e710 KJS::FunctionImp::construct(KJS::ExecState*, KJS::List const&amp;) + 272
33  com.apple.JavaScriptCore      	0x00347024 KJS::NewExprNode::evaluate(KJS::ExecState*) + 660
34  com.apple.JavaScriptCore      	0x002eb9ee KJS::AssignExprNode::evaluate(KJS::ExecState*) + 14
35  com.apple.JavaScriptCore      	0x00337c1b KJS::VarDeclNode::evaluate(KJS::ExecState*) + 75
36  com.apple.JavaScriptCore      	0x0032cb6d KJS::VarStatementNode::execute(KJS::ExecState*) + 109
37  com.apple.JavaScriptCore      	0x002ee46d KJS::BlockNode::execute(KJS::ExecState*) + 61
38  com.apple.JavaScriptCore      	0x0032d596 KJS::ForNode::execute(KJS::ExecState*) + 198
39  com.apple.JavaScriptCore      	0x00363723 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 467
40  com.apple.JavaScriptCore      	0x002ec08c KJS::FunctionImp::execute(KJS::ExecState*) + 28
41  com.apple.JavaScriptCore      	0x00360eb3 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 387
42  com.apple.JavaScriptCore      	0x0034484d KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 909
43  com.apple.JavaScriptCore      	0x0032cc4d KJS::ExprStatementNode::execute(KJS::ExecState*) + 109
44  com.apple.JavaScriptCore      	0x00363723 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 467
45  com.apple.JavaScriptCore      	0x002ec08c KJS::FunctionImp::execute(KJS::ExecState*) + 28
46  com.apple.JavaScriptCore      	0x00360eb3 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 387
47  com.apple.JavaScriptCore      	0x00340b8f KJS::LocalVarFunctionCallNode::evaluate(KJS::ExecState*) + 559
48  com.apple.JavaScriptCore      	0x0032cc4d KJS::ExprStatementNode::execute(KJS::ExecState*) + 109
49  com.apple.JavaScriptCore      	0x002ee46d KJS::BlockNode::execute(KJS::ExecState*) + 61
50  com.apple.JavaScriptCore      	0x0032cd7b KJS::IfNode::execute(KJS::ExecState*) + 203
51  com.apple.JavaScriptCore      	0x00363723 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 467
52  com.apple.JavaScriptCore      	0x002ec08c KJS::FunctionImp::execute(KJS::ExecState*) + 28
53  com.apple.JavaScriptCore      	0x00360eb3 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 387
54  com.apple.JavaScriptCore      	0x00351167 KJS::FunctionProtoFunc::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 1799
55  com.apple.JavaScriptCore      	0x00342020 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 816
56  com.apple.JavaScriptCore      	0x0032e184 KJS::ReturnNode::execute(KJS::ExecState*) + 196
57  com.apple.JavaScriptCore      	0x00363723 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 467
58  com.apple.JavaScriptCore      	0x002ec08c KJS::FunctionImp::execute(KJS::ExecState*) + 28
59  com.apple.JavaScriptCore      	0x00360eb3 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 387
60  com.apple.JavaScriptCore      	0x0034484d KJS::FunctionCallResolveNode::evaluate(KJS::ExecState*) + 909
61  com.apple.JavaScriptCore      	0x0032cc4d KJS::ExprStatementNode::execute(KJS::ExecState*) + 109
62  com.apple.JavaScriptCore      	0x00363723 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 467
63  com.apple.JavaScriptCore      	0x002ec08c KJS::FunctionImp::execute(KJS::ExecState*) + 28
64  com.apple.JavaScriptCore      	0x00360eb3 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 387
65  com.apple.JavaScriptCore      	0x00342020 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 816
66  com.apple.JavaScriptCore      	0x0032cc4d KJS::ExprStatementNode::execute(KJS::ExecState*) + 109
67  com.apple.JavaScriptCore      	0x002ee46d KJS::BlockNode::execute(KJS::ExecState*) + 61
68  com.apple.JavaScriptCore      	0x0032cd7b KJS::IfNode::execute(KJS::ExecState*) + 203
69  com.apple.JavaScriptCore      	0x00363723 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 467
70  com.apple.JavaScriptCore      	0x002ec08c KJS::FunctionImp::execute(KJS::ExecState*) + 28
71  com.apple.JavaScriptCore      	0x00360eb3 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 387
72  com.apple.JavaScriptCore      	0x00342020 KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 816
73  com.apple.JavaScriptCore      	0x0032cc4d KJS::ExprStatementNode::execute(KJS::ExecState*) + 109
74  com.apple.JavaScriptCore      	0x00363723 KJS::FunctionBodyNode::execute(KJS::ExecState*) + 467
75  com.apple.JavaScriptCore      	0x00372a19 KJS::Interpreter::evaluate(KJS::UString const&amp;, int, KJS::UChar const*, int, KJS::JSValue*) + 1913
76  com.apple.WebCore             	0x00fa8ca5 WebCore::KJSProxy::evaluate(WebCore::String const&amp;, int, WebCore::String const&amp;) + 229
77  com.apple.WebCore             	0x00c78d5b WebCore::FrameLoader::executeScript(WebCore::String const&amp;, int, WebCore::String const&amp;) + 75
78  com.apple.WebCore             	0x00cd49db WebCore::HTMLTokenizer::scriptExecution(WebCore::DeprecatedString const&amp;, WebCore::HTMLTokenizer::State, WebCore::DeprecatedString, int) + 363
79  com.apple.WebCore             	0x00cd5212 WebCore::HTMLTokenizer::notifyFinished(WebCore::CachedResource*) + 1138
80  com.apple.WebCore             	0x00b76eec WebCore::CachedScript::checkNotify() + 60
81  com.apple.WebCore             	0x00b77250 WebCore::CachedScript::data(WTF::PassRefPtr&lt;WebCore::SharedBuffer&gt;, bool) + 240
82  com.apple.WebCore             	0x00fb6580 WebCore::Loader::didFinishLoading(WebCore::SubresourceLoader*) + 288
83  com.apple.WebCore             	0x00f47fc1 WebCore::SubresourceLoader::didFinishLoading() + 49
84  com.apple.WebCore             	0x00f0e0d8 -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] + 72
85  com.apple.Foundation          	0x934a4357 -[NSURLConnection(NSURLConnectionReallyInternal) sendDidFinishLoading] + 87
86  com.apple.Foundation          	0x934a42e4 _NSURLConnectionDidFinishLoading + 68
87  com.apple.CFNetwork           	0x90188adf sendDidFinishLoadingCallback + 148
88  com.apple.CFNetwork           	0x901859d2 _CFURLConnectionSendCallbacks + 1908
89  com.apple.CFNetwork           	0x901851e3 muxerSourcePerform + 283
90  com.apple.CoreFoundation      	0x962e264e CFRunLoopRunSpecific + 3166
91  com.apple.CoreFoundation      	0x962e2d38 CFRunLoopRunInMode + 88
92  com.apple.HIToolbox           	0x923438a4 RunCurrentEventLoopInMode + 283
93  com.apple.HIToolbox           	0x923436bd ReceiveNextEventCommon + 374
94  com.apple.HIToolbox           	0x92343531 BlockUntilNextEventMatchingListInMode + 106
95  com.apple.AppKit              	0x94ee9d5b _DPSNextEvent + 657
96  com.apple.AppKit              	0x94ee96a0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
97  com.apple.Safari              	0x00009d4e 0x1000 + 36174
98  com.apple.AppKit              	0x94ee26d1 -[NSApplication run] + 795
99  com.apple.AppKit              	0x94eaf9ba NSApplicationMain + 574
100 com.apple.Safari              	0x00002876 0x1000 + 6262

Thread 1:
0   libSystem.B.dylib             	0x936d2ace __semwait_signal + 10
1   libSystem.B.dylib             	0x936fcced pthread_cond_wait$UNIX2003 + 73
2   com.apple.WebCore             	0x00ce9cbf WebCore::IconDatabase::syncThreadMainLoop() + 239
3   com.apple.WebCore             	0x00ce9dd5 WebCore::IconDatabase::iconDatabaseSyncThread() + 181
4   libSystem.B.dylib             	0x936fc075 _pthread_start + 321
5   libSystem.B.dylib             	0x936fbf32 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x936cb8e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x936d30dc mach_msg + 72
2   com.apple.CoreFoundation      	0x962e20fe CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x962e2d38 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x901807c2 CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib             	0x936fc075 _pthread_start + 321
6   libSystem.B.dylib             	0x936fbf32 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x936cb8e6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x936d30dc mach_msg + 72
2   com.apple.CoreFoundation      	0x962e20fe CFRunLoopRunSpecific + 1806
3   com.apple.CoreFoundation      	0x962e2d38 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x934a2560 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x9343f04d -[NSThread main] + 45
6   com.apple.Foundation          	0x9343ebf4 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x936fc075 _pthread_start + 321
8   libSystem.B.dylib             	0x936fbf32 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x9371af5a select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x936fc075 _pthread_start + 321
2   libSystem.B.dylib             	0x936fbf32 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x15c71bb4  ebx: 0x0036704b  ecx: 0x00000000  edx: 0x1965fac0
  edi: 0x18d4f9e0  esi: 0x15c7a400  ebp: 0xbfffbca8  esp: 0xbfffbc20
   ss: 0x0000001f  efl: 0x00010206  eip: 0x00367cdb   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0x00000044

Binary Images:
    0x1000 -   0x12efef  com.apple.Safari 3.0.4 (5523.10) &lt;c10a33847b3bae1843862f299f82c6ab&gt; /Applications/Safari.app/Contents/MacOS/Safari
  0x176000 -   0x177ffc +WebKitNightlyEnabler.dylib ??? (???) /Applications/WebKit.app/Contents/Resources/WebKitNightlyEnabler.dylib
  0x17c000 -   0x23afe7  com.apple.WebKit 525.1+ (525.1+) /Applications/WebKit.app/Contents/Frameworks/10.5/WebKit.framework/Versions/A/WebKit
  0x2cc000 -   0x2daff8  SyndicationUI ??? (???) &lt;8adc35e1eb5001dead3c18ee25f2e8db&gt; /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x2e9000 -   0x3c1ff3  com.apple.JavaScriptCore 525.1+ (525.1+) /Applications/WebKit.app/Contents/Frameworks/10.5/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0xafe000 -  0x115efff  com.apple.WebCore 525.1+ (525.1+) /Applications/WebKit.app/Contents/Frameworks/10.5/WebCore.framework/Versions/A/WebCore
0x129c3000 - 0x12aa9ff7  com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x12ac1000 - 0x12ac6ff3  libCGXCoreImage.A.dylib ??? (???) &lt;978986709159e5fe9e094df5efddac1d&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x15d8f000 - 0x15d8fffe  com.apple.JavaPluginCocoa 12.0.0 (12.0.0) &lt;02a9f23a8bfc902c32ac0adfb66d6816&gt; /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x15eba000 - 0x15ebffff  com.apple.DictionaryServiceComponent 1.1 (1.1) &lt;8edc1180f52db18e9ddfb4e95debe61b&gt; /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
0x18405000 - 0x1840cffd  com.apple.JavaVM 12.0.0 (12.0.0) &lt;44b9536fe4d7c7fcb3506adb695a180f&gt; /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x8fe00000 - 0x8fe2d883  dyld 95.3 (???) &lt;81592e798780564b5d46b988f7ee1a6a&gt; /usr/lib/dyld
0x90003000 - 0x9005fff7  com.apple.htmlrendering 68 (1.1.3) &lt;fe87a9dede38db00e6c8949942c6bd4f&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x900d0000 - 0x90111fe7  libRIP.A.dylib ??? (???) &lt;bdc6d70bf4ed3dace321b4ff76a353b3&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9011e000 - 0x9013dffa  libJPEG.dylib ??? (???) &lt;0cfb80109d624beb9ceb3c43b6c5ec10&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x9013e000 - 0x9015cfff  libresolv.9.dylib ??? (???) &lt;54e6a08c2f108bdf5916fb483d51961b&gt; /usr/lib/libresolv.9.dylib
0x90175000 - 0x901ecfe3  com.apple.CFNetwork 220 (220) &lt;0ae8fbcbadcb9bd8d673aa4531c0fcfc&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x9031d000 - 0x903cfffb  libcrypto.0.9.7.dylib ??? (???) &lt;330b0e48e67faffc8c22dfc069ca7a47&gt; /usr/lib/libcrypto.0.9.7.dylib
0x904bd000 - 0x904e4fff  libcups.2.dylib ??? (???) &lt;6b61eb99e6f5dd2d66cd224e9f82427d&gt; /usr/lib/libcups.2.dylib
0x904e5000 - 0x90542ffb  libstdc++.6.dylib ??? (???) &lt;04b812dcec670daa8b7d2852ab14be60&gt; /usr/lib/libstdc++.6.dylib
0x90543000 - 0x90543ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x90544000 - 0x90623fff  libobjc.A.dylib ??? (???) &lt;5eda47fec2d0e7853b3506aa1fd2dafa&gt; /usr/lib/libobjc.A.dylib
0x90676000 - 0x90677fef  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x90678000 - 0x9067cfff  libGIF.dylib ??? (???) &lt;d4234e6f5e5f530bdafb969157f1f17b&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x9067d000 - 0x9067dff8  com.apple.Cocoa 6.5 (???) &lt;e064f94d969ce25cb7de3cfb980c3249&gt; /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9067e000 - 0x906d8ff7  com.apple.CoreText 2.0.0 (???) &lt;7fa39cd5bc847615ec02e7c7a37c0508&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x906d9000 - 0x90a97fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x90ac8000 - 0x90ad4ff5  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x90ad5000 - 0x9116cfef  com.apple.CoreGraphics 1.351.0 (???) &lt;7a6f399039eed6dbe845c169f7d21a70&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x9116d000 - 0x91173fff  com.apple.print.framework.Print 218 (220) &lt;c35172175abbe554ddadd9b6401351fa&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x91174000 - 0x91174fff  com.apple.Carbon 136 (136) &lt;98a5e3bc0c4fa44bbb09713bb88707fe&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x91175000 - 0x9119dff7  com.apple.shortcut 1 (1.0) &lt;057783867138902b52bc0941fedb74d1&gt; /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x9119e000 - 0x9119effd  com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x9119f000 - 0x911ccfeb  libvDSP.dylib ??? (???) &lt;a26683d121ee0f96df9a9d0bfca36049&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x911cd000 - 0x91207ff7  com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x9127d000 - 0x912c7fe1  com.apple.securityinterface 3.0 (32532) &lt;f521dae416ce7a3bdd594b0d4e2fb517&gt; /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x9223e000 - 0x92262feb  libssl.0.9.7.dylib ??? (???) &lt;acee7fc534674498dcac211318aa23e8&gt; /usr/lib/libssl.0.9.7.dylib
0x92263000 - 0x92263ffd  com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x92264000 - 0x9226bfe9  libgcc_s.1.dylib ??? (???) &lt;f53c808e87d1184c0f9df63aef53ce0b&gt; /usr/lib/libgcc_s.1.dylib
0x9226c000 - 0x92313fff  com.apple.QD 3.11.50 (???) &lt;e2f71720ae1dad06a8883ac80775b21a&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x92314000 - 0x9261afff  com.apple.HIToolbox 1.5.0 (???) &lt;1b872a7151ee3f80c9c736a3e46d00d9&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x9261b000 - 0x92760ff7  com.apple.ImageIO.framework 2.0.0 (2.0.0) &lt;154d4d8cda2bd99518cbabc9f2d69833&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x927b2000 - 0x927c2ffc  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
0x927c3000 - 0x92b59ff7  com.apple.QuartzCore 1.5.1 (1.5.1) &lt;deb61cbeb3f734a1b2f4669f6268b9de&gt; /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x92ba8000 - 0x92c33ff7  com.apple.QTKit 7.3 (7.3) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x92c34000 - 0x92d15ff7  libxml2.2.dylib ??? (???) &lt;450ec38b57fb46013847cce851001a2f&gt; /usr/lib/libxml2.2.dylib
0x92d16000 - 0x92d17ffc  libffi.dylib ??? (???) &lt;a3b573eb950ca583290f7b2b4c486d09&gt; /usr/lib/libffi.dylib
0x92d18000 - 0x92daaff3  com.apple.ApplicationServices.ATS 3.0 (???) &lt;fb5f572243dbc370a0ea5efc8e81ae11&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x92dab000 - 0x92dabffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x92dac000 - 0x92daffff  com.apple.help 1.1 (36) &lt;b507b08e484cb89033e9cf23062d77de&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92db0000 - 0x92de6fff  com.apple.SystemConfiguration 1.9.0 (1.9.0) &lt;7919d9588c3b0d556646e555b7193f1f&gt; /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x92de7000 - 0x92e0afff  com.apple.CoreMediaPrivate 1.2 (1.2) &lt;f2f275de4f50406fbebc42603399f029&gt; /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x92e0b000 - 0x92e0bffa  com.apple.CoreServices 32 (32) &lt;2fcc8f3bd5bbfc000b476cad8e6a3dd2&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x92f63000 - 0x9342fffe  libGLProgrammability.dylib ??? (???) &lt;e8bc0af671427cf2b6279a035805a086&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x93435000 - 0x936aefe7  com.apple.Foundation 6.5.1 (677.1) &lt;85ac18c7cd454378db6122bea0c00965&gt; /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x936af000 - 0x936caffb  libPng.dylib ??? (???) &lt;b6abcac36ec7654ff3e1cfa786b0117b&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x936cb000 - 0x93825fe3  libSystem.B.dylib ??? (???) &lt;8ecc83dc0399be3946f7a46e88cf4bbb&gt; /usr/lib/libSystem.B.dylib
0x93826000 - 0x9385cfef  libtidy.A.dylib ??? (???) &lt;e4d3e7399fb83d7f145f9b4ec8196242&gt; /usr/lib/libtidy.A.dylib
0x9385d000 - 0x938adff7  com.apple.HIServices 1.6.0 (???) &lt;d74aa73e4cfd30a08fb169198a8d2539&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9391d000 - 0x93947fef  libauto.dylib ??? (???) &lt;d468bc4a8a69343f1748c293db1b57fb&gt; /usr/lib/libauto.dylib
0x93bc5000 - 0x93bd3ffd  libz.1.dylib ??? (???) &lt;5ddd8539ae2ebfd8e7cc1c57525385c7&gt; /usr/lib/libz.1.dylib
0x93c7e000 - 0x93cf2fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x93cf3000 - 0x93d32fef  libTIFF.dylib ??? (???) &lt;6d0f80e9d4d81f3f64c876aca005bd53&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93d52000 - 0x93d5cfeb  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
0x93d5d000 - 0x93d66fff  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
0x93d67000 - 0x93d6cfff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x93d6d000 - 0x93d85fff  com.apple.openscripting 1.2.6 (???) &lt;b8e553df643f2aec68fa968b3b459b2b&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x93f42000 - 0x93ff8fe3  com.apple.CoreServices.OSServices 210.2 (210.2) &lt;4ed69f07fc0f211ab32d1ee96e281fc2&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x94007000 - 0x9413fff7  libicucore.A.dylib ??? (???) &lt;afcea652ff2ec36885b2c81c57d06d4c&gt; /usr/lib/libicucore.A.dylib
0x94656000 - 0x946d0ff8  com.apple.print.framework.PrintCore 5.5 (245) &lt;9441d178f4b430cf92b67bf346646693&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x946d1000 - 0x946d1ffd  com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x946d2000 - 0x9475cfff  com.apple.framework.IOKit 1.5.1 (???) &lt;5176a7383151a19c962334009fef2c6d&gt; /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x9475d000 - 0x9476dfff  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
0x9476e000 - 0x947a0fff  com.apple.LDAPFramework 1.4.3 (106) &lt;3a5c9df6032143cd6bc2658a9d328d8e&gt; /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x947a1000 - 0x94868ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x94908000 - 0x94961fff  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x94962000 - 0x9499fff7  libGLImage.dylib ??? (???) &lt;202d73e6a4688fc06ff11b71910c2ce7&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x949a0000 - 0x949d9ffe  com.apple.securityfoundation 3.0 (32768) &lt;1e9885d63ced51f81bc1f39af624637d&gt; /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x949da000 - 0x949dcff5  libRadiance.dylib ??? (???) &lt;20eadb285da83df96c795c2c5fa20590&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x949dd000 - 0x949ecfff  libsasl2.2.dylib ??? (???) &lt;b9e1ca0b6612e280b6cbea6df0eec5f6&gt; /usr/lib/libsasl2.2.dylib
0x949ed000 - 0x94b6bfff  com.apple.AddressBook.framework 4.1 (687) &lt;3f005092d08e963eabe8f7f66c09cc1e&gt; /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94c64000 - 0x94c93fe3  com.apple.AE 402 (402) &lt;994ba8e884aefe7bf1fc5987df099e7b&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x94c94000 - 0x94ca1fe7  com.apple.opengl 1.5.5 (1.5.5) &lt;aa08b52d2a84b44dc6ee5d544a53fe8a&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x94ca2000 - 0x94d07ffb  com.apple.ISSupport 1.6 (34) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x94d08000 - 0x94d4dfef  com.apple.Metadata 10.5.0 (398) &lt;4fd74fba0062c2e08ec4b1c10b40ff63&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x94d4e000 - 0x94d6cff3  com.apple.DirectoryService.Framework 3.5 (3.5) &lt;899d8c9ee31b004a6ff73dab88982b1a&gt; /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x94d6d000 - 0x94d78ff9  com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x94d79000 - 0x94d7bfff  com.apple.CrashReporterSupport 10.5.0 (156) &lt;3088b785b10d03504ed02f3fee5d3aab&gt; /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x94d7c000 - 0x94e60ffb  com.apple.CoreData 100 (185) &lt;a4e63784275e25e62f57e75e0af0b94d&gt; /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94e61000 - 0x94e77fff  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
0x94e84000 - 0x94ea8fff  libxslt.1.dylib ??? (???) &lt;4933ddc7f6618743197aadc85b33b5ab&gt; /usr/lib/libxslt.1.dylib
0x94ea9000 - 0x956a3fef  com.apple.AppKit 6.5 (949) &lt;f8d0f6d0bb5ac092f48f42ca684bdb54&gt; /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x956a4000 - 0x956e0ff7  com.apple.CoreMediaIOServicesPrivate 1.2 (1.2) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x956e1000 - 0x95805fe3  com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x95853000 - 0x95b65fe2  com.apple.QuickTime 7.3.0 (7.3.0) &lt;adfe6f92ffe38bc57df6b8cb2e6ea9d9&gt; /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x95bab000 - 0x95fbbfef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x95fbc000 - 0x9604ffff  com.apple.ink.framework 101.3 (86) &lt;bf3fa8927b4b8baae92381a976fd2079&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x96050000 - 0x9605bfe7  libCSync.A.dylib ??? (???) &lt;df82fc093e498a9eb5490761cb292218&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x96066000 - 0x960edff7  libsqlite3.0.dylib ??? (???) &lt;273efcb717e89c21207c851d7d33fda4&gt; /usr/lib/libsqlite3.0.dylib
0x960ee000 - 0x960f5ff7  libCGATS.A.dylib ??? (???) &lt;9b29a5500efe01cc3adea67bbc42568e&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x960f6000 - 0x96182ff7  com.apple.LaunchServices 284 (284) &lt;0fb50a7a6fd38875f727fc2592a496e4&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x96183000 - 0x96232fff  com.apple.DesktopServices 1.4.3 (1.4.3) &lt;66d5ed56111c43d234e235d365d02469&gt; /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x96233000 - 0x9623affe  libbsm.dylib ??? (???) &lt;d25c63378a5029648ffd4b4669be31bf&gt; /usr/lib/libbsm.dylib
0x96245000 - 0x9625bfe7  com.apple.CoreVideo 1.5.0 (1.5.0) &lt;8947e88900afa1d2ca78b69bff98b0d7&gt; /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x9625c000 - 0x9625cff8  com.apple.ApplicationServices 34 (34) &lt;8f910fa65f01d401ad8d04cc933cf887&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x9626a000 - 0x9626ffff  com.apple.CommonPanels 1.2.4 (85) &lt;ea0665f57cd267609466ed8b2b20e893&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x96270000 - 0x963a2fe7  com.apple.CoreFoundation 6.5 (476) &lt;8bfebc0dbad6fc33bea0fa00a1b9ec37&gt; /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x963a3000 - 0x963a5fff  com.apple.securityhi 3.0 (30817) &lt;2b2854123fed609d1820d2779e2e0963&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x963a6000 - 0x96422feb  com.apple.audio.CoreAudio 3.1.0 (3.1) &lt;70bb7c657061631491029a61babe0b26&gt; /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x96423000 - 0x96437ff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x96438000 - 0x9647afef  com.apple.NavigationServices 3.5.1 (161) &lt;cc6bd78eabf1e2e7166914e9f12f5850&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x9647b000 - 0x9652bfff  edu.mit.Kerberos 6.0.11 (6.0.11) &lt;33c25789baedcd70a7e24881775dd9ad&gt; /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x9652c000 - 0x96805fe7  com.apple.CoreServices.CarbonCore 783 (783) &lt;8370e664eeb25edc98d5c1f5405b06ae&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x96806000 - 0x96815ffe  com.apple.DSObjCWrappers.Framework 1.2 (1.2) &lt;f5b58d1d3a855a63d493ccbec417a1e9&gt; /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x96816000 - 0x968e1fff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x96a19000 - 0x96a98ff5  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
0x96a99000 - 0x96aa1fff  com.apple.DiskArbitration 2.2 (2.2) &lt;1551b2af557fdf6f368f93e093933852&gt; /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x96aa2000 - 0x96ba3fff  com.apple.PubSub 1.0.1 (59) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x96ba4000 - 0x96d6dfef  com.apple.security 5.0.1 (32736) &lt;8c9eda0fcc1d8a571543025ac900715f&gt; /System/Library/Frameworks/Security.framework/Versions/A/Security
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>63249</commentid>
    <comment_count>1</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2007-12-04 09:46:06 -0800</bug_when>
    <thetext>Thanks for the bug report!



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

    </bug>

</bugzilla>