You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "<frozen runpy>", line 88, in _run_code
File "/app/glances/__main__.py", line 18, in <module>
glances.main()
File "/app/glances/__init__.py", line 184, in main
start(config=core.get_config(), args=core.get_args())
File "/app/glances/__init__.py", line 130, in start
mode.serve_forever()
File "/app/glances/standalone.py", line 181, in serve_forever
while self.__serve_once():
^^^^^^^^^^^^^^^^^^^
File "/app/glances/standalone.py", line 160, in __serve_once
ret = not self.screen.update(self.stats, duration=adapted_refresh)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/glances/outputs/glances_curses.py", line 1252, in update
self.flush(stats, cs_status=cs_status)
File "/app/glances/outputs/glances_curses.py", line 1198, in flush
self.display(stats, cs_status=cs_status)
File "/app/glances/outputs/glances_curses.py", line 695, in display
__stat_display["processlist"] = stats.get_plugin('processlist').get_stats_display(args=self.args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/glances/plugins/plugin/model.py", line 922, in get_stats_display
ret = {'display': display_curse, 'msgdict': self.msg_curse(args), 'align': align_curse}
^^^^^^^^^^^^^^^^^^^^
File "/app/glances/plugins/processlist/__init__.py", line 462, in msg_curse
self.__msg_curse_extended_process(ret, glances_processes.extended_process)
File "/app/glances/plugins/processlist/__init__.py", line 519, in __msg_curse_extended_process
self.__msg_curse_extended_process_thread(ret, p)
File "/app/glances/plugins/processlist/__init__.py", line 583, in __msg_curse_extended_process_thread
for k, v in p['memory_info'].items():
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'pmem' object has no attribute 'items'
To Reproduce
Steps to reproduce the behavior:
Start Glances with the following options : None, started from the dev image container
Press the key 'e'
See error
Expected behavior
No error and the process should be pinned.
Environement (please complete the following information)
Describe the bug
Pin a process...
Then:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No error and the process should be pinned.
Environement (please complete the following information)
The text was updated successfully, but these errors were encountered: