mirror / busybox

BusyBox mirror
https://www.busybox.net/
Other
1.61k stars 605 forks source link

busybox arm64 images have 139 exit code #60

Open ChenJhua opened 1 year ago

ChenJhua commented 1 year ago

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