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

panic(main thread): Segmentation fault at address 0x0 #12675

Open
rootfebri opened this issue Jul 19, 2024 · 4 comments
Open

panic(main thread): Segmentation fault at address 0x0 #12675

rootfebri opened this issue Jul 19, 2024 · 4 comments
Labels
crash An issue that could cause a crash linux An issue that occurs on Linux

Comments

@rootfebri
Copy link

How can we reproduce the crash?

I'm not quite sure but this happens quite often, I try to run bun --bun run tauri dev

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.12 (43f0913) on linux x86_64 [RunAsNodeCommand]

Segmentation fault at address 0x00000000

@rootfebri rootfebri added the crash An issue that could cause a crash label Jul 19, 2024
@github-actions github-actions bot added the linux An issue that occurs on Linux label Jul 19, 2024
Copy link
Contributor

@rootfebri, the latest version of Bun is v1.1.20, but this crash was reported on Bun v1.1.12.

Are you able to reproduce this crash on the latest version of Bun?

bun upgrade

@rootfebri
Copy link
Author

rootfebri commented Jul 19, 2024

Yes, it's upgradeable.
The crash is barely happen, right now Im working on webview app and I tried to open frontend in chrome and webview (main app) and I try to close the main app but chrome still listening to dev connection and node frozen that makes my main app can't relaunch because the port is locked by node.
I try to kill node process with SIGTERM but it doesn't work so I try with SIGKILL then the next time I relaunch main app it crashed like that.
Is it still relevant to bun's current version?

@rootfebri
Copy link
Author

Also, can you take a look into this?
tailwindlabs/tailwindcss-intellisense#1021 (comment)

@lizhongyue248
Copy link

Is there any follow-up on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash An issue that could cause a crash linux An issue that occurs on Linux
Projects
None yet
Development

No branches or pull requests

2 participants