Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected reading #17629

Open
chtibizoux opened this issue Feb 24, 2025 · 1 comment
Open

Unexpected reading #17629

chtibizoux opened this issue Feb 24, 2025 · 1 comment
Labels
bug Something isn't working needs triage

Comments

@chtibizoux
Copy link

What version of Bun is running?

1.2.3+8c4d3ff80

What platform is your computer?

Linux 4.4.302+ aarch64 unknown

What steps can reproduce the bug?

I just try to run an hello world script in a arm64 docker container based on the latest alpine image.
docker run --rm -it --entrypoint sh oven/bun:alpine

// hello.js
console.log("Hello world !");

bun hello.js

What is the expected behavior?

Hello world !

What do you see instead?

error: Unexpected reading "/home/bun/app/hello.js"

Bun v1.2.3 (Linux arm64)

Additional information

This only append on arm64 os

@chtibizoux chtibizoux added bug Something isn't working needs triage labels Feb 24, 2025
@najamkhn
Copy link

I'm able to reproduce the issue on older versions of bun as well. Version v1.1.44 also has the same issue inside a container.

I'm pasting a webm video as well of the issue. Running Bun v1.2.3 with Alpine in Docker.

bun-1080p.webm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage
Projects
None yet
Development

No branches or pull requests

2 participants