oven-sh / bun

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

I gues problem based on nodejs #11810

Closed burakakca closed 3 months ago

burakakca commented 3 months ago

How can we reproduce the crash?

Version 1.1.4 works but not 1.1.13

I can't share my code but

{
  "name": "jetstream",
  "module": "server/index.ts",
  "type": "module",
  "scripts": {
    "dev": "bun run --watch server/index.ts"
  },
  "dependencies": {
    "@temporalio/client": "^1.9.3",
    "nats": "^2.25.0",
    "surrealdb.js": "^0.11.0"
  },
  "devDependencies": {
    "@types/bun": "^1.1.2"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}

that's all what I'm using

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.13 (bd6a605) on linux x86_64 [RunCommand]

Segmentation fault at address 0x00000020

Jarred-Sumner commented 3 months ago

Duplicate of https://github.com/oven-sh/bun/issues/11882

Jarred-Sumner commented 3 months ago

We are tracking this in https://github.com/oven-sh/bun/issues/11882, please follow along in that issue