nicolargo / glances

Glances an Eye on your system. A top/htop alternative for GNU/Linux, BSD, Mac OS and Windows operating systems.
http://nicolargo.github.io/glances/
Other
26.51k stars 1.52k forks source link

traps: glances[29577] general protection ip:596617 sp:7ffc0d272a00 error:0 in python3.7[421000+234000] #1648

Open github12101 opened 4 years ago

github12101 commented 4 years ago

Description

glances stopped, error found later in dmesg log.

Versions

Glances v3.1.4.1 with PsUtil v5.7.0

No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster

Logs

traps: glances[29577] general protection ip:596617 sp:7ffc0d272a00 error:0 in python3.7[421000+234000]

github12101 commented 4 years ago

I will not re-run glances with -d option and try to catch more info.

nicolargo commented 4 years ago

Did you install Glances from pip ?

If yes try to upgrade all the deps (see https://github.com/nicolargo/glances/blob/develop/optional-requirements.txt)...

github12101 commented 4 years ago

I installed glances via curl script provided on the website. Now I am running it via glances command from normal user.

Now, I upgraded all packages using pip install -U (I've made a script to go through each package to upgrade it).

My package versions from the list you sent me:

bernhard | 0.2.6
bottle | 0.12.18
cassandra-driver | 3.23.0
CouchDB | 1.2
docker | 4.2.0
elasticsearch | 7.6.0
influxdb | 5.3.0
kafka-python | 2.0.1
netifaces | 0.10.9
py3nvml | 0.2.6
paho-mqtt | 1.5.0
pika | 1.1.0
potsdb | 1.0.3
prometheus-client | 0.7.1
py-cpuinfo | 5.0.0
pygal | 2.4.0
pymdstat | 0.4.2
pysnmp | 4.4.12
pySMART.smartx | 0.3.10
pystache | 0.5.4
pyzmq | 19.0.0
requests | 2.21.0
scandir | 1.10.0
sparklines | 0.4.2
statsd | 3.3.0
wifi | 0.3.8
zeroconf | 0.25.1

I had to manually install pySMART.smartx and sparklines, despite using curl script they were not installed. Now I will restart glances and see if there is any catch.