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

Invalid enum value #14844

Closed
Mixerou opened this issue Oct 26, 2024 · 2 comments
Closed

Invalid enum value #14844

Mixerou opened this issue Oct 26, 2024 · 2 comments
Labels
crash An issue that could cause a crash runtime windows An issue that is known to occur on Windows

Comments

@Mixerou
Copy link

Mixerou commented Oct 26, 2024

How can we reproduce the crash?

Develop a simple Nuxt 3 application, and as in problem #14775, I have not done any specific actions leading to this panic.

Relevant log output

Bun v1.1.33 (247456b6) Windows x64
Windows v.win10_fe
CPU: sse42 avx avx2
Args: "node" "C:\Users\[REDACTED]\GitHub\[REDACTED]\[REDACTED]\node_modules\nuxi\bin\nuxi.mjs" "dev" "--host"
Features: Bun.stderr(3) Bun.stdin(10) Bun.stdout(4) bunfig fetch(774) http_server(5) jsc spawn(3) transpiler_cache(108) tsconfig(102) tsconfig_paths(51) workers_spawned(8) workers_terminated(3)  
Builtins: "bun:jsc" "bun:main" "detect-libc" "node:assert" "node:async_hooks" "node:buffer" "node:child_process" "node:constants" "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:stream/promises" "node:string_decoder" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:vm" "node:zlib" "node:worker_threads" "ws" "node:v8"  
Elapsed: 23356908ms | User: 309640ms | Sys: 240250ms
RSS: 2.76GB | Peak: 9.27GB | Commit: 18.82GB | Faults: 4341990   

panic(thread 20216): invalid enum value
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

error: script "dev" exited with code 3

Stack Trace (bun.report)

Bun v1.1.33 (247456b) on windows x86_64 [RunAsNodeCommand]

panic: invalid enum value

Features: workers_spawned, workers_terminated, Bun.stderr, Bun.stdin, Bun.stdout, bunfig, fetch, http_server, jsc, spawn, transpiler_cache, tsconfig, tsconfig_paths, tsconfig_paths

@Mixerou Mixerou added the crash An issue that could cause a crash label Oct 26, 2024
Copy link
Contributor

Thank you for reporting this crash.

For Bun's internal tracking, this issue is BUN-4SN.

@github-actions github-actions bot added runtime windows An issue that is known to occur on Windows labels Oct 26, 2024
@Jarred-Sumner
Copy link
Collaborator

Tracking this in #15964

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 runtime windows An issue that is known to occur on Windows
Projects
None yet
Development

No branches or pull requests

2 participants