[RTEMS Project] #4734: RSB decode exception stops build

RTEMS trac trac at rtems.org
Thu Sep 29 23:11:12 UTC 2022


#4734: RSB decode exception stops build
--------------------------+-------------------------
  Reporter:  Chris Johns  |      Owner:  Chris Johns
      Type:  defect       |     Status:  assigned
  Priority:  normal       |  Milestone:  5.2
 Component:  admin        |    Version:  5
  Severity:  normal       |   Keywords:
Blocked By:               |   Blocking:
--------------------------+-------------------------
 Cloned from #4726:
 ----
 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.

 This issue also effect `rtems-tools`.

--
Ticket URL: <http://devel.rtems.org/ticket/4734>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list