Replies: 6 comments
-
|
+1 also seeing this issue |
Beta Was this translation helpful? Give feedback.
-
|
+1 for the same problem |
Beta Was this translation helpful? Give feedback.
-
|
+1 same here |
Beta Was this translation helpful? Give feedback.
-
|
Getting the issue in the CI too |
Beta Was this translation helpful? Give feedback.
-
|
It works again on 1.3.13.😊 Loving Bun! |
Beta Was this translation helpful? Give feedback.
-
|
Same!. That causing me considering to move with Bun, Why isn't so stable! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’m seeing what looks like a regression in Bun 1.3.12 on macOS when using
bun build --compile.Environment
arm64)What I’m doing
Observed behavior
1371.3.12to1.3.11Expected behavior
Important detail
1.3.12=> compiled binary gets killed on launch1.3.11=> compiled binary starts normallySystem log clue
I found this in macOS system logs when launching the binary built by Bun 1.3.12:
Other notes
file ./dist/logiareports a normalMach-O 64-bit executable arm64otool -L ./dist/logiaonly shows normal system libsspctl --assess --type execute -vv ./dist/logiareports:This binary is later used as a packaged sidecar, so this breaks release builds even though development mode still works.
Minimal reproduction pattern
On macOS arm64, install Bun 1.3.12
Compile a Bun server with:
Run:
Process is killed immediately
Downgrade to Bun 1.3.11 and rebuild
The same binary behavior becomes normal
Question
bun build --compileon macOS?If needed, I can provide a smaller repro project.
Beta Was this translation helpful? Give feedback.
All reactions