-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Random crashes since raspbian stretch #2854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Got another another one, anyone got an idea yet?
|
Hi. Did you ever get to the bottom of this? I am experiencing something similar but on a Pi Zero W. |
That function (hash_net4_test) is not in the latest kernel AFAICT, so I suspect moving to the latest kernel may well fix (or at least change) this error. This issue will be closed within 30 days unless further interactions are posted. If you wish this issue to remain open, please add a comment. A closed issue may be reopened if requested. |
FYI. My problem went away after I changed the clock frequency of my Pi Zero W to 900MHZ. i.e. arm_freq=900 within config.txt. So it's possible that it might be that the Pi's cpu is running at the very edge of stability - just a hunch. I don't mean to keep this issue open, however, I wanted to post my solution incase it helps others. |
Interesting, thanks for the report. I'll close this as we have an explanation/solution. Closing this issue as questions answered/issue resolved. |
Experiencing some seemingly random crashes since raspbian stretch, sometimes it occurs a few minutes after booting, sometimes it happens after running for a day, its not happening every day, so giving some proper reproduction steps is sadly a problem. Im using the raspi mostly as a firewalling device between 2 subnets. I've no clue about debugging kernel issues really, but both of the 2 crashes that i observed within the last coupe days since i attached a debug cable had this PC is at hash_net4_test+0x1f0/0x54c [ip_set_hash_net] line in common, so i suspect its something network related.
Model: Pi3b
OS version:
$cat /etc/rpi-issue
Raspberry Pi reference 2018-04-18
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, d6c238c1b2b1b070a574d3e25048ca442e3e221f, stage2
Firmware:
$ vcgencmd version
Nov 4 2018 16:32:03
Copyright (c) 2012 Broadcom
version ed5baf9520a3c4ca82ba38594b898f0c0446da66 (clean) (release)
Kernel:
$ uname -a
Linux raspi 4.14.79-v7+ USB-Harddrive gets fully powered down #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
Connected hardware:
an usb network adapter
$lsusb
Bus 001 Device 004: ID 0bda:8153 Realtek Semiconductor Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Powersupply: original
$vcgencmd get_throttled
throttled=0x0
The text was updated successfully, but these errors were encountered: