oven-sh / bun

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

Bun 1.1.25 crashes on windows on starting Elysia/Bun server #13464

Open nwazuo opened 3 months ago

nwazuo commented 3 months ago

What version of Bun is running?

1.1.25

What platform is your computer?

Microsoft Windows NT 10.0.19045.0 x64

What steps can reproduce the bug?

Running bun dev (which runs bun run --watch src/index.ts) on an Elysia/Bun setup

What is the expected behavior?

Server should start up correctly

What do you see instead?

WhatsApp Image 2024-08-22 at 09 47 29_bee2d6f4

Sorry for the screenshot. I had cleared my terminal and the bug report link generated in the terminal seems broken but here it is anyway: https://[bun.report/1.1.25/wr1fe62a61AioihwD0789Pqxw72C__247iyBA0eNo1zbEKwjAURuG9T/E7VUE7OTi5WAqC4GK7iEPSXE3wNjfkthTfXhSdD5zvYHTEdre9ehMd0w2bPZr6OCSu2g6DeZKiZ9EQHwhDEtVgmRZFcfEEnVLiQBlyx+iDoglMNWmfQxolQ71M7NAbZpR2itUop2Db7jxHck1dFpJR/rQP9Y/kyjVSFmssvzB7ygRJFJcrzEa/P3LVG58iQLg](https://bun.report/1.1.25/wr1fe62a61AioihwD0789Pqxw72C__247iyBA0eNo1zbEKwjAURuG9T/E7VUE7OTi5WAqC4GK7iEPSXE3wNjfkthTfXhSdD5zvYHTEdre9ehMd0w2bPZr6OCSu2g6DeZKiZ9EQHwhDEtVgmRZFcfEEnVLiQBlyx+iDoglMNWmfQxolQ71M7NAbZpR2itUop2Db7jxHck1dFpJR/rQP9Y/kyjVSFmssvzB7ygRJFJcrzEa/P3LVG58iQLg)

Additional information

No response

nektro commented 3 months ago

was this from a workspace initialized with bun create elysia app or a different starter/repo? I have an idea where this might be going wrong but was unable to reproduce the crash you experienced.

github-actions[bot] commented 3 months ago

Hello @nwazuo. Please provide a minimal reproduction using a GitHub repository, Replit, or CodeSandbox. Issues marked with needs repro will be closed if they have no activity within 3 days.