<?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>86208</bug_id>
          
          <creation_ts>2012-05-11 06:27:53 -0700</creation_ts>
          <short_desc>Assertion failure in ietestcenter/css3/valuesandunits/units-000.htm</short_desc>
          <delta_ts>2012-05-11 10:16:10 -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>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>86176</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Antti Koivisto">koivisto</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>d-r</cc>
    
    <cc>dtharp</cc>
    
    <cc>rakuco</cc>
    
    <cc>tomz</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>621563</commentid>
    <comment_count>0</comment_count>
    <who name="Antti Koivisto">koivisto</who>
    <bug_when>2012-05-11 06:27:53 -0700</bug_when>
    <thetext>The test is asserting in Mac debug bots.

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x00000000bbadbeef
0x000000010f52d333 in WebCore::CSSPrimitiveValue::computeLengthDouble (this=0x7fa06b968220, style=0x7fa068c63c00, rootStyle=0x7fa06bc1c8d0, multiplier=1, computingFontSize=false) at /Users/antti/webkit/OpenSource/Source/WebCore/css/CSSPrimitiveValue.cpp:505
505	            ASSERT_NOT_REACHED();
(gdb) bt
#0  0x000000010f52d333 in WebCore::CSSPrimitiveValue::computeLengthDouble (this=0x7fa06b968220, style=0x7fa068c63c00, rootStyle=0x7fa06bc1c8d0, multiplier=1, computingFontSize=false) at /Users/antti/webkit/OpenSource/Source/WebCore/css/CSSPrimitiveValue.cpp:505
#1  0x000000010f52d4ce in WebCore::CSSPrimitiveValue::computeLength&lt;unsigned int&gt; (this=0x7fa06b968220, style=0x7fa068c63c00, rootStyle=0x7fa06bc1c8d0, multiplier=1, computingFontSize=false) at /Users/antti/webkit/OpenSource/Source/WebCore/css/CSSPrimitiveValue.cpp:429
#2  0x000000011070c1c3 in WebCore::ApplyPropertyComputeLength&lt;unsigned int, &amp;(WebCore::RenderStyle::borderRightWidth() const), &amp;(WebCore::RenderStyle::setBorderRightWidth(unsigned int)), &amp;(WebCore::RenderStyle::initialBorderWidth()), (WebCore::ComputeLengthNormal)0, (WebCore::ComputeLengthThickness)1, (WebCore::ComputeLengthSVGZoom)0&gt;::applyValue (styleResolver=0x7fa06b02c000, value=0x7fa06b968220) at /Users/antti/webkit/OpenSource/Source/WebCore/css/StyleBuilder.cpp:590
#3  0x00000001106ffe1b in WebCore::PropertyHandler::applyValue (this=0x7fa06a81c540, styleResolver=0x7fa06b02c000, value=0x7fa06b968220) at StyleBuilder.h:47
#4  0x0000000110744ffb in WebCore::StyleResolver::applyProperty (this=0x7fa06b02c000, id=WebCore::CSSPropertyBorderRightWidth, value=0x7fa06b968220) at /Users/antti/webkit/OpenSource/Source/WebCore/css/StyleResolver.cpp:3150
#5  0x000000011076b8cb in WebCore::StyleResolver::applyProperties&lt;false&gt; (this=0x7fa06b02c000, properties=0x7fa06b912250, rule=0x7fa06b96b050, isImportant=false, inheritedOnly=false, filterRegionProperties=false) at /Users/antti/webkit/OpenSource/Source/WebCore/css/StyleResolver.cpp:2668
#6  0x0000000110758876 in WebCore::StyleResolver::applyMatchedProperties&lt;false&gt; (this=0x7fa06b02c000, matchResult=@0x7fff524f0870, isImportant=false, startIndex=1, endIndex=2, inheritedOnly=false) at /Users/antti/webkit/OpenSource/Source/WebCore/css/StyleResolver.cpp:2695
#7  0x0000000110743a28 in WebCore::StyleResolver::applyMatchedProperties (this=0x7fa06b02c000, matchResult=@0x7fff524f0870) at /Users/antti/webkit/OpenSource/Source/WebCore/css/StyleResolver.cpp:2846
#8  0x000000011073dbc3 in WebCore::StyleResolver::styleForElement (this=0x7fa06b02c000, element=0x7fa068c961a0, defaultParent=0x0, sharingBehavior=WebCore::AllowStyleSharing, matchingBehavior=WebCore::MatchAllRules, regionForStyling=0x0) at /Users/antti/webkit/OpenSource/Source/WebCore/css/StyleResolver.cpp:1667
#9  0x000000010f7cdce9 in WebCore::Element::styleForRenderer (this=0x7fa068c961a0) at /Users/antti/webkit/OpenSource/Source/WebCore/dom/Element.cpp:1054
#10 0x0000000110244404 in WebCore::NodeRendererFactory::createRendererIfNeeded (this=0x7fff524f0fe8) at /Users/antti/webkit/OpenSource/Source/WebCore/dom/NodeRenderingContext.cpp:383
#11 0x0000000110222485 in WebCore::Node::createRendererIfNeeded (this=0x7fa068c961a0) at /Users/antti/webkit/OpenSource/Source/WebCore/dom/Node.cpp:1420
#12 0x000000010f7cd590 in WebCore::Element::attach (this=0x7fa068c961a0) at /Users/antti/webkit/OpenSource/Source/WebCore/dom/Element.cpp:957
#13 0x000000010f99054c in executeTask (task=@0x7fff524f1100) at /Users/antti/webkit/OpenSource/Source/WebCore/html/parser/HTMLConstructionSite.cpp:101
#14 0x000000010f9903d6 in WebCore::HTMLConstructionSite::executeQueuedTasks (this=0x7fa06bc3f398) at /Users/antti/webkit/OpenSource/Source/WebCore/html/parser/HTMLConstructionSite.cpp:140
#15 0x000000010fa69cb9 in WebCore::HTMLTreeBuilder::constructTreeFromAtomicToken (this=0x7fa06bc3f370, token=@0x7fff524f1198) at /Users/antti/webkit/OpenSource/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:482
#16 0x000000010fa69abc in WebCore::HTMLTreeBuilder::constructTreeFromToken (this=0x7fa06bc3f370, rawToken=@0x7fa06b062ad0) at /Users/antti/webkit/OpenSource/Source/WebCore/html/parser/HTMLTreeBuilder.cpp:459
#17 0x000000010f9b1c7c in WebCore::HTMLDocumentParser::pumpTokenizer (this=0x7fa06b062a00, mode=WebCore::HTMLDocumentParser::AllowYield) at /Users/antti/webkit/OpenSource/Source/WebCore/html/parser/HTMLDocumentParser.cpp:278
#18 0x000000010f9b1735 in WebCore::HTMLDocumentParser::pumpTokenizerIfPossible (this=0x7fa06b062a00, mode=WebCore::HTMLDocumentParser::AllowYield) at /Users/antti/webkit/OpenSource/Source/WebCore/html/parser/HTMLDocumentParser.cpp:177
#19 0x000000010f9b269f in WebCore::HTMLDocumentParser::append (this=0x7fa06b062a00, source=@0x7fff524f1370) at /Users/antti/webkit/OpenSource/Source/WebCore/html/parser/HTMLDocumentParser.cpp:370
#20 0x000000010f5996c7 in WebCore::DecodedDataDocumentParser::appendBytes (this=0x7fa06b062a00, writer=0x7fa06a1d28c8, data=0x7fa06a18dc30 &quot;﻿&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD//XHTML 1.0 Strict//EN\&quot; \&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\&quot;&gt;\n&lt;!--\n Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights&quot;..., length=5847) at /Users/antti/webkit/OpenSource/Source/WebCore/dom/DecodedDataDocumentParser.cpp:50
#21 0x000000010f6366ae in WebCore::DocumentWriter::addData (this=0x7fa06a1d28c8, bytes=0x7fa06a18dc30 &quot;﻿&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD//XHTML 1.0 Strict//EN\&quot; \&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\&quot;&gt;\n&lt;!--\n Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights&quot;..., length=5847) at /Users/antti/webkit/OpenSource/Source/WebCore/loader/DocumentWriter.cpp:218
#22 0x000000010f616764 in WebCore::DocumentLoader::commitData (this=0x7fa06a1d2800, bytes=0x7fa06a18dc30 &quot;﻿&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD//XHTML 1.0 Strict//EN\&quot; \&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\&quot;&gt;\n&lt;!--\n Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights&quot;..., length=5847) at /Users/antti/webkit/OpenSource/Source/WebCore/loader/DocumentLoader.cpp:349
#23 0x000000010d91e111 in WebKit::WebFrameLoaderClient::committedLoad (this=0x7fa06982a6f8, loader=0x7fa06a1d2800, data=0x7fa06a18dc30 &quot;﻿&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD//XHTML 1.0 Strict//EN\&quot; \&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\&quot;&gt;\n&lt;!--\n Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights&quot;..., length=5847) at /Users/antti/webkit/OpenSource/Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:862
#24 0x000000010f616840 in WebCore::DocumentLoader::commitLoad (this=0x7fa06a1d2800, data=0x7fa06a18dc30 &quot;﻿&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD//XHTML 1.0 Strict//EN\&quot; \&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\&quot;&gt;\n&lt;!--\n Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights&quot;..., length=5847) at /Users/antti/webkit/OpenSource/Source/WebCore/loader/DocumentLoader.cpp:321
#25 0x000000010f616aa3 in WebCore::DocumentLoader::receivedData (this=0x7fa06a1d2800, data=0x7fa06a18dc30 &quot;﻿&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD//XHTML 1.0 Strict//EN\&quot; \&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\&quot;&gt;\n&lt;!--\n Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights&quot;..., length=5847) at /Users/antti/webkit/OpenSource/Source/WebCore/loader/DocumentLoader.cpp:360
#26 0x0000000110198d37 in WebCore::MainResourceLoader::addData (this=0x7fa06a006400, data=0x7fa06a18dc30 &quot;﻿&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD//XHTML 1.0 Strict//EN\&quot; \&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\&quot;&gt;\n&lt;!--\n Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights&quot;..., length=5847, allAtOnce=false) at /Users/antti/webkit/OpenSource/Source/WebCore/loader/MainResourceLoader.cpp:192
#27 0x000000011059ef1c in WebCore::ResourceLoader::didReceiveData (this=0x7fa06a006400, data=0x7fa06a18dc30 &quot;﻿&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD//XHTML 1.0 Strict//EN\&quot; \&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\&quot;&gt;\n&lt;!--\n Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights&quot;..., length=5847, encodedDataLength=-1, allAtOnce=false) at /Users/antti/webkit/OpenSource/Source/WebCore/loader/ResourceLoader.cpp:272
#28 0x000000011019a508 in WebCore::MainResourceLoader::didReceiveData (this=0x7fa06a006400, data=0x7fa06a18dc30 &quot;﻿&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD//XHTML 1.0 Strict//EN\&quot; \&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\&quot;&gt;\n&lt;!--\n Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights&quot;..., length=5847, encodedDataLength=-1, allAtOnce=false) at /Users/antti/webkit/OpenSource/Source/WebCore/loader/MainResourceLoader.cpp:498
#29 0x000000011059f88c in WebCore::ResourceLoader::didReceiveData (this=0x7fa06a006400, data=0x7fa06a18dc30 &quot;﻿&lt;!DOCTYPE html PUBLIC \&quot;-//W3C//DTD//XHTML 1.0 Strict//EN\&quot; \&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\&quot;&gt;\n&lt;!--\n Internet Explorer Test Pages Copyright © 2012 Microsoft Corporation. All rights&quot;..., length=5847, encodedDataLength=-1) at /Users/antti/webkit/OpenSource/Source/WebCore/loader/ResourceLoader.cpp:429
#30 0x000000011059c20a in -[WebCoreResourceHandleAsDelegate connection:didReceiveData:lengthReceived:] (self=0x7fa069eea8d0, _cmd=0x7fff989c4ec6, connection=0x7fa069ebe060, data=0x7fa06a18dc00, lengthReceived=5847) at /Users/antti/webkit/OpenSource/Source/WebCore/platform/network/mac/ResourceHandleMac.mm:822
#31 0x00007fff92d2c328 in __65-[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:]_block_invoke_0 ()
#32 0x00007fff92d2c2ec in -[NSURLConnectionInternal _withConnectionAndDelegate:onlyActive:] ()
#33 0x00007fff92d2c418 in -[NSURLConnectionInternal _withActiveConnectionAndDelegate:] ()
#34 0x00007fff92d2ce8b in _NSURLConnectionDidReceiveData_LengthReceived ()
#35 0x00007fff8d3ab284 in ___delegate_didReceiveDataArray_block_invoke_0 ()
#36 0x00007fff8d3aacba in ___withDelegateAsync_block_invoke_0 ()
#37 0x00007fff8d3e954a in __block_global_1 ()
#38 0x00007fff907d7364 in CFArrayApplyFunction ()
#39 0x00007fff8d3e9b8a in RunloopBlockContext::perform ()
#40 0x00007fff8d2d7045 in MultiplexerSource::perform ()
#41 0x00007fff907b8e91 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ ()
#42 0x00007fff907b87b5 in __CFRunLoopDoSources0 ()
#43 0x00007fff907dba05 in __CFRunLoopRun ()
#44 0x00007fff907db2f2 in CFRunLoopRunSpecific ()
#45 0x00007fff96fba744 in RunCurrentEventLoopInMode ()
#46 0x00007fff96fc1f7a in ReceiveNextEventCommon ()
#47 0x00007fff96fc1e0b in BlockUntilNextEventMatchingListInMode ()
#48 0x00007fff8f0c633b in _DPSNextEvent ()
#49 0x00007fff8f0c5bf9 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#50 0x00007fff8f0c2223 in -[NSApplication run] ()
#51 0x00000001105c4ebc in WebCore::RunLoop::run () at /Users/antti/webkit/OpenSource/Source/WebCore/platform/mac/RunLoopMac.mm:100
#52 0x000000010da38aa8 in WebKit::WebProcessMain (commandLine=@0x7fff524f36f0) at /Users/antti/webkit/OpenSource/Source/WebKit2/WebProcess/mac/WebProcessMainMac.mm:180
#53 0x000000010d950868 in WebKitMain (commandLine=@0x7fff524f36f0) at /Users/antti/webkit/OpenSource/Source/WebKit2/WebProcess/WebKitMain.cpp:50
#54 0x000000010d950784 in WebKitMain (argc=8, argv=0x7fff524f37a0) at /Users/antti/webkit/OpenSource/Source/WebKit2/WebProcess/WebKitMain.cpp:74
#55 0x000000010d70cda2 in main (argc=8, argv=0x7fff524f37a0) at /Users/antti/webkit/OpenSource/Source/WebKit2/mac/MainMac.cpp:68
Current language:  auto; currently c++
(gdb) list
500	        case CSS_CALC_PERCENTAGE_WITH_LENGTH:
501	        case CSS_CALC_PERCENTAGE_WITH_NUMBER:
502	            ASSERT_NOT_REACHED();
503	            return -1.0;
504	        default:
505	            ASSERT_NOT_REACHED();
506	            return -1.0;
507	    }
508	
509	    double computedValue;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>621573</commentid>
    <comment_count>1</comment_count>
    <who name="Antti Koivisto">koivisto</who>
    <bug_when>2012-05-11 06:32:55 -0700</bug_when>
    <thetext>Skipped for Mac in http://trac.webkit.org/changeset/116759</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>621755</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2012-05-11 10:16:10 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>