RaspberryPi 3B segfaults on 15.1-RELEASE

Running into an issue with segfaults ever since upgrading to 15.1 on a RPi3B (1GB RAM). Did not notice it before, but after upgrading it to 15.1, I did start seeing them afterwards. Been seeing messages like the following:

Code:
koraga kernel: pid 9807 (pkg), jid 0, uid 0: exited on signal 11 (core dumped)
koraga kernel: pid 13163 (cron), jid 0, uid 0: exited on signal 11 (no core dump - sugid process denied by kern.sugid_coredump)

I have gotten them in processes including bash, cron, dhcpd, named, netstat, ntpd, pkg, ps, sudo, tmux, top, vi. All were standard pkg-installed packages. Now I am not a programmer, so I am not sure where to even begin to start looking. I know that signal 11 is generally something trying to access out of range memory, or it can also be a hardware problem. As I said, I noticed it happening more often since upgrading to 15.1.

Any suggestions on how to proceed?

Thanks,
--vr
 
Back
Top