Skip to content
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

[Bug]: chromium crashes with intel-media-driver and Intel Arc B580 #1893

Open
HeyItsBATMAN opened this issue Dec 17, 2024 · 1 comment
Open
Assignees

Comments

@HeyItsBATMAN
Copy link

Which component impacted?

Not sure

Is it regression? Good in old configuration?

None

What happened?

When running Chromium, Chrome or anything using the CEF, the application will not start, always exiting with the following error:
[5511:5511:1217/230941.026678:ERROR:gpu_process_host.cc(982)] GPU process exited unexpectedly: exit_code=135 [1217/230941.256342:ERROR:process_memory_linux.cc(50)] pread64: Input/output error (5) [5511:5511:1217/230942.024014:ERROR:gpu_process_host.cc(982)] GPU process exited unexpectedly: exit_code=135 [1217/230942.261787:ERROR:process_memory_linux.cc(50)] pread64: Input/output error (5) [5511:5511:1217/230943.009153:ERROR:gpu_process_host.cc(982)] GPU process exited unexpectedly: exit_code=135 [1217/230943.150395:ERROR:process_memory_linux.cc(50)] pread64: Input/output error (5) [5511:5511:1217/230943.915393:ERROR:gpu_process_host.cc(982)] GPU process exited unexpectedly: exit_code=135 [1217/230944.053984:ERROR:process_memory_linux.cc(50)] pread64: Input/output error (5) [5511:5511:1217/230944.792900:ERROR:gpu_process_host.cc(982)] GPU process exited unexpectedly: exit_code=135 [1217/230944.940533:ERROR:process_memory_linux.cc(50)] pread64: Input/output error (5) [5511:5511:1217/230945.751693:ERROR:gpu_process_host.cc(982)] GPU process exited unexpectedly: exit_code=135 [1217/230945.821455:ERROR:process_memory_linux.cc(50)] pread64: Input/output error (5) [5511:5511:1217/230946.200985:ERROR:gpu_process_host.cc(982)] GPU process exited unexpectedly: exit_code=135 [1217/230946.271470:ERROR:process_memory_linux.cc(50)] pread64: Input/output error (5) [5511:5511:1217/230946.660295:ERROR:gpu_process_host.cc(982)] GPU process exited unexpectedly: exit_code=135 [1217/230946.729769:ERROR:process_memory_linux.cc(50)] pread64: Input/output error (5) [5511:5511:1217/230947.112485:ERROR:gpu_process_host.cc(982)] GPU process exited unexpectedly: exit_code=135 [5511:5511:1217/230947.112523:FATAL:gpu_data_manager_impl_private.cc(423)] GPU process isn't usable. Goodbye.

What's the usage scenario when you are seeing the problem?

Web browser

What impacted?

No response

Debug Information

I narrowed this down to either intel-media-driver or intel-gmmlib, so if anyone with more knowledge suspects this issue is due to gmmlib, I will post there instead.

I'm running Arch Linux, tested with Kernel Versions 6.12 and 6.13, Mesa 24.3 and Mesa 25.0.

Tested with package version: intel-media-driver 24.4.4.

GPU is the Intel Arc B580, with the 'xe' kernel driver module.

lspci output

$ lspci -k | grep -EA3 VGA
0a:00.0 VGA compatible controller: Intel Corporation Battlemage G21 [Intel Graphics]
	Subsystem: ASRock Incorporation Device 6021
	Kernel driver in use: xe
	Kernel modules: xe

vainfo just crashes

$ vainfo >vainfo.log 2>&1
fish: Job 1, 'vainfo >vainfo.log 2>&1' terminated by signal SIGBUS (Misaligned address error)

package versions

lib32-libva 2.22.0-1
libva 2.22.0-1.1
libva-intel-driver 2.4.1-3.1
libva-utils 2.22.0-1.1
intel-gmmlib 22.5.4-1.1
intel-media-driver 24.4.4-1.1

Do you want to contribute a patch to fix the issue?

None

@HeyItsBATMAN
Copy link
Author

If any more information is needed, I'll gladly provide more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants