-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memory access out of bounds #27
Comments
did you solve this problem? @hjl07259 |
This problem may be related to the encoding of video or the setting of |
@cycjimmy is there a chance the code from this repo is missing emscripten-core/emscripten#5289? I'm trying to debug this issue. Haven't found anything useful yet, I just know that it throws at this line in Javascript: jsmpeg-player/src/lib/decoder.js Line 45 in 1d04cd5
And then at the C code at: mpeg1_decoder_t *self = malloc(sizeof(mpeg1_decoder_t)); |
|
Yes, but there is no indication of which revision of jsmpeg is used here. Is it up to date with the latest jsmpeg upstream? |
I have just updated to the latest |
@cycjimmy that's awesome! And I wasn't able to reproduce the issue since the update! But let me try it a bit more before concluding anything. |
Ok, this issue happened a lot before. Since the upgrade, I never observed it again. I'm okay to say that it fixed the issue for me. Thank you! |
@VuIt96 did you fixed that issue ? , I am also getting the same. |
error:memory access out of bounds。Excuse me, how should I solve this problem?
The text was updated successfully, but these errors were encountered: