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

@swc/core cause webpack exit with code 3221225477 (0xc0000005) on Windows #9944

Closed
vitalyster opened this issue Jan 25, 2025 · 2 comments
Closed
Labels

Comments

@vitalyster
Copy link

vitalyster commented Jan 25, 2025

Describe the bug

I'm using webpack with swc as minimizer and now it is stopped working (crashes?).
@swc/core version 1.10.4 - works fine, version 1.10.6 and up - crashes.

Input code

Config

{
    // .swcrc should be treated as JSONC
  
    "sourceMaps": true,
  
    "jsc": {
      "parser": {
        "syntax": "ecmascript",
        "jsx": true
      },
  
      "transform": {
        "react": {
          "runtime": "automatic"
        }
      }
    }
  }

Playground link (or link to the minimal reproduction)

https://github.com/vitalyster/swc-crash

SWC Info output

No response

Expected behavior

swc should not crash on Windows

Actual behavior

No response

Version

1.10.6-1.10.9

Additional context

Windows 11 24H2

@kdy1
Copy link
Member

kdy1 commented Jan 25, 2025

#9855 (comment)

@kdy1 kdy1 closed this as completed Jan 25, 2025
@swc-bot
Copy link
Collaborator

swc-bot commented Feb 24, 2025

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@swc-project swc-project locked as resolved and limited conversation to collaborators Feb 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

3 participants