oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
73.83k stars 2.73k forks source link

panic(main thread):Failed to start HTTP Client thread:Unexpected #14424

Open rsaLive opened 1 week ago

rsaLive commented 1 week ago

What version of Bun is running?

1.1.29

What platform is your computer?

Linux 4.19.0-0.bpo.4-amd64 x86_64 unknown

What steps can reproduce the bug?

I use docker to build based on over/bun:alpine. It can be packaged correctly on the server Linux 4.18.0-240.22.1.el8_3.x86_64 x86_64 x86_64, but I encountered an error when packaging on the Linux 4.19.0-0.bpo.4-amd64 x86_64 unknown server. The error is as follows. What should I do if I don't change the server? Image

What is the expected behavior?

What do you see instead?

+uname -r 4.19.0-0.bp0.4-amd64 cd src bun install Bun v1.1.29 (6d43b366)Linux x64 (baseline) Linux Kernel v4.19.0|glibc v2.34 CPU:sse42 popcnt avx avx2 avx512 Args:"bun""install" Elapsed:4ms User:5ms Sys:5ms RSS:1.07GB Peak:7.49MB Commit:1.07GB Faults:0 panic(main thread):Failed to start HTTP Client thread:Unexpected oh no:Bun has crashed.This indicates a bug in Bun,not your code. To send a redacted crash report to Bun's team, please file a GitHub issue using the link below: https://bun.report/1.1.29/Bi16d43b36AAwzn7oD4knzgDigur4C6klu6Cuyx81Cg9171CA0eNpzS8zM SU1RKMLXKC5JLCpR8AgJCVBwzslMzStRKMkoSk1MsVIIzUutKEhNLk LNAQB7XBB9

Additional information

No response

rsaLive commented 1 week ago

https://bun.report/1.1.29/Bi16d43b36AAwzn7oD4knzgDigur4C6klu6Cuyx81Cg9171CA0eNpzS8zM SU1RKMLXKC5JLCpR8AgJCVBwzslMzStRKMkoSk1MsVIIzUutKEhNLk LNAQB7XBB9

ankl209 commented 1 week ago

The latest version, bun:alpine 1.1.30, has the same problem