Code Monkey home page Code Monkey logo

Comments (5)

lijie0123 avatar lijie0123 commented on August 16, 2024 3

It is because many arm64 distribution use pagesize 64k.
However latest build use page size 4k. Please fix it, old busybox does not have this problem.
Some machine can't reproduce it because your kernel page size is 4k.

# /lib/ld-linux-aarch64.so.1 /root/busybox
/root/del/busybox: error while loading shared libraries: /root/busybox: ELF load command alignment not page-aligned
# readelf -l busybox

Elf file type is EXEC (Executable file)
Entry point 0x400740
There are 5 program headers, starting at offset 64

Program Headers:
  Type           Offset             VirtAddr           PhysAddr
                 FileSiz            MemSiz              Flags  Align
  LOAD           0x0000000000000000 0x0000000000400000 0x0000000000400000
                 0x000000000012b2f8 0x000000000012b2f8  R E    1000
  LOAD           0x000000000012bdf0 0x000000000052cdf0 0x000000000052cdf0
                 0x0000000000000611 0x0000000000005070  RW     1000
# getconf PAGESIZE
65536

from busybox.

tianon avatar tianon commented on August 16, 2024

Interesting - 139 is typically a segmentation fault. Unfortunately, I'm not able to reproduce:

$ uname -m
aarch64
$ docker run -it --rm --pull=always busybox
latest: Pulling from library/busybox
89485c9dae0b: Pull complete 
Digest: sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
Status: Downloaded newer image for busybox:latest
/ # 

from busybox.

vettalwu avatar vettalwu commented on August 16, 2024

I test on another arm64 machine, it can also be reproduced.

#uname -a
Linux ky1 4.19.90-24.4.v2101.ky10.aarch64 #1 SMP Mon May 24 14:45:37 CST 2021 aarch64 aarch64 aarch64 GNU/Linux

@tianon What's your kernel version?

from busybox.

yosifkit avatar yosifkit commented on August 16, 2024

I think the kernel he'd likely be using would be from Debian stable; so 5.10.140 or 5.18.16 depending on whether backports are being used.

Just a random hunch, try adding --ulimit nofile=1024:1024 in the docker run?
Might be similar to docker-library/haproxy#194 & docker-library/rabbitmq#545 or maybe nodejs/help#3202?

from busybox.

vettalwu avatar vettalwu commented on August 16, 2024

@yosifkit I tried the following command, but still failed, exit code is also: 139

docker run --ulimit nofile=1024:1024 -it --rm busybox:1.34.1

from busybox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.