New issue
Advanced search Search tips

Issue 737212 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Sep 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Crash in Reverb.cpp with wavetable synth demo

Project Member Reported by rtoy@chromium.org, Jun 27 2017

Issue description

Chrome Version: 61.0.3143.0 (Developer build)
OS: 

What steps will reproduce the problem?
(1) Do a debug build
(2) Run http://googlechrome.github.io/web-audio-samples/samples/audio/wavetable-synth.html
(3)

What is the expected result?

Plays nicely

What happens instead?

Crashes on a NOTREACHED() assert.

This was introduced in refactoring the convolver node to support the new spec that was done some time ago.  Not sure why the release build doesn't just produce silence since the NOTREACHED() is followed by a zeroing of the output in this case.
 

Comment 1 by rtoy@chromium.org, Jun 27 2017

This is flaky.  Can't seem to reproduce it anymore.

Comment 2 by rtoy@chromium.org, Sep 1 2017

Status: WontFix (was: Available)
Can't repro.

Closing as WontFix(no repro)

Sign in to add a comment