Printing AudioContext after close DCHECKs. |
|||
Issue descriptionIn Devtools: ac = new AudioContext() ac.close() ac crashes. It can also be reproed by putting <body><script>ac = new AudioContext(); ac.close(); ac.baseLatency;</script></body> in an html file and loading it into Chrome.
,
Jun 26 2018
Heh. This is most likely caused by the fact that when the context is closed, we remove the destination node which has the baseLatency stuff. We should not remove the destination node. (There's a bug filed on that somewhere.)
,
Jun 26 2018
,
Jun 29 2018
I believe this is also fixed by: https://chromium-review.googlesource.com/c/chromium/src/+/1115516 Will verify it soon.
,
Jul 2
Verified with Version 69.0.3480.0 (Developer Build) (64-bit) The repro code in the description doesn't crash anymore. |
|||
►
Sign in to add a comment |
|||
Comment 1 by maxmorin@chromium.org
, Jun 26 2018