Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5229

Troubleshooting • Re: SegFaulting and Inode errors on Raspi 3A

$
0
0
Ok, so we are one step further, some days ago I installed a cron job (chekc.sh) done every 5 min to ping the router and if ping fails, restart networkmanager as given in the last post.

After some 30 h uptime (without accessing the motion stream od ssh) the network apparently fails, but the restart of the netmanager fails, too:


Code:

sudo journalctl -r --boot -1....Nov 14 22:52:14 bookgara0924 kernel: BUG: scheduling while atomic: swapper/0/0/0x00000100Nov 14 22:52:14 bookgara0924 kernel: softirq: huh, entered softirq 6 TASKLET 1cc7f6a6 with preempt_count 00000100, exited with 00000000?Nov 14 22:52:14 bookgara0924 kernel:  rest_init from arch_post_acpi_subsys_init+0x0/0x18Nov 14 22:52:14 bookgara0924 kernel:  cpu_startup_entry from rest_init+0xb4/0xb8Nov 14 22:52:14 bookgara0924 kernel:  do_idle from cpu_startup_entry+0x30/0x34Nov 14 22:52:14 bookgara0924 kernel:  default_idle_call from do_idle+0xac/0x118Nov 14 22:52:14 bookgara0924 kernel:  __irq_svc from default_idle_call+0x38/0xa0Nov 14 22:52:14 bookgara0924 kernel: 1f80: 60000013 ffffffffNov 14 22:52:14 bookgara0924 kernel: 1f60: 9bfff007 00000000 80eb6a20 81108468 81103d80 81101f90 80b33ec0 80b34318Nov 14 22:52:14 bookgara0924 kernel: 1f40: 00000003 00000001 00000000 60000093 81108980 81105018 81108980 81105074Nov 14 22:52:14 bookgara0924 kernel: Exception stack(0x81101f40 to 0x81101f88)Nov 14 22:52:14 bookgara0924 kernel:  irq_exit from __irq_svc+0x74/0x94Nov 14 22:52:14 bookgara0924 kernel:  handle_softirqs from irq_exit+0x88/0xb8Nov 14 22:52:14 bookgara0924 kernel:  tasklet_action_common.constprop.0 from handle_softirqs+0x114/0x32cNov 14 22:52:14 bookgara0924 kernel:  bcm2835_sdhost_tasklet_finish from tasklet_action_common.constprop.0+0x110/0x2a4Nov 14 22:52:14 bookgara0924 kernel:  mmc_hsq_finalize_request from bcm2835_sdhost_tasklet_finish+0xe4/0x258Nov 14 22:52:14 bookgara0924 kernel:  bcm2835_sdhost_request from mmc_hsq_finalize_request+0xe0/0x12cNov 14 22:52:14 bookgara0924 kernel:  bcm2835_sdhost_finish_command from bcm2835_sdhost_request+0x384/0x6c8Nov 14 22:52:14 bookgara0924 kernel:  usleep_range_state from bcm2835_sdhost_finish_command+0x240/0x648Nov 14 22:52:14 bookgara0924 kernel:  schedule_hrtimeout_range from usleep_range_state+0x64/0x90Nov 14 22:52:14 bookgara0924 kernel:  schedule_hrtimeout_range_clock from schedule_hrtimeout_range+0x24/0x2cNov 14 22:52:14 bookgara0924 kernel:  schedule from schedule_hrtimeout_range_clock+0x104/0x160Nov 14 22:52:14 bookgara0924 kernel:  __schedule from schedule+0x54/0xe8Nov 14 22:52:14 bookgara0924 kernel:  __schedule_bug from __schedule+0x9a0/0xbe4Nov 14 22:52:14 bookgara0924 kernel:  dump_stack_lvl from __schedule_bug+0x5c/0x70Nov 14 22:52:14 bookgara0924 kernel:  show_stack from dump_stack_lvl+0x50/0x68Nov 14 22:52:14 bookgara0924 kernel:  unwind_backtrace from show_stack+0x18/0x1cNov 14 22:52:14 bookgara0924 kernel: Hardware name: BCM2835Nov 14 22:52:14 bookgara0924 kernel: CPU: 0 PID: 0 Comm: swapper/0 Tainted: G        WC         6.6.51+rpt-rpi-v7 #1  Raspbian 1:6.6.51-1+rpt3Nov 14 22:52:14 bookgara0924 kernel: Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device brcmfmac_wcc brcmfmac binfmt_misc brcmutil cfg80211 raspbe>Nov 14 22:52:14 bookgara0924 kernel: BUG: scheduling while atomic: swapper/0/0/0x00000100Nov 14 22:52:14 bookgara0924 kernel: softirq: huh, entered softirq 6 TASKLET 1cc7f6a6 with preempt_count 00000100, exited with 00000000?Nov 14 22:52:14 bookgara0924 kernel:  rest_init from arch_post_acpi_subsys_init+0x0/0x18Nov 14 22:52:14 bookgara0924 kernel:  cpu_startup_entry from rest_init+0xb4/0xb8Nov 14 22:52:14 bookgara0924 kernel:  do_idle from cpu_startup_entry+0x30/0x34Nov 14 22:52:14 bookgara0924 kernel:  default_idle_call from do_idle+0xac/0x118Nov 14 22:52:14 bookgara0924 kernel:  __irq_svc from default_idle_call+0x38/0xa0Nov 14 22:52:14 bookgara0924 kernel: 1f80: 60000013 ffffffffNov 14 22:52:14 bookgara0924 kernel: 1f60: 9bfff007 00000000 80eb6a20 81108468 81103d80 81101f90 80b33ec0 80b34318Nov 14 22:52:14 bookgara0924 kernel: 1f40: 00000003 00000001 00000000 60000093 81108980 81105018 81108980 81105074Nov 14 22:52:14 bookgara0924 kernel: Exception stack(0x81101f40 to 0x81101f88)Nov 14 22:52:14 bookgara0924 kernel:  irq_exit from __irq_svc+0x74/0x94Nov 14 22:52:14 bookgara0924 kernel:  handle_softirqs from irq_exit+0x88/0xb8Nov 14 22:52:14 bookgara0924 kernel:  tasklet_action_common.constprop.0 from handle_softirqs+0x114/0x32cNov 14 22:52:14 bookgara0924 kernel:  bcm2835_sdhost_tasklet_finish from tasklet_action_common.constprop.0+0x110/0x2a4Nov 14 22:52:14 bookgara0924 kernel:  mmc_hsq_finalize_request from bcm2835_sdhost_tasklet_finish+0xe4/0x258Nov 14 22:52:14 bookgara0924 kernel:  bcm2835_sdhost_request from mmc_hsq_finalize_request+0xe0/0x12cNov 14 22:52:14 bookgara0924 kernel:  bcm2835_sdhost_finish_command from bcm2835_sdhost_request+0x384/0x6c8Nov 14 22:52:14 bookgara0924 kernel:  usleep_range_state from bcm2835_sdhost_finish_command+0x240/0x648Nov 14 22:52:14 bookgara0924 kernel:  schedule_hrtimeout_range from usleep_range_state+0x64/0x90Nov 14 22:52:14 bookgara0924 kernel:  schedule_hrtimeout_range_clock from schedule_hrtimeout_range+0x24/0x2cNov 14 22:52:14 bookgara0924 kernel:  schedule from schedule_hrtimeout_range_clock+0x104/0x160Nov 14 22:52:14 bookgara0924 kernel:  __schedule from schedule+0x54/0xe8Nov 14 22:52:14 bookgara0924 kernel:  show_stack from dump_stack_lvl+0x50/0x68Nov 14 22:52:14 bookgara0924 kernel:  show_stack from dump_stack_lvl+0x50/0x68Nov 14 22:52:14 bookgara0924 kernel:  show_stack from dump_stack_lvl+0x50/0x68Nov 14 22:52:14 bookgara0924 kernel:  show_stack from dump_stack_lvl+0x50/0x68Nov 14 22:52:14 bookgara0924 kernel:  unwind_backtrace from show_stack+0x18/0x1cNov 14 22:52:14 bookgara0924 kernel: Hardware name: BCM2835Nov 14 22:52:14 bookgara0924 kernel: CPU: 0 PID: 0 Comm: swapper/0 Tainted: G        WC         6.6.51+rpt-rpi-v7 #1  Raspbian 1:6.6.51-1+rpt3Nov 14 22:52:14 bookgara0924 kernel: Modules linked in: snd_seq_dummy snd_hrtimer snd_seq snd_seq_device brcmfmac_wcc brcmfmac binfmt_misc brcmutil cfg80211 raspberrypi_hwmon ov5647 bcm2835_codec(C) bcm2835_unicam bcm2835_v4l2(C) v4l2_mem2mem v4l2_dv_timings bcm2835_i>Nov 14 22:52:14 bookgara0924 kernel: BUG: scheduling while atomic: swapper/0/0/0x00000100Nov 14 22:52:14 bookgara0924 systemd[1]: Starting NetworkManager.service - Network Manager...Nov 14 22:52:14 bookgara0924 systemd[1]: NetworkManager.service: Consumed 20.429s CPU time.Nov 14 22:52:14 bookgara0924 systemd[1]: Stopped NetworkManager.service - Network Manager.Nov 14 22:52:14 bookgara0924 systemd[1]: Stopping NetworkManager-wait-online.service - Network Manager Wait Online...Nov 14 22:52:14 bookgara0924 systemd[1]: Stopped NetworkManager-wait-online.service - Network Manager Wait Online.Nov 14 22:52:14 bookgara0924 systemd[1]: NetworkManager-wait-online.service: Deactivated successfully.Nov 14 22:52:14 bookgara0924 systemd[1]: NetworkManager.service: Scheduled restart job, restart counter is at 1.Nov 14 22:52:13 bookgara0924 systemd[1]: NetworkManager.service: Consumed 20.429s CPU time.Nov 14 22:52:13 bookgara0924 systemd[1]: NetworkManager.service: Failed with result 'signal'.Nov 14 22:52:13 bookgara0924 systemd[1]: NetworkManager.service: Main process exited, code=killed, status=11/SEGVNov 14 22:52:13 bookgara0924 NetworkManager[599]: <info>  [1731621133.5993] dhcp4 (wlan0): state changed new lease, address=192.168.99.2Nov 14 22:50:01 bookgara0924 CRON[4129]: pam_unix(cron:session): session closed for user rootNov 14 22:50:01 bookgara0924 CRON[4131]: (root) CMD (/home/pi/chekc.sh >/dev/null 2>&1)Nov 14 22:50:01 bookgara0924 CRON[4129]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
For this

Code:

BUG: scheduling while atomic: swapper/0/0/0x00000100
the only thing I could find is this

viewtopic.php?t=371789

...which is not very helpful.

So apparently WLAN0 fails after 24+h of no activity and a restart fails also.

Could try a reboot on WLAN0 fail, but would like to learn what's going on here.

Statistics: Posted by pi-anazazi — Sat Nov 16, 2024 8:23 am



Viewing all articles
Browse latest Browse all 5229

Trending Articles