We use some essential cookies to make our website work.

We use optional cookies, as detailed in our cookie policy, to remember your settings and understand how you use our website.

8 posts • Page 1 of 1
ashwin0711
Posts: 9
Joined: Sun Sep 07, 2025 8:55 am

Experiencing system freeze during long streaming tests

Tue Sep 30, 2025 11:38 am

Hi all,
I've been facing system freeze issue when I subject my camera to long streaming tests. It's a Pi 5 kit running Debian 12 Bookworm OS.
The error logs are as follows:

Code: Select all

[26466.254279] vc4-drm axi:gpu: [drm] *ERROR* [CRTC:92:crtc-2] cleanup_done timed out
[26466.254304] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000148
[26466.263146] Mem abort info:
[26466.265943] ESR = 0x0000000096000005
[26466.269706] EC = 0x25: DABT (current EL), IL = 32 bits
[26466.275039] SET = 0, FnV = 0
[26466.278281] EA = 0, S1PTW = 0
[26466.282187] FSC = 0x05: level 1 translation fault
[26466.287110] Data abort info:
[26466.289997] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[26466.295510] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[26466.300581] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[26466.305934] user pgtable: 16k pages, 47-bit VAs, pgdp=0000000003398000
[26466.312558] [0000000000000148] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
[26466.321350] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP
[26466.327642] Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device algif_hash algif_skcipher af_alg bnep brcmfmac_wcc vc4 binfmt_misc brcmfmac brcmutil snd_soc_hdmi_codec imx290 drm_display_helper v4l2_cci regmap_i2c cec cfg80211 rpi_hevc_dec drm_dma_helper snd_soc_core v4l2_mem2mem rp1_cfe pisp_be v3d snd_compress v4l2_fwnode v4l2_async videobuf2_dma_contig snd_pcm_dmaengine videobuf2_memops snd_pcm gpu_sched videobuf2_v4l2 snd_timer videodev drm_shmem_helper snd drm_kms_helper rp1_mailbox i2c_designware_platform videobuf2_common rp1_pio mc i2c_designware_core rp1_adc spidev joydev hci_uart btbcm bluetooth aes_ce_blk aes_ce_cipher ghash_ce gf128mul sha2_ce sha256_arm64 sha1_ce ecdh_generic ecc rfkill libaes sha1_generic raspberrypi_hwmon i2c_brcmstb raspberrypi_gpiomem spi_bcm2835 rp1_fw gpio_keys nvmem_rmem uio_pdrv_genirq uio i2c_dev drm ledtrig_pattern drm_panel_orientation_quirks fuse backlight dm_mod ip_tables x_tables ipv6
[26466.412233] CPU: 0 UID: 1000 PID: 952 Comm: labwc Not tainted 6.12.41-v8-16k+ #3
[26466.419656] Hardware name: Raspberry Pi 5 Model B Rev 1.1 (DT)
[26466.425506] pstate: 00400009 (nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[26466.432493] pc : drm_atomic_helper_setup_commit+0x2ec/0x7f8 [drm_kms_helper]
[26466.439586] lr : drm_atomic_helper_setup_commit+0x2c8/0x7f8 [drm_kms_helper]
[26466.446671] sp : ffffc00083d7ba60
[26466.449990] x29: ffffc00083d7ba60 x28: ffff8000034f1800 x27: 0000000000000004
[26466.457152] x26: ffff80000335ce00 x25: 0000000000000028 x24: ffff80000adae000
[26466.464313] x23: 0000000000000000 x22: ffffd06fcf6103e8 x21: ffff800009be9d80
[26466.471475] x20: ffffd06fcda753c0 x19: ffff800201c4c5c0 x18: ffffffffffffffff
[26466.478636] x17: 6d697420656e6f64 x16: 5f70756e61656c63 x15: 205d322d63747263
[26466.485797] x14: 3a32393a43545243 x13: 74756f2064656d69 x12: 7420656e6f645f70
[26466.492958] x11: 756e61656c63205d x10: ffffd06fcfce04e8 x9 : ffffd06fce505410
[26466.500119] x8 : 00000000ffffefff x7 : ffffd06fcfce04e8 x6 : 0000000000000000
[26466.507280] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000004
[26466.514441] x2 : 0000000000000038 x1 : ffff80000325b400 x0 : 0000000000000000
[26466.521602] Call trace:
[26466.524049] drm_atomic_helper_setup_commit+0x2ec/0x7f8 [drm_kms_helper]
[26466.530784] drm_atomic_helper_commit+0x60/0x190 [drm_kms_helper]
[26466.536909] drm_atomic_nonblocking_commit+0x64/0x80 [drm]
[26466.542460] drm_mode_atomic_ioctl+0x6a8/0xcd8 [drm]
[26466.547468] drm_ioctl_kernel+0xc0/0x140 [drm]
[26466.551955] drm_ioctl+0x210/0x4e8 [drm]
[26466.555915] __arm64_sys_ioctl+0xb0/0x100
[26466.559938] invoke_syscall+0x50/0x120
[26466.563696] el0_svc_common.constprop.0+0x48/0xf8
[26466.568414] do_el0_svc+0x28/0x40
[26466.571734] el0_svc+0x30/0x100
[26466.574881] el0t_64_sync_handler+0x13c/0x158
[26466.579248] el0t_64_sync+0x190/0x198
[26466.582918] Code: 52800702 f94012a1 9ba20400 f9400c00 (f940a413) 
[26466.589032] ---[ end trace 0000000000000000 ]---
The camera is seen to be actively dumping frames out when probed with an oscilloscope. I'm also able to ping to the Pi from another device and also able to take remote access through ssh as well. But I cannot interact with the Pi directly
What can be done about this issue?
Last edited by ashwin0711 on Mon Oct 06, 2025 1:10 pm, edited 1 time in total.

neilgl
Posts: 11309
Joined: Sun Jan 26, 2014 8:36 pm

Re: Experiencing system freeze during long streaming tests

Tue Sep 30, 2025 12:56 pm

What software are you using to do the streaming?
Also, which OS and which Pi?

ashwin0711
Posts: 9
Joined: Sun Sep 07, 2025 8:55 am

Re: Experiencing system freeze during long streaming tests

Mon Oct 06, 2025 6:15 am

neilgl wrote:
Tue Sep 30, 2025 12:56 pm
What software are you using to do the streaming?
Also, which OS and which Pi?
Hi,
I'm using rpicam-apps to stream. Its a Pi 5 running with Debian 12 (Bookworm)

ashwin0711
Posts: 9
Joined: Sun Sep 07, 2025 8:55 am

Re: Experiencing system freeze during long streaming tests

Wed Oct 22, 2025 4:14 am

ashwin0711 wrote:
Tue Sep 30, 2025 11:38 am
Hi all,
I've been facing system freeze issue when I subject my camera to long streaming tests. It's a Pi 5 kit running Debian 12 Bookworm OS.
The error logs are as follows:

Code: Select all

[26466.254279] vc4-drm axi:gpu: [drm] *ERROR* [CRTC:92:crtc-2] cleanup_done timed out
[26466.254304] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000148
[26466.263146] Mem abort info:
[26466.265943] ESR = 0x0000000096000005
[26466.269706] EC = 0x25: DABT (current EL), IL = 32 bits
[26466.275039] SET = 0, FnV = 0
[26466.278281] EA = 0, S1PTW = 0
[26466.282187] FSC = 0x05: level 1 translation fault
[26466.287110] Data abort info:
[26466.289997] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[26466.295510] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[26466.300581] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[26466.305934] user pgtable: 16k pages, 47-bit VAs, pgdp=0000000003398000
[26466.312558] [0000000000000148] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
[26466.321350] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP
[26466.327642] Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device algif_hash algif_skcipher af_alg bnep brcmfmac_wcc vc4 binfmt_misc brcmfmac brcmutil snd_soc_hdmi_codec imx290 drm_display_helper v4l2_cci regmap_i2c cec cfg80211 rpi_hevc_dec drm_dma_helper snd_soc_core v4l2_mem2mem rp1_cfe pisp_be v3d snd_compress v4l2_fwnode v4l2_async videobuf2_dma_contig snd_pcm_dmaengine videobuf2_memops snd_pcm gpu_sched videobuf2_v4l2 snd_timer videodev drm_shmem_helper snd drm_kms_helper rp1_mailbox i2c_designware_platform videobuf2_common rp1_pio mc i2c_designware_core rp1_adc spidev joydev hci_uart btbcm bluetooth aes_ce_blk aes_ce_cipher ghash_ce gf128mul sha2_ce sha256_arm64 sha1_ce ecdh_generic ecc rfkill libaes sha1_generic raspberrypi_hwmon i2c_brcmstb raspberrypi_gpiomem spi_bcm2835 rp1_fw gpio_keys nvmem_rmem uio_pdrv_genirq uio i2c_dev drm ledtrig_pattern drm_panel_orientation_quirks fuse backlight dm_mod ip_tables x_tables ipv6
[26466.412233] CPU: 0 UID: 1000 PID: 952 Comm: labwc Not tainted 6.12.41-v8-16k+ #3
[26466.419656] Hardware name: Raspberry Pi 5 Model B Rev 1.1 (DT)
[26466.425506] pstate: 00400009 (nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[26466.432493] pc : drm_atomic_helper_setup_commit+0x2ec/0x7f8 [drm_kms_helper]
[26466.439586] lr : drm_atomic_helper_setup_commit+0x2c8/0x7f8 [drm_kms_helper]
[26466.446671] sp : ffffc00083d7ba60
[26466.449990] x29: ffffc00083d7ba60 x28: ffff8000034f1800 x27: 0000000000000004
[26466.457152] x26: ffff80000335ce00 x25: 0000000000000028 x24: ffff80000adae000
[26466.464313] x23: 0000000000000000 x22: ffffd06fcf6103e8 x21: ffff800009be9d80
[26466.471475] x20: ffffd06fcda753c0 x19: ffff800201c4c5c0 x18: ffffffffffffffff
[26466.478636] x17: 6d697420656e6f64 x16: 5f70756e61656c63 x15: 205d322d63747263
[26466.485797] x14: 3a32393a43545243 x13: 74756f2064656d69 x12: 7420656e6f645f70
[26466.492958] x11: 756e61656c63205d x10: ffffd06fcfce04e8 x9 : ffffd06fce505410
[26466.500119] x8 : 00000000ffffefff x7 : ffffd06fcfce04e8 x6 : 0000000000000000
[26466.507280] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000004
[26466.514441] x2 : 0000000000000038 x1 : ffff80000325b400 x0 : 0000000000000000
[26466.521602] Call trace:
[26466.524049] drm_atomic_helper_setup_commit+0x2ec/0x7f8 [drm_kms_helper]
[26466.530784] drm_atomic_helper_commit+0x60/0x190 [drm_kms_helper]
[26466.536909] drm_atomic_nonblocking_commit+0x64/0x80 [drm]
[26466.542460] drm_mode_atomic_ioctl+0x6a8/0xcd8 [drm]
[26466.547468] drm_ioctl_kernel+0xc0/0x140 [drm]
[26466.551955] drm_ioctl+0x210/0x4e8 [drm]
[26466.555915] __arm64_sys_ioctl+0xb0/0x100
[26466.559938] invoke_syscall+0x50/0x120
[26466.563696] el0_svc_common.constprop.0+0x48/0xf8
[26466.568414] do_el0_svc+0x28/0x40
[26466.571734] el0_svc+0x30/0x100
[26466.574881] el0t_64_sync_handler+0x13c/0x158
[26466.579248] el0t_64_sync+0x190/0x198
[26466.582918] Code: 52800702 f94012a1 9ba20400 f9400c00 (f940a413) 
[26466.589032] ---[ end trace 0000000000000000 ]---
The camera is seen to be actively dumping frames out when probed with an oscilloscope. I'm also able to ping to the Pi from another device and also able to take remote access through ssh as well. But I cannot interact with the Pi directly
What can be done about this issue?

Hi all,
Some additional context:

OS version using "cat /etc/debian_version" : 12.10
Version in boot splash logo : Release 5.6 - April 2025
Kernel code base : https://github.com/raspberrypi/linux/tree/rpi-6.12.y (commit ac69f097e1fba94502cbd36278db204120a37943)

The long stream test is done with two IMX462 cameras (using the IMX290 driver merged in the kernel source) as well as with two IMX662 cameras (with a driver based on IMX290 driver). Simultaneous streaming is done at 10 bit bayer format, 1920x1080p, 30fps each.

The command I used is as follows:
libcamera-vid --mode 1920:1080:10:U --width 1920 --height 1080 -t 0 -f --camera <id> --tuning-file=<tuning-file-path>

The system freeze is observed anywhere between 30 mins to 15 hours after the test commences. On rare occasions I'm able to ping as well as take remote access to the Pi while it's in a frozen state.

The drive link contains some of the kernel logs observed.
https://drive.google.com/drive/folders/ ... sp=sharing

ejolson
Posts: 13865
Joined: Tue Mar 18, 2014 11:47 am

Re: Experiencing system freeze during long streaming tests

Wed Oct 22, 2025 4:16 am

ashwin0711 wrote:
Wed Oct 22, 2025 4:14 am
ashwin0711 wrote:
Tue Sep 30, 2025 11:38 am
Hi all,
I've been facing system freeze issue when I subject my camera to long streaming tests. It's a Pi 5 kit running Debian 12 Bookworm OS.
The error logs are as follows:

Code: Select all

[26466.254279] vc4-drm axi:gpu: [drm] *ERROR* [CRTC:92:crtc-2] cleanup_done timed out
[26466.254304] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000148
[26466.263146] Mem abort info:
[26466.265943] ESR = 0x0000000096000005
[26466.269706] EC = 0x25: DABT (current EL), IL = 32 bits
[26466.275039] SET = 0, FnV = 0
[26466.278281] EA = 0, S1PTW = 0
[26466.282187] FSC = 0x05: level 1 translation fault
[26466.287110] Data abort info:
[26466.289997] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[26466.295510] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[26466.300581] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[26466.305934] user pgtable: 16k pages, 47-bit VAs, pgdp=0000000003398000
[26466.312558] [0000000000000148] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
[26466.321350] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP
[26466.327642] Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device algif_hash algif_skcipher af_alg bnep brcmfmac_wcc vc4 binfmt_misc brcmfmac brcmutil snd_soc_hdmi_codec imx290 drm_display_helper v4l2_cci regmap_i2c cec cfg80211 rpi_hevc_dec drm_dma_helper snd_soc_core v4l2_mem2mem rp1_cfe pisp_be v3d snd_compress v4l2_fwnode v4l2_async videobuf2_dma_contig snd_pcm_dmaengine videobuf2_memops snd_pcm gpu_sched videobuf2_v4l2 snd_timer videodev drm_shmem_helper snd drm_kms_helper rp1_mailbox i2c_designware_platform videobuf2_common rp1_pio mc i2c_designware_core rp1_adc spidev joydev hci_uart btbcm bluetooth aes_ce_blk aes_ce_cipher ghash_ce gf128mul sha2_ce sha256_arm64 sha1_ce ecdh_generic ecc rfkill libaes sha1_generic raspberrypi_hwmon i2c_brcmstb raspberrypi_gpiomem spi_bcm2835 rp1_fw gpio_keys nvmem_rmem uio_pdrv_genirq uio i2c_dev drm ledtrig_pattern drm_panel_orientation_quirks fuse backlight dm_mod ip_tables x_tables ipv6
[26466.412233] CPU: 0 UID: 1000 PID: 952 Comm: labwc Not tainted 6.12.41-v8-16k+ #3
[26466.419656] Hardware name: Raspberry Pi 5 Model B Rev 1.1 (DT)
[26466.425506] pstate: 00400009 (nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[26466.432493] pc : drm_atomic_helper_setup_commit+0x2ec/0x7f8 [drm_kms_helper]
[26466.439586] lr : drm_atomic_helper_setup_commit+0x2c8/0x7f8 [drm_kms_helper]
[26466.446671] sp : ffffc00083d7ba60
[26466.449990] x29: ffffc00083d7ba60 x28: ffff8000034f1800 x27: 0000000000000004
[26466.457152] x26: ffff80000335ce00 x25: 0000000000000028 x24: ffff80000adae000
[26466.464313] x23: 0000000000000000 x22: ffffd06fcf6103e8 x21: ffff800009be9d80
[26466.471475] x20: ffffd06fcda753c0 x19: ffff800201c4c5c0 x18: ffffffffffffffff
[26466.478636] x17: 6d697420656e6f64 x16: 5f70756e61656c63 x15: 205d322d63747263
[26466.485797] x14: 3a32393a43545243 x13: 74756f2064656d69 x12: 7420656e6f645f70
[26466.492958] x11: 756e61656c63205d x10: ffffd06fcfce04e8 x9 : ffffd06fce505410
[26466.500119] x8 : 00000000ffffefff x7 : ffffd06fcfce04e8 x6 : 0000000000000000
[26466.507280] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000004
[26466.514441] x2 : 0000000000000038 x1 : ffff80000325b400 x0 : 0000000000000000
[26466.521602] Call trace:
[26466.524049] drm_atomic_helper_setup_commit+0x2ec/0x7f8 [drm_kms_helper]
[26466.530784] drm_atomic_helper_commit+0x60/0x190 [drm_kms_helper]
[26466.536909] drm_atomic_nonblocking_commit+0x64/0x80 [drm]
[26466.542460] drm_mode_atomic_ioctl+0x6a8/0xcd8 [drm]
[26466.547468] drm_ioctl_kernel+0xc0/0x140 [drm]
[26466.551955] drm_ioctl+0x210/0x4e8 [drm]
[26466.555915] __arm64_sys_ioctl+0xb0/0x100
[26466.559938] invoke_syscall+0x50/0x120
[26466.563696] el0_svc_common.constprop.0+0x48/0xf8
[26466.568414] do_el0_svc+0x28/0x40
[26466.571734] el0_svc+0x30/0x100
[26466.574881] el0t_64_sync_handler+0x13c/0x158
[26466.579248] el0t_64_sync+0x190/0x198
[26466.582918] Code: 52800702 f94012a1 9ba20400 f9400c00 (f940a413) 
[26466.589032] ---[ end trace 0000000000000000 ]---
The camera is seen to be actively dumping frames out when probed with an oscilloscope. I'm also able to ping to the Pi from another device and also able to take remote access through ssh as well. But I cannot interact with the Pi directly
What can be done about this issue?

Hi all,
Some additional context:

OS version using "cat /etc/debian_version" : 12.10
Version in boot splash logo : Release 5.6 - April 2025
Kernel code base : https://github.com/raspberrypi/linux/tree/rpi-6.12.y (commit ac69f097e1fba94502cbd36278db204120a37943)

The long stream test is done with two IMX462 cameras (using the IMX290 driver merged in the kernel source) as well as with two IMX662 cameras (with a driver based on IMX290 driver). Simultaneous streaming is done at 10 bit bayer format, 1920x1080p, 30fps each.

The command I used is as follows:
libcamera-vid --mode 1920:1080:10:U --width 1920 --height 1080 -t 0 -f --camera <id> --tuning-file=<tuning-file-path>

The system freeze is observed anywhere between 30 mins to 15 hours after the test commences. On rare occasions I'm able to ping as well as take remote access to the Pi while it's in a frozen state.

The drive link contains some of the kernel logs observed.
https://drive.google.com/drive/folders/ ... sp=sharing
It looks like a crash.

Is your Pi overclocked in any way?

ashwin0711
Posts: 9
Joined: Sun Sep 07, 2025 8:55 am

Re: Experiencing system freeze during long streaming tests

Wed Oct 22, 2025 6:42 am

ejolson wrote:
Wed Oct 22, 2025 4:16 am
ashwin0711 wrote:
Wed Oct 22, 2025 4:14 am
ashwin0711 wrote:
Tue Sep 30, 2025 11:38 am
Hi all,
I've been facing system freeze issue when I subject my camera to long streaming tests. It's a Pi 5 kit running Debian 12 Bookworm OS.
The error logs are as follows:

Code: Select all

[26466.254279] vc4-drm axi:gpu: [drm] *ERROR* [CRTC:92:crtc-2] cleanup_done timed out
[26466.254304] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000148
[26466.263146] Mem abort info:
[26466.265943] ESR = 0x0000000096000005
[26466.269706] EC = 0x25: DABT (current EL), IL = 32 bits
[26466.275039] SET = 0, FnV = 0
[26466.278281] EA = 0, S1PTW = 0
[26466.282187] FSC = 0x05: level 1 translation fault
[26466.287110] Data abort info:
[26466.289997] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
[26466.295510] CM = 0, WnR = 0, TnD = 0, TagAccess = 0
[26466.300581] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
[26466.305934] user pgtable: 16k pages, 47-bit VAs, pgdp=0000000003398000
[26466.312558] [0000000000000148] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
[26466.321350] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP
[26466.327642] Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device algif_hash algif_skcipher af_alg bnep brcmfmac_wcc vc4 binfmt_misc brcmfmac brcmutil snd_soc_hdmi_codec imx290 drm_display_helper v4l2_cci regmap_i2c cec cfg80211 rpi_hevc_dec drm_dma_helper snd_soc_core v4l2_mem2mem rp1_cfe pisp_be v3d snd_compress v4l2_fwnode v4l2_async videobuf2_dma_contig snd_pcm_dmaengine videobuf2_memops snd_pcm gpu_sched videobuf2_v4l2 snd_timer videodev drm_shmem_helper snd drm_kms_helper rp1_mailbox i2c_designware_platform videobuf2_common rp1_pio mc i2c_designware_core rp1_adc spidev joydev hci_uart btbcm bluetooth aes_ce_blk aes_ce_cipher ghash_ce gf128mul sha2_ce sha256_arm64 sha1_ce ecdh_generic ecc rfkill libaes sha1_generic raspberrypi_hwmon i2c_brcmstb raspberrypi_gpiomem spi_bcm2835 rp1_fw gpio_keys nvmem_rmem uio_pdrv_genirq uio i2c_dev drm ledtrig_pattern drm_panel_orientation_quirks fuse backlight dm_mod ip_tables x_tables ipv6
[26466.412233] CPU: 0 UID: 1000 PID: 952 Comm: labwc Not tainted 6.12.41-v8-16k+ #3
[26466.419656] Hardware name: Raspberry Pi 5 Model B Rev 1.1 (DT)
[26466.425506] pstate: 00400009 (nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[26466.432493] pc : drm_atomic_helper_setup_commit+0x2ec/0x7f8 [drm_kms_helper]
[26466.439586] lr : drm_atomic_helper_setup_commit+0x2c8/0x7f8 [drm_kms_helper]
[26466.446671] sp : ffffc00083d7ba60
[26466.449990] x29: ffffc00083d7ba60 x28: ffff8000034f1800 x27: 0000000000000004
[26466.457152] x26: ffff80000335ce00 x25: 0000000000000028 x24: ffff80000adae000
[26466.464313] x23: 0000000000000000 x22: ffffd06fcf6103e8 x21: ffff800009be9d80
[26466.471475] x20: ffffd06fcda753c0 x19: ffff800201c4c5c0 x18: ffffffffffffffff
[26466.478636] x17: 6d697420656e6f64 x16: 5f70756e61656c63 x15: 205d322d63747263
[26466.485797] x14: 3a32393a43545243 x13: 74756f2064656d69 x12: 7420656e6f645f70
[26466.492958] x11: 756e61656c63205d x10: ffffd06fcfce04e8 x9 : ffffd06fce505410
[26466.500119] x8 : 00000000ffffefff x7 : ffffd06fcfce04e8 x6 : 0000000000000000
[26466.507280] x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000004
[26466.514441] x2 : 0000000000000038 x1 : ffff80000325b400 x0 : 0000000000000000
[26466.521602] Call trace:
[26466.524049] drm_atomic_helper_setup_commit+0x2ec/0x7f8 [drm_kms_helper]
[26466.530784] drm_atomic_helper_commit+0x60/0x190 [drm_kms_helper]
[26466.536909] drm_atomic_nonblocking_commit+0x64/0x80 [drm]
[26466.542460] drm_mode_atomic_ioctl+0x6a8/0xcd8 [drm]
[26466.547468] drm_ioctl_kernel+0xc0/0x140 [drm]
[26466.551955] drm_ioctl+0x210/0x4e8 [drm]
[26466.555915] __arm64_sys_ioctl+0xb0/0x100
[26466.559938] invoke_syscall+0x50/0x120
[26466.563696] el0_svc_common.constprop.0+0x48/0xf8
[26466.568414] do_el0_svc+0x28/0x40
[26466.571734] el0_svc+0x30/0x100
[26466.574881] el0t_64_sync_handler+0x13c/0x158
[26466.579248] el0t_64_sync+0x190/0x198
[26466.582918] Code: 52800702 f94012a1 9ba20400 f9400c00 (f940a413) 
[26466.589032] ---[ end trace 0000000000000000 ]---
The camera is seen to be actively dumping frames out when probed with an oscilloscope. I'm also able to ping to the Pi from another device and also able to take remote access through ssh as well. But I cannot interact with the Pi directly
What can be done about this issue?

Hi all,
Some additional context:

OS version using "cat /etc/debian_version" : 12.10
Version in boot splash logo : Release 5.6 - April 2025
Kernel code base : https://github.com/raspberrypi/linux/tree/rpi-6.12.y (commit ac69f097e1fba94502cbd36278db204120a37943)

The long stream test is done with two IMX462 cameras (using the IMX290 driver merged in the kernel source) as well as with two IMX662 cameras (with a driver based on IMX290 driver). Simultaneous streaming is done at 10 bit bayer format, 1920x1080p, 30fps each.

The command I used is as follows:
libcamera-vid --mode 1920:1080:10:U --width 1920 --height 1080 -t 0 -f --camera <id> --tuning-file=<tuning-file-path>

The system freeze is observed anywhere between 30 mins to 15 hours after the test commences. On rare occasions I'm able to ping as well as take remote access to the Pi while it's in a frozen state.

The drive link contains some of the kernel logs observed.
https://drive.google.com/drive/folders/ ... sp=sharing
It looks like a crash.

Is your Pi overclocked in any way?
No, it's running with default settings

ejolson
Posts: 13865
Joined: Tue Mar 18, 2014 11:47 am

Re: Experiencing system freeze during long streaming tests

Wed Oct 22, 2025 3:22 pm

ashwin0711 wrote:
Wed Oct 22, 2025 6:42 am
ejolson wrote:
Wed Oct 22, 2025 4:16 am
ashwin0711 wrote:
Wed Oct 22, 2025 4:14 am
The drive link contains some of the kernel logs observed.
https://drive.google.com/drive/folders/ ... sp=sharing
It looks like a crash.

Is your Pi overclocked in any way?
No, it's running with default settings
My guess is you experience a race condition that becomes noticeable during streaming.

If a Raspberry Pi engineer doesn't reply here, I'd suggest creating an issue on GitHub.

https://github.com/raspberrypi/linux

You could also try a different SD card with Trixie to see if any magic happened between releases.

ashwin0711
Posts: 9
Joined: Sun Sep 07, 2025 8:55 am

Re: Experiencing system freeze during long streaming tests

Mon Nov 03, 2025 7:26 am

Hi all,
I tried running a long stream test with the libcamerasrc plugin of gstreamer using the following command.

Code: Select all

gst-launch-1.0 libcamerasrc camera-name=/base/axi/pcie@1000120000/rp1/i2c@80000/imx290@1a ! video/x-raw,format=NV12,width=1920,height=1080,framerate=30/1 ! videoconvert ! fpsdisplaysink video-sink=fakesink -v
The test ran fine for close to 36 hours. Yet the same crash was observed again that lead to the system freezing.
Here are the logs showcasing the crash. Any input on this scenario would be much appreciated.

Code: Select all

Nov 02 07:01:43 raspberrypi kernel: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000136
Nov 02 07:01:43 raspberrypi kernel: Mem abort info:
Nov 02 07:01:43 raspberrypi kernel: ESR = 0x0000000096000005
Nov 02 07:01:43 raspberrypi kernel: EC = 0x25: DABT (current EL), IL = 32 bits
Nov 02 07:01:43 raspberrypi kernel: SET = 0, FnV = 0
Nov 02 07:01:43 raspberrypi kernel: EA = 0, S1PTW = 0
Nov 02 07:01:43 raspberrypi kernel: FSC = 0x05: level 1 translation fault
Nov 02 07:01:43 raspberrypi kernel: Data abort info:
Nov 02 07:01:43 raspberrypi kernel: ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
Nov 02 07:01:43 raspberrypi kernel: CM = 0, WnR = 0, TnD = 0, TagAccess = 0
Nov 02 07:01:43 raspberrypi kernel: GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
Nov 02 07:01:43 raspberrypi kernel: user pgtable: 16k pages, 47-bit VAs, pgdp=00000001408a4000
Nov 02 07:01:43 raspberrypi kernel: [0000000000000136] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
Nov 02 07:01:43 raspberrypi kernel: Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP
Nov 02 07:01:43 raspberrypi kernel: Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device algif_hash algif_skcipher af_alg bnep brcmfmac_wcc aes_ce_blk at24 aes_ce_cipher imx662 ghash_ce binfmt_misc v4l2_cci spidev regmap_i2c joydev vc4 gf128mul sha2_ce sha256_arm64 hci_uart btbcm brcmfmac bluetooth sha1_ce snd_soc_hdmi_codec sha1_generic brcmutil ecdh_generic ecc drm_display_helper rp1_cfe libaes raspberrypi_hwmon cec cfg80211 v4l2_fwnode rpi_hevc_dec pisp_be v4l2_mem2mem drm_dma_helper v4l2_async videobuf2_dma_contig rfkill snd_soc_core i2c_brcmstb v3d videobuf2_memops snd_compress spi_bcm2835 videobuf2_v4l2 videodev gpu_sched snd_pcm_dmaengine snd_pcm drm_shmem_helper i2c_designware_platform rp1_pio drm_kms_helper videobuf2_common raspberrypi_gpiomem snd_timer i2c_designware_core rp1_adc snd mc rp1_mailbox gpio_keys rp1_fw nvmem_rmem uio_pdrv_genirq uio i2c_dev drm ledtrig_pattern drm_panel_orientation_quirks backlight fuse dm_mod ip_tables x_tables ipv6
Nov 02 07:01:43 raspberrypi kernel: CPU: 2 UID: 0 PID: 5204 Comm: kworker/u19:3 Not tainted 6.12.41-v8-16k+ #2
Nov 02 07:01:43 raspberrypi kernel: Hardware name: Raspberry Pi 5 Model B Rev 1.1 (DT)
Nov 02 07:01:43 raspberrypi kernel: Workqueue: events_unbound commit_work [drm_kms_helper]
Nov 02 07:01:43 raspberrypi kernel: pstate: 40400009 (nZcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
Nov 02 07:01:43 raspberrypi kernel: pc : drm_self_refresh_helper_update_avg_times+0x78/0x100 [drm_kms_helper]
Nov 02 07:01:43 raspberrypi kernel: lr : commit_tail+0xec/0x1a0 [drm_kms_helper]
Nov 02 07:01:43 raspberrypi kernel: sp : ffffc0008e073d10
Nov 02 07:01:43 raspberrypi kernel: x29: ffffc0008e073d10 x28: 0000000000000000 x27: ffffd06fcfc59000
Nov 02 07:01:43 raspberrypi kernel: x26: 0000000000000038 x25: 0000000000000001 x24: ffff8000027e5180
Nov 02 07:01:43 raspberrypi kernel: x23: 0000000000000000 x22: ffffd06f5e3be4d8 x21: 00007053dcb17166
Nov 02 07:01:43 raspberrypi kernel: x20: 0000000000000120 x19: 0000000000000003 x18: 0000000000000000
Nov 02 07:01:43 raspberrypi kernel: x17: 0000000000000000 x16: ffffd06fce56a230 x15: 00007ffea404ee00
Nov 02 07:01:43 raspberrypi kernel: x14: 0000000400000028 x13: 0000000400000027 x12: 0000000100000026
Nov 02 07:01:43 raspberrypi kernel: x11: 00000000000000c0 x10: 0000000000001a40 x9 : ffffd06f5dc28f44
Nov 02 07:01:43 raspberrypi kernel: x8 : ffff80000d4d22a0 x7 : ffff80003f77cfc8 x6 : 0000000000000000
Nov 02 07:01:43 raspberrypi kernel: x5 : ffff800003a57270 x4 : ffff800040895000 x3 : 0000000000000000
Nov 02 07:01:43 raspberrypi kernel: x2 : 0000000000000000 x1 : 0000000a76c00000 x0 : 0000000000000000
Nov 02 07:01:43 raspberrypi kernel: Call trace:
Nov 02 07:01:43 raspberrypi kernel: drm_self_refresh_helper_update_avg_times+0x78/0x100 [drm_kms_helper]
Nov 02 07:01:44 raspberrypi kernel: commit_tail+0xec/0x1a0 [drm_kms_helper]
Nov 02 07:01:44 raspberrypi kernel: commit_work+0x1c/0x30 [drm_kms_helper]
Nov 02 07:01:44 raspberrypi kernel: process_one_work+0x15c/0x3c0
Nov 02 07:01:44 raspberrypi kernel: worker_thread+0x2e4/0x3f0
Nov 02 07:01:44 raspberrypi kernel: kthread+0x120/0x130
Nov 02 07:01:44 raspberrypi kernel: ret_from_fork+0x10/0x20
Nov 02 07:01:44 raspberrypi kernel: Code: 8b020025 f8626821 b4000301 f94008a2 (3944d842) 
Nov 02 07:01:44 raspberrypi kernel: ---[ end trace 0000000000000000 ]---
Nov 02 07:17:01 raspberrypi CRON[5241]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 07:17:01 raspberrypi CRON[5242]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 07:17:01 raspberrypi CRON[5241]: pam_unix(cron:session): session closed for user root
Nov 02 07:32:01 raspberrypi systemd[1]: Starting apt-daily.service - Daily apt download activities...
Nov 02 07:32:02 raspberrypi systemd[1]: apt-daily.service: Deactivated successfully.
Nov 02 07:32:02 raspberrypi systemd[1]: Finished apt-daily.service - Daily apt download activities.
Nov 02 08:14:36 raspberrypi kernel: Unable to handle kernel NULL pointer dereference at virtual address 0000000000000136
Nov 02 08:14:36 raspberrypi kernel: Mem abort info:
Nov 02 08:14:36 raspberrypi kernel: ESR = 0x0000000096000005
Nov 02 08:14:36 raspberrypi kernel: EC = 0x25: DABT (current EL), IL = 32 bits
Nov 02 08:14:36 raspberrypi kernel: SET = 0, FnV = 0
Nov 02 08:14:36 raspberrypi kernel: EA = 0, S1PTW = 0
Nov 02 08:14:36 raspberrypi kernel: FSC = 0x05: level 1 translation fault
Nov 02 08:14:36 raspberrypi kernel: Data abort info:
Nov 02 08:14:36 raspberrypi kernel: ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
Nov 02 08:14:36 raspberrypi kernel: CM = 0, WnR = 0, TnD = 0, TagAccess = 0
Nov 02 08:14:36 raspberrypi kernel: GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
Nov 02 08:14:36 raspberrypi kernel: user pgtable: 16k pages, 47-bit VAs, pgdp=0000000040dd8000
Nov 02 08:14:36 raspberrypi kernel: [0000000000000136] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
Nov 02 08:14:36 raspberrypi kernel: Internal error: Oops: 0000000096000005 [#2] PREEMPT SMP
Nov 02 08:14:36 raspberrypi kernel: Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device algif_hash algif_skcipher af_alg bnep brcmfmac_wcc aes_ce_blk at24 aes_ce_cipher imx662 ghash_ce binfmt_misc v4l2_cci spidev regmap_i2c joydev vc4 gf128mul sha2_ce sha256_arm64 hci_uart btbcm brcmfmac bluetooth sha1_ce snd_soc_hdmi_codec sha1_generic brcmutil ecdh_generic ecc drm_display_helper rp1_cfe libaes raspberrypi_hwmon cec cfg80211 v4l2_fwnode rpi_hevc_dec pisp_be v4l2_mem2mem drm_dma_helper v4l2_async videobuf2_dma_contig rfkill snd_soc_core i2c_brcmstb v3d videobuf2_memops snd_compress spi_bcm2835 videobuf2_v4l2 videodev gpu_sched snd_pcm_dmaengine snd_pcm drm_shmem_helper i2c_designware_platform rp1_pio drm_kms_helper videobuf2_common raspberrypi_gpiomem snd_timer i2c_designware_core rp1_adc snd mc rp1_mailbox gpio_keys rp1_fw nvmem_rmem uio_pdrv_genirq uio i2c_dev drm ledtrig_pattern drm_panel_orientation_quirks backlight fuse dm_mod ip_tables x_tables ipv6
Nov 02 08:14:36 raspberrypi kernel: CPU: 1 UID: 0 PID: 5260 Comm: kworker/u18:0 Tainted: G D 6.12.41-v8-16k+ #2
Nov 02 08:14:36 raspberrypi kernel: Tainted: [D]=DIE
Nov 02 08:14:36 raspberrypi kernel: Hardware name: Raspberry Pi 5 Model B Rev 1.1 (DT)
Nov 02 08:14:36 raspberrypi kernel: Workqueue: events_unbound commit_work [drm_kms_helper]
Nov 02 08:14:36 raspberrypi kernel: pstate: 40400009 (nZcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
Nov 02 08:14:36 raspberrypi kernel: pc : drm_self_refresh_helper_update_avg_times+0x78/0x100 [drm_kms_helper]
Nov 02 08:14:36 raspberrypi kernel: lr : commit_tail+0xec/0x1a0 [drm_kms_helper]
Nov 02 08:14:36 raspberrypi kernel: sp : ffffc0008b62bd10
Nov 02 08:14:36 raspberrypi kernel: x29: ffffc0008b62bd10 x28: 0000000000000000 x27: ffffd06fcfc59000
Nov 02 08:14:36 raspberrypi kernel: x26: 0000000000000038 x25: 0000000000000001 x24: ffff8000031e1f80
Nov 02 08:14:36 raspberrypi kernel: x23: 0000000000000000 x22: ffffd06f5e3be4d8 x21: 0000744de0795740
Nov 02 08:14:36 raspberrypi kernel: x20: 00000000000000c0 x19: 0000000000000003 x18: 0000000000000000
Nov 02 08:14:36 raspberrypi kernel: x17: 0000000000000000 x16: ffffd06fce56a230 x15: 00007ffea404e410
Nov 02 08:14:36 raspberrypi kernel: x14: 0000000400000028 x13: 0000000400000027 x12: 0000000100000026
Nov 02 08:14:36 raspberrypi kernel: x11: 00000000000000c0 x10: 0000000000001a40 x9 : ffffd06f5dc28f44
Nov 02 08:14:36 raspberrypi kernel: x8 : ffff800002703ba0 x7 : ffff80003f7438a0 x6 : 0000000000000000
Nov 02 08:14:36 raspberrypi kernel: x5 : ffff8001c14bb670 x4 : ffff800040895000 x3 : 0000000000000000
Nov 02 08:14:36 raspberrypi kernel: x2 : 0000000000000000 x1 : 0000000a77800000 x0 : 0000000000000000
Nov 02 08:14:36 raspberrypi kernel: Call trace:
Nov 02 08:14:36 raspberrypi kernel: drm_self_refresh_helper_update_avg_times+0x78/0x100 [drm_kms_helper]
Nov 02 08:14:36 raspberrypi kernel: commit_tail+0xec/0x1a0 [drm_kms_helper]
Nov 02 08:14:36 raspberrypi kernel: commit_work+0x1c/0x30 [drm_kms_helper]
Nov 02 08:14:36 raspberrypi kernel: process_one_work+0x15c/0x3c0
Nov 02 08:14:36 raspberrypi kernel: worker_thread+0x2e4/0x3f0
Nov 02 08:14:36 raspberrypi kernel: kthread+0x120/0x130
Nov 02 08:14:36 raspberrypi kernel: ret_from_fork+0x10/0x20
Nov 02 08:14:36 raspberrypi kernel: Code: 8b020025 f8626821 b4000301 f94008a2 (3944d842) 
Nov 02 08:14:36 raspberrypi kernel: ---[ end trace 0000000000000000 ]---
Nov 02 08:14:46 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:14:56 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:15:06 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:15:17 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:15:27 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:15:37 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:15:47 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:15:57 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:16:08 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:16:18 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:16:28 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:16:38 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:16:49 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:16:59 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:17:01 raspberrypi CRON[5392]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 08:17:01 raspberrypi CRON[5393]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 08:17:01 raspberrypi CRON[5392]: pam_unix(cron:session): session closed for user root
Nov 02 08:17:09 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:17:19 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:17:30 raspberrypi kernel: vc4-drm axi:gpu: [drm] *ERROR* [CRTC:104:crtc-3] cleanup_done timed out
Nov 02 08:17:30 raspberrypi kernel: Unable to handle kernel paging request at virtual address 2efa471a2fca833e
Nov 02 08:17:30 raspberrypi kernel: Mem abort info:
Nov 02 08:17:30 raspberrypi kernel: ESR = 0x0000000096000021
Nov 02 08:17:30 raspberrypi kernel: EC = 0x25: DABT (current EL), IL = 32 bits
Nov 02 08:17:30 raspberrypi kernel: SET = 0, FnV = 0
Nov 02 08:17:30 raspberrypi kernel: EA = 0, S1PTW = 0
Nov 02 08:17:30 raspberrypi kernel: FSC = 0x21: alignment fault
Nov 02 08:17:30 raspberrypi kernel: Data abort info:
Nov 02 08:17:30 raspberrypi kernel: ISV = 0, ISS = 0x00000021, ISS2 = 0x00000000
Nov 02 08:17:30 raspberrypi kernel: CM = 0, WnR = 0, TnD = 0, TagAccess = 0
Nov 02 08:17:30 raspberrypi kernel: GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
Nov 02 08:17:30 raspberrypi kernel: [2efa471a2fca833e] address between user and kernel address ranges
Nov 02 08:17:30 raspberrypi kernel: Internal error: Oops: 0000000096000021 [#3] PREEMPT SMP
Nov 02 08:17:30 raspberrypi kernel: Modules linked in: rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device algif_hash algif_skcipher af_alg bnep brcmfmac_wcc aes_ce_blk at24 aes_ce_cipher imx662 ghash_ce binfmt_misc v4l2_cci spidev regmap_i2c joydev vc4 gf128mul sha2_ce sha256_arm64 hci_uart btbcm brcmfmac bluetooth sha1_ce snd_soc_hdmi_codec sha1_generic brcmutil ecdh_generic ecc drm_display_helper rp1_cfe libaes raspberrypi_hwmon cec cfg80211 v4l2_fwnode rpi_hevc_dec pisp_be v4l2_mem2mem drm_dma_helper v4l2_async videobuf2_dma_contig rfkill snd_soc_core i2c_brcmstb v3d videobuf2_memops snd_compress spi_bcm2835 videobuf2_v4l2 videodev gpu_sched snd_pcm_dmaengine snd_pcm drm_shmem_helper i2c_designware_platform rp1_pio drm_kms_helper videobuf2_common raspberrypi_gpiomem snd_timer i2c_designware_core rp1_adc snd mc rp1_mailbox gpio_keys rp1_fw nvmem_rmem uio_pdrv_genirq uio i2c_dev drm ledtrig_pattern drm_panel_orientation_quirks backlight fuse dm_mod ip_tables x_tables ipv6
Nov 02 08:17:30 raspberrypi kernel: CPU: 1 UID: 1000 PID: 939 Comm: labwc Tainted: G D 6.12.41-v8-16k+ #2
Nov 02 08:17:30 raspberrypi kernel: Tainted: [D]=DIE
Nov 02 08:17:30 raspberrypi kernel: Hardware name: Raspberry Pi 5 Model B Rev 1.1 (DT)
Nov 02 08:17:30 raspberrypi kernel: pstate: 00400009 (nzcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
Nov 02 08:17:30 raspberrypi kernel: pc : drm_atomic_helper_setup_commit+0x304/0x7f8 [drm_kms_helper]
Nov 02 08:17:30 raspberrypi kernel: lr : drm_atomic_helper_setup_commit+0x2c8/0x7f8 [drm_kms_helper]
Nov 02 08:17:30 raspberrypi kernel: sp : ffffc00084daba60
Nov 02 08:17:30 raspberrypi kernel: x29: ffffc00084daba60 x28: ffff800003561000 x27: 0000000000000004
Nov 02 08:17:30 raspberrypi kernel: x26: ffff800003c89e00 x25: 0000000000000028 x24: ffff800002c09c00
Nov 02 08:17:30 raspberrypi kernel: x23: 0000000000000001 x22: ffffd06fcf6103e8 x21: ffff800002893d80
Nov 02 08:17:30 raspberrypi kernel: x20: ffffd06f5dc413c0 x19: 2efa471a2fca8336 x18: 0000000000000000
Nov 02 08:17:30 raspberrypi kernel: x17: 0000000000000000 x16: ffffd06fce505398 x15: 0000555626bb03c0
Nov 02 08:17:30 raspberrypi kernel: x14: 0000000000000000 x13: 0000000000000000 x12: 0000000000000000
Nov 02 08:17:30 raspberrypi kernel: x11: 00000000000000c0 x10: 0000000000001a40 x9 : ffffd06fce505410
Nov 02 08:17:30 raspberrypi kernel: x8 : ffff8000413985a0 x7 : 00ae86dd07821e48 x6 : 0000000000000000
Nov 02 08:17:30 raspberrypi kernel: x5 : 0000000000000000 x4 : 0000000000000000 x3 : 0000000000000004
Nov 02 08:17:30 raspberrypi kernel: x2 : 2efa471a2fca833e x1 : 0000000000000001 x0 : 2efa471a2fca833e
Nov 02 08:17:30 raspberrypi kernel: Call trace:
Nov 02 08:17:30 raspberrypi kernel: drm_atomic_helper_setup_commit+0x304/0x7f8 [drm_kms_helper]
Nov 02 08:17:30 raspberrypi kernel: drm_atomic_helper_commit+0x60/0x190 [drm_kms_helper]
Nov 02 08:17:30 raspberrypi kernel: drm_atomic_nonblocking_commit+0x64/0x80 [drm]
Nov 02 08:17:30 raspberrypi kernel: drm_mode_atomic_ioctl+0x6a8/0xcd8 [drm]
Nov 02 08:17:30 raspberrypi kernel: drm_ioctl_kernel+0xc0/0x140 [drm]
Nov 02 08:17:30 raspberrypi kernel: drm_ioctl+0x210/0x4e8 [drm]
Nov 02 08:17:30 raspberrypi kernel: __arm64_sys_ioctl+0xb0/0x100
Nov 02 08:17:30 raspberrypi kernel: invoke_syscall+0x50/0x120
Nov 02 08:17:30 raspberrypi kernel: el0_svc_common.constprop.0+0x48/0xf8
Nov 02 08:17:30 raspberrypi kernel: do_el0_svc+0x28/0x40
Nov 02 08:17:30 raspberrypi kernel: el0_svc+0x30/0x100
Nov 02 08:17:30 raspberrypi kernel: el0t_64_sync_handler+0x13c/0x158
Nov 02 08:17:30 raspberrypi kernel: el0t_64_sync+0x190/0x198
Nov 02 08:17:30 raspberrypi kernel: Code: 91002260 d503201f 91002262 52800021 (b8210041) 
Nov 02 08:17:30 raspberrypi kernel: ---[ end trace 0000000000000000 ]---
Nov 02 09:17:01 raspberrypi CRON[5457]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 09:17:01 raspberrypi CRON[5458]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 09:17:01 raspberrypi CRON[5457]: pam_unix(cron:session): session closed for user root
Nov 02 10:17:01 raspberrypi CRON[5510]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 10:17:01 raspberrypi CRON[5511]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 10:17:01 raspberrypi CRON[5510]: pam_unix(cron:session): session closed for user root
Nov 02 11:17:01 raspberrypi CRON[5563]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 11:17:01 raspberrypi CRON[5564]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 11:17:01 raspberrypi CRON[5563]: pam_unix(cron:session): session closed for user root
Nov 02 12:17:01 raspberrypi CRON[5612]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 12:17:01 raspberrypi CRON[5613]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 12:17:01 raspberrypi CRON[5612]: pam_unix(cron:session): session closed for user root
Nov 02 13:17:01 raspberrypi CRON[5664]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 13:17:01 raspberrypi CRON[5665]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 13:17:01 raspberrypi CRON[5664]: pam_unix(cron:session): session closed for user root
Nov 02 14:17:01 raspberrypi CRON[5716]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 14:17:01 raspberrypi CRON[5717]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 14:17:01 raspberrypi CRON[5716]: pam_unix(cron:session): session closed for user root
Nov 02 15:17:01 raspberrypi CRON[5768]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 15:17:01 raspberrypi CRON[5769]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 15:17:01 raspberrypi CRON[5768]: pam_unix(cron:session): session closed for user root
Nov 02 16:17:01 raspberrypi CRON[5820]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 16:17:01 raspberrypi CRON[5821]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 16:17:01 raspberrypi CRON[5820]: pam_unix(cron:session): session closed for user root
Nov 02 17:17:01 raspberrypi CRON[5870]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 17:17:01 raspberrypi CRON[5871]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 17:17:01 raspberrypi CRON[5870]: pam_unix(cron:session): session closed for user root
Nov 02 18:09:44 raspberrypi NetworkManager[834]: <info> [1762087184.1544] dhcp4 (wlan0): state changed new lease, address=192.168.91.4
Nov 02 18:17:01 raspberrypi CRON[5925]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 18:17:01 raspberrypi CRON[5926]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 18:17:01 raspberrypi CRON[5925]: pam_unix(cron:session): session closed for user root
Nov 02 19:17:01 raspberrypi CRON[5973]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 19:17:01 raspberrypi CRON[5974]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 19:17:01 raspberrypi CRON[5973]: pam_unix(cron:session): session closed for user root
Nov 02 20:17:01 raspberrypi CRON[6027]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 20:17:01 raspberrypi CRON[6028]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 20:17:01 raspberrypi CRON[6027]: pam_unix(cron:session): session closed for user root
Nov 02 20:41:31 raspberrypi systemd[1]: Starting apt-daily.service - Daily apt download activities...
Nov 02 20:41:32 raspberrypi systemd[1]: apt-daily.service: Deactivated successfully.
Nov 02 20:41:32 raspberrypi systemd[1]: Finished apt-daily.service - Daily apt download activities.
Nov 02 20:59:11 raspberrypi systemd[1]: Starting systemd-tmpfiles-clean.service - Cleanup of Temporary Directories...
Nov 02 20:59:11 raspberrypi systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Nov 02 20:59:11 raspberrypi systemd[1]: Finished systemd-tmpfiles-clean.service - Cleanup of Temporary Directories.
Nov 02 20:59:11 raspberrypi systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.
Nov 02 21:17:01 raspberrypi CRON[6138]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 21:17:01 raspberrypi CRON[6139]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 21:17:01 raspberrypi CRON[6138]: pam_unix(cron:session): session closed for user root
Nov 02 22:17:01 raspberrypi CRON[6185]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 22:17:01 raspberrypi CRON[6186]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 22:17:01 raspberrypi CRON[6185]: pam_unix(cron:session): session closed for user root
Nov 02 23:17:01 raspberrypi CRON[6242]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
Nov 02 23:17:01 raspberrypi CRON[6243]: (root) CMD (cd / && run-parts --report /etc/cron.hourly)
Nov 02 23:17:01 raspberrypi CRON[6242]: pam_unix(cron:session): session closed for user root
Nov 03 00:00:11 raspberrypi kernel: Unable to handle kernel paging request at virtual address 0000000a7c200080
Nov 03 00:00:11 raspberrypi kernel: Mem abort info:
Nov 03 00:00:11 raspberrypi kernel: ESR = 0x0000000096000005
Nov 03 00:00:11 raspberrypi kernel: EC = 0x25: DABT (current EL), IL = 32 bits
Nov 03 00:00:11 raspberrypi kernel: SET = 0, FnV = 0
Nov 03 00:00:11 raspberrypi kernel: EA = 0, S1PTW = 0
Nov 03 00:00:11 raspberrypi kernel: FSC = 0x05: level 1 translation fault
Nov 03 00:00:11 raspberrypi kernel: Data abort info:
Nov 03 00:00:11 raspberrypi kernel: ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000
Nov 03 00:00:11 raspberrypi kernel: CM = 0, WnR = 0, TnD = 0, TagAccess = 0
Nov 03 00:00:11 raspberrypi kernel: GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0
Nov 03 00:00:11 raspberrypi kernel: user pgtable: 16k pages, 47-bit VAs, pgdp=0000000080598000
Nov 03 00:00:11 raspberrypi kernel: [0000000a7c200080] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000
Nov 03 00:00:11 raspberrypi kernel: Internal error: Oops: 0000000096000005 [#4] PREEMPT SMP

8 posts • Page 1 of 1

Return to "Interfacing (DSI, CSI, I2C, etc.)"

AltStyle によって変換されたページ (->オリジナル) /