w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
937 stars 131 forks source link

Error code: SIGSEGV #807

Closed tiuvi closed 1 week ago

tiuvi commented 1 week ago

When trying to terminate a worker when the webcodec api is being processed it gives the error code, Error code: SIGSEGV.

Browser name: Netscape Browser version: 5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Platform: Linux x86_64

Example: https://tiuvi.com/videoEditorWebCodecs

image

use the button kill worker, is the worker.terminate() function

while the killinworker button that uses the worker.close() function inside the worker works perfectly without errors.

image

sandersdan commented 1 week ago

It looks like you are reporting a Chrome issue. Please use https://crbug.com/new, as this repository is for the specification text rather than Chrome's implementation of it.

If you post your bug number here I can make sure it is routed correctly.

Thanks!

dalecurtis commented 1 week ago

You should have a crash id in chrome://crashes that you can submit a long with that bug.