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

Segmentation fault at address 0x6EB8 #10803

Open
jebarpg opened this issue May 3, 2024 · 0 comments
Open

Segmentation fault at address 0x6EB8 #10803

jebarpg opened this issue May 3, 2024 · 0 comments
Labels
bug Something isn't working crash An issue that could cause a crash

Comments

@jebarpg
Copy link

jebarpg commented May 3, 2024

How can we reproduce the crash?

ran
$bun --hot server.ts

server.ts is dependent on the dotenv package.

Relevant log output

Args: "bun", "--hot", "./src/server.ts"
Features: jsc dotenv(3) http_server transpiler_cache(3) tsconfig(4) 
[0] Builtins: "bun:main" "node:assert" "node:async_hooks" "node:buffer" "node:crypto" "node:dns" "node:events" "node:fs" "node:fs/promises" "node:http" "node:https" "node:module" "node:net" "node:os" "node:path" "node:stream" "node:string_decoder" "node:timers" "node:tls" "node:tty" "node:url" "node:util" "node:util/types" "node:worker_threads" "node:diagnostics_channel" 
[0] Elapsed: 52135ms | User: 4038ms | Sys: 994ms
[0] RSS: 0.96GB | Peak: 0.24GB | Commit: 0.96GB | Faults: 13
[0] 
[0] panic: Segmentation fault at address 0x6EB8
[0] oh no: Bun has crashed. This indicates a bug in Bun, not your code.
[0] 
[0] To send a redacted crash report to Bun's team,
[0] please file a GitHub issue using the link below:
[0] 
[0]  https://bun.report/1.1.7/Ba1b0b7db5AioghgF+2ro+DA2Awr3B
[0] 
[0] error: script "hot-reload" was terminated by signal SIGILL (Illegal instruction)

Stack Trace (bun.report)

Bun v1.1.7 (b0b7db5) on linux x86_64_baseline [AutoCommand]

Segmentation fault at address 0x00006EB8

  • ld-temp.o:0: bool WTF::URLParser::subdomainStartsWithXNDashDash<char16_t>

Features: jsc, dotenv, http_server, transpiler_cache, tsconfig

@jebarpg jebarpg added bug Something isn't working crash An issue that could cause a crash labels May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crash An issue that could cause a crash
Projects
None yet
Development

No branches or pull requests

1 participant