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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parcel build fails consistently with 10:SIGBUS and SIGSEGV #9601

Open
mahdix opened this issue Mar 27, 2024 · 0 comments
Open

Parcel build fails consistently with 10:SIGBUS and SIGSEGV #9601

mahdix opened this issue Mar 27, 2024 · 0 comments

Comments

@mahdix
Copy link

mahdix commented Mar 27, 2024

馃悰 bug report

Using latest version, when I run yarn parcel build it consistently fails. Initially it was with "Process finished with exit code 138 (interrupted by signal 10:SIGBUS)" and now it fails with "Process finished with exit code 139 (interrupted by signal 11:SIGSEGV)".

The only change I did before this was deleting .parcel_cache folder as the UI was not updated even after making changes and doing a hard refresh.

馃帥 Configuration (.babelrc, package.json, cli command)

package.json
        "@headlessui/react": "^1.7.4",
        "@heroicons/react": "^2.0.13",
        "@tailwindcss/forms": "^0.5.3",
        "@types/node": "^17.0.18",
        "parcel": "^2.12.0",
        "react": "18.2.0",
        "react-dom": "18.2.0",

dev dependencies:
        "@parcel/reporter-bundle-analyzer": "2.11.0",
        "@parcel/source-map": "2.1.1",
        "@parcel/transformer-svg-react": "2.11.0",

馃 Expected Behavior

It should run.

馃槸 Current Behavior

Fails with 11:SIGSEGV

馃捇 Code Sample

My scripts:

"start": "parcel serve src/html/*.html",
        "build": "parcel build --no-cache --no-source-maps",

馃實 Your Environment

Software Version(s)
Parcel 2.12
Node 16.20.0
npm/Yarn Yarn 1.22.22
Operating System MacOs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant