• BUG: kernel NULL pointer dereference, address: 0000000000000000 (1/2)

    From Tim Wittenberg@21:1/5 to All on Wed Oct 2 10:10:01 2024
    Moin zusammen,

    ich betreibe auf meinem System

    Minisforum Venus Serie UM790 Pro
    AMD Ryzen 9 7940HS w/ Radeon 780M Graphics
    64GB RAM (Kingston, SODIMM, DDR5, 5600 MT/s, 2x 32GB, Typ: KF556S40-32)
    Debian 12, Kernel 6.1.0-25-amd64

    Client: Docker Engine - Community
    Version: 27.3.1
    API version: 1.47
    Go version: go1.22.7
    Git commit: ce12230
    Built: Fri Sep 20 11:41:11 2024
    OS/Arch: linux/amd64
    Context: default

    Server: Docker Engine - Community
    Engine:
    Version: 27.3.1
    API version: 1.47 (minimum version 1.24)
    Go version: go1.22.7
    Git commit: 41ca978
    Built: Fri Sep 20 11:41:11 2024
    OS/Arch: linux/amd64
    Experimental: true
    containerd:
    Version: 1.7.22
    GitCommit: 7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c
    runc:
    Version: 1.1.14
    GitCommit: v1.1.14-0-g2c9f560
    docker-init:
    Version: 0.19.0
    GitCommit: de40ad0

    mehrere verschiedene Dienste in Docker-Containern. Leider beendet sich immer wieder ein MariaDB-Container (latest-Version), die anderen MariaDB-Container haben das Problem nicht. Wenn sich der Container beendet, habe ich folgende Kernel-Meldungen:

    Oct 01 23:52:31 server.home kernel: BUG: kernel NULL pointer dereference, address: 0000000000000000
    Oct 01 23:52:31 server.home kernel: #PF: supervisor instruction fetch in kernel mode
    Oct 01 23:52:31 server.home kernel: #PF: error_code(0x0010) - not-present page Oct 01 23:52:31 server.home kernel: PGD 0 P4D 0
    Oct 01 23:52:31 server.home kernel: Oops: 0010 [#1] PREEMPT SMP NOPTI
    Oct 01 23:52:31 server.home kernel: CPU: 13 PID: 939090 Comm: mariadbd Tainted: G OE 6.1.0-25-amd64 #1 Debian 6.1.106-3
    Oct 01 23:52:31 server.home kernel: Hardware name: Micro Computer (HK) Tech Limited Venus series/F7BSC, BIOS 1.09 11/20/2023
    Oct 01 23:52:31 server.home kernel: RIP: 0010:0x0
    Oct 01 23:52:31 server.home kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6.
    Oct 01 23:52:31 server.home kernel: RSP: 0018:ffffb7848aa47d00 EFLAGS: 00010246 Oct 01 23:52:31 server.home kernel: RAX: 0000000000000000 RBX: 0000000000004000 RCX: ffff8c481b059000
    Oct 01 23:52:31 server.home kernel: RDX: 0000000000000000 RSI: ffff8c4be612b7c0 RDI: ffffb7848aa47d00
    Oct 01 23:52:31 server.home kernel: RBP: ffff8c4cc3d85e00 R08: ffffb7848aa47cd0 R09: ffff8c496659af58
    Oct 01 23:52:31 server.home kernel: R10: ffffb7848aa47d00 R11: 000000000005ba94 R12: ffffb7848aa47df8
    Oct 01 23:52:31 server.home kernel: R13: 00007f2c42a6c000 R14: ffffb7848aa47d88 R15: 0000000000020000
    Oct 01 23:52:31 server.home kernel: FS: 00007f2c2dffb6c0(0000) GS:ffff8c56a0140000(0000) knlGS:0000000000000000
    Oct 01 23:52:31 server.home kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Oct 01 23:52:31 server.home kernel: CR2: ffffffffffffffd6 CR3: 0000000afb284000 CR4: 0000000000750ee0
    Oct 01 23:52:31 server.home kernel: PKRU: 55555554
    Oct 01 23:52:31 server.home kernel: Call Trace:
    Oct 01 23:52:31 server.home kernel: <TASK>
    Oct 01 23:52:31 server.home kernel: ? __die_body.cold+0x1a/0x1f
    Oct 01 23:52:31 server.home kernel: ? page_fault_oops+0xd2/0x2b0
    Oct 01 23:52:31 server.home kernel: ? exc_page_fault+0x70/0x170
    Oct 01 23:52:31 server.home kernel: ? asm_exc_page_fault+0x22/0x30
    Oct 01 23:52:31 server.home kernel: ? vfs_write+0x2ad/0x3f0
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? vfs_write+0x2ad/0x3f0
    Oct 01 23:52:31 server.home kernel: ? __x64_sys_pwrite64+0x94/0xc0
    Oct 01 23:52:31 server.home kernel: ? do_syscall_64+0x55/0xb0
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? exit_to_user_mode_prepare+0x40/0x1e0
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? syscall_exit_to_user_mode+0x1e/0x40
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? do_syscall_64+0x61/0xb0
    Oct 01 23:52:31 server.home kernel: ? exit_to_user_mode_prepare+0x14b/0x1e0 Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? syscall_exit_to_user_mode+0x1e/0x40
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? do_syscall_64+0x61/0xb0
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? syscall_exit_to_user_mode+0x1e/0x40
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? syscall_exit_to_user_mode+0x1e/0x40
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? do_syscall_64+0x61/0xb0
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? syscall_exit_to_user_mode+0x1e/0x40
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? do_syscall_64+0x61/0xb0
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? syscall_exit_to_user_mode+0x1e/0x40
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? do_syscall_64+0x61/0xb0
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? syscall_exit_to_user_mode+0x1e/0x40
    Oct 01 23:52:31 server.home kernel: ? srso_alias_return_thunk+0x5/0x7f
    Oct 01 23:52:31 server.home kernel: ? do_syscall_64+0x61/0xb0
    Oct 01 23:52:31 server.home kernel: ? exit_to_user_mode_prepare+0x40/0x1e0
    Oct 01 23:52:31 server.home kernel: ? entry_SYSCALL_64_after_hwframe+0x6e/0xd8 Oct 01 23:52:31 server.home kernel: </TASK>
    Oct 01 23:52:31 server.home kernel: Modules linked in: macvlan iptable_mangle xt_CHECKSUM iptable_nat tun xt_comment dummy_rx8130(OE) rpi_rf_mod_led(OE) ip6table_filter ip6_tables iptable_filter joydev h>
    Oct 01 23:52:31 server.home kernel: drm_ttm_helper snd_pcm iwlmvm ttm snd_timer snd_pci_acp5x drm_kms_helper snd_rn_pci_acp3x snd ghash_clmulni_intel i2c_algo_bit snd_acp_config soundcore snd_soc_acpi c>
    Oct 01 23:52:31 server.home kernel: CR2: 0000000000000000
    Oct 01 23:52:31 server.home kernel: ---[ end trace 0000000000000000 ]---
    Oct 01 23:52:31 server.home kernel: RIP: 0010:0x0
    Oct 01 23:52:31 server.home kernel: Code: Unable to access opcode bytes at 0xffffffffffffffd6.
    Oct 01 23:52:31 server.home kernel: RSP: 0018:ffffb7848aa47d00 EFLAGS: 00010246 Oct 01 23:52:31 server.home kernel: RAX: 0000000000000000 RBX: 0000000000004000 RCX: ffff8c481b059000
    Oct 01 23:52:31 server.home kernel: RDX: 0000000000000000 RSI: ffff8c4be612b7c0 RDI: ffffb7848aa47d00
    Oct 01 23:52:31 server.home kernel: RBP: ffff8c4cc3d85e00 R08: ffffb7848aa47cd0 R09: ffff8c496659af58
    Oct 01 23:52:31 server.home kernel: R10: ffffb7848aa47d00 R11: 000000000005ba94 R12: ffffb7848aa47df8
    Oct 01 23:52:31 server.home kernel: R13: 00007f2c42a6c000 R14: ffffb7848aa47d88 R15: 0000000000020000
    Oct 01 23:52:31 server.home kernel: FS: 00007f2c2dffb6c0(0000) GS:ffff8c56a0140000(0000) knlGS:0000000000000000
    Oct 01 23:52:31 server.home kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Oct 01 23:52:31 server.home kernel: CR2: ffffffffffffffd6 CR3: 0000000afb284000 CR4: 0000000000750ee0
    Oct 01 23:52:31 server.home kernel: PKRU: 55555554
    Oct 01 23:52:31 server.home kernel: note: mariadbd[939090] exited with irqs disabled

    Hat jemand ein ähnliches Problem oder kann mir auf die Sprünge helfen, woran das liegt?

    Danke und viele Grüße

    Tim
    <html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">Moin zusammen,<div><br></div><div>ich betreibe auf meinem System</div><
    <br></div><div><font face="Courier New">Minisforum Venus Serie UM790 Pro</font></div><div><font face="Courier New">AMD Ryzen 9 7940HS w/ Radeon 780M Graphics</font></div><div><font face="Courier New">64GB RAM (Kingston, SODIMM, DDR5, 5600 MT/s, 2x
    32GB, Typ: KF556S40-32)</font></div><div><font face="Courier New">Debian 12, Kernel 6.1.0-25-amd64</font></div><div><br></div><div><p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-
    adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal; font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto;
    font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures;"><font face="Courier New">Client: Docker Engine - Community</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;Version: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 27.3.1</font></span></p> <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;API version: &nbsp; &nbsp; &nbsp; 1.47</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;Go version:&nbsp; &nbsp; &nbsp; &nbsp; go1.22.7</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;Git commit:&nbsp; &nbsp; &nbsp; &nbsp; ce12230</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;Built: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Fri Sep 20 11:41:11 2024</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;OS/Arch: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; linux/amd64</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;Context: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; default</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0); min-height: 13px;"><font face="Courier New"><span style="font-variant-
    ligatures: no-common-ligatures"></span><br></font></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">Server: Docker Engine - Community</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;Engine:</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; Version:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 27.3.1</font></span></p> <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; API version:&nbsp; &nbsp; &nbsp; 1.47 (minimum version 1.24)</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; Go version: &nbsp; &nbsp; &nbsp; go1.22.7</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; Git commit: &nbsp; &nbsp; &nbsp; 41ca978</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; Built:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Fri Sep 20 11:41:11 2024</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; OS/Arch:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; linux/amd64</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; Experimental: &nbsp; &nbsp; true</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;containerd:</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; Version:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.7.22</font></span></p> <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; GitCommit:&nbsp; &nbsp; &nbsp; &nbsp; 7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;runc:</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; Version:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.1.14</font></span></p> <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; GitCommit:&nbsp; &nbsp; &nbsp; &nbsp; v1.1.14-0-g2c9f560</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp;docker-init:</font></span></p>
    <p style="margin: 0px; font-style: normal; font-variant-caps: normal; font-stretch: normal; line-height: normal; font-size-adjust: none; font-kerning: auto; font-variant-alternates: normal; font-variant-ligatures: normal; font-variant-numeric: normal;
    font-variant-east-asian: normal; font-variant-position: normal; font-feature-settings: normal; font-optical-sizing: auto; font-variation-settings: normal; color: rgb(0, 0, 0);"><span style="font-variant-ligatures: no-common-ligatures"><font face="Courier
    New">&nbsp; Version:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0.19.0</font></span></p>

    [continued in next message]

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Christoph@21:1/5 to Tim Wittenberg on Wed Oct 2 10:40:01 2024
    On Wed, 2 Oct 2024 09:36:18 +0200
    Tim Wittenberg <[email protected]> wrote:

    ich betreibe auf meinem System

    Minisforum Venus Serie UM790 Pro
    AMD Ryzen 9 7940HS w/ Radeon 780M Graphics
    64GB RAM (Kingston, SODIMM, DDR5, 5600 MT/s,
    2x 32GB, Typ: KF556S40-32) Debian 12, Kernel
    6.1.0-25-amd64

    Client: Docker Engine - Community
    Server: Docker Engine - Community

    mehrere verschiedene Dienste in
    Docker-Containern. Leider beendet sich immer
    wieder ein MariaDB-Container (latest-Version)

    Dies scheint der Aufruf einer Kernel-Funktion
    zu sein (Speicherverwaltung?) welcher als
    Argument einen unerwarteten Nullzeiger
    übergibt, was dann aber kein bug im kernel
    wäre. So würde ich empfehlen, die Fehlermeldung
    an die Leute von MariaDB zu richten.

    HTH.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Marc Haber@21:1/5 to All on Wed Oct 2 11:10:01 2024
    On Wed, 2 Oct 2024 10:38:03 +0200, Christoph <[email protected]>
    wrote:
    On Wed, 2 Oct 2024 09:36:18 +0200
    Tim Wittenberg <[email protected]> wrote:
    mehrere verschiedene Dienste in
    Docker-Containern. Leider beendet sich immer
    wieder ein MariaDB-Container (latest-Version)

    Dies scheint der Aufruf einer Kernel-Funktion
    zu sein (Speicherverwaltung?) welcher als
    Argument einen unerwarteten Nullzeiger
    übergibt, was dann aber kein bug im kernel
    wäre. So würde ich empfehlen, die Fehlermeldung
    an die Leute von MariaDB zu richten.

    Aber erst nachdem festgestellt wurde dass die Hardware definitiv in
    Ordnung ist

    Grüße
    Marc
    --
    ---------------------------------------------------------------------------- Marc Haber | " Questions are the | Mailadresse im Header Rhein-Neckar, DE | Beginning of Wisdom " |
    Nordisch by Nature | Lt. Worf, TNG "Rightful Heir" | Fon: *49 6224 1600402

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)