Raspbian

大多數程序突然出現段錯誤

  • October 24, 2017

我在我的 Raspbian Raspberry Pi 上發生了一個奇怪的事件,因為大多數程序現在甚至在它們開始之前就出現了段錯誤:

user@raspberrypi:~ $ sudo -s
Segmentation fault
user@raspberrypi:~ $ ssh -vvv localhost
Segmentation fault
user@raspberrypi:~ $ sudo reboot
Segmentation fault
user@raspberrypi:~ $ sudo apt update
Segmentation fault
user@raspberrypi:~ $ htop
htop 2.0.2 aborting. Please report bug at http://hisham.hm/htop
(...)

一些簡單的事情仍然有效:

user@raspberrypi:~ $ touch abc
user@raspberrypi:~ $ ls
abc

uname -a的是Linux raspberrypi 4.9.41-v7+ #1023 SMP Tue Aug 8 16:00:15 BST 2017 armv7l GNU/Linux,並free返回

             total        used        free      shared  buff/cache   available
Mem:           927M         40M         31M        9.1M        855M        816M
Swap:           99M         13M         86M

我不能優雅地重新啟動,因為sudo兩者su都死了。此會話在此開始之前已打開,但我也無法在框中打開新的 ssh 會話。

我會嘗試拔下插頭並再次打開它,但可能是什麼原因造成的?我之前做過apt upgrade,但似乎是後來開始的;我不知道其他罪魁禍首可能是什麼。

謝謝!

我有同樣的次數(我不記得有多少,但至少有兩次)。我最終開始認為這是一個致命的情況。唯一對我有用的是全新的安裝。我為此責備的是磁卡。這只是我的猜測,我沒有任何爭論。嗯,我可能有一個。這總是發生在我的 Pi 在抽屜里長時間閒置之後。所以我的悲觀建議是備份可能仍然有價值的東西並重新開始。但如果我是你,我會在繼續之前等待其他答案,因為我沒有那麼有經驗也沒有知識。

引用自:https://unix.stackexchange.com/questions/400246