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

Bus error at address 0x4C09B46CC9C #16016

Open
waleedrehman31 opened this issue Dec 27, 2024 · 3 comments
Open

Bus error at address 0x4C09B46CC9C #16016

waleedrehman31 opened this issue Dec 27, 2024 · 3 comments
Labels
crash An issue that could cause a crash macOS An issue that occurs on macOS needs repro Needs an example to reproduce

Comments

@waleedrehman31
Copy link

package.json file

{
  "name": "multify-analytics",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@chakra-ui/icons": "^1.1.7",
    "@chakra-ui/react": "^1.8.6",
    "@choc-ui/paginator": "^3.4.0",
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@material-ui/core": "4.12.3",
    "@material-ui/icons": "^4.11.2",
    "@metamask/detect-provider": "^1.2.0",
    "@mui/material": "^5.5.2",
    "@transak/transak-sdk": "^1.0.31",
    "@uauth/js": "^1.1.0",
    "@uniswap/widgets": "0.0.25-beta",
    "@unstoppabledomains/resolution": "^7.1.4",
    "aveta": "^1.2.0",
    "chart.js": "^3.7.1",
    "ethers": "^5.6.5",
    "framer-motion": "^6.2.8",
    "millify": "^4.0.0",
    "moment": "^2.29.1",
    "next": "12.1.0",
    "react": "17.0.2",
    "react-chartjs-2": "^4.0.1",
    "react-dom": "17.0.2",
    "react-hook-form": "^7.28.1",
    "react-icons": "^4.3.1",
    "react-redux": "^7.2.6",
    "react-table": "^7.7.0",
    "react-ticker": "^1.3.1",
    "uuid": "^8.3.2",
    "wagmi": "^0.3.5",
    "web3": "^1.7.1"
  },
  "devDependencies": {
    "@types/node": "17.0.21",
    "@types/react": "17.0.40",
    "eslint": "8.11.0",
    "eslint-config-next": "12.1.0",
    "typescript": "4.6.2"
  }
}

How can we reproduce the crash?

❯ bun install
bun install v1.1.24 (85a3299)
[19.45ms] migrated lockfile from package-lock.json
🚚 @babel/runtime-corejs3... ============================================================
Bun v1.1.24 (85a3299) macOS Silicon
macOS v14.1
Args: "bun" "install"
Features: extracted_packages(345) lockfile_migration_from_package_lock
Elapsed: 7549ms | User: 494ms | Sys: 2019ms
RSS: 65.11MB | Peak: 65.11MB | Commit: 1.04GB | Faults: 852

panic: Bus error at address 0x4C09B46CC9C
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:

https://bun.report/1.1.24/Mi185a3299AgghQ__ux/rY__A4gsCp25k3kD

zsh: trace trap bun install

Relevant log output

❯ bun install
bun install v1.1.24 (85a32991)
[19.45ms] migrated lockfile from package-lock.json
  🚚 @babel/runtime-corejs3... ============================================================
Bun v1.1.24 (85a32991) macOS Silicon
macOS v14.1
Args: "bun" "install"
Features: extracted_packages(345) lockfile_migration_from_package_lock 
Elapsed: 7549ms | User: 494ms | Sys: 2019ms
RSS: 65.11MB | Peak: 65.11MB | Commit: 1.04GB | Faults: 852

panic: Bus error at address 0x4C09B46CC9C
oh no: Bun has crashed. This indicates a bug in Bun, not your code.

To send a redacted crash report to Bun's team,
please file a GitHub issue using the link below:

 https://bun.report/1.1.24/Mi185a3299AgghQ__ux/rY__A4gsCp25k3kD

zsh: trace trap  bun install

Stack Trace (bun.report)

Bun v1.1.24 (85a3299) on macos aarch64 [InstallCommand]

Segmentation fault at address 0x652D65646F6E7488

  • 2 unknown/js code
  • Thread.PosixThreadImpl.spawn__anon_143062.Instance.entryFn

Sentry Issue: BUN-ADN

@waleedrehman31 waleedrehman31 added the crash An issue that could cause a crash label Dec 27, 2024
@github-actions github-actions bot added the macOS An issue that occurs on macOS label Dec 27, 2024
Copy link
Contributor

@waleedrehman31, the latest version of Bun is v1.1.41, but this crash was reported on Bun v1.1.24.

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

bun upgrade

@dylan-conway
Copy link
Member

This is most likely happening due to the package-lock.json bun is migrating from. Could you share the package-lock.json for this project?

@dylan-conway dylan-conway added the needs repro Needs an example to reproduce label Dec 28, 2024
Copy link
Contributor

Hello @waleedrehman31. Please provide a minimal reproduction using a GitHub repository, Replit, CodeSandbox, or provide a bulleted list of commands to run that reproduce this issue. Issues marked with needs repro will be closed if they have no activity within 3 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash An issue that could cause a crash macOS An issue that occurs on macOS needs repro Needs an example to reproduce
Projects
None yet
Development

No branches or pull requests

2 participants