Public bug reported:

In a system with not enough memory, the kswapd will swap memory to disk
file, but kswapd will continue crash.

The following is the kernel log

Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.976960] BUG: kernel NULL 
pointer dereference, address: 00000000000000c8
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977016] #PF: supervisor 
read access in kernel mode
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977042] #PF: 
error_code(0x0000) - not-present page
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977065] PGD 0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977080] Oops: 0000 [#1] 
PREEMPT SMP NOPTI
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977104] CPU: 7 PID: 332 
Comm: kswapd0 Tainted: G           OE      6.5.0-45-generic #45~22.04.1-Ubuntu
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977143] Hardware name: 
Powerleader PR4908E/PSC741DI-32GF, BIOS PR4910E-BDFR-BIOS-0.0.59 06/24/2024
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977176] RIP: 
0010:lru_gen_eviction+0x10f/0x1d0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977208] Code: d2 48 09 c2 
48 83 fe 04 0f 87 a5 00 00 00 45 0f b6 e4 4b 8d 84 a0 95 00 00 00 f0 4d 01 bc 
c5 88 00 00 00 85 db 0f 95 c0 66 90 <0f> b7 89 c8 00 00 00 48 c1 e2 10 0f b6 c0 
48 be 00 00 ff ff ff ff
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977270] RSP: 
0018:ff521d354e7e38b8 EFLAGS: 00010046
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977294] RAX: 
0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977321] RDX: 
0000000000000008 RSI: 0000000000000000 RDI: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977346] RBP: 
ff521d354e7e38f8 R08: 0000000000000000 R09: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977372] R10: 
0000000000000000 R11: 0000000000000000 R12: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977397] R13: 
ff404e100015c000 R14: ff404e4f7ffd5000 R15: 0000000000000001
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977422] FS:  
0000000000000000(0000) GS:ff404e4e7fbc0000(0000) knlGS:0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977454] CS:  0010 DS: 0000 
ES: 0000 CR0: 0000000080050033
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977477] CR2: 
00000000000000c8 CR3: 00000066fe03a003 CR4: 0000000000771ee0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977504] DR0: 
0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977529] DR3: 
0000000000000000 DR6: 00000000fffe07f0 DR7: 0000000000000400
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.977554] PKRU: 55555554
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978004] Call Trace:
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978182]  <TASK>
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978271]  ? 
show_regs+0x6d/0x80
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978361]  ? __die+0x24/0x80
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978441]  ? 
page_fault_oops+0x99/0x1b0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978522]  ? 
do_user_addr_fault+0x31d/0x6b0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978602]  ? 
exc_page_fault+0x83/0x1b0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978683]  ? 
asm_exc_page_fault+0x27/0x30
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978764]  ? 
lru_gen_eviction+0x10f/0x1d0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978841]  
workingset_eviction+0x2f/0x150
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978915]  
__remove_mapping+0x22e/0x240
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.978989]  
shrink_folio_list+0xa9c/0xc30
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979061]  
evict_folios+0x345/0xa10
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979132]  
try_to_shrink_lruvec+0x1ee/0x370
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979211]  ? 
get_swappiness+0x56/0x90
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979287]  
shrink_one+0x123/0x1e0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979377]  
shrink_many+0x17d/0x310
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979478]  
shrink_node+0x100/0x520
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979575]  
balance_pgdat+0x2f6/0x890
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979674]  ? 
__pfx_kswapd+0x10/0x10
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979772]  kswapd+0x111/0x1e0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979870]  ? 
__pfx_kswapd+0x10/0x10
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.979966]  kthread+0xef/0x120
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.980063]  ? 
__pfx_kthread+0x10/0x10
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.980154]  
ret_from_fork+0x44/0x70
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.980245]  ? 
__pfx_kthread+0x10/0x10
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.980330]  
ret_from_fork_asm+0x1b/0x30
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.980417]  </TASK>
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.980499] Modules linked in: 
ib_core nvme_fabrics binfmt_misc nls_iso8859_1 input_leds mei_hdcp(OE) 
mei_pxp(OE) intel_rapl_msr intel_rapl_common intel_uncore_frequency 
intel_uncore_frequency_common i10nm_edac snd_hda_codec_hdmi nfit mei_iaf(OE) 
pmt_telemetry(OE) pmt_crashlog(OE) pmt_class(OE) mei_gsc(OE) i915_spi(OE) 
x86_pkg_temp_thermal snd_hda_intel snd_intel_dspcfg intel_powerclamp 
snd_intel_sdw_acpi snd_hda_codec coretemp snd_hda_core snd_hwdep idxd snd_pcm 
mei_me(OE) kvm_intel snd_seq_midi snd_seq_midi_event snd_rawmidi cmdlinepart 
mei(OE) idxd_bus snd_seq kvm spi_nor snd_seq_device irqbypass snd_timer rapl 
isst_if_mbox_pci isst_if_mmio isst_if_common snd ipmi_ssif intel_cstate mtd 
soundcore acpi_power_meter mac_hid ipmi_si acpi_ipmi ipmi_devintf 
ipmi_msghandler acpi_pad sch_fq_codel msr parport_pc ppdev dm_multipath 
scsi_dh_rdac scsi_dh_emc scsi_dh_alua lp parport efi_pstore ip_tables x_tables 
autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.980553]  libcrc32c raid1 
raid0 multipath linear hid_generic usbhid hid i915(OE) i915_compat(OE) 
crct10dif_pclmul crc32_pclmul drm_display_helper polyval_clmulni 
polyval_generic ast ghash_clmulni_intel cec sha256_ssse3 sha1_ssse3 
drm_shmem_helper rc_core dax_hmem igb aesni_intel nvme drm_kms_helper cxl_acpi 
ahci crypto_simd nvme_core video dca spi_intel_pci i2c_i801 xhci_pci cryptd drm 
intel_vsec(OE) nvme_common spi_intel i2c_algo_bit i2c_smbus i2c_ismt libahci 
cxl_core wmi xhci_pci_renesas pinctrl_emmitsburg
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.983055] CR2: 
00000000000000c8
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3856.983217] ---[ end trace 
0000000000000000 ]---
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.042653] RIP: 
0010:lru_gen_eviction+0x10f/0x1d0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.042875] Code: d2 48 09 c2 
48 83 fe 04 0f 87 a5 00 00 00 45 0f b6 e4 4b 8d 84 a0 95 00 00 00 f0 4d 01 bc 
c5 88 00 00 00 85 db 0f 95 c0 66 90 <0f> b7 89 c8 00 00 00 48 c1 e2 10 0f b6 c0 
48 be 00 00 ff ff ff ff
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.043335] RSP: 
0018:ff521d354e7e38b8 EFLAGS: 00010046
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.043492] RAX: 
0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.043652] RDX: 
0000000000000008 RSI: 0000000000000000 RDI: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.043809] RBP: 
ff521d354e7e38f8 R08: 0000000000000000 R09: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.043964] R10: 
0000000000000000 R11: 0000000000000000 R12: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.044114] R13: 
ff404e100015c000 R14: ff404e4f7ffd5000 R15: 0000000000000001
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.044263] FS:  
0000000000000000(0000) GS:ff404e4e7fbc0000(0000) knlGS:0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.044551] CS:  0010 DS: 0000 
ES: 0000 CR0: 0000000080050033
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.044697] CR2: 
00000000000000c8 CR3: 00000066fe03a003 CR4: 0000000000771ee0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.044842] DR0: 
0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.044986] DR3: 
0000000000000000 DR6: 00000000fffe07f0 DR7: 0000000000000400
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.045125] PKRU: 55555554
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.045260] note: kswapd0[332] 
exited with irqs disabled
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.045407] note: kswapd0[332] 
exited with preempt_count 1
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.045514] ------------[ cut 
here ]------------
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.045617] WARNING: CPU: 7 
PID: 332 at kernel/exit.c:818 do_exit+0x64a/0x6f0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.045724] Modules linked in: 
ib_core nvme_fabrics binfmt_misc nls_iso8859_1 input_leds mei_hdcp(OE) 
mei_pxp(OE) intel_rapl_msr intel_rapl_common intel_uncore_frequency 
intel_uncore_frequency_common i10nm_edac snd_hda_codec_hdmi nfit mei_iaf(OE) 
pmt_telemetry(OE) pmt_crashlog(OE) pmt_class(OE) mei_gsc(OE) i915_spi(OE) 
x86_pkg_temp_thermal snd_hda_intel snd_intel_dspcfg intel_powerclamp 
snd_intel_sdw_acpi snd_hda_codec coretemp snd_hda_core snd_hwdep idxd snd_pcm 
mei_me(OE) kvm_intel snd_seq_midi snd_seq_midi_event snd_rawmidi cmdlinepart 
mei(OE) idxd_bus snd_seq kvm spi_nor snd_seq_device irqbypass snd_timer rapl 
isst_if_mbox_pci isst_if_mmio isst_if_common snd ipmi_ssif intel_cstate mtd 
soundcore acpi_power_meter mac_hid ipmi_si acpi_ipmi ipmi_devintf 
ipmi_msghandler acpi_pad sch_fq_codel msr parport_pc ppdev dm_multipath 
scsi_dh_rdac scsi_dh_emc scsi_dh_alua lp parport efi_pstore ip_tables x_tables 
autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.045764]  libcrc32c raid1 
raid0 multipath linear hid_generic usbhid hid i915(OE) i915_compat(OE) 
crct10dif_pclmul crc32_pclmul drm_display_helper polyval_clmulni 
polyval_generic ast ghash_clmulni_intel cec sha256_ssse3 sha1_ssse3 
drm_shmem_helper rc_core dax_hmem igb aesni_intel nvme drm_kms_helper cxl_acpi 
ahci crypto_simd nvme_core video dca spi_intel_pci i2c_i801 xhci_pci cryptd drm 
intel_vsec(OE) nvme_common spi_intel i2c_algo_bit i2c_smbus i2c_ismt libahci 
cxl_core wmi xhci_pci_renesas pinctrl_emmitsburg
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.048203] CPU: 7 PID: 332 
Comm: kswapd0 Tainted: G      D    OE      6.5.0-45-generic #45~22.04.1-Ubuntu
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.048438] Hardware name: 
Powerleader PR4908E/PSC741DI-32GF, BIOS PR4910E-BDFR-BIOS-0.0.59 06/24/2024
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.048677] RIP: 
0010:do_exit+0x64a/0x6f0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.048798] Code: 8d 78 ff e9 
e7 fd ff ff 48 89 87 58 02 00 00 e9 fb fb ff ff 49 8d 7c 24 18 e8 52 b7 07 00 
e9 b5 fa ff ff 0f 0b e9 f4 f9 ff ff <0f> 0b e9 2d fa ff ff 4c 89 ee bf 05 06 00 
00 e8 d2 30 01 00 e9 e6
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.049171] RSP: 
0018:ff521d354e7e3ee8 EFLAGS: 00010282
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.049298] RAX: 
0000000000000000 RBX: ff404e10073ba040 RCX: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.049427] RDX: 
0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.049552] RBP: 
ff521d354e7e3f28 R08: 0000000000000000 R09: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.049675] R10: 
0000000000000000 R11: 0000000000000000 R12: ff404e10073c9f80
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.049796] R13: 
0000000000000009 R14: ff404e10073c7380 R15: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.049915] FS:  
0000000000000000(0000) GS:ff404e4e7fbc0000(0000) knlGS:0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.050146] CS:  0010 DS: 0000 
ES: 0000 CR0: 0000000080050033
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.050264] CR2: 
00000000000000c8 CR3: 00000066fe03a003 CR4: 0000000000771ee0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.050382] DR0: 
0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.050498] DR3: 
0000000000000000 DR6: 00000000fffe07f0 DR7: 0000000000000400
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.050611] PKRU: 55555554
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.050720] Call Trace:
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.050827]  <TASK>
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.050931]  ? 
show_regs+0x6d/0x80
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051036]  ? __warn+0x89/0x160
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051137]  ? 
do_exit+0x64a/0x6f0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051234]  ? 
report_bug+0x17e/0x1b0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051341]  ? 
handle_bug+0x46/0x90
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051436]  ? 
exc_invalid_op+0x18/0x80
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051526]  ? 
asm_exc_invalid_op+0x1b/0x20
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051616]  ? 
do_exit+0x64a/0x6f0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051701]  ? 
do_exit+0x70/0x6f0
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051783]  
make_task_dead+0x80/0x150
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051862]  
rewind_stack_and_make_dead+0x17/0x20
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.051943]  </TASK>
Aug 12 17:06:29 GPU-Xeon4410Y-ARC770 kernel: [ 3857.052017] ---[ end trace 
0000000000000000 ]---
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.022520] BUG: kernel NULL 
pointer dereference, address: 00000000000000c8
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.022520] BUG: kernel NULL 
pointer dereference, address: 00000000000000c8
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.022930] #PF: supervisor 
read access in kernel mode
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.023266] #PF: 
error_code(0x0000) - not-present page
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.023698] PGD 0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.024143] Oops: 0000 [#2] 
PREEMPT SMP NOPTI
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.024603] CPU: 47 PID: 333 
Comm: kswapd1 Tainted: G      D W  OE      6.5.0-45-generic #45~22.04.1-Ubuntu
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.025535] Hardware name: 
Powerleader PR4908E/PSC741DI-32GF, BIOS PR4910E-BDFR-BIOS-0.0.59 06/24/2024
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.025954] RIP: 
0010:lru_gen_eviction+0x10f/0x1d0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.026059] Code: d2 48 09 c2 
48 83 fe 04 0f 87 a5 00 00 00 45 0f b6 e4 4b 8d 84 a0 95 00 00 00 f0 4d 01 bc 
c5 88 00 00 00 85 db 0f 95 c0 66 90 <0f> b7 89 c8 00 00 00 48 c1 e2 10 0f b6 c0 
48 be 00 00 ff ff ff ff
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.026371] RSP: 
0000:ff521d354e7eb8b8 EFLAGS: 00010046
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.026478] RAX: 
0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.026590] RDX: 
0000000000000006 RSI: 0000000000000000 RDI: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.026700] RBP: 
ff521d354e7eb8f8 R08: 0000000000000000 R09: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.026811] R10: 
0000000000000000 R11: 0000000000000000 R12: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.026921] R13: 
ff404e4f862bd000 R14: ff404e8f7ffd4000 R15: 0000000000000001
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.027032] FS:  
0000000000000000(0000) GS:ff404e8e7fdc0000(0000) knlGS:0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.027258] CS:  0010 DS: 0000 
ES: 0000 CR0: 0000000080050033
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.027378] CR2: 
00000000000000c8 CR3: 00000066fe03a004 CR4: 0000000000771ee0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.027502] DR0: 
0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.027626] DR3: 
0000000000000000 DR6: 00000000fffe07f0 DR7: 0000000000000400
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.027751] PKRU: 55555554
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.027874] Call Trace:
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.027996]  <TASK>
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.028117]  ? 
show_regs+0x6d/0x80
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.028242]  ? __die+0x24/0x80
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.028359]  ? 
page_fault_oops+0x99/0x1b0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.028476]  ? 
do_user_addr_fault+0x31d/0x6b0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.028591]  ? 
mas_find+0x65/0x140
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.028706]  ? 
exc_page_fault+0x83/0x1b0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.028820]  ? 
asm_exc_page_fault+0x27/0x30
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.028934]  ? 
lru_gen_eviction+0x10f/0x1d0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029042]  
workingset_eviction+0x2f/0x150
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029147]  
__remove_mapping+0x22e/0x240
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029250]  
shrink_folio_list+0xa9c/0xc30
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029352]  
evict_folios+0x345/0xa10
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029450]  ? 
inc_max_seq.constprop.0+0x229/0x660
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029547]  
try_to_shrink_lruvec+0x1ee/0x370
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029640]  ? 
get_swappiness+0x56/0x90
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029732]  
shrink_one+0x123/0x1e0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029819]  
shrink_many+0x17d/0x310
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029908]  
shrink_node+0x100/0x520
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.029995]  
balance_pgdat+0x2f6/0x890
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030084]  ? 
__pfx_kswapd+0x10/0x10
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030170]  kswapd+0x111/0x1e0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030254]  ? 
__pfx_kswapd+0x10/0x10
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030333]  kthread+0xef/0x120
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030413]  ? 
__pfx_kthread+0x10/0x10
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030489]  
ret_from_fork+0x44/0x70
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030565]  ? 
__pfx_kthread+0x10/0x10
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030641]  
ret_from_fork_asm+0x1b/0x30
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030715]  </TASK>
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030786] Modules linked in: 
ib_core nvme_fabrics binfmt_misc nls_iso8859_1 input_leds mei_hdcp(OE) 
mei_pxp(OE) intel_rapl_msr intel_rapl_common intel_uncore_frequency 
intel_uncore_frequency_common i10nm_edac snd_hda_codec_hdmi nfit mei_iaf(OE) 
pmt_telemetry(OE) pmt_crashlog(OE) pmt_class(OE) mei_gsc(OE) i915_spi(OE) 
x86_pkg_temp_thermal snd_hda_intel snd_intel_dspcfg intel_powerclamp 
snd_intel_sdw_acpi snd_hda_codec coretemp snd_hda_core snd_hwdep idxd snd_pcm 
mei_me(OE) kvm_intel snd_seq_midi snd_seq_midi_event snd_rawmidi cmdlinepart 
mei(OE) idxd_bus snd_seq kvm spi_nor snd_seq_device irqbypass snd_timer rapl 
isst_if_mbox_pci isst_if_mmio isst_if_common snd ipmi_ssif intel_cstate mtd 
soundcore acpi_power_meter mac_hid ipmi_si acpi_ipmi ipmi_devintf 
ipmi_msghandler acpi_pad sch_fq_codel msr parport_pc ppdev dm_multipath 
scsi_dh_rdac scsi_dh_emc scsi_dh_alua lp parport efi_pstore ip_tables x_tables 
autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.030834]  libcrc32c raid1 
raid0 multipath linear hid_generic usbhid hid i915(OE) i915_compat(OE) 
crct10dif_pclmul crc32_pclmul drm_display_helper polyval_clmulni 
polyval_generic ast ghash_clmulni_intel cec sha256_ssse3 sha1_ssse3 
drm_shmem_helper rc_core dax_hmem igb aesni_intel nvme drm_kms_helper cxl_acpi 
ahci crypto_simd nvme_core video dca spi_intel_pci i2c_i801 xhci_pci cryptd drm 
intel_vsec(OE) nvme_common spi_intel i2c_algo_bit i2c_smbus i2c_ismt libahci 
cxl_core wmi xhci_pci_renesas pinctrl_emmitsburg
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.033031] CR2: 
00000000000000c8
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.033172] ---[ end trace 
0000000000000000 ]---
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.074632] RIP: 
0010:lru_gen_eviction+0x10f/0x1d0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.074884] Code: d2 48 09 c2 
48 83 fe 04 0f 87 a5 00 00 00 45 0f b6 e4 4b 8d 84 a0 95 00 00 00 f0 4d 01 bc 
c5 88 00 00 00 85 db 0f 95 c0 66 90 <0f> b7 89 c8 00 00 00 48 c1 e2 10 0f b6 c0 
48 be 00 00 ff ff ff ff
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.075342] RSP: 
0018:ff521d354e7e38b8 EFLAGS: 00010046
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.075497] RAX: 
0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.075657] RDX: 
0000000000000008 RSI: 0000000000000000 RDI: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.075815] RBP: 
ff521d354e7e38f8 R08: 0000000000000000 R09: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.075969] R10: 
0000000000000000 R11: 0000000000000000 R12: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.076120] R13: 
ff404e100015c000 R14: ff404e4f7ffd5000 R15: 0000000000000001
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.076268] FS:  
0000000000000000(0000) GS:ff404e8e7fdc0000(0000) knlGS:0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.076555] CS:  0010 DS: 0000 
ES: 0000 CR0: 0000000080050033
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.076700] CR2: 
00000000000000c8 CR3: 00000066fe03a004 CR4: 0000000000771ee0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.076845] DR0: 
0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.076988] DR3: 
0000000000000000 DR6: 00000000fffe07f0 DR7: 0000000000000400
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.077126] PKRU: 55555554
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.077261] note: kswapd1[333] 
exited with irqs disabled
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.077410] note: kswapd1[333] 
exited with preempt_count 1
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.077605] WARNING: CPU: 47 
PID: 333 at kernel/exit.c:818 do_exit+0x64a/0x6f0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.077783] Modules linked in: 
ib_core nvme_fabrics binfmt_misc nls_iso8859_1 input_leds mei_hdcp(OE) 
mei_pxp(OE) intel_rapl_msr intel_rapl_common intel_uncore_frequency 
intel_uncore_frequency_common i10nm_edac snd_hda_codec_hdmi nfit mei_iaf(OE) 
pmt_telemetry(OE) pmt_crashlog(OE) pmt_class(OE) mei_gsc(OE) i915_spi(OE) 
x86_pkg_temp_thermal snd_hda_intel snd_intel_dspcfg intel_powerclamp 
snd_intel_sdw_acpi snd_hda_codec coretemp snd_hda_core snd_hwdep idxd snd_pcm 
mei_me(OE) kvm_intel snd_seq_midi snd_seq_midi_event snd_rawmidi cmdlinepart 
mei(OE) idxd_bus snd_seq kvm spi_nor snd_seq_device irqbypass snd_timer rapl 
isst_if_mbox_pci isst_if_mmio isst_if_common snd ipmi_ssif intel_cstate mtd 
soundcore acpi_power_meter mac_hid ipmi_si acpi_ipmi ipmi_devintf 
ipmi_msghandler acpi_pad sch_fq_codel msr parport_pc ppdev dm_multipath 
scsi_dh_rdac scsi_dh_emc scsi_dh_alua lp parport efi_pstore ip_tables x_tables 
autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.077818]  libcrc32c raid1 
raid0 multipath linear hid_generic usbhid hid i915(OE) i915_compat(OE) 
crct10dif_pclmul crc32_pclmul drm_display_helper polyval_clmulni 
polyval_generic ast ghash_clmulni_intel cec sha256_ssse3 sha1_ssse3 
drm_shmem_helper rc_core dax_hmem igb aesni_intel nvme drm_kms_helper cxl_acpi 
ahci crypto_simd nvme_core video dca spi_intel_pci i2c_i801 xhci_pci cryptd drm 
intel_vsec(OE) nvme_common spi_intel i2c_algo_bit i2c_smbus i2c_ismt libahci 
cxl_core wmi xhci_pci_renesas pinctrl_emmitsburg
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.079914] CPU: 47 PID: 333 
Comm: kswapd1 Tainted: G      D W  OE      6.5.0-45-generic #45~22.04.1-Ubuntu
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.080123] Hardware name: 
Powerleader PR4908E/PSC741DI-32GF, BIOS PR4910E-BDFR-BIOS-0.0.59 06/24/2024
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.080336] RIP: 
0010:do_exit+0x64a/0x6f0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.080444] Code: 8d 78 ff e9 
e7 fd ff ff 48 89 87 58 02 00 00 e9 fb fb ff ff 49 8d 7c 24 18 e8 52 b7 07 00 
e9 b5 fa ff ff 0f 0b e9 f4 f9 ff ff <0f> 0b e9 2d fa ff ff 4c 89 ee bf 05 06 00 
00 e8 d2 30 01 00 e9 e6
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.080776] RSP: 
0000:ff521d354e7ebee8 EFLAGS: 00010282
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.080887] RAX: 
0000000000000000 RBX: ff404e10073bc080 RCX: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.080998] RDX: 
0000000000000000 RSI: 0000000000000000 RDI: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.081108] RBP: 
ff521d354e7ebf28 R08: 0000000000000000 R09: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.081216] R10: 
0000000000000000 R11: 0000000000000000 R12: ff404e10073cb600
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.081322] R13: 
0000000000000009 R14: ff404e10073c5280 R15: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.081426] FS:  
0000000000000000(0000) GS:ff404e8e7fdc0000(0000) knlGS:0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.081628] CS:  0010 DS: 0000 
ES: 0000 CR0: 0000000080050033
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.081731] CR2: 
00000000000000c8 CR3: 00000066fe03a004 CR4: 0000000000771ee0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.081833] DR0: 
0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.081934] DR3: 
0000000000000000 DR6: 00000000fffe07f0 DR7: 0000000000000400
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082033] PKRU: 55555554
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082129] Call Trace:
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082222]  <TASK>
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082312]  ? 
show_regs+0x6d/0x80
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082403]  ? __warn+0x89/0x160
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082491]  ? 
do_exit+0x64a/0x6f0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082576]  ? 
report_bug+0x17e/0x1b0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082661]  ? 
handle_bug+0x46/0x90
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082743]  ? 
exc_invalid_op+0x18/0x80
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082820]  ? 
asm_exc_invalid_op+0x1b/0x20
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082898]  ? 
do_exit+0x64a/0x6f0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.082972]  ? 
do_exit+0x70/0x6f0
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.083043]  
make_task_dead+0x80/0x150
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.083111]  
rewind_stack_and_make_dead+0x17/0x20
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.083181]  </TASK>
Aug 12 17:06:30 GPU-Xeon4410Y-ARC770 kernel: [ 3858.083246] ---[ end trace 
0000000000000000 ]---
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840000] watchdog: Watchdog 
detected hard LOCKUP on cpu 28
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840003] Modules linked in: 
ib_core nvme_fabrics binfmt_misc nls_iso8859_1 input_leds mei_hdcp(OE) 
mei_pxp(OE) intel_rapl_msr intel_rapl_common intel_uncore_frequency 
intel_uncore_frequency_common i10nm_edac snd_hda_codec_hdmi nfit mei_iaf(OE) 
pmt_telemetry(OE) pmt_crashlog(OE) pmt_class(OE) mei_gsc(OE) i915_spi(OE) 
x86_pkg_temp_thermal snd_hda_intel snd_intel_dspcfg intel_powerclamp 
snd_intel_sdw_acpi snd_hda_codec coretemp snd_hda_core snd_hwdep idxd snd_pcm 
mei_me(OE) kvm_intel snd_seq_midi snd_seq_midi_event snd_rawmidi cmdlinepart 
mei(OE) idxd_bus snd_seq kvm spi_nor snd_seq_device irqbypass snd_timer rapl 
isst_if_mbox_pci isst_if_mmio isst_if_common snd ipmi_ssif intel_cstate mtd 
soundcore acpi_power_meter mac_hid ipmi_si acpi_ipmi ipmi_devintf 
ipmi_msghandler acpi_pad sch_fq_codel msr parport_pc ppdev dm_multipath 
scsi_dh_rdac scsi_dh_emc scsi_dh_alua lp parport efi_pstore ip_tables x_tables 
autofs4 btrfs blake2b_generic raid10 raid456 async_raid6_recov async_memcpy 
async_pq async_xor async_tx xor raid6_pq
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840049]  libcrc32c raid1 
raid0 multipath linear hid_generic usbhid hid i915(OE) i915_compat(OE) 
crct10dif_pclmul crc32_pclmul drm_display_helper polyval_clmulni 
polyval_generic ast ghash_clmulni_intel cec sha256_ssse3 sha1_ssse3 
drm_shmem_helper rc_core dax_hmem igb aesni_intel nvme drm_kms_helper cxl_acpi 
ahci crypto_simd nvme_core video dca spi_intel_pci i2c_i801 xhci_pci cryptd drm 
intel_vsec(OE) nvme_common spi_intel i2c_algo_bit i2c_smbus i2c_ismt libahci 
cxl_core wmi xhci_pci_renesas pinctrl_emmitsburg
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840072] CPU: 28 PID: 22287 
Comm: python Tainted: G      D W  OE      6.5.0-45-generic #45~22.04.1-Ubuntu
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840075] Hardware name: 
Powerleader PR4908E/PSC741DI-32GF, BIOS PR4910E-BDFR-BIOS-0.0.59 06/24/2024
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840076] RIP: 
0010:native_queued_spin_lock_slowpath+0x83/0x300
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840086] Code: 00 00 f0 0f 
ba 2b 08 0f 92 c2 8b 03 0f b6 d2 c1 e2 08 30 e4 09 d0 3d ff 00 00 00 77 61 85 
c0 74 10 0f b6 03 84 c0 74 09 f3 90 <0f> b6 03 84 c0 75 f7 b8 01 00 00 00 66 89 
03 5b 41 5c 41 5d 41 5e
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840088] RSP: 
0000:ff521d3562377610 EFLAGS: 00000002
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840089] RAX: 
0000000000000001 RBX: ff404e1046e00548 RCX: 0000000000000000
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840091] RDX: 
0000000000000000 RSI: 0000000000000001 RDI: ff404e1046e00548
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840091] RBP: 
ff521d3562377638 R08: 0000000000000000 R09: 0000000000000000
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840092] R10: 
0000000000000000 R11: 0000000000000000 R12: 0000000000000001
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840092] R13: 
ff404e1046e00540 R14: ff404e1046e00548 R15: ffb8bf95ec96dd48
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840093] FS:  
000074a279f39740(0000) GS:ff404e4e7fe00000(0000) knlGS:0000000000000000
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840095] CS:  0010 DS: 0000 
ES: 0000 CR0: 0000000080050033
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840095] CR2: 
00007490f358f000 CR3: 0000000127784005 CR4: 0000000000771ee0
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840096] DR0: 
0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840097] DR3: 
0000000000000000 DR6: 00000000fffe07f0 DR7: 0000000000000400
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840098] PKRU: 55555554
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840098] Call Trace:
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840100]  <NMI>
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840104]  ? 
show_regs+0x6d/0x80
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840111]  ? 
watchdog_hardlockup_check+0x17a/0x330
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840116]  ? 
watchdog_overflow_callback+0x6b/0x80
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840118]  ? 
__perf_event_overflow+0xeb/0x2d0
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840122]  ? 
perf_event_overflow+0x19/0x30
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840125]  ? 
handle_pmi_common+0x17f/0x450
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840133]  ? 
__ghes_peek_estatus.isra.0+0x4e/0xc0
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840138]  ? 
intel_pmu_handle_irq+0x11b/0x260
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840140]  ? 
perf_event_nmi_handler+0x2b/0x50
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840143]  ? 
nmi_handle+0x64/0x180
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840144]  ? 
default_do_nmi+0x47/0x130
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840148]  ? 
exc_nmi+0x1d5/0x2a0
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840151]  ? 
end_repeat_nmi+0x16/0x67
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840156]  ? 
native_queued_spin_lock_slowpath+0x83/0x300
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840157]  ? 
native_queued_spin_lock_slowpath+0x83/0x300
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840159]  ? 
native_queued_spin_lock_slowpath+0x83/0x300
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840160]  </NMI>
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840160]  <TASK>
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840161]  
_raw_spin_lock_irq+0x51/0x80
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840162]  
__remove_mapping+0x69/0x240
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840165]  
shrink_folio_list+0xa9c/0xc30
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840170]  
evict_folios+0x345/0xa10
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840173]  
try_to_shrink_lruvec+0x1ee/0x370
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840176]  ? 
get_swappiness+0x56/0x90
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840178]  
shrink_one+0x123/0x1e0
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840180]  
shrink_many+0x17d/0x310
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840181]  
shrink_node+0x100/0x520
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840182]  ? 
zone_reclaimable_pages+0x1af/0x280
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840184]  
shrink_zones.constprop.0+0x90/0x2c0
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840186]  
do_try_to_free_pages+0x69/0x330
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840187]  
try_to_free_pages+0xe6/0x210
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840189]  
__alloc_pages_slowpath.constprop.0+0x2dc/0x9a0
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840193]  
__alloc_pages+0x31d/0x350
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840195]  
__folio_alloc+0x1d/0x60
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840196]  ? 
policy_node+0x69/0x80
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840200]  
vma_alloc_folio+0x9f/0x3d0
Aug 12 17:07:23 GPU-Xeon4410Y-ARC770 kernel: [ 3870.840203]  ? 
folio_add_lru+0x74/0x100

** Affects: compiz-plugins-main (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "apport.linux-image-6.5.0-45-generic.80zh0eus.apport"
   
https://bugs.launchpad.net/bugs/2076602/+attachment/5805170/+files/apport.linux-image-6.5.0-45-generic.80zh0eus.apport

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2076602

Title:
  kswapd crash cause system hang

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/compiz-plugins-main/+bug/2076602/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to