[U-Boot] Travis test/py sandbox_spl test fail

Simon Glass sjg at chromium.org
Tue Aug 13 09:39:41 UTC 2019


+Stephen

Hi Kever,

On Tue, 13 Aug 2019 at 03:35, Kever Yang <kever.yang at rock-chips.com> wrote:
>
> Hi Simon,
>
>     I got fail in test/py sandbox_spl, and the log says:
>
> E OSError: [Errno 5] Input/output error
>
> I have no idea about what's wrong in source code, could you help
>
> to take a look?
>
> Travis job:
>
> https://travis-ci.org/keveryang/u-boot/jobs/571125119

When I've seen this (ugly) error it is normally because U-Boot
crashed, e.g. with a segfault.

It is maybe possible that a unicode character is being split over a
1024-byte boundary. I had to fix that behaviour in buildman (using
binary files and the 'bytes' type).

Regards,
Simon


More information about the U-Boot mailing list