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

[Bug]: panic during build phase (rsbuild-alpha.5) #7077

Closed
Verthon opened this issue Jul 8, 2024 · 0 comments · Fixed by #7082
Closed

[Bug]: panic during build phase (rsbuild-alpha.5) #7077

Verthon opened this issue Jul 8, 2024 · 0 comments · Fixed by #7082
Labels
bug Something isn't working pending triage The issue/PR is currently untouched.

Comments

@Verthon
Copy link

Verthon commented Jul 8, 2024

System Info

System:
OS: macOS 14.5
CPU: (10) arm64 Apple M1 Max
Memory: 668.61 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.19.0 - ~/.nvm/versions/node/v18.19.0/bin/node
Yarn: 1.22.21 - ~/.nvm/versions/node/v18.19.0/bin/yarn
npm: 10.2.3 - ~/.nvm/versions/node/v18.19.0/bin/npm
pnpm: 8.15.1 - ~/.nvm/versions/node/v18.19.0/bin/pnpm
Browsers:
Chrome: 126.0.6478.127
Safari: 17.5

Details

Sadly no reproduction repo is available as it is config used in the workplace.

RSBuild versions:

  • "@rsbuild/core": "1.0.0-alpha.5",
  • "@rsbuild/plugin-react": "1.0.0-alpha.5",

Here is what was printed out to the terminal:

● web ━━━━━━━━━━━━━━━━━━━━━━━━━ (70%) sealing chunk ids                                                                                                     Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues
Message:  assertion failed: self.max_target_is_set
Location: crates/rspack_core/src/exports_info.rs:1722

Run with COLORBT_SHOW_HIDDEN=1 environment variable to disable frame filtering.
Run with RUST_BACKTRACE=full to include source snippets.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ BACKTRACE ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 1: _napi_register_module_v1
    at <unknown source file>
 2: _napi_register_module_v1
    at <unknown source file>
 3: _napi_register_module_v1
    at <unknown source file>
 4: _napi_register_module_v1
    at <unknown source file>
 5: _napi_register_module_v1
    at <unknown source file>
 6: _wasmer_vm_imported_memory32_atomic_notify
    at <unknown source file>
 7: _wasmer_vm_imported_memory32_atomic_notify
    at <unknown source file>
 8: _napi_register_module_v1
    at <unknown source file>
 9: _napi_register_module_v1
    at <unknown source file>
10: _napi_register_module_v1
    at <unknown source file>
11: _napi_register_module_v1
    at <unknown source file>
12: _napi_register_module_v1
    at <unknown source file>
13: _napi_register_module_v1
    at <unknown source file>
14: _napi_register_module_v1
    at <unknown source file>
15: _napi_register_module_v1
    at <unknown source file>
16: _napi_register_module_v1
    at <unknown source file>
17: _napi_register_module_v1
    at <unknown source file>
18: _napi_register_module_v1
    at <unknown source file>
19: _napi_register_module_v1
    at <unknown source file>
20: _napi_register_module_v1
    at <unknown source file>
21: _napi_register_module_v1
    at <unknown source file>
22: _napi_register_module_v1
    at <unknown source file>
23: _napi_register_module_v1
    at <unknown source file>
24: _napi_register_module_v1
    at <unknown source file>
25: _napi_register_module_v1
    at <unknown source file>
26: _wasmer_vm_imported_memory32_atomic_notify
    at <unknown source file>
27: _napi_register_module_v1
    at <unknown source file>
28: _napi_register_module_v1
    at <unknown source file>
29: _napi_register_module_v1
    at <unknown source file>
30: _napi_register_module_v1
    at <unknown source file>
31: _napi_register_module_v1
    at <unknown source file>
32: _wasmer_vm_imported_memory32_atomic_notify
    at <unknown source file>
33: _napi_register_module_v1
    at <unknown source file>
34: _napi_register_module_v1
    at <unknown source file>
35: _napi_register_module_v1
    at <unknown source file>
36: _wasmer_vm_imported_memory32_atomic_notify
    at <unknown source file>
37: _napi_register_module_v1
    at <unknown source file>
38: _napi_register_module_v1
    at <unknown source file>
39: _napi_register_module_v1
    at <unknown source file>
40: _napi_register_module_v1
    at <unknown source file>
41: __pthread_joiner_wake
    at <unknown source file>
zsh: abort      npm run build

Reproduce link

No response

Reproduce Steps

After npm run build

@Verthon Verthon added bug Something isn't working pending triage The issue/PR is currently untouched. labels Jul 8, 2024
@Verthon Verthon changed the title [Bug]: panic during build phase #6868 [Bug]: panic during build phase Jul 8, 2024
@Verthon Verthon changed the title [Bug]: panic during build phase [Bug]: panic during build phase (rsbuild-alpha.5) Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pending triage The issue/PR is currently untouched.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant