You are not logged in.

#1 2023-01-10 15:45:12

Anonim-kun
Member
Registered: 2019-12-10
Posts: 15

[SOLVED]Xorg is getting core dumped randomly

Hello, I didn't have such a problem until today, but today, for some reason I don't understand, when I click on the video a few times while watching a video with mpv, the xorg closes and the core is dumped. I will be sharing the log and my system information below.
My laptop:  Intel i3 380m 3 GB Ram and I use i3s GPU with libva-intel-driver package, my environment variables are

LIBVA_DRIVER_NAME=i965 MESA_LOADER_DRIVER_OVERRIDE=i965

.drirc=

<device screen="0" driver="dri2">
	<application name="Default">
		<option name="vblank_mode" value="0"/>
	</application>
</device>

kernel ,libva, libva-intel-driver versions(i do not use xf86 video intel)

6.0.12-arch1-1 , libva-2.17.0-1, libva-intel-driver-2.4.1-2 

journal log

Jan 10 17:56:21 user systemd[1]: Created slice Slice /system/systemd-coredump.
Jan 10 17:56:21 user audit: BPF prog-id=46 op=LOAD
Jan 10 17:56:21 user audit: BPF prog-id=47 op=LOAD
Jan 10 17:56:21 user audit: BPF prog-id=48 op=LOAD
Jan 10 17:56:21 user kernel: audit: type=1334 audit(1673362581.012:196): prog-id=46 op=LOAD
Jan 10 17:56:21 user kernel: audit: type=1334 audit(1673362581.012:197): prog-id=47 op=LOAD
Jan 10 17:56:21 user kernel: audit: type=1334 audit(1673362581.012:198): prog-id=48 op=LOAD
Jan 10 17:56:21 user systemd[1]: Started Process Core Dump (PID 18916/UID 0).
Jan 10 17:56:21 user audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-18916-0 comm="systemd" exe="/usr/lib/systemd/systemd">
Jan 10 17:56:21 user kernel: audit: type=1130 audit(1673362581.052:199): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-18916-0 comm="systemd" ex>
Jan 10 17:56:22 user systemd-coredump[18917]: [?] Process 489 (Xorg) of user 1000 dumped core.
                                             
                                             Stack trace of thread 489:
                                             #0  0x00007f8c4bb6564c n/a (libc.so.6 + 0x8864c)
                                             #1  0x00007f8c4bb15958 raise (libc.so.6 + 0x38958)
                                             #2  0x00007f8c4baff53d abort (libc.so.6 + 0x2253d)
                                             #3  0x000055943f996ae0 OsAbort (Xorg + 0x14fae0)
                                             #4  0x000055943f9984a3 FatalError (Xorg + 0x1514a3)
                                             #5  0x000055943f99e599 n/a (Xorg + 0x157599)
                                             #6  0x00007f8c4bb15a00 n/a (libc.so.6 + 0x38a00)
                                             #7  0x00007f8c4ad576ca n/a (intel_drv.so + 0x656ca)
                                             #8  0x00007f8c4add3eda n/a (intel_drv.so + 0xe1eda)
                                             #9  0x00007f8c4ad5cffa n/a (intel_drv.so + 0x6affa)
                                             #10 0x000055943f9114e0 n/a (Xorg + 0xca4e0)
                                             #11 0x000055943f9a3cc7 n/a (Xorg + 0x15ccc7)
                                             #12 0x000055943f9a72dc n/a (Xorg + 0x1602dc)
                                             #13 0x000055943f9a7fc5 n/a (Xorg + 0x160fc5)
                                             #14 0x000055943f8edf12 n/a (Xorg + 0xa6f12)
                                             #15 0x000055943f8f39e1 MapWindow (Xorg + 0xac9e1)
                                             #16 0x000055943f8bc99b n/a (Xorg + 0x7599b)
                                             #17 0x000055943f885edf n/a (Xorg + 0x3eedf)
                                             #18 0x00007f8c4bb00290 n/a (libc.so.6 + 0x23290)
                                             #19 0x00007f8c4bb0034a __libc_start_main (libc.so.6 + 0x2334a)
                                             #20 0x000055943f8862d5 _start (Xorg + 0x3f2d5)
                                             
                                             Stack trace of thread 490:
                                             #0  0x00007f8c4bb604b6 n/a (libc.so.6 + 0x834b6)
                                             #1  0x00007f8c4bb62cd0 pthread_cond_wait (libc.so.6 + 0x85cd0)
                                             #2  0x00007f8c4ada2460 n/a (intel_drv.so + 0xb0460)
                                             #3  0x00007f8c4bb638fd n/a (libc.so.6 + 0x868fd)
                                             #4  0x00007f8c4bbe5a60 n/a (libc.so.6 + 0x108a60)
                                             
                                             Stack trace of thread 492:
                                             #0  0x00007f8c4bb604b6 n/a (libc.so.6 + 0x834b6)

mpv settings

ytdl-format=bestvideo[height=720][vcodec=h264][fps<=30]+bestaudio/best
vd-lavc-dr=no
gpu-dumb-mode=yes
hdr-compute-peak=no
vo=gpu
sws-scaler=bilinear
sws-fast=yes
zimg-scaler=bilinear
zimg-dither=no
ovc=libx264
ovcopts=preset=medium,crf=23,threads=0
oac=libfdk_aac,aac
oacopts=b=96k
force-window=immediate
profile=low-latency
hwdec=vaapi
audio-pitch-correction=yes

 

Any help please?

Last edited by Anonim-kun (2025-10-11 22:32:44)

Offline

#2 2023-01-10 15:49:31

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,259

Re: [SOLVED]Xorg is getting core dumped randomly

You are crashing in intel_drv.so which by definition is xf86-video-intel. Also with these environment variables you want to be using mesa-amber in place of standard mesa, are you doing that?

Offline

#3 2023-01-10 15:52:53

Anonim-kun
Member
Registered: 2019-12-10
Posts: 15

Re: [SOLVED]Xorg is getting core dumped randomly

V1del wrote:

You are crashing in intel_drv.so which by definition is xf86-video-intel. Also with these environment variables you want to be using mesa-amber in place of standard mesa, are you doing that?

Yes exactly, I had read the intel arch wiki and decided to use mesa-amber and had no issues. I guess I uncounciously installed the xf86 video intel I deleted it right now but I do not know will the xorg crash dump again so i dont know
and yeah it happened even though i deleted the xf86-video*intel
here the new log

Jan 10 20:11:29 user audit: BPF prog-id=52 op=LOAD
Jan 10 20:11:29 user audit: BPF prog-id=53 op=LOAD
Jan 10 20:11:29 user audit: BPF prog-id=54 op=LOAD
Jan 10 20:11:29 user audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-22826-0 comm="systemd" exe="/usr/lib/systemd/systemd">
Jan 10 20:11:29 user systemd[1]: Started Process Core Dump (PID 22826/UID 0).
Jan 10 20:11:29 user systemd-coredump[22827]: [?] Process 19833 (Xorg) of user 1000 dumped core.
                                             
                                             Stack trace of thread 19833:
                                             #0  0x00007f05de84964c n/a (libc.so.6 + 0x8864c)
                                             #1  0x00007f05de7f9958 raise (libc.so.6 + 0x38958)
                                             #2  0x00007f05de7e353d abort (libc.so.6 + 0x2253d)
                                             #3  0x000055db7bf40ae0 OsAbort (Xorg + 0x14fae0)
                                             #4  0x000055db7bf424a3 FatalError (Xorg + 0x1514a3)
                                             #5  0x000055db7bf48599 n/a (Xorg + 0x157599)
                                             #6  0x00007f05de7f9a00 n/a (libc.so.6 + 0x38a00)
                                             #7  0x00007f05dda3b6ca n/a (/usr/lib/xorg/modules/drivers/intel_drv.so (deleted) + 0x656ca)
                                             ELF object binary architecture: AMD x86-64
Jan 10 20:11:29 user kernel: audit: type=1131 audit(1673370689.889:340): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-22826-0 comm="systemd" ex>
Jan 10 20:11:29 user audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-22826-0 comm="systemd" exe="/usr/lib/systemd/systemd" >
Jan 10 20:11:30 user audit[19805]: CRED_DISP pid=19805 uid=0 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock ac>
Jan 10 20:11:29 user systemd[1]: systemd-coredump@2-22826-0.service: Deactivated successfully.

I also checked /etc/xorg.conf (it does not exists) and /etc/xorg.conf.d/ to find if there is something to force use the broken driver even though it is not installed and yeah there is just keyboard-layout.conf and synaptics.conf

Last edited by Anonim-kun (2025-10-11 22:34:02)

Offline

#4 2023-01-11 14:17:42

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,259

Re: [SOLVED]Xorg is getting core dumped randomly

This is still a crash in that module, if you didn't reboot/restart xorg you will have still been running on it even if you removed it now. If you restarted xorg and get a crash *now* then things will be interesting.

Last edited by V1del (2023-01-11 14:18:08)

Offline

#5 2023-01-11 23:20:37

Anonim-kun
Member
Registered: 2019-12-10
Posts: 15

Re: [SOLVED]Xorg is getting core dumped randomly

You were right, I have restarted it and watching video for like 20-25 min on mpv it seems there is no error.

Offline

#6 2023-01-12 08:15:37

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,406

Re: [SOLVED]Xorg is getting core dumped randomly

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Offline

#7 2023-01-12 14:53:24

Anonim-kun
Member
Registered: 2019-12-10
Posts: 15

Re: [SOLVED]Xorg is getting core dumped randomly

seth wrote:

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

I was trying to find mark as solved button could not find it, I guess I have to edit title manually, Thanks.

Offline

Board footer

Powered by FluxBB