<?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>13124</bug_id>
          
          <creation_ts>2007-03-19 17:08:55 -0700</creation_ts>
          <short_desc>REGRESSION: Reproducible crash in Widget::getView</short_desc>
          <delta_ts>2007-03-23 21:24:11 -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>WebCore Misc.</component>
          <version>523.x (Safari 3)</version>
          <rep_platform>All</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>HasReduction, InRadar, Regression</keywords>
          <priority>P1</priority>
          <bug_severity>Major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tom Brown">tom</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>mitz</cc>
    
    <cc>mrowe</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>18304</commentid>
    <comment_count>0</comment_count>
    <who name="Tom Brown">tom</who>
    <bug_when>2007-03-19 17:08:55 -0700</bug_when>
    <thetext>Within my webapp, a certain interaction *always* causes a crash. It appears as though javascript code continues to execute in the context of a GC&apos;d window. As of yet, I have not been able to create a reduction or successfully break before the crash in drosera.

The interaction involves 3 windows (1 outer window, 1 outer iframe, and 1 nested iframe):
1) The nested iframe initiates an AJAX request in the context of the outer window.
2) When the AJAX request completes, the outer window replaces the outer iframe with another iframe.
3) One of the iframe elements attempts to initiate another AJAX request in the context of the outer window.
4) The iframe has been cleaned up, and crashes attempting to call &quot;Window::retrieveActive(exec)-&gt;frame()-&gt;document()&quot; because there is no associated frame.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18240</commentid>
    <comment_count>1</comment_count>
    <who name="Tom Brown">tom</who>
    <bug_when>2007-03-19 17:09:43 -0700</bug_when>
    <thetext>Backtrace from the crash.

Date/Time:      2007-03-19 18:05:20.095 -0600
OS Version:     10.4.8 (Build 8L2127)
Report Version: 4

Command: Safari
Path:    /Applications/Safari.app/Contents/MacOS/Safari
Parent:  bash [411]

Version:        2.0.4 (419.3)
Build Version:  2
Project Name:   WebBrowser
Source Version: 4190300

PID:    13286
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x0000000c

Thread 0 Crashed:
0   com.apple.WebCore        	0x010b5049 WebCore::Frame::document() const + 9 (Frame.cpp:297)
1   com.apple.WebCore        	0x0122c3b3 KJS::JSXMLHttpRequestPrototypeFunction::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 789 (JSXMLHttpRequest.cpp:218)
2   com.apple.JavaScriptCore 	0x004fa67e KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 210 (object.cpp:97)
3   com.apple.JavaScriptCore 	0x004f15cc KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 944 (nodes.cpp:781)
4   com.apple.JavaScriptCore 	0x004ee784 KJS::ExprStatementNode::execute(KJS::ExecState*) + 148 (nodes.cpp:1681)
5   com.apple.JavaScriptCore 	0x004ec4b2 KJS::SourceElementsNode::execute(KJS::ExecState*) + 566 (nodes.cpp:2464)
6   com.apple.JavaScriptCore 	0x004eacb4 KJS::BlockNode::execute(KJS::ExecState*) + 140 (nodes.cpp:1657)
7   com.apple.JavaScriptCore 	0x004de320 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 50 (function.cpp:362)
8   com.apple.JavaScriptCore 	0x004e01f7 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 573 (function.cpp:111)
9   com.apple.JavaScriptCore 	0x004fa67e KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 210 (object.cpp:97)
10  com.apple.JavaScriptCore 	0x004f15cc KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 944 (nodes.cpp:781)
11  com.apple.JavaScriptCore 	0x004ee784 KJS::ExprStatementNode::execute(KJS::ExecState*) + 148 (nodes.cpp:1681)
12  com.apple.JavaScriptCore 	0x004ec4b2 KJS::SourceElementsNode::execute(KJS::ExecState*) + 566 (nodes.cpp:2464)
13  com.apple.JavaScriptCore 	0x004eacb4 KJS::BlockNode::execute(KJS::ExecState*) + 140 (nodes.cpp:1657)
14  com.apple.JavaScriptCore 	0x004de320 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 50 (function.cpp:362)
15  com.apple.JavaScriptCore 	0x004e01f7 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 573 (function.cpp:111)
16  com.apple.JavaScriptCore 	0x004fa67e KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 210 (object.cpp:97)
17  com.apple.JavaScriptCore 	0x004f15cc KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 944 (nodes.cpp:781)
18  com.apple.JavaScriptCore 	0x004ee784 KJS::ExprStatementNode::execute(KJS::ExecState*) + 148 (nodes.cpp:1681)
19  com.apple.JavaScriptCore 	0x004ec37c KJS::SourceElementsNode::execute(KJS::ExecState*) + 256 (nodes.cpp:2458)
20  com.apple.JavaScriptCore 	0x004eacb4 KJS::BlockNode::execute(KJS::ExecState*) + 140 (nodes.cpp:1657)
21  com.apple.JavaScriptCore 	0x004ee678 KJS::IfNode::execute(KJS::ExecState*) + 420 (nodes.cpp:1700)
22  com.apple.JavaScriptCore 	0x004ec4b2 KJS::SourceElementsNode::execute(KJS::ExecState*) + 566 (nodes.cpp:2464)
23  com.apple.JavaScriptCore 	0x004eacb4 KJS::BlockNode::execute(KJS::ExecState*) + 140 (nodes.cpp:1657)
24  com.apple.JavaScriptCore 	0x004de320 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 50 (function.cpp:362)
25  com.apple.JavaScriptCore 	0x004e01f7 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 573 (function.cpp:111)
26  com.apple.JavaScriptCore 	0x004fa67e KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 210 (object.cpp:97)
27  com.apple.JavaScriptCore 	0x004f15cc KJS::FunctionCallDotNode::evaluate(KJS::ExecState*) + 944 (nodes.cpp:781)
28  com.apple.JavaScriptCore 	0x004ee784 KJS::ExprStatementNode::execute(KJS::ExecState*) + 148 (nodes.cpp:1681)
29  com.apple.JavaScriptCore 	0x004ec37c KJS::SourceElementsNode::execute(KJS::ExecState*) + 256 (nodes.cpp:2458)
30  com.apple.JavaScriptCore 	0x004eacb4 KJS::BlockNode::execute(KJS::ExecState*) + 140 (nodes.cpp:1657)
31  com.apple.JavaScriptCore 	0x004ee6df KJS::IfNode::execute(KJS::ExecState*) + 523 (nodes.cpp:1707)
32  com.apple.JavaScriptCore 	0x004ec4b2 KJS::SourceElementsNode::execute(KJS::ExecState*) + 566 (nodes.cpp:2464)
33  com.apple.JavaScriptCore 	0x004eacb4 KJS::BlockNode::execute(KJS::ExecState*) + 140 (nodes.cpp:1657)
34  com.apple.JavaScriptCore 	0x004ee678 KJS::IfNode::execute(KJS::ExecState*) + 420 (nodes.cpp:1700)
35  com.apple.JavaScriptCore 	0x004ec4b2 KJS::SourceElementsNode::execute(KJS::ExecState*) + 566 (nodes.cpp:2464)
36  com.apple.JavaScriptCore 	0x004eacb4 KJS::BlockNode::execute(KJS::ExecState*) + 140 (nodes.cpp:1657)
37  com.apple.JavaScriptCore 	0x004ee678 KJS::IfNode::execute(KJS::ExecState*) + 420 (nodes.cpp:1700)
38  com.apple.JavaScriptCore 	0x004ec4b2 KJS::SourceElementsNode::execute(KJS::ExecState*) + 566 (nodes.cpp:2464)
39  com.apple.JavaScriptCore 	0x004eacb4 KJS::BlockNode::execute(KJS::ExecState*) + 140 (nodes.cpp:1657)
40  com.apple.JavaScriptCore 	0x004ee678 KJS::IfNode::execute(KJS::ExecState*) + 420 (nodes.cpp:1700)
41  com.apple.JavaScriptCore 	0x004ec4b2 KJS::SourceElementsNode::execute(KJS::ExecState*) + 566 (nodes.cpp:2464)
42  com.apple.JavaScriptCore 	0x004eacb4 KJS::BlockNode::execute(KJS::ExecState*) + 140 (nodes.cpp:1657)
43  com.apple.JavaScriptCore 	0x004de320 KJS::DeclaredFunctionImp::execute(KJS::ExecState*) + 50 (function.cpp:362)
44  com.apple.JavaScriptCore 	0x004e01f7 KJS::FunctionImp::callAsFunction(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 573 (function.cpp:111)
45  com.apple.JavaScriptCore 	0x004fa67e KJS::JSObject::call(KJS::ExecState*, KJS::JSObject*, KJS::List const&amp;) + 210 (object.cpp:97)
46  com.apple.WebCore        	0x012398c6 KJS::JSAbstractEventListener::handleEvent(WebCore::Event*, bool) + 574 (kjs_events.cpp:123)
47  com.apple.WebCore        	0x011954eb WebCore::XMLHttpRequest::callReadyStateChangeListener() + 281 (xmlhttprequest.cpp:305)
48  com.apple.WebCore        	0x01195795 WebCore::XMLHttpRequest::changeState(WebCore::XMLHttpRequestState) + 43 (xmlhttprequest.cpp:297)
49  com.apple.WebCore        	0x01195b5a WebCore::XMLHttpRequest::didFinishLoading(WebCore::SubresourceLoader*) + 306 (xmlhttprequest.cpp:625)
50  com.apple.WebCore        	0x01389aac WebCore::SubresourceLoader::didFinishLoading() + 168 (SubresourceLoader.cpp:192)
51  com.apple.WebCore        	0x0138805a WebCore::ResourceLoader::didFinishLoading(WebCore::ResourceHandle*) + 24
52  com.apple.WebCore        	0x01367343 -[WebCoreResourceHandleAsDelegate connectionDidFinishLoading:] + 79 (ResourceHandleMac.mm:370)
53  com.apple.Foundation     	0x9265be00 -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 176
54  com.apple.Foundation     	0x92659ea5 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 748
55  com.apple.Foundation     	0x92659b41 _sendCallbacks + 201
56  com.apple.CoreFoundation 	0x90829379 CFRunLoopRunSpecific + 1213
57  com.apple.CoreFoundation 	0x90828eb5 CFRunLoopRunInMode + 61
58  com.apple.HIToolbox      	0x92dcdb90 RunCurrentEventLoopInMode + 285
59  com.apple.HIToolbox      	0x92dcd1ce ReceiveNextEventCommon + 184
60  com.apple.HIToolbox      	0x92dcd0ee BlockUntilNextEventMatchingListInMode + 81
61  com.apple.AppKit         	0x9326f465 _DPSNextEvent + 572
62  com.apple.AppKit         	0x9326f056 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
63  com.apple.Safari         	0x00006f96 0x1000 + 24470
64  com.apple.AppKit         	0x93268ddb -[NSApplication run] + 512
65  com.apple.AppKit         	0x9325cd2f NSApplicationMain + 573
66  com.apple.Safari         	0x0005f7de 0x1000 + 387038
67  com.apple.Safari         	0x0005f6f9 0x1000 + 386809

Thread 1:
0   libSystem.B.dylib        	0x90009857 mach_msg_trap + 7
1   com.apple.CoreFoundation 	0x9082969a CFRunLoopRunSpecific + 2014
2   com.apple.CoreFoundation 	0x90828eb5 CFRunLoopRunInMode + 61
3   com.apple.Foundation     	0x9262aa9b +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
4   com.apple.Foundation     	0x925f536c forkThreadForFunction + 123
5   libSystem.B.dylib        	0x90023d87 _pthread_body + 84

Thread 2:
0   libSystem.B.dylib        	0x90009857 mach_msg_trap + 7
1   com.apple.CoreFoundation 	0x9082969a CFRunLoopRunSpecific + 2014
2   com.apple.CoreFoundation 	0x90828eb5 CFRunLoopRunInMode + 61
3   com.apple.Foundation     	0x92651c4e +[NSURLCache _diskCacheSyncLoop:] + 206
4   com.apple.Foundation     	0x925f536c forkThreadForFunction + 123
5   libSystem.B.dylib        	0x90023d87 _pthread_body + 84

Thread 3:
0   libSystem.B.dylib        	0x90019d3c select + 12
1   libSystem.B.dylib        	0x90023d87 _pthread_body + 84

Thread 4:
0   libSystem.B.dylib        	0x90024427 semaphore_wait_signal_trap + 7
1   com.apple.Foundation     	0x9264b2f8 -[NSConditionLock lockWhenCondition:] + 39
2   com.apple.Syndication    	0x9a6d6052 -[AsyncDB _run:] + 181
3   com.apple.Foundation     	0x925f536c forkThreadForFunction + 123
4   libSystem.B.dylib        	0x90023d87 _pthread_body + 84

Thread 0 crashed with X86 Thread State (32-bit):
  eax: 0x00000000    ebx: 0x0122c0af ecx: 0x00000000 edx: 0x193a7a00
  edi: 0x00000002    esi: 0x004ee6f0 ebp: 0xbfffd8f8 esp: 0xbfffd8d0
   ss: 0x0000001f    efl: 0x00010282 eip: 0x010b5049  cs: 0x00000017
   ds: 0x0000001f     es: 0x0000001f  fs: 0x00000000  gs: 0x00000037

Binary Images Description:
    0x1000 -    0xdefff com.apple.Safari 2.0.4 (419.3)	/Applications/Safari.app/Contents/MacOS/Safari
  0x305000 -   0x3e2fff com.apple.WebKit 522+	/Users/tom/WebKit/WebKitBuild/Debug/WebKit.framework/Versions/A/WebKit
  0x4d1000 -   0x576fff com.apple.JavaScriptCore 522+	/Users/tom/WebKit/WebKitBuild/Debug/JavaScriptCore.framework/Versions/A/JavaScriptCore
 0x1008000 -  0x15e5fff com.apple.WebCore 522+	/Users/tom/WebKit/WebKitBuild/Debug/WebCore.framework/Versions/A/WebCore
0x8fe00000 - 0x8fe49fff dyld 46.9	/usr/lib/dyld
0x90000000 - 0x9016ffff libSystem.B.dylib 	/usr/lib/libSystem.B.dylib
0x901bf000 - 0x901c1fff libmathCommon.A.dylib 	/usr/lib/system/libmathCommon.A.dylib
0x901c3000 - 0x901fffff com.apple.CoreText 1.1.1 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90226000 - 0x902fcfff ATS 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9031c000 - 0x90770fff com.apple.CoreGraphics 1.258.38 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90807000 - 0x908cffff com.apple.CoreFoundation 6.4.6 (368.27)	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9090d000 - 0x9090dfff com.apple.CoreServices 10.4 (???)	/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9090f000 - 0x90a02fff libicucore.A.dylib 	/usr/lib/libicucore.A.dylib
0x90a52000 - 0x90ad1fff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
0x90afa000 - 0x90b5efff libstdc++.6.dylib 	/usr/lib/libstdc++.6.dylib
0x90bcd000 - 0x90bd4fff libgcc_s.1.dylib 	/usr/lib/libgcc_s.1.dylib
0x90bd9000 - 0x90c4cfff com.apple.framework.IOKit 1.4.6 (???)	/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c61000 - 0x90c73fff libauto.dylib 	/usr/lib/libauto.dylib
0x90c79000 - 0x90f1ffff com.apple.CoreServices.CarbonCore 682.16	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f62000 - 0x90fcafff com.apple.CoreServices.OSServices 4.1	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x91002000 - 0x91040fff com.apple.CFNetwork 129.19	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91053000 - 0x91063fff com.apple.WebServices 1.1.3 (1.1.0)	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x9106e000 - 0x910ecfff com.apple.SearchKit 1.0.5	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91121000 - 0x9113ffff com.apple.Metadata 10.4.4 (121.36)	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9114b000 - 0x91159fff libz.1.dylib 	/usr/lib/libz.1.dylib
0x9115c000 - 0x912fbfff com.apple.security 4.5.2 (29774)	/System/Library/Frameworks/Security.framework/Versions/A/Security
0x913f9000 - 0x91401fff com.apple.DiskArbitration 2.1.1	/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91408000 - 0x9142efff com.apple.SystemConfiguration 1.8.6	/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x91440000 - 0x91447fff libbsm.dylib 	/usr/lib/libbsm.dylib
0x9144b000 - 0x914c4fff com.apple.audio.CoreAudio 3.0.4	/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x91512000 - 0x91512fff com.apple.ApplicationServices 10.4 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91514000 - 0x9153ffff com.apple.AE 314 (313)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x91552000 - 0x91626fff com.apple.ColorSync 4.4.8	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x91661000 - 0x916defff com.apple.print.framework.PrintCore 4.6 (177.13)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x9170b000 - 0x917b4fff com.apple.QD 3.10.21 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x917da000 - 0x91825fff com.apple.HIServices 1.5.2 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x91844000 - 0x9185afff com.apple.LangAnalysis 1.6.3	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91866000 - 0x91880fff com.apple.FindByContent 1.5	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x9188a000 - 0x918c7fff com.apple.LaunchServices 181	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918db000 - 0x918e7fff com.apple.speech.synthesis.framework 3.5	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918ee000 - 0x91929fff com.apple.ImageIO.framework 1.5.0	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x9193b000 - 0x919edfff libcrypto.0.9.7.dylib 	/usr/lib/libcrypto.0.9.7.dylib
0x91a33000 - 0x91a49fff libcups.2.dylib 	/usr/lib/libcups.2.dylib
0x91a4e000 - 0x91a6cfff libJPEG.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91a71000 - 0x91acffff libJP2.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91ae1000 - 0x91ae5fff libGIF.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91ae7000 - 0x91b64fff libRaw.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b68000 - 0x91ba5fff libTIFF.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91bab000 - 0x91bc5fff libPng.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91bca000 - 0x91bccfff libRadiance.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bce000 - 0x91bcefff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1)	/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bd0000 - 0x91c5efff com.apple.vImage 2.5	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91c65000 - 0x91c65fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1)	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91c67000 - 0x91cc0fff libvMisc.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91cc9000 - 0x91cedfff libvDSP.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91cf5000 - 0x920fefff libBLAS.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x92138000 - 0x924ecfff libLAPACK.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x92519000 - 0x92597fff com.apple.DesktopServices 1.3.5	/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x925d8000 - 0x92808fff com.apple.Foundation 6.4.7 (567.28)	/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92914000 - 0x929f2fff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
0x92a0f000 - 0x92afcfff libiconv.2.dylib 	/usr/lib/libiconv.2.dylib
0x92b0c000 - 0x92b23fff libGL.dylib 	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92b2e000 - 0x92b86fff libGLU.dylib 	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92b9a000 - 0x92b9afff com.apple.Carbon 10.4 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92b9c000 - 0x92bacfff com.apple.ImageCapture 3.0.4	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92bba000 - 0x92bc2fff com.apple.speech.recognition.framework 3.6	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92bc8000 - 0x92bcdfff com.apple.securityhi 2.0.1 (24742)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92bd3000 - 0x92c64fff com.apple.ink.framework 101.2.1 (71)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92c78000 - 0x92c7bfff com.apple.help 1.0.3 (32.1)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92c7e000 - 0x92c9bfff com.apple.openscripting 1.2.5 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92cab000 - 0x92cb1fff com.apple.print.framework.Print 5.2 (192.4)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92cb7000 - 0x92d1afff com.apple.htmlrendering 66.1 (1.1.3)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x92d3e000 - 0x92d7ffff com.apple.NavigationServices 3.4.4 (3.4.3)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92da6000 - 0x92db3fff com.apple.audio.SoundManager 3.9.1	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92dba000 - 0x92dbffff com.apple.CommonPanels 1.2.3 (73)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92dc4000 - 0x930b6fff com.apple.HIToolbox 1.4.8 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x931bb000 - 0x931c6fff com.apple.opengl 1.4.12	/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x931cb000 - 0x931e6fff com.apple.DirectoryService.Framework 3.2	/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x93256000 - 0x93256fff com.apple.Cocoa 6.4 (???)	/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x93258000 - 0x9390efff com.apple.AppKit 6.4.8 (824.42)	/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93c8f000 - 0x93d09fff com.apple.CoreData 90	/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93d42000 - 0x93e03fff com.apple.audio.toolbox.AudioToolbox 1.4.3	/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93e43000 - 0x93e43fff com.apple.audio.units.AudioUnit 1.4.2	/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93e45000 - 0x94017fff com.apple.QuartzCore 1.4.9	/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94068000 - 0x940a9fff libsqlite3.0.dylib 	/usr/lib/libsqlite3.0.dylib
0x940b1000 - 0x940ebfff libGLImage.dylib 	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94179000 - 0x941b7fff com.apple.vmutils 4.0.2 (93.1)	/System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
0x941fb000 - 0x9420bfff com.apple.securityfoundation 2.2.1 (28150)	/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x94218000 - 0x94255fff com.apple.securityinterface 2.2.1 (27695)	/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x94271000 - 0x94280fff libCGATS.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94287000 - 0x94292fff libCSync.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x942de000 - 0x942f8fff libRIP.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x94720000 - 0x94869fff com.apple.AddressBook.framework 4.0.4 (485.1)	/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x948f5000 - 0x94904fff com.apple.DSObjCWrappers.Framework 1.1	/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x9490b000 - 0x94934fff com.apple.LDAPFramework 1.4.2 (69.1.1)	/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x9493a000 - 0x94949fff libsasl2.2.dylib 	/usr/lib/libsasl2.2.dylib
0x9494d000 - 0x94972fff libssl.0.9.7.dylib 	/usr/lib/libssl.0.9.7.dylib
0x9497e000 - 0x9499bfff libresolv.9.dylib 	/usr/lib/libresolv.9.dylib
0x9574a000 - 0x9576dfff libxslt.1.dylib 	/usr/lib/libxslt.1.dylib
0x9708b000 - 0x97090fff com.apple.agl 2.5.9 (AGL-2.5.9)	/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x9a6d3000 - 0x9a70afff com.apple.Syndication 1.0.6 (54)	/System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
0x9a726000 - 0x9a738fff com.apple.SyndicationUI 1.0.6 (54)	/System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI

Model: Macmini1,1, BootROM MM11.0055.B08, 2 processors, Intel Core Duo, 1.66 GHz, 1 GB
Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
Memory Module: BANK 0/DIMM0, 512 MB, DDR2 SDRAM, 667 MHz
Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), 0.1.31.1
Bluetooth: Version 1.7.9f12, 2 service, 1 devices, 1 incoming serial ports
Network Service: Built-in Ethernet, Ethernet, en0
Serial ATA Device: FUJITSU MHV2080BHPL, 74.53 GB
Parallel ATA Device: MATSHITADVD-R   UJ-846
USB Device: Microsoft Wheel Mouse Optical®, Microsoft, Up to 1.5 Mb/sec, 500 mA
USB Device: DELL USB Keyboard, DELL, Up to 1.5 Mb/sec, 500 mA
USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>18128</commentid>
    <comment_count>2</comment_count>
    <who name="Maciej Stachowiak">mjs</who>
    <bug_when>2007-03-20 03:18:24 -0700</bug_when>
    <thetext>Since we don&apos;t have usable steps to reproduce this yet, lowering to P3.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17887</commentid>
    <comment_count>3</comment_count>
      <attachid>13754</attachid>
    <who name="Tom Brown">tom</who>
    <bug_when>2007-03-21 17:41:11 -0700</bug_when>
    <thetext>Created attachment 13754
Two html files comprising reduction.

Unzip this reduction to a webserver or HD, and point your browser to &quot;outer.html&quot;.  While the stack trace is different from the stack trace reported earlier, I believe both issues stem from the same cause.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17875</commentid>
    <comment_count>4</comment_count>
    <who name="Tom Brown">tom</who>
    <bug_when>2007-03-21 17:41:47 -0700</bug_when>
    <thetext>Updated to P1 as a reduction was found.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17853</commentid>
    <comment_count>5</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2007-03-21 22:39:58 -0700</bug_when>
    <thetext>Confirming, since the attached test does cause a crash for me, but I&apos;m not sure whether it&apos;s really XHR-related.

Thread 0 Crashed:
0   com.apple.WebCore        	0x01280638 WebCore::Widget::getView() const + 28 (WidgetMac.mm:218)
1   com.apple.WebCore        	0x01295c18 WebCore::ScrollView::windowToContents(WebCore::IntPoint const&amp;) const + 276 (ScrollViewMac.mm:394)
2   com.apple.WebCore        	0x014cf3a4 WebCore::EventHandler::prepareMouseEvent(WebCore::HitTestRequest const&amp;, WebCore::PlatformMouseEvent const&amp;) + 252 (EventHandler.cpp:1067)
3   com.apple.WebCore        	0x014cfaa8 WebCore::EventHandler::hoverTimerFired(WebCore::Timer&lt;WebCore::EventHandler&gt;*) + 124 (EventHandler.cpp:1246)
4   com.apple.WebCore        	0x017d99f8 WebCore::Timer&lt;WebCore::EventHandler&gt;::fired() + 152 (Timer.h:96)
5   com.apple.WebCore        	0x0127b7cc WebCore::TimerBase::fireTimers(double, WTF::Vector&lt;WebCore::TimerBase*, (unsigned long)0&gt; const&amp;) + 236 (Timer.cpp:322)
6   com.apple.WebCore        	0x0127b898 WebCore::TimerBase::sharedTimerFired() + 132 (Timer.cpp:355)
7   com.apple.WebCore        	0x0127ac44 WebCore::timerFired(__CFRunLoopTimer*, void*) + 60 (SharedTimerMac.cpp:47)
8   com.apple.CoreFoundation 	0x907f2578 __CFRunLoopDoTimer + 184
9   com.apple.CoreFoundation 	0x907deef8 __CFRunLoopRun + 1680
10  com.apple.CoreFoundation 	0x907de4ac CFRunLoopRunSpecific + 268
11  com.apple.HIToolbox      	0x93298b20 RunCurrentEventLoopInMode + 264
12  com.apple.HIToolbox      	0x932981b4 ReceiveNextEventCommon + 380
13  com.apple.HIToolbox      	0x93298020 BlockUntilNextEventMatchingListInMode + 96
14  com.apple.AppKit         	0x9379eae4 _DPSNextEvent + 384
15  com.apple.AppKit         	0x9379e7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
16  com.apple.Safari         	0x00006740 0x1000 + 22336
17  com.apple.AppKit         	0x9379acec -[NSApplication run] + 472
18  com.apple.AppKit         	0x9388b87c NSApplicationMain + 452
19  com.apple.Safari         	0x0005c77c 0x1000 + 374652
20  com.apple.Safari         	0x0005c624 0x1000 + 374308

Please note that WebKit does not yet store a persistent pointer to the window when creating an XMLHttpRequest object, as required by draft spec - this may be related to the original issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17539</commentid>
    <comment_count>6</comment_count>
      <attachid>13777</attachid>
    <who name="">mitz</who>
    <bug_when>2007-03-23 02:05:07 -0700</bug_when>
    <thetext>Created attachment 13777
Fix crash in getView()

This fixes the crash in getView() and seems like a good idea in general but I doubt that it will fix the original crash reported in this bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17562</commentid>
    <comment_count>7</comment_count>
      <attachid>13777</attachid>
    <who name="">mitz</who>
    <bug_when>2007-03-23 09:09:14 -0700</bug_when>
    <thetext>Comment on attachment 13777
Fix crash in getView()

Tom confirmed that this patch did not fix the original crash. We agreed to make this bug about the getView() crash and he&apos;ll file another bug on the original problem. Having this one fixed should help him make progress on reducing the other one.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17564</commentid>
    <comment_count>8</comment_count>
      <attachid>13780</attachid>
    <who name="">mitz</who>
    <bug_when>2007-03-23 10:21:38 -0700</bug_when>
    <thetext>Created attachment 13780
Fix crash in getView()

Added layout test and change log. Going to ask for a review after I run the tests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>17612</commentid>
    <comment_count>9</comment_count>
    <who name="Adele Peterson">adele</who>
    <bug_when>2007-03-23 21:24:11 -0700</bug_when>
    <thetext>&lt;rdar://problem/5086211&gt; REGRESSION: Reproducible crash in Widget::getView

Committed revision 20458.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>13754</attachid>
            <date>2007-03-21 17:41:11 -0700</date>
            <delta_ts>2007-03-21 17:41:11 -0700</delta_ts>
            <desc>Two html files comprising reduction.</desc>
            <filename>closewincrash.zip</filename>
            <type>application/octet-stream</type>
            <size>840</size>
            <attacher name="Tom Brown">tom</attacher>
            
              <data encoding="base64">UEsDBBQAAAAIAI6TdTav7ql/qwAAAB4BAAAYAAAAY2xvc2V3aW5jcmFzaC9pbm5lci5odG1sdY/B
DoMgDIbvJrwD4YQXfYA5X2VBZJENWwJFZ5a9+1Cy7LLd2r/t/3/tJppdzypWdVEH64nT5s1ZkHlQ
e1OLKqo4Vq4JNFkEHqdEI64ga1Y9WcX5aiH3zYg6zQaoQW9AFpM9QNSnX1trsGSk+DPVDqOR++y1
h2fCtsAU3AHHrVQWfPpwD4kIQXAE7ay+50fQN5FUoIsOKk6ypNSCL8qlfHCo5b2u/Xoe2P0bUEsD
BBQAAAAIAKCTdTYDnIOJjwEAAOsCAAAYAAAAY2xvc2V3aW5jcmFzaC9vdXRlci5odG1slZJNa9ww
EIbvBv+HQRDWC8FOA71s7A1tCDTQ9lByX7TSbKREtow02g9K/3slOSEOySUXMWj0PvPOjFpFvVmX
RVn8QRkEaTuAJxz9qixaa9at0esbo8UTkEJgwnGvGGwDkR3aJibbxiZ9O2bI7XFEQSiTOkzq3xay
6jwT9DCgg4MepD2AVzYYCVsEhzuHXqF8ZoYZ85ugwM2MeJNwNdz598RIQQl9MKRHg0C6R3/9ATMG
Xjg9EtBpxI4RHql55Hs+3bL4aM/dxN5ENnQwBGOuknIXhpc5cUeb3FwV3yzL4m9ZwBtRPLMGwCPd
Rzc2UJUVmzTly/Mvy5j/9wY7S1fvmLVXgWKnQ5WEAMllWmGsxVq9c7xH8E50i6yoU2oRjZ4MdouD
lqRWXy/OrhTqB0U53Fon0a0uxyN4a3TchuHiabFmiS6tCD0OVD8g3RpM4ffTnaxYr6U0eHB8ZMs6
l/px/+tnNJEKTh21zTTLPO9W6j1o2c2FaRszx+zVMXt2zD7hOOOaiZfDWPFl1U3+5P8BUEsBAhYL
FAAAAAgAjpN1Nq/uqX+rAAAAHgEAABgAAAAAAAAAAQAgAICBAAAAAGNsb3Nld2luY3Jhc2gvaW5u
ZXIuaHRtbFBLAQIWCxQAAAAIAKCTdTYDnIOJjwEAAOsCAAAYAAAAAAAAAAEAIACAgeEAAABjbG9z
ZXdpbmNyYXNoL291dGVyLmh0bWxQSwUGAAAAAAIAAgCMAAAApgIAAAAA
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>13777</attachid>
            <date>2007-03-23 02:05:07 -0700</date>
            <delta_ts>2007-03-23 10:21:38 -0700</delta_ts>
            <desc>Fix crash in getView()</desc>
            <filename>13124_r0.patch</filename>
            <type>text/plain</type>
            <size>375</size>
            <attacher>mitz</attacher>
            
              <data encoding="base64">SW5kZXg6IFdlYkNvcmUvcGFnZS9GcmFtZS5jcHAKPT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gV2ViQ29yZS9wYWdl
L0ZyYW1lLmNwcAkocmV2aXNpb24gMjAzODcpCisrKyBXZWJDb3JlL3BhZ2UvRnJhbWUuY3BwCSh3
b3JraW5nIGNvcHkpCkBAIC0yNzIsNiArMjcyLDcgQEAgdm9pZCBGcmFtZTo6c2V0VmlldyhGcmFt
ZVZpZXcqIHZpZXcpCiAgICAgICAgIGlmIChkLT5tX3ZpZXcpCiAgICAgICAgICAgICBkLT5tX3Zp
ZXctPnVuc2NoZWR1bGVSZWxheW91dCgpOwogICAgIH0KKyAgICBldmVudEhhbmRsZXIoKS0+Y2xl
YXIoKTsKIAogICAgIGQtPm1fdmlldyA9IHZpZXc7CiAK
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>13780</attachid>
            <date>2007-03-23 10:21:38 -0700</date>
            <delta_ts>2007-03-23 21:12:16 -0700</delta_ts>
            <desc>Fix crash in getView()</desc>
            <filename>13124_r1.patch</filename>
            <type>text/plain</type>
            <size>3965</size>
            <attacher>mitz</attacher>
            
              <data encoding="base64">SW5kZXg6IExheW91dFRlc3RzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9D
aGFuZ2VMb2cJKHJldmlzaW9uIDIwNDM2KQorKysgTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCSh3b3Jr
aW5nIGNvcHkpCkBAIC0xLDMgKzEsMTMgQEAKKzIwMDctMDMtMjMgIE1pdHogUGV0dGVsICA8bWl0
ekB3ZWJraXQub3JnPgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisg
ICAgICAgIC0gdGVzdCBmb3IgaHR0cDovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9
MTMxMjQKKyAgICAgICAgICBSRUdSRVNTSU9OOiBSZXByb2R1Y2libGUgY3Jhc2ggaW4gV2lkZ2V0
OjpnZXRWaWV3CisKKyAgICAgICAgKiBmYXN0L2ZyYW1lcy9ob3Zlci10aW1lci1jcmFzaC1leHBl
Y3RlZC50eHQ6IEFkZGVkLgorICAgICAgICAqIGZhc3QvZnJhbWVzL2hvdmVyLXRpbWVyLWNyYXNo
Lmh0bWw6IEFkZGVkLgorCiAyMDA3LTAzLTIzICBNaXR6IFBldHRlbCAgPG1pdHpAd2Via2l0Lm9y
Zz4KIAogICAgICAgICBSZXZpZXdlZCBieSBEYXZlIEh5YXR0LgpJbmRleDogTGF5b3V0VGVzdHMv
ZmFzdC9mcmFtZXMvaG92ZXItdGltZXItY3Jhc2gtZXhwZWN0ZWQudHh0Cj09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0t
IExheW91dFRlc3RzL2Zhc3QvZnJhbWVzL2hvdmVyLXRpbWVyLWNyYXNoLWV4cGVjdGVkLnR4dAko
cmV2aXNpb24gMCkKKysrIExheW91dFRlc3RzL2Zhc3QvZnJhbWVzL2hvdmVyLXRpbWVyLWNyYXNo
LWV4cGVjdGVkLnR4dAkocmV2aXNpb24gMCkKQEAgLTAsMCArMSw3IEBACitUZXN0IGZvciBodHRw
Oi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xMzEyNCBSRUdSRVNTSU9OOiBSZXBy
b2R1Y2libGUgY3Jhc2ggaW4gV2lkZ2V0OjpnZXRWaWV3LgorCitUbyB0ZXN0IGludGVyYWN0aXZl
bHksIG1vdmUgdGhlIG1vdXNlIGludG8gdGhlIHllbGxvdyByZWN0IGFuZCB3YWl0IGEgc2Vjb25k
LgorCitObyBjcmFzaCBtZWFucyBTVUNDRVNTLgorCisKSW5kZXg6IExheW91dFRlc3RzL2Zhc3Qv
ZnJhbWVzL2hvdmVyLXRpbWVyLWNyYXNoLmh0bWwKPT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gTGF5b3V0VGVzdHMv
ZmFzdC9mcmFtZXMvaG92ZXItdGltZXItY3Jhc2guaHRtbAkocmV2aXNpb24gMCkKKysrIExheW91
dFRlc3RzL2Zhc3QvZnJhbWVzL2hvdmVyLXRpbWVyLWNyYXNoLmh0bWwJKHJldmlzaW9uIDApCkBA
IC0wLDAgKzEsNDMgQEAKKzxodG1sPgorPGhlYWQ+CisgICAgPHNjcmlwdCB0eXBlPSJ0ZXh0L2ph
dmFzY3JpcHQiPgorICAgICAgICBmdW5jdGlvbiBmaW5pc2goKQorICAgICAgICB7CisgICAgICAg
ICAgICBpZiAod2luZG93LmxheW91dFRlc3RDb250cm9sbGVyKQorICAgICAgICAgICAgICAgIGxh
eW91dFRlc3RDb250cm9sbGVyLm5vdGlmeURvbmUoKTsKKyAgICAgICAgfQorCisgICAgICAgIGZ1
bmN0aW9uIGNyYXNoX3N0ZXAyKCkKKyAgICAgICAgeworICAgICAgICAgIHZhciB0YXJnZXQgPSBk
b2N1bWVudC5nZXRFbGVtZW50QnlJZCgidGFyZ2V0Iik7CisgICAgICAgICAgdGFyZ2V0LmNvbnRl
bnREb2N1bWVudC5ib2R5LnBhcmVudE5vZGUucmVtb3ZlQ2hpbGQodGFyZ2V0LmNvbnRlbnREb2N1
bWVudC5ib2R5KTsKKyAgICAgICAgICB0YXJnZXQucGFyZW50Tm9kZS5yZW1vdmVDaGlsZCh0YXJn
ZXQpOworICAgICAgICAgIHNldFRpbWVvdXQoZmluaXNoLCAxMCk7CisgICAgICAgIH0KKworICAg
ICAgICBmdW5jdGlvbiB0ZXN0KCkKKyAgICAgICAgeworICAgICAgICAgICAgaWYgKHdpbmRvdy5s
YXlvdXRUZXN0Q29udHJvbGxlcikgeworICAgICAgICAgICAgICAgIGxheW91dFRlc3RDb250cm9s
bGVyLmR1bXBBc1RleHQoKTsKKyAgICAgICAgICAgICAgICBsYXlvdXRUZXN0Q29udHJvbGxlci53
YWl0VW50aWxEb25lKCk7CisgICAgICAgICAgICAgICAgdmFyIHRhcmdldCA9IGRvY3VtZW50Lmdl
dEVsZW1lbnRCeUlkKCJ0YXJnZXQiKTsKKyAgICAgICAgICAgICAgICBldmVudFNlbmRlci5tb3Vz
ZU1vdmVUbyh0YXJnZXQub2Zmc2V0TGVmdCArIHRhcmdldC5vZmZzZXRXaWR0aCAvIDIsIHRhcmdl
dC5vZmZzZXRUb3AgKyB0YXJnZXQub2Zmc2V0SGVpZ2h0IC8gMik7CisgICAgICAgICAgICAgICAg
c2V0VGltZW91dChjcmFzaF9zdGVwMiwgMTAwKTsKKyAgICAgICAgICAgIH0KKyAgICAgICAgfQor
ICAgIDwvc2NyaXB0PgorPC9oZWFkPgorPGJvZHkgb25sb2FkPSJ0ZXN0KCkiPgorICAgIDxwPgor
ICAgICAgICBUZXN0IGZvciA8aT48YSBocmVmPSJodHRwOi8vYnVncy53ZWJraXQub3JnL3Nob3df
YnVnLmNnaT9pZD0xMzEyNCI+aHR0cDovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9
MTMxMjQ8L2E+CisgICAgICAgIFJFR1JFU1NJT046IFJlcHJvZHVjaWJsZSBjcmFzaCBpbiBXaWRn
ZXQ6OmdldFZpZXc8L2k+LgorICAgIDwvcD4KKyAgICA8cD4KKyAgICAgICAgVG8gdGVzdCBpbnRl
cmFjdGl2ZWx5LCBtb3ZlIHRoZSBtb3VzZSBpbnRvIHRoZSB5ZWxsb3cgcmVjdCBhbmQgd2FpdCBh
IHNlY29uZC4KKyAgICA8L3A+CisgICAgPHA+CisgICAgICAgIE5vIGNyYXNoIG1lYW5zIFNVQ0NF
U1MuCisgICAgPC9wPgorICAgIDxpZnJhbWUgb25tb3VzZW92ZXI9ImlmICghd2luZG93LmxheW91
dFRlc3RDb250cm9sbGVyKSBzZXRUaW1lb3V0KGNyYXNoX3N0ZXAyLCAxMDAwKSIgaWQ9InRhcmdl
dCIgc3JjPSJkYXRhOnRleHQvaHRtbCw8Ym9keSBiZ2NvbG9yPSd5ZWxsb3cnPjwvYm9keT4iIHN0
eWxlPSJib3JkZXI6IHNvbGlkIGJsYWNrIj48L2lmcmFtZT4KKzwvYm9keT4KKzwvaHRtbD4KSW5k
ZXg6IFdlYkNvcmUvQ2hhbmdlTG9nCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNvcmUvQ2hhbmdlTG9nCShy
ZXZpc2lvbiAyMDQzNikKKysrIFdlYkNvcmUvQ2hhbmdlTG9nCSh3b3JraW5nIGNvcHkpCkBAIC0x
LDMgKzEsMTUgQEAKKzIwMDctMDMtMjMgIE1pdHogUGV0dGVsICA8bWl0ekB3ZWJraXQub3JnPgor
CisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgIC0gZml4IGh0
dHA6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTEzMTI0CisgICAgICAgICAgUkVH
UkVTU0lPTjogUmVwcm9kdWNpYmxlIGNyYXNoIGluIFdpZGdldDo6Z2V0VmlldworCisgICAgICAg
IFRlc3Q6IGZhc3QvZnJhbWVzL2hvdmVyLXRpbWVyLWNyYXNoLmh0bWwKKworICAgICAgICAqIHBh
Z2UvRnJhbWUuY3BwOgorICAgICAgICAoV2ViQ29yZTo6RnJhbWU6OnNldFZpZXcpOiBBZGRlZCBh
IGNhbGwgdG8gRXZlbnRIYW5kbGVyOjpjbGVhcigpLgorCiAyMDA3LTAzLTIzICBNaXR6IFBldHRl
bCAgPG1pdHpAd2Via2l0Lm9yZz4KIAogICAgICAgICBSZXZpZXdlZCBieSBEYXZlIEh5YXR0LgpJ
bmRleDogV2ViQ29yZS9wYWdlL0ZyYW1lLmNwcAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBXZWJDb3JlL3BhZ2Uv
RnJhbWUuY3BwCShyZXZpc2lvbiAyMDQyNykKKysrIFdlYkNvcmUvcGFnZS9GcmFtZS5jcHAJKHdv
cmtpbmcgY29weSkKQEAgLTI3Miw2ICsyNzIsNyBAQCB2b2lkIEZyYW1lOjpzZXRWaWV3KEZyYW1l
VmlldyogdmlldykKICAgICAgICAgaWYgKGQtPm1fdmlldykKICAgICAgICAgICAgIGQtPm1fdmll
dy0+dW5zY2hlZHVsZVJlbGF5b3V0KCk7CiAgICAgfQorICAgIGV2ZW50SGFuZGxlcigpLT5jbGVh
cigpOwogCiAgICAgZC0+bV92aWV3ID0gdmlldzsKIAo=
</data>
<flag name="review"
          id="5498"
          type_id="1"
          status="+"
          setter="adele"
    />
          </attachment>
      

    </bug>

</bugzilla>