Bug 216827 - webaudio/AudioBufferSource/audiobuffersource-playbackrate.html is crashing
Summary: webaudio/AudioBufferSource/audiobuffersource-playbackrate.html is crashing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 212611
  Show dependency treegraph
 
Reported: 2020-09-22 08:47 PDT by Chris Dumez
Modified: 2020-09-23 10:08 PDT (History)
9 users (show)

See Also:


Attachments
Patch (3.30 KB, patch)
2020-09-23 08:51 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2020-09-22 08:47:01 PDT
webaudio/AudioBufferSource/audiobuffersource-playbackrate.html has been crashing since its import from Blink:

ASSERTION FAILED: !hasFinished()
./Modules/webaudio/AudioScheduledSourceNode.cpp(197) : virtual void WebCore::AudioScheduledSourceNode::finish()
1   0x13c99d829 WTFCrash
2   0x11f6dd15b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x12189f7a0 WebCore::AudioScheduledSourceNode::finish()
4   0x1218686c5 WebCore::AudioBufferSourceNode::finish()
5   0x1218673df WebCore::AudioBufferSourceNode::renderSilenceAndFinishIfNotLooping(WebCore::AudioBus*, unsigned int, unsigned long)
6   0x12186690d WebCore::AudioBufferSourceNode::renderFromBuffer(WebCore::AudioBus*, unsigned int, unsigned long, double)
7   0x121865d80 WebCore::AudioBufferSourceNode::process(unsigned long)
8   0x12186f7ea WebCore::AudioNode::processIfNecessary(unsigned long)
9   0x121871db7 WebCore::AudioNodeOutput::pull(WebCore::AudioBus*, unsigned long)
10  0x121871b86 WebCore::AudioNodeInput::sumAllConnections(WebCore::AudioBus*, unsigned long)
11  0x121869f47 WebCore::AudioNodeInput::pull(WebCore::AudioBus*, unsigned long)
12  0x12186fd83 WebCore::AudioNode::pullInputs(unsigned long)
13  0x12186f71b WebCore::AudioNode::processIfNecessary(unsigned long)
14  0x121871db7 WebCore::AudioNodeOutput::pull(WebCore::AudioBus*, unsigned long)
15  0x121871b86 WebCore::AudioNodeInput::sumAllConnections(WebCore::AudioBus*, unsigned long)
16  0x121869f47 WebCore::AudioNodeInput::pull(WebCore::AudioBus*, unsigned long)
17  0x121869c31 WebCore::AudioDestinationNode::render(WebCore::AudioBus*, WebCore::AudioBus*, unsigned long, WebCore::AudioIOPosition const&)
18  0x1218e8b3a WebCore::OfflineAudioDestinationNode::offlineRender()
19  0x1219047af WebCore::OfflineAudioDestinationNode::startRendering()::$_0::operator()() const
20  0x12190475e WTF::Detail::CallableWrapper<WebCore::OfflineAudioDestinationNode::startRendering()::$_0, void>::call()
21  0x13c9c5612 WTF::Function<void ()>::operator()() const
22  0x13ca75598 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*)
23  0x13ca81648 WTF::wtfThreadEntryPoint(void*)
24  0x7fff2030f9b4 _pthread_start
25  0x7fff2030b4d7 thread_start
Comment 1 Chris Dumez 2020-09-23 08:51:40 PDT
Created attachment 409479 [details]
Patch
Comment 2 EWS 2020-09-23 10:07:22 PDT
Committed r267486: <https://trac.webkit.org/changeset/267486>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 409479 [details].
Comment 3 Radar WebKit Bug Importer 2020-09-23 10:08:21 PDT
<rdar://problem/69442398>