<?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>48049</bug_id>
          
          <creation_ts>2010-10-21 01:58:37 -0700</creation_ts>
          <short_desc>REGRESSION: Crash in http/tests/xmlhttprequest/origin-whitelisting-removal.html</short_desc>
          <delta_ts>2010-10-21 11:40:17 -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>JavaScriptCore</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>48030</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, NeedsReduction, Regression</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="David Kilzer (:ddkilzer)">ddkilzer</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>barraclough</cc>
    
    <cc>ggaren</cc>
    
    <cc>oliver</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>297296</commentid>
    <comment_count>0</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2010-10-21 01:58:37 -0700</bug_when>
    <thetext>* SUMMARY
LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-removal.html crashes every time it&apos;s run.

* STEPS TO REPRODUCE
1. $ ./WebKitTools/Scripts/build-webkit --debug
2. $ ./WebKitTools/Scripts/run-webkit-tests --debug LayoutTests/http/tests/xmlhttprequest/origin-whitelisting-removal.html

* RESULTS
Crash.

* REGRESSION
This is a recent regression.

* NOTES
Stack trace:


Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000026
Crashed Thread:  0  Dispatch queue: com.apple.main-thread

Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   com.apple.JavaScriptCore      	0x00000001001adeac JSC::Interpreter::throwException(JSC::ExecState*&amp;, JSC::JSValue&amp;, unsigned int, bool) + 1070 (Interpreter.cpp:684)
1   com.apple.JavaScriptCore      	0x00000001001d3452 cti_vm_throw + 234 (JITStubs.cpp:3634)
2   com.apple.JavaScriptCore      	0x00000001001d21cd jscGeneratedNativeCode + 0 (JITStubs.cpp:1007)
3   com.apple.JavaScriptCore      	0x00000001001b0c5c JSC::JITCode::execute(JSC::RegisterFile*, JSC::ExecState*, JSC::JSGlobalData*, JSC::JSValue*) + 76 (JITCode.h:77)
4   com.apple.JavaScriptCore      	0x00000001001ab5df JSC::Interpreter::execute(JSC::CallFrameClosure&amp;, JSC::JSValue*) + 213 (Interpreter.cpp:1034)
5   com.apple.JavaScriptCore      	0x0000000100131780 JSC::CachedCall::call() + 104 (CachedCall.h:52)
6   com.apple.JavaScriptCore      	0x000000010012a8d6 JSC::arrayProtoFuncForEach(JSC::ExecState*) + 631 (ArrayPrototype.cpp:822)
7   ???                           	0x0000223892a001aa 0 + 37626373472682
8   com.apple.JavaScriptCore      	0x00000001001b0c5c JSC::JITCode::execute(JSC::RegisterFile*, JSC::ExecState*, JSC::JSGlobalData*, JSC::JSValue*) + 76 (JITCode.h:77)
9   com.apple.JavaScriptCore      	0x00000001001accd1 JSC::Interpreter::execute(JSC::ProgramExecutable*, JSC::ExecState*, JSC::ScopeChainNode*, JSC::JSObject*, JSC::JSValue*) + 995 (Interpreter.cpp:754)
10  com.apple.JavaScriptCore      	0x000000010017c7a7 JSC::evaluate(JSC::ExecState*, JSC::ScopeChain&amp;, JSC::SourceCode const&amp;, JSC::JSValue) + 484 (Completion.cpp:63)
11  com.apple.WebCore             	0x00000001015ae368 WebCore::JSMainThreadExecState::evaluate(JSC::ExecState*, JSC::ScopeChain&amp;, JSC::SourceCode const&amp;, JSC::JSValue) + 58 (JSMainThreadExecState.h:54)
12  com.apple.WebCore             	0x000000010196ef52 WebCore::ScriptController::evaluateInWorld(WebCore::ScriptSourceCode const&amp;, WebCore::DOMWrapperWorld*, WebCore::ShouldAllowXSS) + 478 (ScriptController.cpp:148)
13  com.apple.WebCore             	0x000000010196f10c WebCore::ScriptController::evaluate(WebCore::ScriptSourceCode const&amp;, WebCore::ShouldAllowXSS) + 58 (ScriptController.cpp:172)
14  com.apple.WebCore             	0x0000000101974a8a WebCore::ScriptController::executeScript(WebCore::ScriptSourceCode const&amp;, WebCore::ShouldAllowXSS) + 142 (ScriptControllerBase.cpp:62)
15  com.apple.WebCore             	0x000000010134e899 WebCore::HTMLScriptRunner::executeScript(WebCore::ScriptSourceCode const&amp;) const + 205 (HTMLScriptRunner.cpp:154)
[...]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>297297</commentid>
    <comment_count>1</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2010-10-21 01:59:09 -0700</bug_when>
    <thetext>&lt;rdar://problem/8577717&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>297472</commentid>
    <comment_count>2</comment_count>
    <who name="David Kilzer (:ddkilzer)">ddkilzer</who>
    <bug_when>2010-10-21 09:42:08 -0700</bug_when>
    <thetext>This was when building r70207 from trunk.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>297525</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2010-10-21 11:40:17 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>