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?
What is the expected behavior?
uname
4.19.0-0.bpo.4-amd64
cd src
bun install
二二二二二二二日
Bun v1.1.29(6d43b366)Linux x64(baseline)Linux Kernel v4.19.0 | glibc v2.34CPU:sse42 popcnt avx avx2 avx512Args: "bun" "install"
Elapsed:4msUser:5msSys:5msRSS:1.07GB|Peak:7.49MB|Commit:1.07GBFaults:0
panic(main thread): Failed to start HTTp Client thread: Unexpectedoh 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/Bi16d43b36AAWzn7oD4knzgDiqur4C6klu6Cuyx81Cg9171CA0eNDZS8ZMSU1RKMLXKC5JLCpR8AGJCVBWZSIMZStRKMKOSK1MSVIIZUUtKEhNLKINA0B7XBB9
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
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?
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