-
Notifications
You must be signed in to change notification settings - Fork 346
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 on Intel Iris Xe card. #1231
Comments
hi @bbbear2002 , no enough information, you mean you are using browser (hw acceleration enabled) to play some video? could you share your HW configuration, OS version, kernel version, also the browser version? |
Hi XinfengZhang, |
Graphics Feature Status |
On my Redmibook Air 13 it works perfectly well. |
The vainfo is correct. |
sorry for late response. from the information
I wonder whether it related with could you help to run some command line:
also, could you export LIBVA_TRACE to get the log of libva to check which step caused the crash? |
by-path card0 card1 renderD128 renderD129
I don't know how to use LIBVA_TRACE |
[62643.472976][ctx none]==========va_TraceInitialize |
looks like it is libva trace generated by vainfo. not your case |
Then how to use LIBVA_TRACE? |
export LIBVA_TRACE=logfile |
And then where can i find the logfile? |
It seems that LIBVA_TRACE didn't export anything when i opened the stream media. |
@bbbear2002 could you provide either Gdb backtrace or valgrind output of the crash? (If not, it's better that you file this issue against the crashing browser until there's some info where the crash happens / evidence that the issue is on the driver side.) |
I have same issue. Any ideas how to fix it?
Here is crashpad report
|
@bbbear2002, after months of searching I found the problem. In my case update of Citrix Workspace solved the problem. |
LIBVA_TRACE could specify the location, also , if you set the LIBVA_TRACE=/tmp/aa , it will generate file with thread id followed. |
Hi, after updating to Debian 11 (Deepin v23) the issues are resolved. Thank you all for your gracious input. |
Hi, this intel media driver is great. It works fine on my intel 10th gen integrated card. But on intel gen 11 card (Iris Xe), the browser keeps crashing. Any clue of solution for that? Thank you very much.
The text was updated successfully, but these errors were encountered: