You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume that it should be easy to construct a simplified repro: setup a workerpool using 'workerpool', have the worker do some compute, and then bun --inspect, turn on recording, and then observe no samples show up.
The full repro with the actual app in question involves:
What version of Bun is running?
1.2.2+c1708ea6a
What platform is your computer?
Darwin 24.3.0 arm64 arm
What steps can reproduce the bug?
I assume that it should be easy to construct a simplified repro: setup a workerpool using 'workerpool', have the worker do some compute, and then bun --inspect, turn on recording, and then observe no samples show up.
The full repro with the actual app in question involves:
Expectation: worker compute shows up in profile
Actual: No compute shows up at all
You can then show that this is indeed due to the worker by patching the server with
And now your profile lights up if you do the same again.
What is the expected behavior?
No response
What do you see instead?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: