[RTEMS Project] #4726: RSB decode exception stops build
RTEMS trac
trac at rtems.org
Mon Sep 26 05:38:51 UTC 2022
#4726: RSB decode exception stops build
--------------------------+-------------------------
Reporter: Chris Johns | Owner: Chris Johns
Type: defect | Status: assigned
Priority: normal | Milestone: 6.1
Component: admin | Version: 6
Severity: normal | Keywords:
Blocked By: | Blocking:
--------------------------+-------------------------
Building in a Rocky VM on FB 12 with `5` I got:
{{{
Traceback (most recent call last):
File "/usr/lib64/python3.9/threading.py", line 973, in _bootstrap_inner
self.run()
File "/usr/lib64/python3.9/threading.py", line 910, in run
self._target(*self._args, **self._kwargs)
File "/opt/work/chris/rtems/rsb/rtems-source-builder.git/source-
builder/sb/execute.py", line 204, in _readthread
data = data.decode(sys.stdout.encoding)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe2 in position 4095:
unexpected end of data
}}}
If the data is corrupted or broken things stop. Fix to attempt to keep
going.
--
Ticket URL: <http://devel.rtems.org/ticket/4726>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list