Bug 8426 - Unexpected traceback in vsmagent
Summary: Unexpected traceback in vsmagent
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VSM Agent (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-13 13:22 CEST by Adam Halim
Modified: 2024-09-17 13:22 CEST (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Adam Halim cendio 2024-09-13 13:22:46 CEST
Saw this traceback on tl.cendio.se after a disruption caused the communication between the master/agent to explode. Haven't done any more investigation.
> 2024-09-13 12:25:14 ERROR vsmagent: Exception in callback ServerProtocol._callback_done(<Future>)
> 2024-09-13 12:25:14 ERROR vsmagent: handle: <Handle ServerProtocol._callback_done(<Future>)>
> 2024-09-13 12:25:14 ERROR vsmagent: ----------------------------------------
> 2024-09-13 12:25:14 ERROR vsmagent: Traceback (most recent call last):
> 2024-09-13 12:25:14 ERROR vsmagent:   File "/usr/lib64/python3.9/asyncio/events.py", line 80, in _run
> 2024-09-13 12:25:14 ERROR vsmagent:     self._context.run(self._callback, *self._args)
> 2024-09-13 12:25:14 ERROR vsmagent:   File "/opt/thinlinc/modules/thinlinc/vsm/xmlrpc.py", line 349, in _callback_done
> 2024-09-13 12:25:14 ERROR vsmagent:     assert future is self . _response
> 2024-09-13 12:25:14 ERROR vsmagent: AssertionError
> 2024-09-13 12:25:14 ERROR vsmagent: ----------------------------------------
Comment 1 Pierre Ossman cendio 2024-09-17 13:22:36 CEST
As far as we could tell, there were no major practical issues caused by this. Rather, this error log was triggered by other more substantial problems.

Note You need to log in before you can comment on or make changes to this bug.