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

RTEMS trac trac at rtems.org
Thu Sep 29 10:23:27 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       |  Resolution:
 Keywords:               |  Blocked By:
 Blocking:               |
-------------------------+--------------------------
Description changed by Chris Johns:

Old description:

> 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.

New description:

 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/4726#comment:6>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list