oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
71.78k stars 2.55k forks source link

Bun crashing on SSL/TLS upgrade with pg package #11951

Open XTREME1738 opened 2 weeks ago

XTREME1738 commented 2 weeks ago

How can we reproduce the crash?

demo Crashes when connecting via TLS/SSL to a PostgreSQL database using the pg package.

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.9 (bb13798) on windows x86_64 [AutoCommand]

Segmentation fault at address 0x00000130

Features: jsc, Bun.stdin, http_server, transpiler_cache, tsconfig_paths, tsconfig

github-actions[bot] commented 2 weeks ago

@XTREME1738, the latest version of Bun is v1.1.13, but this crash was reported on Bun v1.1.9.

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

bun upgrade
XTREME1738 commented 2 weeks ago

Reproduced on v1.1.13