reboot / crash
#28
I have also been seeing frequent crashes in the past day. I have been using my PBP all day today doing Audiobook proof listening. So I have VLC running and a PDF reader open alongside Chromium to edit my Google sheet in which I make the edit notes.

Initially I was seeing the WiFi drop-outs and was able to stabilise this by setting managed=true for the NetworkManager. WiFi is now behaving correctly but the crashes have kept happening. Sometimes as frequently as every 10 minutes. I also noticed that when the crash happens, it does take about 10 seconds for the system to reboot. Which led me to believe that this is a kernel crash. As mentioned earlier, the 10 second timeout is one of the kernel options that is specified.

With this information, I decided to tail /var/log/kern.log so that I could keep an eye on it. I also monitored CPU temperature by using 'watch -n 5 cat /sys/class/thermal/thermal_zone0/temp'. The temperature readout hovered around 36500 (assuming this means 36.5 degr C) most of the time. But, upon the moment of the crash, it had risen to around 45000. This is still not very hot in my opinion but, it may be related. It might be that whatever causes the kernel to crash causes the temp to rise.

Code:
Jan  1 19:30:01 eggsy kernel: [ 4644.137134] wl_run_escan: LEGACY_SCAN sync ID: 43, bssidx: 0
Jan  1 19:32:01 eggsy kernel: [ 4764.140080] wl_run_escan: LEGACY_SCAN sync ID: 44, bssidx: 0
Jan  1 19:34:01 eggsy kernel: [ 4884.139105] wl_run_escan: LEGACY_SCAN sync ID: 45, bssidx: 0
Jan  1 19:36:01 eggsy kernel: [ 5004.138227] wl_run_escan: LEGACY_SCAN sync ID: 46, bssidx: 0
Jan  1 19:38:01 eggsy kernel: [ 5124.141598] wl_run_escan: LEGACY_SCAN sync ID: 47, bssidx: 0
^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^@^$
Jan  1 19:39:57 eggsy kernel: [    0.000000] Initializing cgroup subsys cpuset
Jan  1 19:39:57 eggsy kernel: [    0.000000] Initializing cgroup subsys cpu
Jan  1 19:39:57 eggsy kernel: [    0.000000] Initializing cgroup subsys cpuacct
Jan  1 19:39:57 eggsy kernel: [    0.000000] Linux version 4.4.190 (adam@adam-vb) (gcc version 7.1.1 20170707 (Linaro GCC 7.1-201$
Jan  1 19:39:57 eggsy kernel: [    0.000000] Boot CPU: AArch64 Processor [410fd034]
Jan  1 19:39:57 eggsy kernel: [    0.000000] earlycon: Early serial console at MMIO32 0xff1a0000 (options '')
Jan  1 19:39:57 eggsy kernel: [    0.000000] bootconsole [uart0] enabled
The crash happens after 'endless' mention of 'wl_run_escan'. I am not sure what this means but perhaps somebody else can use this information. I did do a quick search relating to 'wl_run_escan' and found that there is a related heap overflow vulnerability. It is documented here: https://packetstormsecurity.com/files/14...rflow.html

<<UPDATE>> It looks like the vulnarability may have been fixed:
https://review.lineageos.org/c/LineageOS.../+/184549/
I don't know if this made it into the Debian/Mate build though. I am afraid I am starting to run out of skill at this point.

I have not had a chance to further investigate this so this may take me on a wild goose chase. I thought I'd share rather than sit on this so that other can maybe confirm this behaviour.

I will continue to monitor the logs and temps.


Messages In This Thread
reboot / crash - by Der Geist der Maschine - 11-03-2019, 09:42 PM
RE: reboot / crash - by sinistermrcream - 11-05-2019, 09:56 AM
RE: reboot / crash - by dawncold - 11-06-2019, 05:39 PM
RE: reboot / crash - by Nappael - 11-06-2019, 06:02 PM
RE: reboot / crash - by Der Geist der Maschine - 11-06-2019, 11:53 PM
RE: reboot / crash - by Der Geist der Maschine - 11-07-2019, 10:24 AM
RE: reboot / crash - by MoonDog - 11-07-2019, 03:40 PM
RE: reboot / crash - by Der Geist der Maschine - 11-07-2019, 09:29 PM
RE: reboot / crash - by lispy - 11-08-2019, 01:53 AM
RE: reboot / crash - by Der Geist der Maschine - 11-08-2019, 10:08 AM
RE: reboot / crash - by kiloparsec - 11-10-2019, 08:05 PM
RE: reboot / crash - by hmuller - 11-10-2019, 09:24 PM
RE: reboot / crash - by Der Geist der Maschine - 11-10-2019, 10:35 PM
RE: reboot / crash - by kiloparsec - 11-12-2019, 08:40 PM
RE: reboot / crash - by bcnaz - 11-12-2019, 08:56 PM
RE: reboot / crash - by kiloparsec - 11-13-2019, 07:08 PM
RE: reboot / crash - by Der Geist der Maschine - 11-16-2019, 08:34 PM
RE: reboot / crash - by Eggmonkey - 11-17-2019, 07:40 AM
RE: reboot / crash - by Der Geist der Maschine - 11-17-2019, 09:26 AM
RE: reboot / crash - by Arwen - 11-17-2019, 11:33 AM
RE: reboot / crash - by Eggmonkey - 11-17-2019, 03:55 PM
RE: reboot / crash - by bcnaz - 11-17-2019, 02:51 PM
RE: reboot / crash - by bcnaz - 11-17-2019, 04:22 PM
RE: reboot / crash - by Arwen - 11-18-2019, 05:24 AM
RE: reboot / crash - by Der Geist der Maschine - 11-19-2019, 08:23 PM
RE: reboot / crash - by GLSRacer - 11-24-2019, 10:34 AM
RE: reboot / crash - by Der Geist der Maschine - 11-24-2019, 10:51 AM
RE: reboot / crash - by james64 - 01-23-2020, 03:12 PM
RE: reboot / crash - by Der Geist der Maschine - 01-24-2020, 12:06 PM
RE: reboot / crash - by Twix166 - 01-01-2020, 02:08 PM
RE: reboot / crash - by Der Geist der Maschine - 01-01-2020, 04:25 PM
RE: reboot / crash - by Twix166 - 01-02-2020, 02:30 AM
RE: reboot / crash - by Der Geist der Maschine - 01-02-2020, 04:14 AM
RE: reboot / crash - by xmixahlx - 01-23-2020, 06:18 PM
RE: reboot / crash - by james64 - 01-24-2020, 11:35 AM
RE: reboot / crash - by xmixahlx - 01-24-2020, 01:34 PM
RE: reboot / crash - by Baldnerd - 01-27-2020, 10:27 AM
RE: reboot / crash - by xmixahlx - 01-27-2020, 01:37 PM
RE: reboot / crash - by Baldnerd - 01-27-2020, 02:00 PM
RE: reboot / crash - by james64 - 01-29-2020, 04:14 PM
RE: reboot / crash - by Baldnerd - 02-10-2020, 07:57 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Video Flashing/adjusting on boot and reboot jbradley419 0 333 01-16-2024, 09:17 AM
Last Post: jbradley419
  Vertical Grey Bars on PBP Reboot MickTheGeek 5 4,923 06-04-2021, 02:43 AM
Last Post: dsimic
  Gimp makes stock Manjaro KDE/X11 crash stozi 3 4,329 04-21-2021, 08:15 AM
Last Post: stozi
  Keyboard settings not saved on reboot motezart 6 7,453 11-26-2020, 12:11 PM
Last Post: creaverse
  Vertical Grey Bars on PBP Reboot MickTheGeek 2 3,399 10-05-2020, 07:29 AM
Last Post: MickTheGeek
  Connection to specific AP fails after first reboot. DroneOn 2 3,339 07-13-2020, 06:15 PM
Last Post: DroneOn
  vertical bars reboot only mamboman777 2 3,733 07-09-2020, 12:51 PM
Last Post: mamboman777
Bug How about a hard power switch? + crash report Dendrocalamus64 7 9,521 05-24-2020, 04:03 PM
Last Post: Der Geist der Maschine
  Pinebook pro random reboot default Debian tso4ev 3 4,783 02-04-2020, 06:30 PM
Last Post: Baldnerd
  Blank Screen after reboot Sats 12 12,682 01-27-2020, 02:23 PM
Last Post: Sats

Forum Jump:


Users browsing this thread: 1 Guest(s)