[Webkit-unassigned] [Bug 198964] Safari crashes after ~2028 OfflineAudioContext objects are created (they never get garbage collected, consuming a thread each)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 19 11:54:11 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198964

--- Comment #3 from youenn fablet <youennf at gmail.com> ---
I cannot reproduce the crash on latest MacOS.

Thread increase is probably due to AsyncAudioDecoder.
It does not seem great to create a decoding thread per AudioContext, since it might never be used in practice. At least this should be lazily initialized.

Agreed OfflineAudioContext should be easily GCable, at least once it has finished its task.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190619/53420217/attachment.html>


More information about the webkit-unassigned mailing list