<?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>94494</bug_id>
          
          <creation_ts>2012-08-20 10:27:10 -0700</creation_ts>
          <short_desc>Assertion failure running audioparam-connect-audioratesignal.html and audioparam-summingjunction.html</short_desc>
          <delta_ts>2012-08-20 16:48: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>Web Audio</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Kenneth Russell">kbr</reporter>
          <assigned_to name="Chris Rogers">crogers</assigned_to>
          <cc>crogers</cc>
    
    <cc>rtoy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>699637</commentid>
    <comment_count>0</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2012-08-20 10:27:10 -0700</bug_when>
    <thetext>The following assertion failure is being seen on Windows and Linux debug builds on the Chromium WebKit bots:

crash log for DumpRenderTree (pid 27048):
STDOUT: &lt;empty&gt;
STDERR: ASSERTION FAILED: m_events.size()
STDERR: third_party/WebKit/Source/WebCore/Modules/webaudio/AudioParamTimeline.cpp(173) : float WebCore::AudioParamTimeline::valuesForTimeRangeImpl(float, float, float, float*, unsigned int, float, float)
STDERR: 1   0x7f913fcd390a
STDERR: 2   0x7f913fcd3808
STDERR: 3   0x7f913fcd2e13
STDERR: 4   0x7f913fcd2bda
STDERR: 5   0x7f913fcd2b01
STDERR: 6   0x7f913fcc7dcd
STDERR: 7   0x7f913fcc8ca2
STDERR: 8   0x7f913fccc2e9
STDERR: 9   0x7f913fccb7f0
STDERR: 10  0x7f913fcc74ee
STDERR: 11  0x7f913fce1ff1
STDERR: 12  0x7f913fce1d3c
STDERR: 13  0x7f913f7276c1
STDERR: 14  0x7f913f727d25
STDERR: 15  0x7f91363dc9ca
STDERR: 16  0x7f9136139cdd clone
STDERR: [27048:27953:12945653492993:ERROR:process_util_posix.cc(143)] Received signal 11
STDERR: 	base::debug::StackTrace::StackTrace() [0x7f913c394ea6]
STDERR: 	base::(anonymous namespace)::StackDumpSignalHandler() [0x7f913c3fbffd]
STDERR: 	0x7f9136086af0
STDERR: 	WebCore::AudioParamTimeline::valuesForTimeRangeImpl() [0x7f913fcd3914]
STDERR: 	WebCore::AudioParamTimeline::valuesForTimeRange() [0x7f913fcd3808]
STDERR: 	WebCore::AudioParam::calculateTimelineValues() [0x7f913fcd2e13]
STDERR: 	WebCore::AudioParam::calculateFinalValues() [0x7f913fcd2bda]
STDERR: 	WebCore::AudioParam::calculateSampleAccurateValues() [0x7f913fcd2b01]
STDERR: 	WebCore::AudioGainNode::process() [0x7f913fcc7dcd]
STDERR: 	WebCore::AudioNode::processIfNecessary() [0x7f913fcc8ca2]
STDERR: 	WebCore::AudioNodeOutput::pull() [0x7f913fccc2e9]
STDERR: 	WebCore::AudioNodeInput::pull() [0x7f913fccb7f0]
STDERR: 	WebCore::AudioDestinationNode::render() [0x7f913fcc74ee]
STDERR: 	WebCore::OfflineAudioDestinationNode::offlineRender() [0x7f913fce1ff1]
STDERR: 	WebCore::OfflineAudioDestinationNode::offlineRenderEntry() [0x7f913fce1d3c]
STDERR: 	WTF::threadEntryPoint() [0x7f913f7276c1]
STDERR: 	WTF::wtfThreadEntryPoint() [0x7f913f727d25]
STDERR: 	start_thread [0x7f91363dc9ca]
STDERR: 	0x7f9136139cdd

See:

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=webaudio%2Faudioparam-connect-audioratesignal.html%2Cwebaudio%2Faudioparam-summingjunction.html

I&apos;m going to mark this failure in TestExpectations for the moment.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>699649</commentid>
    <comment_count>1</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2012-08-20 10:31:40 -0700</bug_when>
    <thetext>Actually, the flakiness dashboard points to http://trac.webkit.org/changeset/125957/ as the cause. Reassigning to Chris.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>699758</commentid>
    <comment_count>2</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2012-08-20 11:56:45 -0700</bug_when>
    <thetext>Committed r126049: &lt;http://trac.webkit.org/changeset/126049&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>700172</commentid>
    <comment_count>3</comment_count>
    <who name="Chris Rogers">crogers</who>
    <bug_when>2012-08-20 16:48:04 -0700</bug_when>
    <thetext>Fixed ASSERT:
http://trac.webkit.org/changeset/126065

Updated TestExpectations:
http://trac.webkit.org/changeset/126092</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>