-
Notifications
You must be signed in to change notification settings - Fork 349
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
Segfault from MmdDevice::CreateFactory #1247
Comments
please provide the platform information, thanks |
@XinfengZhang Included, please let me know if you need more info:
|
suppose this platform should not enable MMC, @Guangyao-Bai , could you help to check it? |
Hi @XinfengZhang , it's about the MMC Device init fail, not a real compression HW func issue. @KenMacD do you have more details to repro such issue? we need to check the reason |
@Guangyao-Bai I was following the settings in this reply on the pipewire repo. Specifically I set:
Then I've browsed to a site the plays a video. For example this html5 video tester will always cause the segfault for me. |
@Xiaogangli-intel it appears to me to be fixed. I re-tested with the exact same settings and I no longer get the crash. Thanks! |
In testing some hardware acceleration stuff in Firefox I've run to the following segfault:
With mapped in memory:
I don't have debug symbols but from the looks of things it looks to me like there's an attempt to call
osInterface->pfnDestroy()
in the cleanup, likely from a failure in theMos_InitInterface()
call that didn't set that function.The text was updated successfully, but these errors were encountered: