We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tbh, I don't really understand what the problem is, on my terminal said that the error is a bug and could be report it. So, here it is.
I m running bun run dev inside Laravel app
Bun v1.1.38 (bf2f153f) Linux x64 Linux Kernel v6.8.0 | glibc v2.39 CPU: sse42 popcnt avx avx2 Args: "node" "/home/user1/Development/myapp/node_modules/.bin/vite" Features: Bun.stdin(2) Bun.stdout dotenv http_server jsc spawn transpiler_cache(6) Builtins: "bun:jsc" "bun:main" "node:assert" "node:buffer" "node:child_process" "node:crypto" "node:dns" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:module" "node:net" "node:os" "node:path" "node:perf_hooks" "node:process" "node:querystring" "node:readline" "node:stream" "node:string_decoder" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:zlib" "node:worker_threads" "ws" "node:v8" Elapsed: 23519312ms | User: 416286ms | Sys: 137359ms RSS: 0.69GB | Peak: 0.70GB | Commit: 0.69GB | Faults: 1 panic(main thread): Segmentation fault at address 0x0
Bun v1.1.38 (bf2f153) on linux x86_64 [RunAsNodeCommand]
bf2f153
Segmentation fault at address 0x00000000
path_watcher.zig:656
src.bun.js.node.path_watcher.PathWatcher.deinit
path_watcher.zig:906
src.bun.js.node.node_fs_watcher.FSWatcher.close
node_fs_watcher.zig:498
src.bun.js.node.node_fs_watcher.FSWatcher.FSWatchTaskPosix.run
event_loop.zig:1045
src.bun.js.event_loop.EventLoop.tickQueueWithCount__anon_142831
event_loop.zig:1273
src.bun.js.event_loop.EventLoop.tick
javascript.zig:1783
src.bun.js.javascript.OpaqueWrap__anon_68611__struct_99460.callback
bindings.cpp:4950
JSC__VM__holdAPILock
shimmer.zig:201
src.bun_js.Run.boot
Features: Bun.stdin, Bun.stdout, dotenv, http_server, jsc, spawn, transpiler_cache
The text was updated successfully, but these errors were encountered:
@fikurimax, thank you for reporting this crash. The latest version of Bun is v1.1.41, but this crash was reported on Bun v1.1.38.
Are you able to reproduce this crash on the latest version of Bun?
bun upgrade
For Bun's internal tracking, this issue is BUN-AB0.
Sorry, something went wrong.
No branches or pull requests
How can we reproduce the crash?
Tbh, I don't really understand what the problem is, on my terminal said that the error is a bug and could be report it. So, here it is.
I m running bun run dev inside Laravel app
Relevant log output
Stack Trace (bun.report)
Bun v1.1.38 (
bf2f153
) on linux x86_64 [RunAsNodeCommand]Segmentation fault at address 0x00000000
path_watcher.zig:656
:src.bun.js.node.path_watcher.PathWatcher.deinit
path_watcher.zig:906
:src.bun.js.node.node_fs_watcher.FSWatcher.close
node_fs_watcher.zig:498
:src.bun.js.node.node_fs_watcher.FSWatcher.FSWatchTaskPosix.run
event_loop.zig:1045
:src.bun.js.event_loop.EventLoop.tickQueueWithCount__anon_142831
event_loop.zig:1273
:src.bun.js.event_loop.EventLoop.tick
javascript.zig:1783
:src.bun.js.javascript.OpaqueWrap__anon_68611__struct_99460.callback
bindings.cpp:4950
:JSC__VM__holdAPILock
shimmer.zig:201
:src.bun_js.Run.boot
Features: Bun.stdin, Bun.stdout, dotenv, http_server, jsc, spawn, transpiler_cache
The text was updated successfully, but these errors were encountered: