Closed dmbuck32 closed 10 months ago
This occurs when no GPU process is created, the for at line 72 of process_table.py fails and the nprocess variable has no value. Adding nprocess = 0 just before the for fixes it.
_(workaround: edit your file at /usr/local/lib/python3.8/dist-packages/jtop/gui/lib/processtable.py and add the nprocess = 0 before the for at line 72)
This issue is fixed with the latest release of jetson-stats 4.2.4. Please update it!
sudo pip3 install -U jetson-stats
Describe the bug
Jtop 4.2.3 crashes when navigating to the Jtop GPU tab on an Nvidia Xavier AGX running Jetpack 5.0.2 GA.
To Reproduce
Steps to reproduce the behaviour:
sudo -H pip install -U jetson-stats
sudo systemctl restart jtop.service
jtop
Screenshots
Expected behavior
The GPU tab to display a graph with the list of active GPU processes.
Board
Output from
jetson_release -v
:Log from jtop.service
Attach here the output from:
journalctl -u jtop.service -n 100 --no-pager
Log from jetson-stats installation
Attach here the output from:
sudo -H pip3 install --no-cache-dir -U jetson-stats