Coredump on an old Dell XPS 630i

What to do next?

I installed Manjaro stable XFCE on my old second PC:

For this PC inxi -F tells me:

[john1@manjaro2 ~]$ inxi -F
System:
  Host: manjaro2 Kernel: 6.1.44-1-MANJARO arch: x86_64 bits: 64 Desktop: Xfce
    v: 4.18.1 Distro: Manjaro Linux
Machine:
  Type: Desktop System: Dell product: XPS 630i v: N/A
    serial: <superuser required>
  Mobo: Dell model: 0PP150 v: A00 serial: <superuser required> BIOS: Dell
    v: 1.0.13 date: 05/05/2009
CPU:
  Info: dual core model: Intel Core2 Duo E8500 bits: 64 type: MCP cache:
    L2: 6 MiB
  Speed (MHz): avg: 2000 min/max: 1998/3164 cores: 1: 2000 2: 2000
Graphics:
  Device-1: NVIDIA GF104 [GeForce GTX 460] driver: nvidia v: 390.157
  Display: x11 server: X.Org v: 21.1.8 driver: X: loaded: nvidia gpu: nvidia
    s-res: 1920x1080
  API: OpenGL v: 4.6.0 NVIDIA 390.157 renderer: GeForce GTX 460/PCIe/SSE2
Audio:
  Device-1: NVIDIA GF104 High Definition Audio driver: snd_hda_intel
  Device-2: Creative Labs EMU20k1 [Sound Blaster X-Fi Series]
    driver: snd_ctxfi
  API: ALSA v: k6.1.44-1-MANJARO status: kernel-api
  Server-1: PulseAudio v: 16.1 status: active
Network:
  Device-1: NVIDIA MCP51 Ethernet type: network bridge driver: forcedeth
  IF: enp0s20 state: up speed: 1000 Mbps duplex: full mac: 00:1e:c9:51:d0:45
RAID:
  Hardware-1: NVIDIA MCP51 Serial ATA Controller driver: sata_nv
  Hardware-2: NVIDIA MCP51 Serial ATA Controller driver: sata_nv
Drives:
  Local Storage: total: 931.52 GiB used: 237.82 GiB (25.5%)
  ID-1: /dev/sda vendor: Hitachi model: HDP725050GLA360 size: 465.76 GiB
  ID-2: /dev/sdb vendor: Hitachi model: HDP725050GLA360 size: 465.76 GiB
Partition:
  ID-1: / size: 95.9 GiB used: 13.09 GiB (13.6%) fs: ext4 dev: /dev/sdb7
Swap:
  ID-1: swap-1 type: partition size: 3.91 GiB used: 0 KiB (0.0%)
    dev: /dev/sdb5
Sensors:
  System Temperatures: cpu: 57.0 C mobo: N/A gpu: nvidia temp: 37 C
  Fan Speeds (RPM): N/A gpu: nvidia fan: 40%
Info:
  Processes: 164 Uptime: 5m Memory: total: 4 GiB available: 3.83 GiB
  used: 969.3 MiB (24.7%) Shell: Bash inxi: 3.3.28

journalctl|grep -i python3 is , to get the error message:

Aug 16 10:05:27 manjaro2 kernel: python3[1226]: segfault at 7ff0a24af070 ip 00007ff0a24af070 sp 00007ffd40542b58 error 14 in libresolv.so.2[7ff0a24b7000+3000] likely on CPU 0 (core 0, socket 0)

I googled for libresolv.so and that is part of glibc. So i reinstalled glibc and python3 with no succes.

I don’t know what this coredump file can tell me.

It is on my google drive and free for everyone with this link:

cordedump-file-22MB

I hope someone can give me tipps what to do next.

I disabled that coredumps will be written, had allready over 250 MB coredumps.

On this Dell XPS is also installed a Linux Mint: i booted this Linux Mint … no coredump. So i think its not a hardware issue?!!

Just a warning … since that is behind a signup/login … not everyone is going to be able to help.
Consider using a pastebin type service.
( some can be found here: [HowTo] use public command-line pastebin services without installing anything! )

Now i tried to search journalctl since error occured

Aug 17 15:02:02 manjaro2 systemd-coredump[1574]: [\U0001f855] Process 1239 (python3) of >

… and here it is:

Aug 17 15:02:00 manjaro2 dbus-daemon[571]: [system] Activating via systemd: service name='org.blueman.Mechanism' unit='blueman-mechanism.service' requested by ':1.42' (uid=1000 pid=1304 comm="/usr/bin/python /usr/bin/blueman-applet")
Aug 17 15:02:00 manjaro2 systemd[1]: Starting Bluetooth management mechanism...
Aug 17 15:02:01 manjaro2 dbus-daemon[571]: [system] Successfully activated service 'org.blueman.Mechanism'
Aug 17 15:02:01 manjaro2 systemd[1]: Started Bluetooth management mechanism.
Aug 17 15:02:01 manjaro2 dbus-daemon[1095]: [session uid=1000 pid=1095] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.60' (uid=1000 pid=1304 comm="/usr/bin/python /usr/bin/blueman-applet")
Aug 17 15:02:01 manjaro2 systemd[1078]: Starting Bluetooth OBEX service...
Aug 17 15:02:01 manjaro2 obexd[1568]: OBEX daemon 5.68
Aug 17 15:02:01 manjaro2 dbus-daemon[1095]: [session uid=1000 pid=1095] Successfully activated service 'org.bluez.obex'
Aug 17 15:02:01 manjaro2 systemd[1078]: Started Bluetooth OBEX service.
Aug 17 15:02:02 manjaro2 kernel: python3[1239]: segfault at 7f18d2e55070 ip 00007f18d2e55070 sp 00007ffd917a8378 error 14 in libresolv.so.2[7f18d2e5d000+3000]
Aug 17 15:02:02 manjaro2 kernel: Code: Unable to access opcode bytes at RIP 0x7f18d2e55046.
Aug 17 15:02:02 manjaro2 systemd[1]: Created slice Slice /system/systemd-coredump.
Aug 17 15:02:02 manjaro2 systemd[1]: Started Process Core Dump (PID 1573/UID 0).
Aug 17 15:02:02 manjaro2 systemd-coredump[1574]: Resource limits disable core dumping for process 1239 (python3).
Aug 17 15:02:02 manjaro2 systemd-coredump[1574]: Process 1239 (python3) of user 1000 dumped core.
Aug 17 15:02:02 manjaro2 systemd[1]: systemd-coredump@0-1573-0.service: Deactivated successfully.
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Got connection from client 2002:3e8f:9378:0:631b:5493:50aa:9371
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08   0 other clients
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Normal socket connection
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 incr accepted_client=1 for 2002:3e8f:9378:0:631b:5493:50aa:9371:38620  sock=10
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Client Protocol Version 3.8
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Protocol version sent 3.8, using 3.8
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 rfbProcessClientSecurityType: executing handler for type 2
Aug 17 15:02:08 manjaro2 x11vnc[926]: Libgcrypt warning: missing initialization - please fix the application
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Pixel format for client 2002:3e8f:9378:0:631b:5493:50aa:9371:
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08   32 bpp, depth 24, little endian
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08   true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 no translation needed
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Using image quality level 5 for client 2002:3e8f:9378:0:631b:5493:50aa:9371
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Using JPEG subsampling 2, Q77 for client 2002:3e8f:9378:0:631b:5493:50aa:9371
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFEFE)
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFEFB)
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Enabling ExtDesktopSize protocol extension for client 2002:3e8f:9378:0:631b:5493:50aa:9371
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFECD)
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Enabling LastRect protocol extension for client 2002:3e8f:9378:0:631b:5493:50aa:9371
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0x574D5669)
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFEFD)
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFEC6)
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Enabling full-color cursor updates for client 2002:3e8f:9378:0:631b:5493:50aa:9371
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Enabling X-style cursor updates for client 2002:3e8f:9378:0:631b:5493:50aa:9371
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 rfbProcessClientNormalMessage: ignoring unsupported encoding type Enc(0xFFFFFEFF)
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Using tight encoding for client 2002:3e8f:9378:0:631b:5493:50aa:9371
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 Sending rfbEncodingExtDesktopSize for size (1920x1080)
Aug 17 15:02:08 manjaro2 x11vnc[926]: 17/08/2023 15:02:08 client_set_net: 2002:3e8f:9378:0:631b:5493:50aa:9371  0.0000
Aug 17 15:02:09 manjaro2 x11vnc[926]: 17/08/2023 15:02:09 copy_tiles: allocating first_line at size 61
Aug 17 15:02:15 manjaro2 x11vnc[926]: 17/08/2023 15:02:15 client 1 network rate 4688.4 KB/sec (75692.2 eff KB/sec)
Aug 17 15:02:15 manjaro2 x11vnc[926]: 17/08/2023 15:02:15 client 1 latency:  0.5 ms
Aug 17 15:02:15 manjaro2 x11vnc[926]: 17/08/2023 15:02:15 dt1: 0.0027, dt2: 0.0034 dt3: 0.0005 bytes: 28465
Aug 17 15:02:15 manjaro2 x11vnc[926]: 17/08/2023 15:02:15 link_rate: LR_LAN - 1 ms, 4688 KB/s
Aug 17 15:02:18 manjaro2 x11vnc[926]: 17/08/2023 15:02:18 created selwin: 0x200040
Aug 17 15:02:18 manjaro2 x11vnc[926]: 17/08/2023 15:02:18 called initialize_xfixes()
Aug 17 15:02:20 manjaro2 dbus-daemon[571]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Aug 17 15:02:20 manjaro2 pulseaudio[1230]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Aug 17 15:02:20 manjaro2 dbus-daemon[1095]: [session uid=1000 pid=1095] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.56' (uid=1000 pid=1430 comm="/usr/lib/xdg-desktop-portal")
Aug 17 15:02:20 manjaro2 systemd[1078]: Starting Portal service (GTK/GNOME implementation)...
Aug 17 15:02:20 manjaro2 xdg-desktop-por[1706]: cannot open display: 
Aug 17 15:02:20 manjaro2 systemd[1078]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Aug 17 15:02:20 manjaro2 systemd[1078]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Aug 17 15:02:20 manjaro2 systemd[1078]: Failed to start Portal service (GTK/GNOME implementation).
Aug 17 15:02:31 manjaro2 systemd[1]: blueman-mechanism.service: Deactivated successfully.
Aug 17 15:02:45 manjaro2 rtkit-daemon[1234]: Supervising 3 threads of 1 processes of 1 users.
Aug 17 15:02:45 manjaro2 rtkit-daemon[1234]: Supervising 3 threads of 1 processes of 1 users.
Aug 17 15:02:45 manjaro2 rtkit-daemon[1234]: Supervising 3 threads of 1 processes of 1 users.
Aug 17 15:03:10 manjaro2 xdg-desktop-por[1430]: Failed to create settings proxy: Fehler beim Aufruf von StartServiceByName für org.freedesktop.impl.portal.desktop.gnome: Zeitüberschreitung wurde erreicht
Aug 17 15:03:24 manjaro2 systemd[1078]: xdg-desktop-portal.service: start operation timed out. Terminating.
Aug 17 15:03:24 manjaro2 systemd[1078]: xdg-desktop-portal.service: Failed with result 'timeout'.
Aug 17 15:03:24 manjaro2 systemd[1078]: Failed to start Portal service.
Aug 17 15:03:53 manjaro2 dbus-daemon[1095]: [session uid=1000 pid=1095] Failed to activate service 'org.freedesktop.portal.Desktop': timed out (service_start_timeout=120000ms)
Aug 17 15:03:55 manjaro2 dbus-daemon[1095]: [session uid=1000 pid=1095] Failed to activate service 'org.freedesktop.impl.portal.desktop.gnome': timed out (service_start_timeout=120000ms)
Aug 17 15:04:20 manjaro2 dbus-daemon[1095]: [session uid=1000 pid=1095] Failed to activate service 'org.freedesktop.impl.portal.desktop.gtk': timed out (service_start_timeout=120000ms)


But i’m clueless what to look for … i can live with that issue because coredumps will not be written anymore … now i’m going jogging, thats easier :slight_smile:

check for the latest bios-update is worth a try.

Is that raid intended? If not bios should be set to AHCI.

It is allready latest BIOS ,

RAID is disabled in BIOS. I could not find any AHCI setting.

Latest Stable Update ( 29.08.2023 ) solved the issue: no more coredumps

I don’t have any idea why … and i don’t care :slight_smile:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.