<?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>10852</bug_id>
          
          <creation_ts>2006-09-14 01:44:53 -0700</creation_ts>
          <short_desc>REGRESSION: Reproducible crash in XMLHttpRequest::abort()</short_desc>
          <delta_ts>2006-09-18 11:59:04 -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>XML</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://video.google.com/videoplay?docid=3573852431733156394&amp;q=kitten</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>Regression</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="Alexey Proskuryakov">ap</assigned_to>
          <cc>ap</cc>
    
    <cc>beidson</cc>
    
    <cc>ddkilzer</cc>
    
    <cc>mitz</cc>
    
    <cc>tyler</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>55486</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2006-09-14 01:44:53 -0700</bug_when>
    <thetext>Date/Time:      2006-09-14 00:20:48.521 -0700
OS Version:     10.4.7 (Build 8J2135)
Report Version: 4

Command: Safari
Path:    /Applications/Safari.app/Contents/MacOS/Safari
Parent:  zsh [5181]

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

PID:    9526
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0xbbadbeef

Thread 0 Crashed:
0   com.apple.WebCore              	0x01a63378 WebCore::DeprecatedString::~DeprecatedString [in-charge]() + 68 (DeprecatedString.cpp:592)
1   com.apple.WebCore              	0x01ac425e WebCore::ResourceLoaderInternal::~ResourceLoaderInternal [in-charge]() + 50 (ResourceLoaderMac.mm:48)
2   com.apple.WebCore              	0x01ac439f WebCore::ResourceLoader::~ResourceLoader [in-charge]() + 263 (ResourceLoaderMac.mm:56)
3   com.apple.WebCore              	0x01ac3caf WebCore::ResourceLoader::kill() + 23 (ResourceLoader.cpp:88)
4   com.apple.WebCore              	0x01a581cc WebCore::XMLHttpRequest::abort() + 46 (xmlhttprequest.cpp:359)
5   com.apple.WebCore              	0x01a58969 WebCore::XMLHttpRequest::cancelRequests(WebCore::Document*) + 189 (xmlhttprequest.cpp:578)
6   com.apple.WebCore              	0x01975f16 WebCore::Frame::stopLoading(bool) + 814 (Frame.cpp:320)
7   com.apple.WebCore              	0x01975fb3 WebCore::Frame::closeURL() + 45 (Frame.cpp:3114)
8   com.apple.WebCore              	0x019a4494 -[WebCoreFrameBridge closeURL] + 30 (WebCoreFrameBridge.mm:589)
9   com.apple.WebKit               	0x0032e5b9 -[WebFrameBridge closeURL] + 81 (WebFrameBridge.m:1701)
10  com.apple.WebKit               	0x0033884a -[WebFrame(WebPrivate) _transitionToCommitted:] + 720 (WebFrame.m:575)
11  com.apple.WebKit               	0x003392c7 -[WebFrame(WebPrivate) _commitProvisionalLoad:] + 319 (WebFrame.m:742)
12  com.apple.WebKit               	0x0033022d -[WebDataSource(WebFileInternal) _commitIfReady] + 103 (WebDataSource.m:292)
13  com.apple.WebKit               	0x0033026d -[WebDataSource(WebFileInternal) _commitLoadWithData:] + 58 (WebDataSource.m:300)
14  com.apple.WebKit               	0x003310bc -[WebDataSource(WebInternal) _receivedData:] + 131 (WebDataSource.m:482)
15  com.apple.WebKit               	0x0039c7e7 -[WebFrameLoader _receivedData:] + 64 (WebFrameLoader.m:457)
16  com.apple.WebKit               	0x003a06d5 -[WebMainResourceLoader addData:allAtOnce:] + 110 (WebMainResourceLoader.m:152)
17  com.apple.WebKit               	0x0039f4c0 -[WebLoader didReceiveData:lengthReceived:allAtOnce:] + 93 (WebLoader.m:366)
18  com.apple.WebKit               	0x003a1404 -[WebMainResourceLoader didReceiveData:lengthReceived:allAtOnce:] + 428 (WebMainResourceLoader.m:351)
19  com.apple.WebKit               	0x0039fb4f -[WebLoader connection:didReceiveData:lengthReceived:] + 160 (WebLoader.m:466)
20  com.apple.Foundation           	0x9278f7f2 -[NSURLConnection(NSURLConnectionInternal) _sendDidReceiveDataCallback] + 641
21  com.apple.Foundation           	0x9278dad7 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 686
22  com.apple.Foundation           	0x9278d7b3 _sendCallbacks + 201
23  com.apple.CoreFoundation       	0x90823379 CFRunLoopRunSpecific + 1213
24  com.apple.CoreFoundation       	0x90822eb5 CFRunLoopRunInMode + 61
25  com.apple.HIToolbox            	0x92f02b90 RunCurrentEventLoopInMode + 285
26  com.apple.HIToolbox            	0x92f02297 ReceiveNextEventCommon + 385
27  com.apple.HIToolbox            	0x92f020ee BlockUntilNextEventMatchingListInMode + 81
28  com.apple.AppKit               	0x933a3771 _DPSNextEvent + 576
29  com.apple.AppKit               	0x933a335e -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
30  com.apple.Safari               	0x00006f96 0x1000 + 24470
31  com.apple.AppKit               	0x9339d0e3 -[NSApplication run] + 512
32  com.apple.AppKit               	0x93391037 NSApplicationMain + 573
33  com.apple.Safari               	0x0005f7de 0x1000 + 387038
34  com.apple.Safari               	0x0005f6f9 0x1000 + 386809

Thread 1:
0   libSystem.B.dylib              	0x9000a5c7 mach_msg_trap + 7
1   com.unsanity.ape               	0xc0001db2 __ape_agent + 307
2   libSystem.B.dylib              	0x90024b07 _pthread_body + 84

Thread 2:
0   libSystem.B.dylib              	0x9001aafc select + 12
1   libSystem.B.dylib              	0x90024b07 _pthread_body + 84

Thread 3:
0   libSystem.B.dylib              	0x900251a7 semaphore_wait_signal_trap + 7
1   com.apple.Foundation           	0x9277f008 -[NSConditionLock lockWhenCondition:] + 39
2   com.apple.Syndication          	0x9a57e052 -[AsyncDB _run:] + 181
3   com.apple.Foundation           	0x927291b0 forkThreadForFunction + 123
4   libSystem.B.dylib              	0x90024b07 _pthread_body + 84

Thread 4:
0   libSystem.B.dylib              	0x9000a5c7 mach_msg_trap + 7
1   com.apple.CoreFoundation       	0x9082369a CFRunLoopRunSpecific + 2014
2   com.apple.CoreFoundation       	0x90822eb5 CFRunLoopRunInMode + 61
3   com.apple.Foundation           	0x9275e861 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
4   com.apple.Foundation           	0x927291b0 forkThreadForFunction + 123
5   libSystem.B.dylib              	0x90024b07 _pthread_body + 84

Thread 5:
0   libSystem.B.dylib              	0x9000a5c7 mach_msg_trap + 7
1   com.apple.CoreFoundation       	0x9082369a CFRunLoopRunSpecific + 2014
2   com.apple.CoreFoundation       	0x90822eb5 CFRunLoopRunInMode + 61
3   com.apple.Foundation           	0x9278595a +[NSURLCache _diskCacheSyncLoop:] + 206
4   com.apple.Foundation           	0x927291b0 forkThreadForFunction + 123
5   libSystem.B.dylib              	0x90024b07 _pthread_body + 84

Thread 6:
0   libSystem.B.dylib              	0x9002763c kevent + 12
1   ...ple.CoreServices.CarbonCore 	0x90ca9ae4 PrivateMPEntryPoint + 51
2   libSystem.B.dylib              	0x90024b07 _pthread_body + 84

Thread 7:
0   libSystem.B.dylib              	0x900251a7 semaphore_wait_signal_trap + 7
1   ...ple.CoreServices.CarbonCore 	0x90ca9c8a MPWaitOnQueue + 198
2   com.apple.DesktopServices      	0x9264ef3f TNodeSyncTask::SyncTaskProc(void*) + 143
3   ...ple.CoreServices.CarbonCore 	0x90ca9ae4 PrivateMPEntryPoint + 51
4   libSystem.B.dylib              	0x90024b07 _pthread_body + 84

Thread 8:
0   libSystem.B.dylib              	0x900251a7 semaphore_wait_signal_trap + 7
1   com.apple.Foundation           	0x9277f008 -[NSConditionLock lockWhenCondition:] + 39
2   com.apple.AppKit               	0x9347a374 -[NSUIHeartBeat _heartBeatThread:] + 377
3   com.apple.Foundation           	0x927291b0 forkThreadForFunction + 123
4   libSystem.B.dylib              	0x90024b07 _pthread_body + 84

Thread 0 crashed with i386 Thread State:
eax: 0xbbadbeef    ebx: 0x01a63340 ecx:0xa0001e60 edx: 0x00000000
edi: 0x30cd65d0    esi: 0x31c83560 ebp:0xbfffe478 esp: 0xbfffe440
 ss: 0x0000002f    efl: 0x00010282 eip:0x01a63378  cs: 0x00000027
 ds: 0x0000002f     es: 0x0000002f  fs:0x00000000  gs: 0x00000037

Binary Images Description:
    0x1000 -    0xdefff com.apple.Safari 2.0.4 (419.3)	/Applications/Safari.app/Contents/MacOS/Safari
  0x305000 -   0x3cffff com.apple.WebKit 420+	/Users/eseidel/Projects/build/Debug/WebKit.framework/Versions/A/WebKit
 0x1008000 -  0x10b1fff com.apple.JavaScriptCore 420+	/Users/eseidel/Projects/build/Debug/JavaScriptCore.framework/Versions/A/JavaScriptCore
 0x1887000 -  0x1d7ffff com.apple.WebCore 420+	/Users/eseidel/Projects/build/Debug/WebCore.framework/Versions/A/WebCore
0x2b237000 - 0x2b250fff com.apple.AppleIntermediateCodec 1.1 (141)	/Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec
0x2b255000 - 0x2b26efff com.apple.applepixletvideo 1.2.9 (1.2d9)	/System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
0x2f5dc000 - 0x2f618fff com.apple.QuickTimeFireWireDV.component 7.1.3	/System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV
0x31d05000 - 0x31f34fff com.macromedia.Flash Player.plugin 8.0.27 (1.0.2f27)	/Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
0x8fe00000 - 0x8fe4cfff dyld 45.3	/usr/lib/dyld
0x90000000 - 0x9016efff libSystem.B.dylib 	/usr/lib/libSystem.B.dylib
0x901be000 - 0x901c0fff libmathCommon.A.dylib 	/usr/lib/system/libmathCommon.A.dylib
0x901c2000 - 0x901fefff com.apple.CoreText 1.1.1 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x90225000 - 0x902fafff ATS 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x9031a000 - 0x9076afff com.apple.CoreGraphics 1.258.33 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x90801000 - 0x908c9fff com.apple.CoreFoundation 6.4.6 (368.27)	/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x90907000 - 0x90907fff com.apple.CoreServices 10.4 (???)	/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x90909000 - 0x909fcfff libicucore.A.dylib 	/usr/lib/libicucore.A.dylib
0x90a4c000 - 0x90acbfff libobjc.A.dylib 	/usr/lib/libobjc.A.dylib
0x90af4000 - 0x90b57fff libstdc++.6.dylib 	/usr/lib/libstdc++.6.dylib
0x90bc6000 - 0x90bcdfff libgcc_s.1.dylib 	/usr/lib/libgcc_s.1.dylib
0x90bd2000 - 0x90c42fff com.apple.framework.IOKit 1.4.4 (???)	/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90c57000 - 0x90c69fff libauto.dylib 	/usr/lib/libauto.dylib
0x90c6f000 - 0x90f14fff com.apple.CoreServices.CarbonCore 682.12	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x90f57000 - 0x90fbffff com.apple.CoreServices.OSServices 4.1	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x90ff7000 - 0x91035fff com.apple.CFNetwork 129.16	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x91047000 - 0x91057fff com.apple.WebServices 1.1.3 (1.1.0)	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServicesCore.framework/Versions/A/WebServicesCore
0x91062000 - 0x910e0fff com.apple.SearchKit 1.0.5	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x91115000 - 0x91133fff com.apple.Metadata 10.4.4 (121.36)	/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x9113f000 - 0x9114dfff libz.1.dylib 	/usr/lib/libz.1.dylib
0x91150000 - 0x91306fff com.apple.security 4.4.1 (27569)	/System/Library/Frameworks/Security.framework/Versions/A/Security
0x913f5000 - 0x913fdfff com.apple.DiskArbitration 2.1	/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x91404000 - 0x9142afff com.apple.SystemConfiguration 1.8.6	/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x9143c000 - 0x91443fff libbsm.dylib 	/usr/lib/libbsm.dylib
0x91447000 - 0x914c0fff com.apple.audio.CoreAudio 3.0.4	/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9150e000 - 0x9150efff com.apple.ApplicationServices 10.4 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x91510000 - 0x9153bfff com.apple.AE 314 (313)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x9154e000 - 0x91622fff com.apple.ColorSync 4.4.6	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x9165b000 - 0x916d8fff com.apple.print.framework.PrintCore 4.6 (177.13)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x91705000 - 0x917affff com.apple.QD 3.10.20 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x917d5000 - 0x91820fff com.apple.HIServices 1.5.2 (???)	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x9183f000 - 0x91855fff com.apple.LangAnalysis 1.6.3	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x91861000 - 0x9187bfff com.apple.FindByContent 1.5	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/FindByContent.framework/Versions/A/FindByContent
0x91885000 - 0x918c2fff com.apple.LaunchServices 181	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x918d6000 - 0x918e1fff com.apple.speech.synthesis.framework 3.4	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x918e8000 - 0x91920fff com.apple.ImageIO.framework 1.4.8	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x91932000 - 0x919e4fff libcrypto.0.9.7.dylib 	/usr/lib/libcrypto.0.9.7.dylib
0x91a2a000 - 0x91a40fff libcups.2.dylib 	/usr/lib/libcups.2.dylib
0x91a45000 - 0x91a61fff libJPEG.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91a66000 - 0x91ac4fff libJP2.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91ad4000 - 0x91ad8fff libGIF.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91ada000 - 0x91b35fff libRaw.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b39000 - 0x91b76fff libTIFF.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91b7c000 - 0x91b96fff libPng.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91b9b000 - 0x91b9dfff libRadiance.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91b9f000 - 0x91b9ffff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2)	/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91ba1000 - 0x91c2bfff com.apple.vImage 2.4	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x91c32000 - 0x91c32fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2)	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x91c34000 - 0x91c79fff libvMisc.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x91c81000 - 0x91ca6fff libvDSP.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91cad000 - 0x92230fff libBLAS.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x9226d000 - 0x9261ffff libLAPACK.dylib 	/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x9264c000 - 0x926d0fff com.apple.DesktopServices 1.3.4	/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x9270c000 - 0x9293efff com.apple.Foundation 6.4.6 (567.27)	/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92a4a000 - 0x92b28fff libxml2.2.dylib 	/usr/lib/libxml2.2.dylib
0x92b45000 - 0x92c32fff libiconv.2.dylib 	/usr/lib/libiconv.2.dylib
0x92c42000 - 0x92c59fff libGL.dylib 	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92c64000 - 0x92cbbfff libGLU.dylib 	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92ccf000 - 0x92ccffff com.apple.Carbon 10.4 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92cd1000 - 0x92ce1fff com.apple.ImageCapture 3.0.4	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x92cef000 - 0x92cf7fff com.apple.speech.recognition.framework 3.5	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x92cfd000 - 0x92d02fff com.apple.securityhi 2.0.1 (24742)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x92d08000 - 0x92d99fff com.apple.ink.framework 101.2.1 (71)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x92dad000 - 0x92db0fff com.apple.help 1.0.3 (32.1)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x92db3000 - 0x92dd0fff com.apple.openscripting 1.2.5 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x92de0000 - 0x92de6fff com.apple.print.framework.Print 5.2 (192.4)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x92dec000 - 0x92e4ffff com.apple.htmlrendering 66.1 (1.1.3)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering
0x92e73000 - 0x92eb4fff com.apple.NavigationServices 3.4.4 (3.4.3)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
0x92edb000 - 0x92ee8fff com.apple.audio.SoundManager 3.9.1	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound
0x92eef000 - 0x92ef4fff com.apple.CommonPanels 1.2.3 (73)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x92ef9000 - 0x931ebfff com.apple.HIToolbox 1.4.8 (???)	/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x932f0000 - 0x932fbfff com.apple.opengl 1.4.10	/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x93300000 - 0x9331bfff com.apple.DirectoryService.Framework 3.1	/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x9338a000 - 0x9338afff com.apple.Cocoa 6.4 (???)	/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x9338c000 - 0x93a45fff com.apple.AppKit 6.4.7 (824.41)	/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93dc6000 - 0x93e40fff com.apple.CoreData 90	/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x93e79000 - 0x93f3afff com.apple.audio.toolbox.AudioToolbox 1.4.3	/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x93f7a000 - 0x93f7afff com.apple.audio.units.AudioUnit 1.4.2	/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x93f7c000 - 0x9412afff com.apple.QuartzCore 1.4.8	/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94178000 - 0x941b9fff libsqlite3.0.dylib 	/usr/lib/libsqlite3.0.dylib
0x941c1000 - 0x941fbfff libGLImage.dylib 	/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x94289000 - 0x942c7fff com.apple.vmutils 4.0.2 (93.1)	/System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
0x9430b000 - 0x9431bfff com.apple.securityfoundation 2.2.1 (28150)	/System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x94328000 - 0x94365fff com.apple.securityinterface 2.2.1 (27695)	/System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x94381000 - 0x94390fff libCGATS.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x94397000 - 0x943a2fff libCSync.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x943ee000 - 0x94408fff libRIP.A.dylib 	/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x9440e000 - 0x946c7fff com.apple.QuickTime 7.1.3	/System/Library/Frameworks/QuickTime.framework/QuickTime
0x94828000 - 0x94971fff com.apple.AddressBook.framework 4.0.4 (485.1)	/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x949fd000 - 0x94a0cfff com.apple.DSObjCWrappers.Framework 1.1	/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
0x94a13000 - 0x94a3cfff com.apple.LDAPFramework 1.4.1 (69.0.1)	/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94a42000 - 0x94a51fff libsasl2.2.dylib 	/usr/lib/libsasl2.2.dylib
0x94a55000 - 0x94a79fff libssl.0.9.7.dylib 	/usr/lib/libssl.0.9.7.dylib
0x94a85000 - 0x94aa2fff libresolv.9.dylib 	/usr/lib/libresolv.9.dylib
0x95830000 - 0x95853fff libxslt.1.dylib 	/usr/lib/libxslt.1.dylib
0x960f5000 - 0x9610bfff libJapaneseConverter.dylib 	/System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x96b07000 - 0x96b07fff com.apple.vecLib 3.2.2 (vecLib 3.2.2)	/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x9714f000 - 0x97154fff com.apple.agl 2.5.9 (AGL-2.5.9)	/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x98bd9000 - 0x996c3fff com.apple.QuickTimeComponents.component 7.1.3	/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents
0x998d2000 - 0x998d4fff com.apple.QuickTimeH264.component 7.1.3	/System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
0x998d6000 - 0x99a7efff QuickTimeH264.scalar 	/System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH264.scalar
0x99aee000 - 0x99babfff com.apple.QuickTimeMPEG4.component 7.1.3	/System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG4
0x9a57b000 - 0x9a5b2fff com.apple.Syndication 1.0.6 (54)	/System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
0x9a5ce000 - 0x9a5e0fff com.apple.SyndicationUI 1.0.6 (54)	/System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/SyndicationUI
0xc0000000 - 0xc000efff com.unsanity.ape 2.0	/Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhancer</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55488</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-09-14 03:04:42 -0700</bug_when>
    <thetext>The stack trace is from an assertion failure (which would cause a crash in debug build):

DeprecatedString::~DeprecatedString()
{
    ASSERT(dataHandle);
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55648</commentid>
    <comment_count>2</comment_count>
    <who name="">mitz</who>
    <bug_when>2006-09-16 03:37:47 -0700</bug_when>
    <thetext>I can reproduce an identical - or very similar - crash by going to the URL and while the video is still playing, clicking a link or just going to about:blank. No assert in my case (maybe due to different contents of freed memory):

0   &lt;&lt;00000000&gt;&gt; 	0xfffeff18 objc_msgSend_rtp + 24
1   com.apple.WebCore         	0x01bb8754 WebCore::ResourceLoader::~ResourceLoader [in-charge]() + 276 (ResourceLoaderMac.mm:55)
2   com.apple.WebCore         	0x01bb7d28 WebCore::ResourceLoader::kill() + 44 (ResourceLoader.cpp:88)
3   com.apple.WebCore         	0x01b2c874 WebCore::XMLHttpRequest::abort() + 84 (xmlhttprequest.cpp:359)
4   com.apple.WebCore         	0x01b2d0f4 WebCore::XMLHttpRequest::cancelRequests(WebCore::Document*) + 216 (xmlhttprequest.cpp:578)
5   com.apple.WebCore         	0x01a010cc WebCore::Frame::stopLoading(bool) + 1256 (Frame.cpp:349)
6   com.apple.WebCore         	0x01a01194 WebCore::Frame::closeURL() + 68 (Frame.cpp:3188)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55672</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-09-16 11:32:33 -0700</bug_when>
    <thetext>The problem here is that XMLHttpRequest::send() assumes that ResourceLoader::start() never fails. Google makes an XMLHttpRequest from an onunload handler (apparently, to collect usage statistics), and in this case start() fails.

It&apos;s pretty easy to fix this crash by checking for the return value of start(), but it doesn&apos;t seem right for requests made from onunload to fail.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55676</commentid>
    <comment_count>4</comment_count>
      <attachid>10592</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-09-16 12:40:20 -0700</bug_when>
    <thetext>Created attachment 10592
test case (will crash!)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55709</commentid>
    <comment_count>5</comment_count>
      <attachid>10599</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-09-17 02:12:32 -0700</bug_when>
    <thetext>Created attachment 10599
just fix the crash

I&apos;ll file a new bug for XHR not working in onunload.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55758</commentid>
    <comment_count>6</comment_count>
      <attachid>10599</attachid>
    <who name="Brady Eidson">beidson</who>
    <bug_when>2006-09-17 12:58:17 -0700</bug_when>
    <thetext>Comment on attachment 10599
just fix the crash

As the writer of the IconLoader.cpp code, my bad - didn&apos;t know resourceloaders delete themselves.

r+</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55760</commentid>
    <comment_count>7</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-09-17 13:12:15 -0700</bug_when>
    <thetext>Committed revision 16408.

Filed bug 10904 for requests not being sent.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55784</commentid>
    <comment_count>8</comment_count>
      <attachid>10599</attachid>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2006-09-17 22:17:42 -0700</bug_when>
    <thetext>Comment on attachment 10599
just fix the crash

&gt;+        * loader/icon/IconLoader.cpp:
&gt;+        (IconLoader::startLoading): Fix a similar latent bug here.

Nice!  I just saw that bug logging out of Hotmail with Private Browsing on (using a local build WITHOUT this fix yet).  Console output:

=================
ERROR: Failed to start load for icon at url http://loginnet.passport.com/favicon.ico?_lang=EN&amp;lc=1033&amp;id=2&amp;ru=http%3a%2f%2fsignout%2emsn%2ecom&amp;dontall=
(/Users/ddkilzer/Projects/Cocoa/WebKit/WebCore/loader/icon/IconLoader.cpp:69 void WebCore::IconLoader::startLoading())
=================
Segmentation fault

Stack trace:

Date/Time:      2006-09-18 00:02:05.300 -0500
OS Version:     10.4.7 (Build 8J135)
Report Version: 4

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

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

PID:    6905
Thread: 0

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x75726365

Thread 0 Crashed:
0   com.apple.WebCore           0x01b3c990 WebCore::DeprecatedString::~DeprecatedString [in-charge]() + 104 (DeprecatedString.cpp:593)
1   com.apple.WebCore           0x01bb8a3c WebCore::ResourceLoaderInternal::~ResourceLoaderInternal [in-charge]() + 72 (ResourceLoaderMac.mm:48)
2   com.apple.WebCore           0x01bb8bf4 WebCore::ResourceLoader::~ResourceLoader [in-charge]() + 356 (ResourceLoaderMac.mm:56)
3   com.apple.WebCore           0x01d0fc68 WebCore::IconLoader::startLoading() + 480 (IconLoader.cpp:70)
4   com.apple.WebCore           0x01a0179c WebCore::Frame::endIfNotLoading() + 808 (Frame.cpp:787)
5   com.apple.WebCore           0x01a017fc WebCore::Frame::end() + 52 (Frame.cpp:732)
6   com.apple.WebCore           0x01a3d960 -[WebCoreFrameBridge end] + 72 (WebCoreFrameBridge.mm:729)
7   com.apple.WebKit            0x00340318 -[WebDataSource(WebInternal) _finishedLoading] + 220 (WebDataSource.m:370)
8   com.apple.WebKit            0x003d86cc -[WebFrameLoader _finishedLoading] + 128 (WebFrameLoader.m:474)
9   com.apple.WebKit            0x003ded7c -[WebMainResourceLoader didFinishLoading] + 404 (WebMainResourceLoader.m:365)
10  com.apple.WebKit            0x003dcad8 -[WebLoader connectionDidFinishLoading:] + 184 (WebLoader.m:484)
11  com.apple.Foundation        0x9297684c -[NSURLConnection(NSURLConnectionInternal) _sendDidFinishLoadingCallback] + 188
12  com.apple.Foundation        0x92974ab8 -[NSURLConnection(NSURLConnectionInternal) _sendCallbacks] + 556
13  com.apple.Foundation        0x92974810 _sendCallbacks + 156
14  com.apple.CoreFoundation    0x907dc4cc __CFRunLoopDoSources0 + 384
15  com.apple.CoreFoundation    0x907db9fc __CFRunLoopRun + 452
16  com.apple.CoreFoundation    0x907db47c CFRunLoopRunSpecific + 268
17  com.apple.HIToolbox         0x931eb740 RunCurrentEventLoopInMode + 264
18  com.apple.HIToolbox         0x931eadd4 ReceiveNextEventCommon + 380
19  com.apple.HIToolbox         0x931eac40 BlockUntilNextEventMatchingListInMode + 96
20  com.apple.AppKit            0x936eeae4 _DPSNextEvent + 384
21  com.apple.AppKit            0x936ee7a8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
22  com.apple.Safari            0x00006740 0x1000 + 22336
23  com.apple.AppKit            0x936eacec -[NSApplication run] + 472
24  com.apple.AppKit            0x937db87c NSApplicationMain + 452
25  com.apple.Safari            0x0005c77c 0x1000 + 374652
26  com.apple.Safari            0x0005c624 0x1000 + 374308</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>55841</commentid>
    <comment_count>9</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-09-18 11:59:04 -0700</bug_when>
    <thetext>*** Bug 10597 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>10592</attachid>
            <date>2006-09-16 12:40:20 -0700</date>
            <delta_ts>2006-09-16 12:40:20 -0700</delta_ts>
            <desc>test case (will crash!)</desc>
            <filename>xhr-onunload.html</filename>
            <type>text/html</type>
            <size>847</size>
            <attacher name="Alexey Proskuryakov">ap</attacher>
            
              <data encoding="base64">PGh0bWw+CjxoZWFkPgo8dGl0bGU+PC90aXRsZT4KPG1ldGEgaHR0cC1lcXVpdj0iY29udGVudC10
eXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7Y2hhcnNldD11dGYtOCI+Cjxib2R5IG9udW5sb2FkPSJ0
ZXN0KCdodHRwOi8vd3d3LmFwcGxlLmNvbScpIj4KPHA+UHJlc3MgQ21kK1IgdG8gcmVsb2FkICh3
aWxsIGNyYXNoKS48L3A+CjxzY3JpcHQ+CiAgICAKICAgIGZ1bmN0aW9uIHRlc3QodXJsKQogICAg
ewogICAgICAgIGlmICh3aW5kb3cuWE1MSHR0cFJlcXVlc3QpIHsKICAgICAgICAgICAgcmVxID0g
bmV3IFhNTEh0dHBSZXF1ZXN0KCk7CiAgICAgICAgfSBlbHNlIHsKICAgICAgICAgICAgdHJ5IHsK
ICAgICAgICAgICAgICAgIHJlcSA9IG5ldyBBY3RpdmVYT2JqZWN0KCJNc3htbDIuWE1MSFRUUCIp
OwogICAgICAgICAgICB9IGNhdGNoIChleCkgewogICAgICAgICAgICAgICAgcmVxID0gbmV3IEFj
dGl2ZVhPYmplY3QoIk1pY3Jvc29mdC5YTUxIVFRQIik7CiAgICAgICAgICAgIH0KICAgICAgICB9
CiAgICAgICAgCiAgICB0cnkge25ldHNjYXBlLnNlY3VyaXR5LlByaXZpbGVnZU1hbmFnZXIuZW5h
YmxlUHJpdmlsZWdlKCdVbml2ZXJzYWxCcm93c2VyUmVhZCcpO30gY2F0Y2goZSkge30KCiAgICAg
ICAgcmVxLm9ucmVhZHlzdGF0ZWNoYW5nZSA9IHByb2Nlc3NTdGF0ZUNoYW5nZTsKICAgICAgICBy
ZXEub3BlbignR0VUJywgdXJsLCB0cnVlKTsKICAgICAgICByZXEuc2VuZChudWxsKTsKICAgIH0K
ICAgIAoKICAgIGZ1bmN0aW9uIHByb2Nlc3NTdGF0ZUNoYW5nZSgpIHsKICAgICAgICBhbGVydChy
ZXEuc3RhdHVzKTsKICAgIH0KICAgIAo8L3NjcmlwdD4KPC9ib2R5Pgo8L2h0bWw+Cg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>10599</attachid>
            <date>2006-09-17 02:12:32 -0700</date>
            <delta_ts>2006-09-17 12:58:17 -0700</delta_ts>
            <desc>just fix the crash</desc>
            <filename>10852r1_patch.txt</filename>
            <type>text/plain</type>
            <size>4626</size>
            <attacher name="Alexey Proskuryakov">ap</attacher>
            
              <data encoding="base64">SW5kZXg6IExheW91dFRlc3RzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9D
aGFuZ2VMb2cJKHJldmlzaW9uIDE2NDAwKQorKysgTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCSh3b3Jr
aW5nIGNvcHkpCkBAIC0xLDMgKzEsMTYgQEAKKzIwMDYtMDktMTcgIEFsZXhleSBQcm9za3VyeWFr
b3YgIDxhcEBueXBvcC5jb20+CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISku
CisKKyAgICAgICAgVGVzdCBmb3IgaHR0cDovL2J1Z3ppbGxhLm9wZW5kYXJ3aW4ub3JnL3Nob3df
YnVnLmNnaT9pZD0xMDg1MgorICAgICAgICBSRUdSRVNTSU9OOiBSZXByb2R1Y2libGUgY3Jhc2gg
aW4gWE1MSHR0cFJlcXVlc3Q6OmFib3J0KCkKKworICAgICAgICBDdXJyZW50bHksIHRoaXMgdGVz
dCBwcmludHMgYW4gZXJyb3IgbWVzc2FnZSB0byB0aGUgY29uc29sZSwgYmVjYXVzZSByZXF1ZXN0
cyBmcm9tCisgICAgICAgIGFuIHVubG9hZCBoYW5kbGVyIHN0aWxsIGRvbid0IHdvcmsuCisKKyAg
ICAgICAgKiBodHRwL3Rlc3RzL3htbGh0dHByZXF1ZXN0L3hoci1vbnVubG9hZC1leHBlY3RlZC50
eHQ6IEFkZGVkLgorICAgICAgICAqIGh0dHAvdGVzdHMveG1saHR0cHJlcXVlc3QveGhyLW9udW5s
b2FkLmh0bWw6IEFkZGVkLgorCiAyMDA2LTA5LTE1ICBKdXN0aW4gR2FyY2lhICA8anVzdGluLmdh
cmNpYUBhcHBsZS5jb20+CiAKICAgICAgICAgUmV2aWV3ZWQgYnkgaGFycmlzb24KSW5kZXg6IExh
eW91dFRlc3RzL2h0dHAvdGVzdHMveG1saHR0cHJlcXVlc3QveGhyLW9udW5sb2FkLWV4cGVjdGVk
LnR4dAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9odHRwL3Rlc3RzL3htbGh0dHByZXF1ZXN0
L3hoci1vbnVubG9hZC1leHBlY3RlZC50eHQJKHJldmlzaW9uIDApCisrKyBMYXlvdXRUZXN0cy9o
dHRwL3Rlc3RzL3htbGh0dHByZXF1ZXN0L3hoci1vbnVubG9hZC1leHBlY3RlZC50eHQJKHJldmlz
aW9uIDApCkBAIC0wLDAgKzEsNSBAQAorVGVzdCBmb3IgYnVnIDEwODUyOiBSRUdSRVNTSU9OOiBS
ZXByb2R1Y2libGUgY3Jhc2ggaW4gWE1MSHR0cFJlcXVlc3Q6OmFib3J0KCkuCisKK1ByZXNzIENt
ZCtSIHRvIHJlbG9hZCAoc2hvdWxkIG5vdCBjcmFzaCkuCisKKwoKUHJvcGVydHkgY2hhbmdlcyBv
bjogTGF5b3V0VGVzdHMvaHR0cC90ZXN0cy94bWxodHRwcmVxdWVzdC94aHItb251bmxvYWQtZXhw
ZWN0ZWQudHh0Cl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX18KTmFtZTogc3ZuOm1pbWUtdHlwZQogICArIHRleHQvcGxhaW4K
TmFtZTogc3ZuOmVvbC1zdHlsZQogICArIG5hdGl2ZQoKSW5kZXg6IExheW91dFRlc3RzL2h0dHAv
dGVzdHMveG1saHR0cHJlcXVlc3QveGhyLW9udW5sb2FkLmh0bWwKPT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gTGF5
b3V0VGVzdHMvaHR0cC90ZXN0cy94bWxodHRwcmVxdWVzdC94aHItb251bmxvYWQuaHRtbAkocmV2
aXNpb24gMCkKKysrIExheW91dFRlc3RzL2h0dHAvdGVzdHMveG1saHR0cHJlcXVlc3QveGhyLW9u
dW5sb2FkLmh0bWwJKHJldmlzaW9uIDApCkBAIC0wLDAgKzEsMjQgQEAKKzxodG1sPgorPGhlYWQ+
Cis8dGl0bGU+PC90aXRsZT4KKzxtZXRhIGh0dHAtZXF1aXY9ImNvbnRlbnQtdHlwZSIgY29udGVu
dD0idGV4dC9odG1sO2NoYXJzZXQ9dXRmLTgiPgorPGJvZHkgb251bmxvYWQ9InRlc3QoJ3hoci11
bnVubG9hZC5odG1sJykiPgorPHA+VGVzdCBmb3IgPGEgaHJlZj0iaHR0cDovL2J1Z3ppbGxhLm9w
ZW5kYXJ3aW4ub3JnL3Nob3dfYnVnLmNnaT9pZD0xMDg1MiI+YnVnIDEwODUyPC9hPjoKK1JFR1JF
U1NJT046IFJlcHJvZHVjaWJsZSBjcmFzaCBpbiBYTUxIdHRwUmVxdWVzdDo6YWJvcnQoKS4KKzxw
PlByZXNzIENtZCtSIHRvIHJlbG9hZCAoc2hvdWxkIG5vdCBjcmFzaCkuPC9wPgorPCEtLSBXaGVu
IHJ1bm5pbmcgYXMgYW4gYXV0b21hdGVkIHRlc3QsIGNyYXNoZXMgd2hlbiBsb2FkaW5nIHRoZSBu
ZXh0IHRlc3QgY2FzZS4gLS0+Cis8c2NyaXB0PgorICAgIAorICAgIGlmICh3aW5kb3cubGF5b3V0
VGVzdENvbnRyb2xsZXIpCisgICAgICAgIGxheW91dFRlc3RDb250cm9sbGVyLmR1bXBBc1RleHQo
KTsKKworICAgIGZ1bmN0aW9uIHRlc3QodXJsKQorICAgIHsKKyAgICAgICAgcmVxID0gbmV3IFhN
TEh0dHBSZXF1ZXN0KCk7CisgICAgICAgIHJlcS5vcGVuKCdHRVQnLCB1cmwsIHRydWUpOworICAg
ICAgICByZXEuc2VuZChudWxsKTsKKyAgICB9CisgICAgCis8L3NjcmlwdD4KKzwvYm9keT4KKzwv
aHRtbD4KClByb3BlcnR5IGNoYW5nZXMgb246IExheW91dFRlc3RzL2h0dHAvdGVzdHMveG1saHR0
cHJlcXVlc3QveGhyLW9udW5sb2FkLmh0bWwKX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpOYW1lOiBzdm46bWltZS10eXBl
CiAgICsgdGV4dC9odG1sCgpJbmRleDogV2ViQ29yZS9DaGFuZ2VMb2cKPT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0g
V2ViQ29yZS9DaGFuZ2VMb2cJKHJldmlzaW9uIDE2NDAwKQorKysgV2ViQ29yZS9DaGFuZ2VMb2cJ
KHdvcmtpbmcgY29weSkKQEAgLTEsMyArMSwxOCBAQAorMjAwNi0wOS0xNyAgQWxleGV5IFByb3Nr
dXJ5YWtvdiAgPGFwQG55cG9wLmNvbT4KKworICAgICAgICBSZXZpZXdlZCBieSBOT0JPRFkgKE9P
UFMhKS4KKworICAgICAgICBodHRwOi8vYnVnemlsbGEub3BlbmRhcndpbi5vcmcvc2hvd19idWcu
Y2dpP2lkPTEwODUyCisgICAgICAgIFJFR1JFU1NJT046IFJlcHJvZHVjaWJsZSBjcmFzaCBpbiBY
TUxIdHRwUmVxdWVzdDo6YWJvcnQoKQorCisgICAgICAgIFRlc3Q6IGh0dHAvdGVzdHMveG1saHR0
cHJlcXVlc3QveGhyLW9udW5sb2FkLmh0bWwKKworICAgICAgICAqIHhtbC94bWxodHRwcmVxdWVz
dC5jcHA6CisgICAgICAgIChXZWJDb3JlOjpYTUxIdHRwUmVxdWVzdDo6c2VuZCk6IENoZWNrIHRo
ZSByZXR1cm4gdmFsdWUgb2YgUmVzb3VyY2VMb2FkZXI6OnN0YXJ0KCkuCisKKyAgICAgICAgKiBs
b2FkZXIvaWNvbi9JY29uTG9hZGVyLmNwcDoKKyAgICAgICAgKEljb25Mb2FkZXI6OnN0YXJ0TG9h
ZGluZyk6IEZpeCBhIHNpbWlsYXIgbGF0ZW50IGJ1ZyBoZXJlLgorCiAyMDA2LTA5LTE3ICBEYXZp
ZCBIeWF0dCAgPGh5YXR0QGFwcGxlLmNvbT4KIAogICAgICAgICBGaXggZm9yIGJ1Z3ppbGxhIGJ1
ZyAzMjQwLCBpbXBsZW1lbnQgc3VwcG9ydCBmb3IgdGhlIEhUTUw0ICJmcmFtZSIgYW5kCkluZGV4
OiBXZWJDb3JlL2xvYWRlci9pY29uL0ljb25Mb2FkZXIuY3BwCj09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFdlYkNv
cmUvbG9hZGVyL2ljb24vSWNvbkxvYWRlci5jcHAJKHJldmlzaW9uIDE2MzkzKQorKysgV2ViQ29y
ZS9sb2FkZXIvaWNvbi9JY29uTG9hZGVyLmNwcAkod29ya2luZyBjb3B5KQpAQCAtNjcsOSArNjcs
NyBAQCB2b2lkIEljb25Mb2FkZXI6OnN0YXJ0TG9hZGluZygpCiAgICAgQVNTRVJUKG1fZnJhbWUt
PmRvY3VtZW50KCkpOwogICAgIGlmICghbV9yZXNvdXJjZUxvYWRlci0+c3RhcnQobV9mcmFtZS0+
ZG9jdW1lbnQoKS0+ZG9jTG9hZGVyKCkpKSB7CiAgICAgICAgIExPR19FUlJPUigiRmFpbGVkIHRv
IHN0YXJ0IGxvYWQgZm9yIGljb24gYXQgdXJsICVzIiwgbV9mcmFtZS0+aWNvblVSTCgpLnVybCgp
LmFzY2lpKCkpOwotICAgICAgICBkZWxldGUgbV9yZXNvdXJjZUxvYWRlcjsKICAgICAgICAgbV9y
ZXNvdXJjZUxvYWRlciA9IDA7Ci0gICAgICAgIHJldHVybjsKICAgICB9CiB9CiAKSW5kZXg6IFdl
YkNvcmUveG1sL3htbGh0dHByZXF1ZXN0LmNwcAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBXZWJDb3JlL3htbC94
bWxodHRwcmVxdWVzdC5jcHAJKHJldmlzaW9uIDE2MzkzKQorKysgV2ViQ29yZS94bWwveG1saHR0
cHJlcXVlc3QuY3BwCSh3b3JraW5nIGNvcHkpCkBAIC0zNDcsNyArMzQ3LDEwIEBAIHZvaWQgWE1M
SHR0cFJlcXVlc3Q6OnNlbmQoY29uc3QgU3RyaW5nJiAKICAgICAgICAgZ2NQcm90ZWN0TnVsbFRv
bGVyYW50KEtKUzo6U2NyaXB0SW50ZXJwcmV0ZXI6OmdldERPTU9iamVjdCh0aGlzKSk7CiAgICAg
fQogICAKLSAgICBtX2pvYi0+c3RhcnQobV9kb2MtPmRvY0xvYWRlcigpKTsKKyAgICBpZiAoIW1f
am9iLT5zdGFydChtX2RvYy0+ZG9jTG9hZGVyKCkpKSB7CisgICAgICAgIExPR19FUlJPUigiRmFp
bGVkIHRvIHNlbmQgYW4gWE1MSHR0cFJlcXVlc3QgZm9yICVzIiwgbV91cmwudXJsKCkuYXNjaWko
KSk7CisgICAgICAgIG1fam9iID0gMDsKKyAgICB9CiB9CiAKIHZvaWQgWE1MSHR0cFJlcXVlc3Q6
OmFib3J0KCkK
</data>
<flag name="review"
          id="3448"
          type_id="1"
          status="+"
          setter="beidson"
    />
          </attachment>
      

    </bug>

</bugzilla>