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

bun install fatal error --- Ubuntu 22.04.5 LTS #16106

Open
BBK912 opened this issue Jan 2, 2025 · 1 comment
Open

bun install fatal error --- Ubuntu 22.04.5 LTS #16106

BBK912 opened this issue Jan 2, 2025 · 1 comment
Labels
bun install Something that relates to the npm-compatible client crash An issue that could cause a crash linux An issue that occurs on Linux

Comments

@BBK912
Copy link

BBK912 commented Jan 2, 2025

package.json file

{
  "name": "open-libra-core-docs",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "docusaurus": "docusaurus",
    "start": "docusaurus start",
    "build": "docusaurus build",
    "swizzle": "docusaurus swizzle",
    "deploy": "docusaurus deploy",
    "clear": "docusaurus clear",
    "serve": "docusaurus serve",
    "write-translations": "docusaurus write-translations",
    "write-heading-ids": "docusaurus write-heading-ids"
  },
  "dependencies": {
    "@docsearch/js": "^3.6.1",
    "@docusaurus/core": "^3.5.2",
    "@docusaurus/preset-classic": "^3.5.2",
    "@mdx-js/react": "^3.0.1",
    "clsx": "^2.1.1",
    "nvm": "^0.0.4",
    "prism-react-renderer": "^2.3.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "update-browserslist-db": "^1.1.0"
  },
  "devDependencies": {
    "@docusaurus/module-type-aliases": "^3.5.2",
    "@docusaurus/tsconfig": "^3.5.2",
    "caniuse-lite": "^1.0.30001651",
    "typescript": "5.2.2"
  },
  "browserslist": {
    "production": [
      ">0.5%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "engines": {
    "node": ">=18.0"
  }
}

How can we reproduce the crash?

git clone [email protected]:0LNetworkCommunity/documentation.git

bun install

Relevant log output

Bun v1.1.42 (50eec002) Linux x64
Linux Kernel v6.8.0 | glibc v2.35
CPU: sse42 popcnt avx avx2 avx512
Args: "bun" "install"
Elapsed: 1986ms | User: 111ms | Sys: 120ms
RSS: 1.05GB | Peak: 32.77MB | Commit: 1.05GB | Faults: 0

panic(main thread): Segmentation fault at address 0xBC8
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

Stack Trace (bun.report)

Bun v1.1.42 (50eec00) on linux x86_64 [InstallCommand]

Segmentation fault at address 0x00000BC8

@BBK912 BBK912 added the crash An issue that could cause a crash label Jan 2, 2025
Copy link
Contributor

github-actions bot commented Jan 2, 2025

Thank you for reporting this crash.

For Bun's internal tracking, this issue is BUN-AKW.

@github-actions github-actions bot added the linux An issue that occurs on Linux label Jan 2, 2025
@RiskyMH RiskyMH added the bun install Something that relates to the npm-compatible client label Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bun install Something that relates to the npm-compatible client crash An issue that could cause a crash linux An issue that occurs on Linux
Projects
None yet
Development

No branches or pull requests

2 participants