oven-sh / bun

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

Crash #11777

Closed nodenwwsfww closed 4 months ago

nodenwwsfww commented 4 months ago

How can we reproduce the crash?

{
    "name": "streetrp-server",
    "version": "0.1.0",
    "author": "nicro",
    "homepage": "https://ragemp.pro",
    "license": "MIT",
    "private": true,
    "scripts": {
        "dev": "webpack --profile --progress --mode development --config webpack.config.js",
        "build": "cross-env NODE_ENV=production webpack --profile --progress --mode production --config webpack.config.js"
    },
    "dependencies": {
        "@babel/runtime": "^7.14.5",
        "axios": "^0.21.1",
        "bcryptjs": "^2.4.3",
        "chalk": "^4.1.1",
        "cross-env": "^7.0.3",
        "crypto-random-string": "^4.0.0",
        "dotenv": "^10.0.0",
        "express": "^4.17.1",
        "ioredis": "^4.27.5",
        "lodash": "^4.17.21",
        "moment": "^2.29.1",
        "mongodb-client-encryption": "^2.3.0",
        "mongoose": "^5.12.13",
        "nodemailer": "^6.6.1",
        "rage-rpc": "github:Yoegibby/rage-rpc#rage1.1_fixes",
        "source-map-support": "^0.5.19",
        "winston": "^3.3.3"
    },
    "devDependencies": {
        "@babel/core": "^7.14.5",
        "@babel/plugin-proposal-class-properties": "^7.14.5",
        "@babel/plugin-proposal-numeric-separator": "^7.14.5",
        "@babel/plugin-transform-runtime": "^7.14.5",
        "@babel/preset-env": "^7.14.5",
        "@babel/preset-typescript": "^7.14.5",
        "@types/bcryptjs": "^2.4.2",
        "@types/core-js": "^2.5.4",
        "@types/express": "^4.17.12",
        "@types/ioredis": "^4.26.4",
        "@types/lodash": "^4.14.170",
        "@types/moment": "^2.13.0",
        "@types/mongoose": "^5.11.97",
        "@types/node": "^15.14.9",
        "@types/nodemailer": "^6.4.2",
        "@types/ragemp-s": "github:CocaColaBear/types-ragemp-s#v1.0",
        "babel-loader": "^8.2.2",
        "clean-webpack-plugin": "^4.0.0-alpha.0",
        "terser-webpack-plugin": "^5.1.3",
        "tsconfig-paths-webpack-plugin": "^3.5.1",
        "webpack": "^5.38.1",
        "webpack-cli": "^4.7.2",
        "webpack-node-externals": "^3.0.0"
    }
}

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.12 (43f0913) on windows x86_64 [InstallCommand]

panic: Internal assertion failure

Jarred-Sumner commented 4 months ago

Do you still run into this in the canary build of Bun?

bun upgrade --canary
nodenwwsfww commented 4 months ago

Thanks, it helped!