저는 Chromium을 서비스로 지속적으로 유휴 상태로 유지해야 하는 Raspberry Pi 4(4GB RAM 버전)에 키오스크 애플리케이션을 구축하고 있습니다. 나는 이를 활성 상태로 유지하고 쉽게 중지, 시작, 상태 가져오기 등을 수행할 수 있는 Supervisorctl 서비스를 만들었습니다.
그러나 잠시 후 전체 인터페이스가 정지되는 것을 발견했습니다. 저는 백그라운드에서 Chromium을 실행하고 포그라운드에서 3개의 터미널을 실행하고 있습니다.
tail -f
터미널 서비스 실행 로그- 터미널 실행
dmesg -w
- 터미널 실행
htop
내 Pi가 약 3시간 동안 유휴 상태가 된 후 인터페이스가 예상대로 충돌했습니다. SSH 관점에서 Pi는 잘 작동하고 명령을 실행하고 원하는 모든 작업을 수행할 수 있지만 인터페이스 측면에서 큰 충돌이 발생합니다.
더 많은 정보를 얻기 위해 터미널을 열어보니 다음과 같은 정보가 나왔습니다.
- 제1터미널은 정보를 제공하지 않습니다.
- 제2터미널에서는 다음과 같은 정보를 제공합니다.
[ 8845.340649] Tainted: G C 4.19.75-v7l+ #1270
[ 8845.340653] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 8845.340658] kworker/2:0 D 0 13859 2 0x00000000
[ 8845.340680] Workqueue: events dbs_work_handler
[ 8845.340698] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
[ 8845.340707] [<c0997a94>] (schedule) from [<c099ba7c>] (schedule_timeout+0x200/0x428)
[ 8845.340715] [<c099ba7c>] (schedule_timeout) from [<c0998704>] (wait_for_common+0xd4/0x1b0)
[ 8845.340723] [<c0998704>] (wait_for_common) from [<c0998800>] (wait_for_completion+0x20/0x24)
[ 8845.340732] [<c0998800>] (wait_for_completion) from [<c08109f4>] (rpi_firmware_transaction+0x78/0xd0)
[ 8845.340741] [<c08109f4>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
[ 8845.340747] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
[ 8845.340756] [<c0810d78>] (rpi_firmware_property) from [<c07e7e74>] (bcm2835_cpufreq_clock_property.constprop.1+0x58/0x80)
[ 8845.340765] [<c07e7e74>] (bcm2835_cpufreq_clock_property.constprop.1) from [<c07e7ef8>] (bcm2835_cpufreq_driver_target_index+0x5c/0xe4)
[ 8845.340773] [<c07e7ef8>] (bcm2835_cpufreq_driver_target_index) from [<c07e2b54>] (__cpufreq_driver_target+0x2d8/0x5a8)
[ 8845.340780] [<c07e2b54>] (__cpufreq_driver_target) from [<c07e65a0>] (od_dbs_update+0xec/0x174)
[ 8845.340788] [<c07e65a0>] (od_dbs_update) from [<c07e71bc>] (dbs_work_handler+0x3c/0x68)
[ 8845.340797] [<c07e71bc>] (dbs_work_handler) from [<c023db40>] (process_one_work+0x170/0x458)
[ 8845.340805] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
[ 8845.340812] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
[ 8845.340819] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
[ 8845.340824] Exception stack(0xd731dfb0 to 0xd731dff8)
[ 8845.340829] dfa0: 00000000 00000000 00000000 00000000
[ 8845.340834] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 8845.340839] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 8845.340845] INFO: task kworker/3:2:14075 blocked for more than 120 seconds.
[ 8845.340849] Tainted: G C 4.19.75-v7l+ #1270
[ 8845.340853] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 8845.340857] kworker/3:2 D 0 14075 2 0x00000000
[ 8845.340873] Workqueue: events get_values_poll [raspberrypi_hwmon]
[ 8845.340885] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
[ 8845.340892] [<c0997a94>] (schedule) from [<c0997ef0>] (schedule_preempt_disabled+0x18/0x1c)
[ 8845.340901] [<c0997ef0>] (schedule_preempt_disabled) from [<c0998fa0>] (__mutex_lock.constprop.5+0x1a8/0x590)
[ 8845.340909] [<c0998fa0>] (__mutex_lock.constprop.5) from [<c09994a4>] (__mutex_lock_slowpath+0x1c/0x20)
[ 8845.340916] [<c09994a4>] (__mutex_lock_slowpath) from [<c0999504>] (mutex_lock+0x5c/0x60)
[ 8845.340924] [<c0999504>] (mutex_lock) from [<c08109d0>] (rpi_firmware_transaction+0x54/0xd0)
[ 8845.340930] [<c08109d0>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
[ 8845.340937] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
[ 8845.340945] [<c0810d78>] (rpi_firmware_property) from [<bf1140c0>] (get_values_poll+0x4c/0x15c [raspberrypi_hwmon])
[ 8845.340960] [<bf1140c0>] (get_values_poll [raspberrypi_hwmon]) from [<c023db40>] (process_one_work+0x170/0x458)
[ 8845.340967] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
[ 8845.340973] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
[ 8845.340979] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
[ 8845.340983] Exception stack(0xd7109fb0 to 0xd7109ff8)
[ 8845.340988] 9fa0: 00000000 00000000 00000000 00000000
[ 8845.340993] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 8845.340998] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 8968.221452] INFO: task kworker/2:0:13859 blocked for more than 120 seconds.
[ 8968.221459] Tainted: G C 4.19.75-v7l+ #1270
[ 8968.221463] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 8968.221468] kworker/2:0 D 0 13859 2 0x00000000
[ 8968.221490] Workqueue: events dbs_work_handler
[ 8968.221513] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
[ 8968.221522] [<c0997a94>] (schedule) from [<c099ba7c>] (schedule_timeout+0x200/0x428)
[ 8968.221531] [<c099ba7c>] (schedule_timeout) from [<c0998704>] (wait_for_common+0xd4/0x1b0)
[ 8968.221539] [<c0998704>] (wait_for_common) from [<c0998800>] (wait_for_completion+0x20/0x24)
[ 8968.221547] [<c0998800>] (wait_for_completion) from [<c08109f4>] (rpi_firmware_transaction+0x78/0xd0)
[ 8968.221557] [<c08109f4>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
[ 8968.221564] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
[ 8968.221572] [<c0810d78>] (rpi_firmware_property) from [<c07e7e74>] (bcm2835_cpufreq_clock_property.constprop.1+0x58/0x80)
[ 8968.221581] [<c07e7e74>] (bcm2835_cpufreq_clock_property.constprop.1) from [<c07e7ef8>] (bcm2835_cpufreq_driver_target_index+0x5c/0xe4)
[ 8968.221589] [<c07e7ef8>] (bcm2835_cpufreq_driver_target_index) from [<c07e2b54>] (__cpufreq_driver_target+0x2d8/0x5a8)
[ 8968.221597] [<c07e2b54>] (__cpufreq_driver_target) from [<c07e65a0>] (od_dbs_update+0xec/0x174)
[ 8968.221604] [<c07e65a0>] (od_dbs_update) from [<c07e71bc>] (dbs_work_handler+0x3c/0x68)
[ 8968.221614] [<c07e71bc>] (dbs_work_handler) from [<c023db40>] (process_one_work+0x170/0x458)
[ 8968.221623] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
[ 8968.221629] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
[ 8968.221637] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
[ 8968.221642] Exception stack(0xd731dfb0 to 0xd731dff8)
[ 8968.221647] dfa0: 00000000 00000000 00000000 00000000
[ 8968.221652] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 8968.221657] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 8968.221663] INFO: task kworker/3:2:14075 blocked for more than 120 seconds.
[ 8968.221668] Tainted: G C 4.19.75-v7l+ #1270
[ 8968.221671] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 8968.221675] kworker/3:2 D 0 14075 2 0x00000000
[ 8968.221692] Workqueue: events get_values_poll [raspberrypi_hwmon]
[ 8968.221704] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
[ 8968.221712] [<c0997a94>] (schedule) from [<c0997ef0>] (schedule_preempt_disabled+0x18/0x1c)
[ 8968.221720] [<c0997ef0>] (schedule_preempt_disabled) from [<c0998fa0>] (__mutex_lock.constprop.5+0x1a8/0x590)
[ 8968.221728] [<c0998fa0>] (__mutex_lock.constprop.5) from [<c09994a4>] (__mutex_lock_slowpath+0x1c/0x20)
[ 8968.221736] [<c09994a4>] (__mutex_lock_slowpath) from [<c0999504>] (mutex_lock+0x5c/0x60)
[ 8968.221743] [<c0999504>] (mutex_lock) from [<c08109d0>] (rpi_firmware_transaction+0x54/0xd0)
[ 8968.221750] [<c08109d0>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
[ 8968.221757] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
[ 8968.221765] [<c0810d78>] (rpi_firmware_property) from [<bf1140c0>] (get_values_poll+0x4c/0x15c [raspberrypi_hwmon])
[ 8968.221775] [<bf1140c0>] (get_values_poll [raspberrypi_hwmon]) from [<c023db40>] (process_one_work+0x170/0x458)
[ 8968.221782] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
[ 8968.221788] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
[ 8968.221794] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
[ 8968.221798] Exception stack(0xd7109fb0 to 0xd7109ff8)
[ 8968.221803] 9fa0: 00000000 00000000 00000000 00000000
[ 8968.221808] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 8968.221816] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 9091.102268] INFO: task kworker/2:0:13859 blocked for more than 120 seconds.
[ 9091.102275] Tainted: G C 4.19.75-v7l+ #1270
[ 9091.102279] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 9091.102284] kworker/2:0 D 0 13859 2 0x00000000
[ 9091.102305] Workqueue: events dbs_work_handler
[ 9091.102322] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
[ 9091.102330] [<c0997a94>] (schedule) from [<c099ba7c>] (schedule_timeout+0x200/0x428)
[ 9091.102339] [<c099ba7c>] (schedule_timeout) from [<c0998704>] (wait_for_common+0xd4/0x1b0)
[ 9091.102347] [<c0998704>] (wait_for_common) from [<c0998800>] (wait_for_completion+0x20/0x24)
[ 9091.102356] [<c0998800>] (wait_for_completion) from [<c08109f4>] (rpi_firmware_transaction+0x78/0xd0)
[ 9091.102364] [<c08109f4>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
[ 9091.102371] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
[ 9091.102379] [<c0810d78>] (rpi_firmware_property) from [<c07e7e74>] (bcm2835_cpufreq_clock_property.constprop.1+0x58/0x80)
[ 9091.102387] [<c07e7e74>] (bcm2835_cpufreq_clock_property.constprop.1) from [<c07e7ef8>] (bcm2835_cpufreq_driver_target_index+0x5c/0xe4)
[ 9091.102395] [<c07e7ef8>] (bcm2835_cpufreq_driver_target_index) from [<c07e2b54>] (__cpufreq_driver_target+0x2d8/0x5a8)
[ 9091.102403] [<c07e2b54>] (__cpufreq_driver_target) from [<c07e65a0>] (od_dbs_update+0xec/0x174)
[ 9091.102411] [<c07e65a0>] (od_dbs_update) from [<c07e71bc>] (dbs_work_handler+0x3c/0x68)
[ 9091.102420] [<c07e71bc>] (dbs_work_handler) from [<c023db40>] (process_one_work+0x170/0x458)
[ 9091.102428] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
[ 9091.102435] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
[ 9091.102443] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
[ 9091.102447] Exception stack(0xd731dfb0 to 0xd731dff8)
[ 9091.102452] dfa0: 00000000 00000000 00000000 00000000
[ 9091.102458] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 9091.102463] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 9091.102469] INFO: task kworker/3:2:14075 blocked for more than 120 seconds.
[ 9091.102473] Tainted: G C 4.19.75-v7l+ #1270
[ 9091.102476] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 9091.102480] kworker/3:2 D 0 14075 2 0x00000000
[ 9091.102497] Workqueue: events get_values_poll [raspberrypi_hwmon]
[ 9091.102508] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
[ 9091.102516] [<c0997a94>] (schedule) from [<c0997ef0>] (schedule_preempt_disabled+0x18/0x1c)
[ 9091.102524] [<c0997ef0>] (schedule_preempt_disabled) from [<c0998fa0>] (__mutex_lock.constprop.5+0x1a8/0x590)
[ 9091.102532] [<c0998fa0>] (__mutex_lock.constprop.5) from [<c09994a4>] (__mutex_lock_slowpath+0x1c/0x20)
[ 9091.102540] [<c09994a4>] (__mutex_lock_slowpath) from [<c0999504>] (mutex_lock+0x5c/0x60)
[ 9091.102547] [<c0999504>] (mutex_lock) from [<c08109d0>] (rpi_firmware_transaction+0x54/0xd0)
[ 9091.102554] [<c08109d0>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
[ 9091.102561] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
[ 9091.102569] [<c0810d78>] (rpi_firmware_property) from [<bf1140c0>] (get_values_poll+0x4c/0x15c [raspberrypi_hwmon])
[ 9091.102578] [<bf1140c0>] (get_values_poll [raspberrypi_hwmon]) from [<c023db40>] (process_one_work+0x170/0x458)
[ 9091.102585] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
[ 9091.102591] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
[ 9091.102597] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
[ 9091.102602] Exception stack(0xd7109fb0 to 0xd7109ff8)
[ 9091.102606] 9fa0: 00000000 00000000 00000000 00000000
[ 9091.102612] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 9091.102616] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 9213.983078] INFO: task kworker/2:0:13859 blocked for more than 120 seconds.
[ 9213.983085] Tainted: G C 4.19.75-v7l+ #1270
[ 9213.983089] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 9213.983094] kworker/2:0 D 0 13859 2 0x00000000
[ 9213.983115] Workqueue: events dbs_work_handler
[ 9213.983133] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
[ 9213.983141] [<c0997a94>] (schedule) from [<c099ba7c>] (schedule_timeout+0x200/0x428)
[ 9213.983150] [<c099ba7c>] (schedule_timeout) from [<c0998704>] (wait_for_common+0xd4/0x1b0)
[ 9213.983157] [<c0998704>] (wait_for_common) from [<c0998800>] (wait_for_completion+0x20/0x24)
[ 9213.983166] [<c0998800>] (wait_for_completion) from [<c08109f4>] (rpi_firmware_transaction+0x78/0xd0)
[ 9213.983174] [<c08109f4>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
[ 9213.983181] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
[ 9213.983190] [<c0810d78>] (rpi_firmware_property) from [<c07e7e74>] (bcm2835_cpufreq_clock_property.constprop.1+0x58/0x80)
[ 9213.983199] [<c07e7e74>] (bcm2835_cpufreq_clock_property.constprop.1) from [<c07e7ef8>] (bcm2835_cpufreq_driver_target_index+0x5c/0xe4)
[ 9213.983207] [<c07e7ef8>] (bcm2835_cpufreq_driver_target_index) from [<c07e2b54>] (__cpufreq_driver_target+0x2d8/0x5a8)
[ 9213.983215] [<c07e2b54>] (__cpufreq_driver_target) from [<c07e65a0>] (od_dbs_update+0xec/0x174)
[ 9213.983222] [<c07e65a0>] (od_dbs_update) from [<c07e71bc>] (dbs_work_handler+0x3c/0x68)
[ 9213.983232] [<c07e71bc>] (dbs_work_handler) from [<c023db40>] (process_one_work+0x170/0x458)
[ 9213.983240] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
[ 9213.983247] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
[ 9213.983254] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
[ 9213.983259] Exception stack(0xd731dfb0 to 0xd731dff8)
[ 9213.983264] dfa0: 00000000 00000000 00000000 00000000
[ 9213.983270] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 9213.983274] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 9213.983280] INFO: task kworker/3:2:14075 blocked for more than 120 seconds.
[ 9213.983285] Tainted: G C 4.19.75-v7l+ #1270
[ 9213.983288] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 9213.983292] kworker/3:2 D 0 14075 2 0x00000000
[ 9213.983309] Workqueue: events get_values_poll [raspberrypi_hwmon]
[ 9213.983320] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
[ 9213.983328] [<c0997a94>] (schedule) from [<c0997ef0>] (schedule_preempt_disabled+0x18/0x1c)
[ 9213.983336] [<c0997ef0>] (schedule_preempt_disabled) from [<c0998fa0>] (__mutex_lock.constprop.5+0x1a8/0x590)
[ 9213.983344] [<c0998fa0>] (__mutex_lock.constprop.5) from [<c09994a4>] (__mutex_lock_slowpath+0x1c/0x20)
[ 9213.983351] [<c09994a4>] (__mutex_lock_slowpath) from [<c0999504>] (mutex_lock+0x5c/0x60)
[ 9213.983359] [<c0999504>] (mutex_lock) from [<c08109d0>] (rpi_firmware_transaction+0x54/0xd0)
[ 9213.983366] [<c08109d0>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
[ 9213.983373] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
[ 9213.983381] [<c0810d78>] (rpi_firmware_property) from [<bf1140c0>] (get_values_poll+0x4c/0x15c [raspberrypi_hwmon])
[ 9213.983390] [<bf1140c0>] (get_values_poll [raspberrypi_hwmon]) from [<c023db40>] (process_one_work+0x170/0x458)
[ 9213.983397] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
[ 9213.983404] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
[ 9213.983410] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
[ 9213.983414] Exception stack(0xd7109fb0 to 0xd7109ff8)
[ 9213.983419] 9fa0: 00000000 00000000 00000000 00000000
[ 9213.983424] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 9213.983429] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 9336.863894] INFO: task kworker/2:0:13859 blocked for more than 120 seconds.
[ 9336.863900] Tainted: G C 4.19.75-v7l+ #1270
[ 9336.863904] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 9336.863909] kworker/2:0 D 0 13859 2 0x00000000
[ 9336.863931] Workqueue: events dbs_work_handler
[ 9336.863947] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
[ 9336.863956] [<c0997a94>] (schedule) from [<c099ba7c>] (schedule_timeout+0x200/0x428)
[ 9336.863964] [<c099ba7c>] (schedule_timeout) from [<c0998704>] (wait_for_common+0xd4/0x1b0)
[ 9336.863972] [<c0998704>] (wait_for_common) from [<c0998800>] (wait_for_completion+0x20/0x24)
[ 9336.863981] [<c0998800>] (wait_for_completion) from [<c08109f4>] (rpi_firmware_transaction+0x78/0xd0)
[ 9336.863989] [<c08109f4>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
[ 9336.863996] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
[ 9336.864015] [<c0810d78>] (rpi_firmware_property) from [<c07e7e74>] (bcm2835_cpufreq_clock_property.constprop.1+0x58/0x80)
[ 9336.864023] [<c07e7e74>] (bcm2835_cpufreq_clock_property.constprop.1) from [<c07e7ef8>] (bcm2835_cpufreq_driver_target_index+0x5c/0xe4)
[ 9336.864031] [<c07e7ef8>] (bcm2835_cpufreq_driver_target_index) from [<c07e2b54>] (__cpufreq_driver_target+0x2d8/0x5a8)
[ 9336.864038] [<c07e2b54>] (__cpufreq_driver_target) from [<c07e65a0>] (od_dbs_update+0xec/0x174)
[ 9336.864046] [<c07e65a0>] (od_dbs_update) from [<c07e71bc>] (dbs_work_handler+0x3c/0x68)
[ 9336.864055] [<c07e71bc>] (dbs_work_handler) from [<c023db40>] (process_one_work+0x170/0x458)
[ 9336.864064] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
[ 9336.864070] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
[ 9336.864077] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
[ 9336.864082] Exception stack(0xd731dfb0 to 0xd731dff8)
[ 9336.864087] dfa0: 00000000 00000000 00000000 00000000
[ 9336.864092] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 9336.864097] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 9336.864103] INFO: task kworker/3:2:14075 blocked for more than 120 seconds.
[ 9336.864107] Tainted: G C 4.19.75-v7l+ #1270
[ 9336.864111] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[ 9336.864115] kworker/3:2 D 0 14075 2 0x00000000
[ 9336.864132] Workqueue: events get_values_poll [raspberrypi_hwmon]
[ 9336.864143] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
[ 9336.864151] [<c0997a94>] (schedule) from [<c0997ef0>] (schedule_preempt_disabled+0x18/0x1c)
[ 9336.864159] [<c0997ef0>] (schedule_preempt_disabled) from [<c0998fa0>] (__mutex_lock.constprop.5+0x1a8/0x590)
[ 9336.864166] [<c0998fa0>] (__mutex_lock.constprop.5) from [<c09994a4>] (__mutex_lock_slowpath+0x1c/0x20)
[ 9336.864174] [<c09994a4>] (__mutex_lock_slowpath) from [<c0999504>] (mutex_lock+0x5c/0x60)
[ 9336.864182] [<c0999504>] (mutex_lock) from [<c08109d0>] (rpi_firmware_transaction+0x54/0xd0)
[ 9336.864188] [<c08109d0>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
[ 9336.864195] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
[ 9336.864203] [<c0810d78>] (rpi_firmware_property) from [<bf1140c0>] (get_values_poll+0x4c/0x15c [raspberrypi_hwmon])
[ 9336.864213] [<bf1140c0>] (get_values_poll [raspberrypi_hwmon]) from [<c023db40>] (process_one_work+0x170/0x458)
[ 9336.864220] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
[ 9336.864226] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
[ 9336.864232] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
[ 9336.864237] Exception stack(0xd7109fb0 to 0xd7109ff8)
[ 9336.864241] 9fa0: 00000000 00000000 00000000 00000000
[ 9336.864247] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 9336.864252] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
- 터미널 3은 장비가 정상적으로 작동하고 있음을 보여줍니다. 최고 출력
또한 실행을 시도했지만 sudo service lightdm restart
터미널이 중단되고 아무 작업도 수행되지 않았습니다. 아래 시스템 로그를 참조하십시오.
==> /var/log/syslog <==
Dec 16 15:24:30 hostname systemd[1]: lightdm.service: State 'stop-sigterm' timed out. Killing.
Dec 16 15:24:30 hostname systemd[1]: lightdm.service: Killing process 576 (lightdm) with signal SIGKILL.
Dec 16 15:24:30 hostname systemd[1]: lightdm.service: Killing process 702 (Xorg) with signal SIGKILL.
Dec 16 15:24:30 hostname systemd[1]: session-c1.scope: Stopping timed out. Killing.
Dec 16 15:24:30 hostname systemd[1]: session-c1.scope: Killing process 1232 (openbox) with signal SIGKILL.
Dec 16 15:24:30 hostname systemd[1]: lightdm.service: Main process exited, code=killed, status=9/KILL
Dec 16 15:24:30 hostname systemd[1]: session-c1.scope: Failed with result 'timeout'.
Dec 16 15:24:30 hostname systemd[1]: Stopped Session c1 of user pi.
실패한 후 한 가지를 수행했지만 sudo reboot now
시스템이 재부팅되지 않았습니다. 장치를 분리했다가 다시 연결해야 합니다.
누군가 여기서 무슨 일이 일어나고 있는지 알아내도록 도와줄 수 있나요? 이 문제의 원인은 무엇입니까?
참고로 아래 os-release의 출력을 참조하세요.
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
답변1
자동 시작 스크립트 /etc/xdg/lxsession/LXDE-pi/autostart를 통해 Chrome을 실행하는 유사한 앱을 만들고 있습니다.
@chromium-browser 파일:///home/pi/fire.html --start-fullscreen
아주 비슷한 방식으로 충돌합니다 ...
제가 제안할 수 있는 유일한 수정 사항은 누군가가 이 버그를 발견하고 수정 사항을 릴리스하여 여기에 게시할 때까지 기다리는 것입니다. 댓글을 달기에는 평판이 충분하지 않습니다. 그렇지 않으면 그냥 댓글을 남길 것입니다.
pi@raspberrypi:~ $ tail -f /var/log/messages
Jan 5 11:03:31 raspberrypi kernel: [ 14.346382] Bluetooth: HCI UART protocol H4 registered
Jan 5 11:03:31 raspberrypi kernel: [ 14.346425] Bluetooth: HCI UART protocol Three-wire (H5) registered
Jan 5 11:03:31 raspberrypi kernel: [ 14.346535] Bluetooth: HCI UART protocol Broadcom registered
Jan 5 11:03:32 raspberrypi kernel: [ 14.873730] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jan 5 11:03:32 raspberrypi kernel: [ 14.873736] Bluetooth: BNEP filters: protocol multicast
Jan 5 11:03:32 raspberrypi kernel: [ 14.873746] Bluetooth: BNEP socket layer initialized
Jan 5 11:03:32 raspberrypi kernel: [ 15.027721] Bluetooth: RFCOMM TTY layer initialized
Jan 5 11:03:32 raspberrypi kernel: [ 15.027739] Bluetooth: RFCOMM socket layer initialized
Jan 5 11:03:32 raspberrypi kernel: [ 15.027758] Bluetooth: RFCOMM ver 1.11
Jan 5 11:05:36 raspberrypi kernel: [ 106.311197] logitech-hidpp-device 0003:046D:1025.0004: HID++ 1.0 device connected.
Jan 5 14:12:13 raspberrypi kernel: [11303.068199] kworker/2:2 D 0 2383 2 0x00000000
Jan 5 14:12:13 raspberrypi kernel: [11303.068241] Workqueue: events get_values_poll [raspberrypi_hwmon]
Jan 5 14:12:13 raspberrypi kernel: [11303.068285] [<c0997424>] (__schedule) from [<c0997a94>] (schedule+0x50/0xa8)
Jan 5 14:12:13 raspberrypi kernel: [11303.068306] [<c0997a94>] (schedule) from [<c099ba7c>] (schedule_timeout+0x200/0x428)
Jan 5 14:12:13 raspberrypi kernel: [11303.068327] [<c099ba7c>] (schedule_timeout) from [<c0998704>] (wait_for_common+0xd4/0x1b0)
Jan 5 14:12:13 raspberrypi kernel: [11303.068347] [<c0998704>] (wait_for_common) from [<c0998800>] (wait_for_completion+0x20/0x24)
Jan 5 14:12:13 raspberrypi kernel: [11303.068369] [<c0998800>] (wait_for_completion) from [<c08109f4>] (rpi_firmware_transaction+0x78/0xd0)
Jan 5 14:12:13 raspberrypi kernel: [11303.068390] [<c08109f4>] (rpi_firmware_transaction) from [<c0810b8c>] (rpi_firmware_property_list+0x140/0x2b0)
Jan 5 14:12:13 raspberrypi kernel: [11303.068407] [<c0810b8c>] (rpi_firmware_property_list) from [<c0810d78>] (rpi_firmware_property+0x7c/0xfc)
Jan 5 14:12:13 raspberrypi kernel: [11303.068428] [<c0810d78>] (rpi_firmware_property) from [<bf5d90c0>] (get_values_poll+0x4c/0x15c [raspberrypi_hwmon])
Jan 5 14:12:13 raspberrypi kernel: [11303.068473] [<bf5d90c0>] (get_values_poll [raspberrypi_hwmon]) from [<c023db40>] (process_one_work+0x170/0x458)
Jan 5 14:12:13 raspberrypi kernel: [11303.068491] [<c023db40>] (process_one_work) from [<c023de84>] (worker_thread+0x5c/0x5a4)
Jan 5 14:12:13 raspberrypi kernel: [11303.068508] [<c023de84>] (worker_thread) from [<c0244170>] (kthread+0x138/0x168)
Jan 5 14:12:13 raspberrypi kernel: [11303.068525] [<c0244170>] (kthread) from [<c02010ac>] (ret_from_fork+0x14/0x28)
Jan 5 14:12:13 raspberrypi kernel: [11303.068536] Exception stack(0xd8223fb0 to 0xd8223ff8)
Jan 5 14:12:13 raspberrypi kernel: [11303.068549] 3fa0: 00000000 00000000 00000000 00000000
Jan 5 14:12:13 raspberrypi kernel: [11303.068562] 3fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
Jan 5 14:12:13 raspberrypi kernel: [11303.068574] 3fe0: 00000000 00000000 00000000 00000000 00000013 00000000
Jan 5 14:14:16 raspberrypi kernel: [11425.950256] kworker/2:2 D 0 2383 2 0x00000000