<?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>21121</bug_id>
          
          <creation_ts>2008-09-25 15:04:22 -0700</creation_ts>
          <short_desc>CSSCursorImageValue uses free&apos;d SVGCursorElement pointer</short_desc>
          <delta_ts>2008-09-26 01:06:47 -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>CSS</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>19762</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>92808</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-09-25 15:04:22 -0700</bug_when>
    <thetext>CSSCursorImageValue uses free&apos;d SVGCursorElement pointer

I don&apos;t know if this needs security treatment or not.  I&apos;m guessing not.

We saw this crash when running the layout tests in chromium, and I was able to reproduce it with a little effort in Safari.  Test attached.

Process:         Safari [20368]
Path:            /Applications/Safari.app/Contents/MacOS/Safari
Identifier:      com.apple.Safari
Version:         4.0 (5528.1)
Build Info:      WebBrowser-55280100~3
Code Type:       X86 (Native)
Parent Process:  perl [20360]

Date/Time:       2008-09-25 15:00:13.608 -0700
OS Version:      Mac OS X 10.5.5 (9F33)
Report Version:  6

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

Thread 0 Crashed:
0   com.apple.WebCore             	0x0329f622 WebCore::Node::document() const + 98 (Node.h:313)
1   com.apple.WebCore             	0x03236be5 WebCore::CSSCursorImageValue::~CSSCursorImageValue() + 243
2   com.apple.WebCore             	0x03231081 WTF::RefCounted&lt;WebCore::StyleBase&gt;::deref() + 53 (RefCounted.h:96)
3   com.apple.WebCore             	0x03231112 WTF::RefPtr&lt;WebCore::CSSValue&gt;::~RefPtr() + 34
4   com.apple.WebCore             	0x032541a3 WTF::VectorDestructor&lt;true, WTF::RefPtr&lt;WebCore::CSSValue&gt; &gt;::destruct(WTF::RefPtr&lt;WebCore::CSSValue&gt;*, WTF::RefPtr&lt;WebCore::CSSValue&gt;*) + 25 (Vector.h:79)
5   com.apple.WebCore             	0x032541cc WTF::VectorTypeOperations&lt;WTF::RefPtr&lt;WebCore::CSSValue&gt; &gt;::destruct(WTF::RefPtr&lt;WebCore::CSSValue&gt;*, WTF::RefPtr&lt;WebCore::CSSValue&gt;*) + 24 (Vector.h:235)
6   com.apple.WebCore             	0x0325424a WTF::Vector&lt;WTF::RefPtr&lt;WebCore::CSSValue&gt;, 0ul&gt;::shrink(unsigned long) + 124 (Vector.h:695)
7   com.apple.WebCore             	0x0325427c WTF::Vector&lt;WTF::RefPtr&lt;WebCore::CSSValue&gt;, 0ul&gt;::clear() + 34 (Vector.h:496)
8   com.apple.WebCore             	0x0325428f WTF::Vector&lt;WTF::RefPtr&lt;WebCore::CSSValue&gt;, 0ul&gt;::~Vector() + 17
9   com.apple.WebCore             	0x032bb3d7 WebCore::CSSValueList::~CSSValueList() + 41
10  com.apple.WebCore             	0x03231081 WTF::RefCounted&lt;WebCore::StyleBase&gt;::deref() + 53 (RefCounted.h:96)
11  com.apple.WebCore             	0x03231112 WTF::RefPtr&lt;WebCore::CSSValue&gt;::~RefPtr() + 34
12  com.apple.WebCore             	0x03211a8a WebCore::CSSProperty::~CSSProperty() + 20
13  com.apple.WebCore             	0x03253c38 WebCore::DeprecatedValueListNode&lt;WebCore::CSSProperty&gt;::~DeprecatedValueListNode() + 20
14  com.apple.WebCore             	0x032555d1 WebCore::DeprecatedValueList&lt;WebCore::CSSProperty&gt;::deleteNode(WebCore::DeprecatedValueListImplNode*) + 29 (DeprecatedValueList.h:136)
15  com.apple.WebCore             	0x033c94a3 WebCore::DeprecatedValueListImpl::Private::deleteList(WebCore::DeprecatedValueListImplNode*) + 37 (DeprecatedValueListImpl.cpp:109)
16  com.apple.WebCore             	0x033ca005 WebCore::DeprecatedValueListImpl::Private::~Private() + 27
17  com.apple.WebCore             	0x033ca0c5 WTF::RefCounted&lt;WebCore::DeprecatedValueListImpl::Private&gt;::deref() + 39 (RefCounted.h:96)
18  com.apple.WebCore             	0x033ca119 WTF::RefPtr&lt;WebCore::DeprecatedValueListImpl::Private&gt;::~RefPtr() + 31
19  com.apple.WebCore             	0x033c973b WebCore::DeprecatedValueListImpl::~DeprecatedValueListImpl() + 17
20  com.apple.WebCore             	0x0324f9b1 WebCore::DeprecatedValueList&lt;WebCore::CSSProperty&gt;::~DeprecatedValueList() + 17
21  com.apple.WebCore             	0x0324f9df WebCore::CSSMutableStyleDeclaration::~CSSMutableStyleDeclaration() + 43
22  com.apple.WebCore             	0x0324f851 WebCore::CSSMappedAttributeDeclaration::~CSSMappedAttributeDeclaration() + 111
23  com.apple.WebCore             	0x03231081 WTF::RefCounted&lt;WebCore::StyleBase&gt;::deref() + 53 (RefCounted.h:96)
24  com.apple.WebCore             	0x033e10ce WTF::RefPtr&lt;WebCore::CSSMappedAttributeDeclaration&gt;::~RefPtr() + 34
25  com.apple.WebCore             	0x036a1b1b WebCore::MappedAttribute::~MappedAttribute() + 41
26  com.apple.WebCore             	0x0321867b WTF::RefCounted&lt;WebCore::Attribute&gt;::deref() + 53 (RefCounted.h:96)
27  com.apple.WebCore             	0x032186c4 WTF::RefPtr&lt;WebCore::Attribute&gt;::~RefPtr() + 34
28  com.apple.WebCore             	0x0342724b WTF::VectorDestructor&lt;true, WTF::RefPtr&lt;WebCore::Attribute&gt; &gt;::destruct(WTF::RefPtr&lt;WebCore::Attribute&gt;*, WTF::RefPtr&lt;WebCore::Attribute&gt;*) + 25 (Vector.h:79)
29  com.apple.WebCore             	0x03427274 WTF::VectorTypeOperations&lt;WTF::RefPtr&lt;WebCore::Attribute&gt; &gt;::destruct(WTF::RefPtr&lt;WebCore::Attribute&gt;*, WTF::RefPtr&lt;WebCore::Attribute&gt;*) + 24 (Vector.h:235)
30  com.apple.WebCore             	0x034272f2 WTF::Vector&lt;WTF::RefPtr&lt;WebCore::Attribute&gt;, 0ul&gt;::shrink(unsigned long) + 124 (Vector.h:695)
31  com.apple.WebCore             	0x03427324 WTF::Vector&lt;WTF::RefPtr&lt;WebCore::Attribute&gt;, 0ul&gt;::clear() + 34 (Vector.h:496)
32  com.apple.WebCore             	0x036b0e83 WebCore::NamedAttrMap::clearAttributes() + 119 (NamedAttrMap.cpp:199)
33  com.apple.WebCore             	0x036b1d37 WebCore::NamedMappedAttrMap::clearAttributes() + 41 (NamedMappedAttrMap.cpp:38)
34  com.apple.WebCore             	0x036b06d2 WebCore::NamedAttrMap::detachFromElement() + 34 (NamedAttrMap.cpp:207)
35  com.apple.WebCore             	0x034259de WebCore::Element::~Element() + 92
36  com.apple.WebCore             	0x038920f3 WebCore::StyledElement::~StyledElement() + 81
37  com.apple.WebCore             	0x037eb0fe WebCore::SVGElement::~SVGElement() + 84
38  com.apple.WebCore             	0x03855c2b WebCore::SVGStyledElement::~SVGStyledElement() + 115
39  com.apple.WebCore             	0x03857a91 WebCore::SVGStyledLocatableElement::~SVGStyledLocatableElement() + 97
40  com.apple.WebCore             	0x0385842c WebCore::SVGStyledTransformableElement::~SVGStyledTransformableElement() + 184
41  com.apple.WebCore             	0x0383a669 WebCore::SVGRectElement::~SVGRectElement() + 339
42  com.apple.WebCore             	0x032edfb2 void WebCore::removeAllChildrenInContainer&lt;WebCore::Node, WebCore::ContainerNode&gt;(WebCore::ContainerNode*) + 240 (ContainerNodeAlgorithms.h:51)
43  com.apple.WebCore             	0x032eb1fb WebCore::ContainerNode::removeAllChildren() + 17 (ContainerNode.cpp:63)
44  com.apple.WebCore             	0x032ed78c WebCore::ContainerNode::~ContainerNode() + 56
45  com.apple.WebCore             	0x03425b69 WebCore::Element::~Element() + 487
46  com.apple.WebCore             	0x038920f3 WebCore::StyledElement::~StyledElement() + 81
47  com.apple.WebCore             	0x037eb0fe WebCore::SVGElement::~SVGElement() + 84
48  com.apple.WebCore             	0x03855c2b WebCore::SVGStyledElement::~SVGStyledElement() + 115
49  com.apple.WebCore             	0x03857a91 WebCore::SVGStyledLocatableElement::~SVGStyledLocatableElement() + 97
50  com.apple.WebCore             	0x03851717 WebCore::SVGSVGElement::~SVGSVGElement() + 455
51  com.apple.WebCore             	0x03218827 WebCore::TreeShared&lt;WebCore::Node&gt;::removedLastRef() + 37 (TreeShared.h:99)
52  com.apple.WebCore             	0x0385cad7 WebCore::TreeShared&lt;WebCore::Node&gt;::deref() + 219 (TreeShared.h:69)
53  com.apple.WebCore             	0x032095a3 WTF::RefPtr&lt;WebCore::Node&gt;::~RefPtr() + 31
54  com.apple.WebCore             	0x03608436 WebCore::JSNode::~JSNode() + 92
55  com.apple.WebCore             	0x035763a4 WebCore::JSEventTargetNode::~JSEventTargetNode() + 40
56  com.apple.WebCore             	0x035b7bb6 WebCore::JSElement::~JSElement() + 40
57  com.apple.WebCore             	0x0361a70e WebCore::JSSVGElement::~JSSVGElement() + 40
58  com.apple.WebCore             	0x0366fef6 WebCore::JSSVGSVGElement::~JSSVGSVGElement() + 38
59  com.apple.JavaScriptCore      	0x004b2975 unsigned long JSC::Heap::sweep&lt;(JSC::Heap::HeapType)0&gt;() + 355
60  com.apple.JavaScriptCore      	0x00459bef JSC::Heap::collect() + 471 (collector.cpp:977)
61  com.apple.WebCore             	0x03497f8b WebCore::GCController::garbageCollectNow() + 41 (GCController.cpp:79)
62  com.apple.WebKit              	0x0024124a -[WebView(WebPrivate) _close] + 1010 (WebView.mm:806)
63  com.apple.WebKit              	0x00231e34 -[WebView close] + 36 (WebView.mm:2155)
64  com.apple.Safari              	0x000fa6cf 0x1000 + 1021647
65  com.apple.Safari              	0x000e7f28 0x1000 + 945960
66  com.apple.Safari              	0x00038549 0x1000 + 226633
67  com.apple.Safari              	0x000382d9 0x1000 + 226009
68  com.apple.AppKit              	0x928d6b1d -[NSWindowController _windowDidClose] + 220
69  com.apple.Safari              	0x00037ca4 0x1000 + 224420
70  com.apple.Safari              	0x00037c02 0x1000 + 224258
71  com.apple.CoreFoundation      	0x94142c85 -[NSArray makeObjectsPerformSelector:] + 565
72  com.apple.AppKit              	0x9290801b -[NSApplication _deallocHardCore:] + 433
73  com.apple.AppKit              	0x92906d39 -[NSApplication terminate:] + 742
74  com.apple.AppKit              	0x92827b03 -[NSApplication sendAction:to:from:] + 112
75  com.apple.Safari              	0x0002add8 0x1000 + 171480
76  com.apple.AppKit              	0x928d6540 -[NSMenu performActionForItemAtIndex:] + 493
77  com.apple.AppKit              	0x928d6245 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 220
78  com.apple.AppKit              	0x928d5ecb -[NSMenu performKeyEquivalent:] + 866
79  com.apple.AppKit              	0x928d4770 -[NSApplication _handleKeyEquivalent:] + 492
80  com.apple.AppKit              	0x927f1733 -[NSApplication sendEvent:] + 3999
81  com.apple.Safari              	0x00029020 0x1000 + 163872
82  com.apple.AppKit              	0x9274ed0f -[NSApplication run] + 847
83  com.apple.AppKit              	0x9271bf14 NSApplicationMain + 574
84  com.apple.Safari              	0x000b2776 0x1000 + 726902

Thread 1:
0   libSystem.B.dylib             	0x96db668e __semwait_signal + 10
1   libSystem.B.dylib             	0x96de136d pthread_cond_wait$UNIX2003 + 73
2   com.apple.JavaScriptCore      	0x00532f0f WTF::ThreadCondition::wait(WTF::Mutex&amp;) + 39 (ThreadingPthreads.cpp:222)
3   com.apple.WebCore             	0x0352dc35 WebCore::IconDatabase::syncThreadMainLoop() + 641 (IconDatabase.cpp:1334)
4   com.apple.WebCore             	0x0352f044 WebCore::IconDatabase::iconDatabaseSyncThread() + 1198 (IconDatabase.cpp:1036)
5   com.apple.WebCore             	0x0352f073 WebCore::IconDatabase::iconDatabaseSyncThreadStart(void*) + 23 (IconDatabase.cpp:940)
6   libSystem.B.dylib             	0x96de06f5 _pthread_start + 321
7   libSystem.B.dylib             	0x96de05b2 thread_start + 34

Thread 2:
0   libSystem.B.dylib             	0x96daf4a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x96db6c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x940d40ce CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x940d4cf8 CFRunLoopRunInMode + 88
4   com.apple.CFNetwork           	0x9670eeca CFURLCacheWorkerThread(void*) + 396
5   libSystem.B.dylib             	0x96de06f5 _pthread_start + 321
6   libSystem.B.dylib             	0x96de05b2 thread_start + 34

Thread 3:
0   libSystem.B.dylib             	0x96daf4a6 mach_msg_trap + 10
1   libSystem.B.dylib             	0x96db6c9c mach_msg + 72
2   com.apple.CoreFoundation      	0x940d40ce CFRunLoopRunSpecific + 1790
3   com.apple.CoreFoundation      	0x940d4cf8 CFRunLoopRunInMode + 88
4   com.apple.Foundation          	0x9010a100 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
5   com.apple.Foundation          	0x900a6bad -[NSThread main] + 45
6   com.apple.Foundation          	0x900a6754 __NSThread__main__ + 308
7   libSystem.B.dylib             	0x96de06f5 _pthread_start + 321
8   libSystem.B.dylib             	0x96de05b2 thread_start + 34

Thread 4:
0   libSystem.B.dylib             	0x96daf506 semaphore_timedwait_signal_trap + 10
1   libSystem.B.dylib             	0x96de184f _pthread_cond_wait + 1244
2   libSystem.B.dylib             	0x96de30d3 pthread_cond_timedwait_relative_np + 47
3   com.apple.Foundation          	0x900ecb1c -[NSCondition waitUntilDate:] + 236
4   com.apple.Foundation          	0x900ec930 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
5   com.apple.Foundation          	0x900ec895 -[NSConditionLock lockWhenCondition:] + 69
6   com.apple.AppKit              	0x927bc358 -[NSUIHeartBeat _heartBeatThread:] + 753
7   com.apple.Foundation          	0x900a6bad -[NSThread main] + 45
8   com.apple.Foundation          	0x900a6754 __NSThread__main__ + 308
9   libSystem.B.dylib             	0x96de06f5 _pthread_start + 321
10  libSystem.B.dylib             	0x96de05b2 thread_start + 34

Thread 5:
0   libSystem.B.dylib             	0x96dff5e2 select$DARWIN_EXTSN + 10
1   libSystem.B.dylib             	0x96de06f5 _pthread_start + 321
2   libSystem.B.dylib             	0x96de05b2 thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0xc69a7b97  ebx: 0x0329f5cc  ecx: 0x032304a3  edx: 0x00000000
  edi: 0x00000001  esi: 0x1a64d514  ebp: 0xbfffde18  esp: 0xbfffddf0
   ss: 0x0000001f  efl: 0x00010292  eip: 0x0329f622   cs: 0x00000017
   ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
  cr2: 0xc69a7b97

Binary Images:
    0x1000 -   0x142fef  com.apple.Safari 4.0 (5528.1) &lt;88983e9de4325a60c903ef39a2293d27&gt; /Applications/Safari.app/Contents/MacOS/Safari
  0x18f000 -   0x2a2ff3  com.apple.WebKit 528+ (528.4+) &lt;751e55c1b908fb475983f3227dda738c&gt; /Users/eseidel/Projects/build/Debug/WebKit.framework/Versions/A/WebKit
  0x42c000 -   0x43bff8  SyndicationUI ??? (???) &lt;1fe4e2e3c35f575a6122b9192644dae4&gt; /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
  0x44b000 -   0x5c3fe8  com.apple.JavaScriptCore 528+ (528.4+) &lt;a669c77e7bed42b1fff24093051d1f07&gt; /Users/eseidel/Projects/build/Debug/JavaScriptCore.framework/Versions/A/JavaScriptCore
  0xa00000 -   0xb1eff7  com.apple.RawCamera.bundle 2.0.8 (2.0.8) &lt;56067945130800a348eb076676d41e92&gt; /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
  0xcbd000 -   0xcc2ff3  libCGXCoreImage.A.dylib ??? (???) &lt;31761f6461b8dd390dc4df480b1fb564&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
 0x3206000 -  0x4544fe2  com.apple.WebCore 528+ (528.4+) &lt;01caa076e12344f6f850a25bc710dd68&gt; /Users/eseidel/Projects/build/Debug/WebCore.framework/Versions/A/WebCore
0x1be00000 - 0x1be05fff  com.apple.DictionaryServiceComponent 1.1 (1.1) &lt;8edc1180f52db18e9ddfb4e95debe61b&gt; /System/Library/Components/DictionaryService.component/Contents/MacOS/DictionaryService
0x1be31000 - 0x1be32ffc  com.apple.JavaPluginCocoa 12.1.0 (12.1.0) &lt;d21a12c5668d4d89bfe492a5223a75cc&gt; /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
0x1be81000 - 0x1bef2fff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
0x1c0b4000 - 0x1c0b9ffd  com.apple.JavaVM 12.1.0 (12.1.0) &lt;25c546c36e5bed978579d281080ab4c8&gt; /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
0x8fe00000 - 0x8fe2da53  dyld 96.2 (???) &lt;7af47d3b00b2268947563c7fa8c59a07&gt; /usr/lib/dyld
0x9009c000 - 0x90317fe7  com.apple.Foundation 6.5.6 (677.21) &lt;5cfa0aa8b9b43193955d601ba6c2591a&gt; /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x90318000 - 0x90326ffd  libz.1.dylib ??? (???) &lt;5ddd8539ae2ebfd8e7cc1c57525385c7&gt; /usr/lib/libz.1.dylib
0x9039a000 - 0x906bcfe2  com.apple.QuickTime 7.5.5 (990.7) &lt;87077cec43c7e9b02c8ee80e50b8b81f&gt; /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x906bd000 - 0x906c4ffe  libbsm.dylib ??? (???) &lt;d25c63378a5029648ffd4b4669be31bf&gt; /usr/lib/libbsm.dylib
0x906c5000 - 0x906c5ffe  com.apple.quartzframework 1.5 (1.5) &lt;4b8f505e32e4f2d67967a276401f9aaf&gt; /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x906c6000 - 0x90722ff7  com.apple.htmlrendering 68 (1.1.3) &lt;fe87a9dede38db00e6c8949942c6bd4f&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x90723000 - 0x90741fff  libresolv.9.dylib ??? (???) &lt;a8018c42930596593ddf27f7c20fe7af&gt; /usr/lib/libresolv.9.dylib
0x90773000 - 0x90806fff  com.apple.ink.framework 101.3 (86) &lt;bf3fa8927b4b8baae92381a976fd2079&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x90807000 - 0x9080efe9  libgcc_s.1.dylib ??? (???) &lt;f53c808e87d1184c0f9df63aef53ce0b&gt; /usr/lib/libgcc_s.1.dylib
0x9080f000 - 0x90833fff  libxslt.1.dylib ??? (???) &lt;4933ddc7f6618743197aadc85b33b5ab&gt; /usr/lib/libxslt.1.dylib
0x90834000 - 0x90c44fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x90c45000 - 0x90c45ffe  com.apple.MonitorPanelFramework 1.2.0 (1.2.0) &lt;a2b462be6c51187eddf7d097ef0e0a04&gt; /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x90c5e000 - 0x90c6effc  com.apple.LangAnalysis 1.6.4 (1.6.4) &lt;8b7831b5f74a950a56cf2d22a2d436f6&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x90c6f000 - 0x90d70fff  com.apple.PubSub 1.0.3 (65.3) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x90d71000 - 0x90d78fff  com.apple.agl 3.0.9 (AGL-3.0.9) &lt;aeab67ef267f8295ae80fddc197b52a5&gt; /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x90d79000 - 0x90e1bff3  com.apple.QuickTimeImporters.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
0x90efd000 - 0x90efeffc  libffi.dylib ??? (???) &lt;a3b573eb950ca583290f7b2b4c486d09&gt; /usr/lib/libffi.dylib
0x90f6d000 - 0x90fa4fff  com.apple.SystemConfiguration 1.9.2 (1.9.2) &lt;8b26ebf26a009a098484f1ed01ec499c&gt; /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x90fa5000 - 0x90fa5ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x90fa6000 - 0x91039ff3  com.apple.ApplicationServices.ATS 3.4 (???) &lt;a96cd91dabc68545183c11de8f92c7e4&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9103a000 - 0x916d6fff  com.apple.CoreGraphics 1.351.33 (???) &lt;481a77e81d9e53589a05e80cfa90bbb5&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x916d7000 - 0x916fffff  libcups.2.dylib ??? (???) &lt;bddaa132350e872b9d6d8b7e57f204d1&gt; /usr/lib/libcups.2.dylib
0x91700000 - 0x918cefff  com.apple.security 5.0.4 (34102) &lt;f01d6cbd6a0f24f6c13952ed448e77d6&gt; /System/Library/Frameworks/Security.framework/Versions/A/Security
0x918cf000 - 0x91ba9ff3  com.apple.CoreServices.CarbonCore 786.6 (786.6) &lt;5682aae1e2cf5ae750d5a4dea98c084c&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x91baa000 - 0x91bafffb  com.apple.DisplayServicesFW 2.0 (2.0) &lt;8953865f53e940007a4e4ac5390d3c95&gt; /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x91bb0000 - 0x91beafe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x91c08000 - 0x91c1efff  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
0x91c1f000 - 0x91d65ff7  com.apple.ImageIO.framework 2.0.4 (2.0.4) &lt;6a6623d3d1a7292b5c3763dcd108b55f&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91d6c000 - 0x91ea4ff7  libicucore.A.dylib ??? (???) &lt;3d8fdaf51c2664ab620f1688203caf26&gt; /usr/lib/libicucore.A.dylib
0x91ea5000 - 0x91f70fff  com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91f71000 - 0x9230efe7  com.apple.QuartzCore 1.5.5 (1.5.5) &lt;82435993614a3fff1236be18f82188bf&gt; /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x9230f000 - 0x92314fff  com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x92315000 - 0x92320fe7  libCSync.A.dylib ??? (???) &lt;86d2f2e167ba6f74f45a186f5c7f8980&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x92321000 - 0x9232bfeb  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
0x9232c000 - 0x92357fe7  libauto.dylib ??? (???) &lt;42d8422dc23a18071869fdf7b5d8fab5&gt; /usr/lib/libauto.dylib
0x92358000 - 0x923b1ff7  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x923b2000 - 0x923d0ff7  com.apple.QuickLookFramework 1.3 (170.7) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x923d1000 - 0x923d1ffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x923d2000 - 0x923d2ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x923d3000 - 0x9240cffe  com.apple.securityfoundation 3.0 (32989) &lt;e9171eda22c69c884a04a001aeb526e0&gt; /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x9240d000 - 0x92714fff  com.apple.HIToolbox 1.5.4 (???) &lt;5e2af960b53059c648af4adb99471032&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x92715000 - 0x92715ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x92716000 - 0x92f13fef  com.apple.AppKit 6.5.3 (949.34) &lt;4c7af9b12c894d4a528fda29377f143b&gt; /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x92f14000 - 0x92f52fff  libGLImage.dylib ??? (???) &lt;f0fe2252f6b1ca341bc7837fe2dcf11a&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x92f53000 - 0x92fa3ff7  com.apple.HIServices 1.7.0 (???) &lt;f7e78891a6d08265c83dca8e378be1ea&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9376d000 - 0x937d3ffb  com.apple.ISSupport 1.7 (38) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x937d4000 - 0x937f2ff3  com.apple.DirectoryService.Framework 3.5.5 (3.5.5) &lt;4b81063df189bc462f012a169474fcbc&gt; /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x937f3000 - 0x937fbfff  com.apple.DiskArbitration 2.2.1 (2.2.1) &lt;75b0c8d8940a8a27816961dddcac8e0f&gt; /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x937fc000 - 0x9380cfff  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
0x9380d000 - 0x93843fef  libtidy.A.dylib ??? (???) &lt;f1d1742e06280444baa5637b209fd0af&gt; /usr/lib/libtidy.A.dylib
0x93844000 - 0x93846fff  com.apple.CrashReporterSupport 10.5.5 (159) &lt;9a0fe0419410218e5b1a25c08d4531cd&gt; /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x93847000 - 0x938c3feb  com.apple.audio.CoreAudio 3.1.0 (3.1) &lt;70bb7c657061631491029a61babe0b26&gt; /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9398e000 - 0x93b49ff3  com.apple.QuartzComposer 2.1 (106.5) &lt;1a52b406a3f3d04387c822da4a93c245&gt; /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x93c13000 - 0x93c6dff7  com.apple.CoreText 2.0.3 (???) &lt;1f1a97273753e6cfea86c810d6277680&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x93c6e000 - 0x93cf8fe3  com.apple.DesktopServices 1.4.7 (1.4.7) &lt;d16642ba22c32f67be793ebfbe67ca3a&gt; /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x93cf9000 - 0x93cfbff5  libRadiance.dylib ??? (???) &lt;8a844202fcd65662bb9ab25f08c45a62&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x93d08000 - 0x93d37fe3  com.apple.AE 402.2 (402.2) &lt;e01596187e91af5d48653920017b8c8e&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x93d38000 - 0x93d79fe7  libRIP.A.dylib ??? (???) &lt;1f09316e876fe813271bdfb9eb5b229e&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x93d7a000 - 0x93e41ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x93e42000 - 0x93e81fef  libTIFF.dylib ??? (???) &lt;3589442575ac77746ae99ecf724f5f87&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x93e82000 - 0x93e9dffb  libPng.dylib ??? (???) &lt;4780e979d35aa5ec2cea22678836cea5&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x93e9e000 - 0x93ecfffb  com.apple.quartzfilters 1.5.0 (1.5.0) &lt;22581f8fe9dd2cb261f97a897407ec3e&gt; /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x93ed0000 - 0x93f19fef  com.apple.Metadata 10.5.2 (398.22) &lt;a6b676925dd832780daf991e79adfebd&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x93f1a000 - 0x93f94ff8  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
0x93f95000 - 0x93fa4fff  libsasl2.2.dylib ??? (???) &lt;b9e1ca0b6612e280b6cbea6df0eec5f6&gt; /usr/lib/libsasl2.2.dylib
0x93fa5000 - 0x93fa9fff  com.apple.OpenDirectory 10.5 (10.5) &lt;e7e4507f5ecd8c8cdcdb2fc0675da0b4&gt; /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x93faa000 - 0x9405cffb  libcrypto.0.9.7.dylib ??? (???) &lt;69bc2457aa23f12fa7d052601d48fa29&gt; /usr/lib/libcrypto.0.9.7.dylib
0x9405d000 - 0x94061fff  libGIF.dylib ??? (???) &lt;572a32e46e33be1ec041c5ef5b0341ae&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x94062000 - 0x94194fff  com.apple.CoreFoundation 6.5.4 (476.15) &lt;e2869ad6dc1dd289f21b305b0bea9158&gt; /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x94195000 - 0x94195ffa  com.apple.CoreServices 32 (32) &lt;2fcc8f3bd5bbfc000b476cad8e6a3dd2&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x94196000 - 0x941c8fff  com.apple.LDAPFramework 1.4.5 (110) &lt;cc04500cf7b6edccc75bb3fe2973f72c&gt; /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x941c9000 - 0x941c9ff8  com.apple.Cocoa 6.5 (???) &lt;e064f94d969ce25cb7de3cfb980c3249&gt; /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x941ca000 - 0x94227ffb  libstdc++.6.dylib ??? (???) &lt;04b812dcec670daa8b7d2852ab14be60&gt; /usr/lib/libstdc++.6.dylib
0x94228000 - 0x94239ffe  com.apple.CFOpenDirectory 10.5 (10.5) &lt;6a7f55108d77db7384d0e2219d07e9f8&gt; /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x9423f000 - 0x94269fff  com.apple.CoreMediaPrivate 11.0 (11.0) &lt;e37d6ebd5934b482c864ba6eaf122488&gt; /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMediaPrivate
0x9426a000 - 0x942aefeb  com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) &lt;7e80635e8f1380dbf4af27e17e709fcb&gt; /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
0x942af000 - 0x94336ff7  libsqlite3.0.dylib ??? (???) &lt;6978bbcca4277d6ae9f042beff643f7d&gt; /usr/lib/libsqlite3.0.dylib
0x94337000 - 0x9441cff3  com.apple.CoreData 100.1 (186) &lt;8e28162ef2288692615b52acc01f8b54&gt; /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x94577000 - 0x945c6fff  com.apple.QuickLookUIFramework 1.3 (170.7) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x945c7000 - 0x945c7ff8  com.apple.ApplicationServices 34 (34) &lt;8f910fa65f01d401ad8d04cc933cf887&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x945c8000 - 0x94612fe1  com.apple.securityinterface 3.0 (32532) &lt;f521dae416ce7a3bdd594b0d4e2fb517&gt; /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x946f8000 - 0x946ffff7  libCGATS.A.dylib ??? (???) &lt;973c01cc14f3d673270e269ccfaec660&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94700000 - 0x94742fef  com.apple.NavigationServices 3.5.2 (163) &lt;91844980804067b07a0b6124310d3f31&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x94743000 - 0x94767feb  libssl.0.9.7.dylib ??? (???) &lt;c7359b7ab32b5f8574520746e10a41cc&gt; /usr/lib/libssl.0.9.7.dylib
0x9477c000 - 0x94c4df3e  libGLProgrammability.dylib ??? (???) &lt;fe1a33d4919c121aab831ad516da6a89&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x94c4e000 - 0x94c5dffe  com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) &lt;eac1c7b7c07ed3148c85934b6f656308&gt; /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94c5e000 - 0x94d05feb  com.apple.QD 3.11.54 (???) &lt;b743398c24c38e581a86e91744a2ba6e&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x94d06000 - 0x94e85fff  com.apple.AddressBook.framework 4.1.1 (696) &lt;bb7f2d5f0b2d180288cd959cd9ba6c1a&gt; /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94e86000 - 0x94ec5fff  com.apple.CoreMediaIOServicesPrivate 12.0 (12.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions/A/CoreMediaIOServicesPrivate
0x94ec6000 - 0x94ecffff  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
0x94ed3000 - 0x94f81ffb  com.apple.QTKit 7.5.5 (990.7) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x94f82000 - 0x950bafe7  com.apple.imageKit 1.0.2 (1.0) &lt;5eee702fe546c8c881acfc65c41ad178&gt; /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x950bb000 - 0x950c1fff  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
0x950c2000 - 0x950c2fff  com.apple.Carbon 136 (136) &lt;98a5e3bc0c4fa44bbb09713bb88707fe&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x950c3000 - 0x950c5fff  com.apple.securityhi 3.0 (30817) &lt;2b2854123fed609d1820d2779e2e0963&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x950c6000 - 0x95180fe3  com.apple.CoreServices.OSServices 226.5 (226.5) &lt;2a135d4fb16f4954290f7b72b4111aa3&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x95181000 - 0x95195ff3  com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x95409000 - 0x95436feb  libvDSP.dylib ??? (???) &lt;b232c018ddd040ec4e2c2af632dd497f&gt; /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x95437000 - 0x95443ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x95444000 - 0x9545cfff  com.apple.openscripting 1.2.8 (???) &lt;572c7452d7e740e8948a5ad07a99602b&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x9545d000 - 0x954dafef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x954db000 - 0x96490ffe  com.apple.QuickTimeComponents.component 7.5.5 (990.7) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x965f3000 - 0x966d3fff  libobjc.A.dylib ??? (???) &lt;7b92613fdf804fd9a0a3733a0674c30b&gt; /usr/lib/libobjc.A.dylib
0x966e2000 - 0x966e2ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
0x966e3000 - 0x96702ffa  libJPEG.dylib ??? (???) &lt;e7eb56555109e23144924cd64aa8daec&gt; /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x96703000 - 0x96787fe3  com.apple.CFNetwork 339.5 (339.5) &lt;c6565c13b0356e1d4bb99a68398d558b&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x96788000 - 0x96838fff  edu.mit.Kerberos 6.0.12 (6.0.12) &lt;da7253e3fb7e47e46cb46d47ed320ffc&gt; /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x96839000 - 0x96861ff7  com.apple.shortcut 1 (1.0) &lt;057783867138902b52bc0941fedb74d1&gt; /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x96862000 - 0x96c20fea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x96c21000 - 0x96d45fe3  com.apple.audio.toolbox.AudioToolbox 1.5.1 (1.5.1) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x96d46000 - 0x96d96feb  com.apple.framework.familycontrols 1.0.2 (1.0.2) &lt;90f740755beef77835545ede9e5e975d&gt; /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x96d97000 - 0x96dadfe7  com.apple.CoreVideo 1.5.1 (1.5.1) &lt;001910004257f1386724398f584b30b5&gt; /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x96dae000 - 0x96f0eff3  libSystem.B.dylib ??? (???) &lt;a12f397abf2285077b89bd726bff5b18&gt; /usr/lib/libSystem.B.dylib
0x96f0f000 - 0x96f13fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
0x96f14000 - 0x96ff5ff7  libxml2.2.dylib ??? (???) &lt;de34eb9b43eb7d4a4e0b7f25529efa12&gt; /usr/lib/libxml2.2.dylib
0x96ff6000 - 0x97068fff  com.apple.PDFKit 2.1.1 (2.1.1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x97069000 - 0x97075ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x97076000 - 0x9707bfff  com.apple.CommonPanels 1.2.4 (85) &lt;ea0665f57cd267609466ed8b2b20e893&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x9707c000 - 0x970fbff5  com.apple.SearchKit 1.2.1 (1.2.1) &lt;3140a605db2abf56b237fa156a08b28b&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x970fc000 - 0x97188ff7  com.apple.LaunchServices 290 (290) &lt;61af37aac50984d220dd176f777e3b72&gt; /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x97189000 - 0x97196fe7  com.apple.opengl 1.5.7 (1.5.7) &lt;db835aeb1ffca9f5b5647dd0829a5b2c&gt; /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x97197000 - 0x9719afff  com.apple.help 1.1 (36) &lt;b507b08e484cb89033e9cf23062d77de&gt; /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9719b000 - 0x97226fff  com.apple.framework.IOKit 1.5.1 (???) &lt;324526f69e1443f2f9fb722cc88a23ec&gt; /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
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>92809</commentid>
    <comment_count>1</comment_count>
      <attachid>23823</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-09-25 15:05:36 -0700</bug_when>
    <thetext>Created attachment 23823
crashing test case

I&apos;m not sure this reduction is 100% right.  I haven&apos;t seen it crash every time, but I&apos;ve definitely seen it crash.  The layout tests under svg/dynamic-tests/SVGCursor* crash in chromium every time.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>92810</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-09-25 15:10:35 -0700</bug_when>
    <thetext>Niko wrote this code.  I think we fix this by having an SVGCursorElement force a full style-recalc every time it dies, or removing the week pointers.  Because the style rule containing the CSSCursorImageValue could be document-wide, so we can&apos;t just go to the &quot;clients&quot; and have them re-calc, we need to make sure the CSSCursorImageValue itself is recalc&apos;d or?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>92875</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2008-09-26 00:22:53 -0700</bug_when>
    <thetext>Looks like a duplicate of bug 19762 to me, although the stack traces are a bit different.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>92885</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-09-26 01:06:47 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 19762 ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>23823</attachid>
            <date>2008-09-25 15:05:36 -0700</date>
            <delta_ts>2008-09-25 15:05:36 -0700</delta_ts>
            <desc>crashing test case</desc>
            <filename>svg-cursor-crash.svg</filename>
            <type>image/svg+xml</type>
            <size>765</size>
            <attacher name="Eric Seidel (no email)">eric</attacher>
            
              <data encoding="base64">PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw
Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBvbmxvYWQ9InRlc3RMb2FkZWQoKSI+CiAgPGRlZnM+
CiAgICA8Y3Vyc29yIGlkPSJjdXJzb3IiIHhsaW5rOmhyZWY9ImZvby5wbmciIC8+CiAgPC9kZWZz
PgogIDxyZWN0IGlkPSJyZWN0IiBjdXJzb3I9InVybCgjY3Vyc29yKSIgd2lkdGg9IjEwMCIgaGVp
Z2h0PSIxMDAiIGZpbGw9ImJsdWUiIC8+CiAgPHNjcmlwdD4KICA8IVtDREFUQVsKICAgIGZ1bmN0
aW9uIHRlc3RMb2FkZWQoKSB7CiAgICAgIHZhciByZWN0ID0gZG9jdW1lbnQuZ2V0RWxlbWVudEJ5
SWQoInJlY3QiKTsKICAgICAgdmFyIGN1cnNvciA9IGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCJj
dXJzb3IiKTsKICAgICAgY3Vyc29yLnBhcmVudE5vZGUucmVtb3ZlQ2hpbGQoY3Vyc29yKTsKICAg
ICAgCiAgICAgIC8vIHRlYXIgZG93biB0aGUgY3Vyc29yIG9iamVjdCwgaXQgd29uJ3QgdGVsbCB0
aGUgcmVjdCdzIENTUyB2YWx1ZSB0aGF0IGl0IGlzIGdvbmUKICAgICAgY3Vyc29yID0gbnVsbDsK
ICAgICAgCiAgICAgIC8vIGZvcmNlIGEgR0MKICAgICAgZm9yICh2YXIgeCA9IDA7IHggPCA0MDAw
MDA7IHgrKykKICAgICAgICBuZXcgRGF0ZSgpOwogICAgICAKICAgICAgLy8gbm93IHRlYXIgZG93
biB0aGUgcmVjdCwgdGhpcyBzaG91bGQgY3Jhc2gKICAgICAgcmVjdCA9IG51bGw7CiAgICB9CiAg
XV0+CiAgPC9zY3JpcHQ+Cjwvc3ZnPgoK
</data>

          </attachment>
      

    </bug>

</bugzilla>