<?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>207915</bug_id>
          
          <creation_ts>2020-02-18 15:09:57 -0800</creation_ts>
          <short_desc>webaudio/webaudio-gc.html is a flaky crash</short_desc>
          <delta_ts>2020-02-18 15:33:58 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>Other</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>105870</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="Aakash Jain">aakash_jain</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>youennf</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1620359</commentid>
    <comment_count>0</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2020-02-18 15:09:57 -0800</bug_when>
    <thetext>webaudio/webaudio-gc.html is a flaky crash.

e.g.:
Sample builds:
https://ews-build.webkit.org/#/builders/32/builds/3072
https://ews-build.webkit.org/#/builders/32/builds/3063

Sample Results:
https://ews-build.webkit.org/results/macOS-Mojave-Debug-WK1-Tests-EWS/r390930-3063/results.html
https://build.webkit.org/results/Apple%20Mojave%20Debug%20WK2%20(Tests)/r256851%20(7628)/results.html

Crash logs: 
https://ews-build.webkit.org/results/macOS-Mojave-Debug-WK1-Tests-EWS/r390930-3063/webaudio/webaudio-gc-crash-log.txt
https://build.webkit.org/results/Apple%20Mojave%20Debug%20WK2%20(Tests)/r256851%20(7628)/webaudio/webaudio-gc-crash-log.txt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1620363</commentid>
    <comment_count>1</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2020-02-18 15:11:57 -0800</bug_when>
    <thetext>From https://ews-build.webkit.org/results/macOS-Mojave-Debug-WK1-Tests-EWS/r390930-3063/webaudio/webaudio-gc-crash-log.txt

Termination Signal:    Segmentation fault: 11


Application Specific Information:
CRASHING TEST: webaudio/webaudio-gc.html

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.JavaScriptCore      	0x0000000108a0b260 WTFCrash + 16 (Assertions.cpp:305)
1   com.apple.WebCore             	0x000000011aad3dbb WTFCrashWithInfo(int, char const*, char const*, int) + 27
2   com.apple.WebCore             	0x000000011c8b18bc WebCore::AudioContext::~AudioContext() + 652
3   com.apple.WebCore             	0x000000011c9286d5 WebCore::OfflineAudioContext::~OfflineAudioContext() + 21
4   com.apple.WebCore             	0x000000011c928505 WebCore::OfflineAudioContext::~OfflineAudioContext() + 21
5   com.apple.WebCore             	0x000000011c928529 WebCore::OfflineAudioContext::~OfflineAudioContext() + 25
6   com.apple.WebCore             	0x000000011b04bc82 WTF::ThreadSafeRefCounted&lt;WebCore::AudioContext, (WTF::DestructionThread)0&gt;::deref() const::&apos;lambda&apos;()::operator()() const + 50
7   com.apple.WebCore             	0x000000011b04bc3d WTF::ThreadSafeRefCounted&lt;WebCore::AudioContext, (WTF::DestructionThread)0&gt;::deref() const + 61
8   com.apple.WebCore             	0x000000011c8ba699 WebCore::AudioContext::derefEventTarget() + 25
9   com.apple.WebCore             	0x000000011afaa326 WebCore::EventTarget::deref() + 22
10  com.apple.WebCore             	0x000000011b44664e void WTF::derefIfNotNull&lt;WebCore::EventTarget&gt;(WebCore::EventTarget*) + 46
11  com.apple.WebCore             	0x000000011b446619 WTF::RefPtr&lt;WebCore::EventTarget, WTF::DumbPtrTraits&lt;WebCore::EventTarget&gt; &gt;::~RefPtr() + 41
12  com.apple.WebCore             	0x000000011b4465c5 WTF::RefPtr&lt;WebCore::EventTarget, WTF::DumbPtrTraits&lt;WebCore::EventTarget&gt; &gt;::~RefPtr() + 21
13  com.apple.WebCore             	0x000000011d410e71 WebCore::Event::~Event() + 65


From https://build.webkit.org/results/Apple%20Mojave%20Debug%20WK2%20(Tests)/r256851%20(7628)/webaudio/webaudio-gc-crash-log.txt:

ASSERTION FAILED: m_finishedNodes.isEmpty()
./Modules/webaudio/AudioContext.cpp(204) : virtual WebCore::AudioContext::~AudioContext()</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1620391</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2020-02-18 15:33:58 -0800</bug_when>
    <thetext>

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

    </bug>

</bugzilla>