You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce first build: LONG_TEST=y DEBUG=1 TARGET=armv7a9-zynq7000-zedboard ./docker-build.sh clean all
and then run psh tests using trunner many times (even few hundreds)
The text was updated successfully, but these errors were encountered:
In my opinion it looks like fail related to file system not fully mounted and starting executable from it, causing corrupted process image to be run. (/bin/bind is first process run in rc.psh)
During nightly on armv7a9-zynq7000-zedboard on
3cef97a
project hash, one of psh tests failed with error:addr2line output:
arm-phoenix-addr2line 0x000140b8 -e _build/armv7a9-zynq7000-zedboard/prog/psh
/src/libphoenix/stdlib/malloc_dl.c:238
arm-phoenix-addr2line 0x0001428b -e _build/armv7a9-zynq7000-zedboard/prog/psh
/src/libphoenix/stdlib/malloc_dl.c:78
To reproduce first build:
LONG_TEST=y DEBUG=1 TARGET=armv7a9-zynq7000-zedboard ./docker-build.sh clean all
and then run psh tests using trunner many times (even few hundreds)
The text was updated successfully, but these errors were encountered: