-
Notifications
You must be signed in to change notification settings - Fork 143
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
Crash with operator() symbol during long Hulu / YouTube video playbacks #696
Comments
Callstack points to "git/Source/JavaScriptCore/heap/SlotVisitor.cpp : 384"
Thus the bug https://bugs.webkit.org/show_bug.cgi?id=162462 (opened 2016-09-22) describes the same issue |
This bug, and the FIXME comment seem to refer to the potential for an optimization, I doubt that would be related to this crash. |
@varumugam123 What kind of crash is it? A segmentation fault, or something else? Assuming it's a segmentation fault, seeing where it's happening (when the GC visits the heap), it's highly likely that it is related to a memory corruption that happens much earlier. It might not be possible to get to any conclusion without a way to reproduce. |
Hi @guijemont |
I attempted a workaround like that, also checking that some values are non-null. It's here. I quickly tested it on arm with stress tests and it doesn't bring regressions.
Let me know if this helps. |
@varumugam123 @Gavriliuk please, test Guillaume's patch and let us know if helps. For now, I'm closing the issue. |
There are reports of crashes with below stack trace during long playbacks from Hulu & YouTube.
This was reported with Arris XG1v1 & Pace XG1v3 both are MIPS devices. I will let you know if there are any instances reported on ARM devices.
WPE version : 2.22 (686cd2f)
As of now, we don't have any simplified reproduction step, but will try and let you know if we find any.
The text was updated successfully, but these errors were encountered: