You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that the previously filed bug is not fixed with the latest oxc_resolver (#5592)
I am running into that issue on windows machine as below:
Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues
Message: internal error: entered unreachable code: Path "D:\source\services-io-sharepoint-share" Subpath "/inde
x.ts"
Location: C:\Users\ContainerAdministrator.cargo\registry\src\index.crates.io-6f17d22bba15001f\oxc_resolver-1.5.4\src\path.rs:74
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
● ━━━━━━━━━━━━━━━━━━━━━━━━━ (63%) building builtin:swc-loader??ruleSet[1].rules[13].use[0]!D:\source\reponame\packages\services\io\services-some-service
2: napi_register_module_v1
at
3: napi_register_module_v1
at
4: napi_register_module_v1
at
5: napi_register_module_v1
at
6: napi_register_module_v1
at
7: napi_register_module_v1
at
8: napi_register_module_v1
at
9: napi_register_module_v1
at
10: napi_register_module_v1
at
11: napi_register_module_v1
at
12: napi_register_module_v1
at
13: napi_register_module_v1
at
14: napi_register_module_v1
at
15: napi_register_module_v1
at
16: napi_register_module_v1
at
17: napi_register_module_v1
at
18: napi_register_module_v1
at
19: napi_register_module_v1
at
20: napi_register_module_v1
● ━━━━━━━━━━━━━━━━━━━━━━━━━ (63%) building D:\source\node_modules@metaos\hub-sdk\dist\Hosts\use-create-app-host-sdk.js
at
21: napi_register_module_v1
at
22: napi_register_module_v1
at
23: napi_register_module_v1
at
24: napi_register_module_v1
at
25: BaseThreadInitThunk
at
26: RtlUserThreadStart
at
Done in 57.89s. Peak memory usage 30.40MB.
Reproduce link
No response
Reproduce Steps
Try starting an app (serve) with rspack v0.5.6
The text was updated successfully, but these errors were encountered:
@pushkargupta9807 Can you post your rspack config (mainly the resolve part), there's probably something not handled with path aliases, it would be great if you can show me their values.
System Info
System:
OS: Windows 10 10.0.22631
CPU: (40) x64 Intel(R) Xeon(R) Silver 4210R CPU @ 2.40GHz
Memory: 43.98 GB / 63.66 GB
Binaries:
Node: 20.11.1 - ~.nvm\versions\node\v20.11.1\bin\node.EXE
Yarn: 1.23.19 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 10.2.4 - ~.nvm\versions\node\v20.11.1\bin\npm.CMD
Browsers:
Edge: Chromium (121.0.2277.128)
Internet Explorer: 11.0.22621.1
npmPackages:
@rspack/cli: 0.5.6 => 0.5.6
@rspack/core: 0.5.6 => 0.5.6
Details
It seems that the previously filed bug is not fixed with the latest oxc_resolver (#5592)
I am running into that issue on windows machine as below:
Panic occurred at runtime. Please file an issue on GitHub with the backtrace below: https://github.com/web-infra-dev/rspack/issues
Message: internal error: entered unreachable code: Path "D:\source\services-io-sharepoint-share" Subpath "/inde
x.ts"
Location: C:\Users\ContainerAdministrator.cargo\registry\src\index.crates.io-6f17d22bba15001f\oxc_resolver-1.5.4\src\path.rs:74
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
● ━━━━━━━━━━━━━━━━━━━━━━━━━ (63%) building builtin:swc-loader??ruleSet[1].rules[13].use[0]!D:\source\reponame\packages\services\io\services-some-service
2: napi_register_module_v1
at
3: napi_register_module_v1
at
4: napi_register_module_v1
at
5: napi_register_module_v1
at
6: napi_register_module_v1
at
7: napi_register_module_v1
at
8: napi_register_module_v1
at
9: napi_register_module_v1
at
10: napi_register_module_v1
at
11: napi_register_module_v1
at
12: napi_register_module_v1
at
13: napi_register_module_v1
at
14: napi_register_module_v1
at
15: napi_register_module_v1
at
16: napi_register_module_v1
at
17: napi_register_module_v1
at
18: napi_register_module_v1
at
19: napi_register_module_v1
at
20: napi_register_module_v1
● ━━━━━━━━━━━━━━━━━━━━━━━━━ (63%) building D:\source\node_modules@metaos\hub-sdk\dist\Hosts\use-create-app-host-sdk.js
at
21: napi_register_module_v1
at
22: napi_register_module_v1
at
23: napi_register_module_v1
at
24: napi_register_module_v1
at
25: BaseThreadInitThunk
at
26: RtlUserThreadStart
at
Done in 57.89s. Peak memory usage 30.40MB.
Reproduce link
No response
Reproduce Steps
Try starting an app (serve) with rspack v0.5.6
The text was updated successfully, but these errors were encountered: