mirror / busybox

BusyBox mirror

Home Page:https://www.busybox.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

busybox arm64 images have 139 exit code

ChenJhua opened this issue · comments

When I run and pull the latest image or 1.34.1 of busybox on the arm64 device.
I execute the following command and it returns exit code 139

[root@master-001 ~]# docker run -it  busybox:1.34.1
[root@master-001 ~]# echo $?
139

[root@master-001 ~]# docker run -it  busybox:1.33.1
/ # 

When I changed to 1.33.1, this worked fine, I tried docker export, and executed /bin/sh, and a segment fault was reported.

[root@master-001 ~]# ~/busy/bin/sh
Segmentation fault