Open klinakerdisy opened 1 week ago
Can you provide a produce repo?
Hello @klinakerdisy, sorry we can't investigate the problem further without reproduction demo, please provide a repro demo by forking rspack-repro, or provide a minimal GitHub repository by yourself. Issues labeled by need reproduction
will be closed if no activities in 14 days.
System Info
System: OS: macOS 14.7.1 CPU: (10) arm64 Apple M1 Max Memory: 15.02 GB / 64.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 16.20.1 - ~/.volta/tools/image/node/16.20.1/bin/node npm: 8.19.4 - ~/.volta/tools/image/node/16.20.1/bin/npm pnpm: 8.15.6 - ~/Library/pnpm/pnpm Browsers: Chrome: 130.0.6723.117 Edge: 130.0.2849.80 Safari: 18.1 npmPackages: @rspack/cli: 1.1.0 => 1.1.0 @rspack/core: 1.1.0 => 1.1.0
Details
Hi, I started hitting a panic when saving file changes under normal development conditions while running with
--watch
enabled. The issues started after updating @rspack/cli and @rspack/core from 1.0.14 -> 1.1.0.Reproduce link
No response
Reproduce Steps
pnpm run rspack --watch
.Unfortunately it doesn't always happen and there is no obvious pattern to when it does. A colleague of mine could reproduce it on his x86 Linux system so it's not macOS specific.