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 occurred when recompile/ reloading #5794

Closed
pushkargupta9807 opened this issue Feb 28, 2024 · 4 comments
Closed

[Bug]: Panic occurred when recompile/ reloading #5794

pushkargupta9807 opened this issue Feb 28, 2024 · 4 comments
Labels

Comments

@pushkargupta9807
Copy link

pushkargupta9807 commented Feb 28, 2024

System Info

System:
OS: macOS 14.3.1
CPU: (12) arm64 Apple M2 Max
Memory: 47.35 GB / 64.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 16.20.2 - /usr/local/bin/node
Yarn: 1.23.19 - /opt/homebrew/bin/yarn
npm: 8.19.4 - /usr/local/bin/npm
Browsers:
Edge: 122.0.2365.59
Safari: 17.3.1
npmPackages:
@rspack/cli: 0.5.4 => 0.5.4
@rspack/core: 0.5.4 => 0.5.4

Details

So I am running an app in serve mode. The app boots up fine but when I make a change in one of the files and hit save, I run into the below panic. Also tried setting the env RUST_BACKTRACE=full for more verbose error info, but it doesn't output anything more.

image

Reproduce link

No response

Reproduce Steps

  1. start an app in serve mode
  2. make a change in any of the components file and observe the above mentioned run time Panic
@pushkargupta9807 pushkargupta9807 added bug Something isn't working pending triage The issue/PR is currently untouched. labels Feb 28, 2024
@IWANABETHATGUY
Copy link
Contributor

Did you use newTreeshaking? try latest nightly or 0.5.5

@pushkargupta9807
Copy link
Author

@IWANABETHATGUY yes I am using the newTreeshaking as below:
experiments: {
rspackFuture: {
newTreeshaking: true,
},
},

Shall try out the latest 0.5.5 and let you know, thanks!

@xc2
Copy link
Collaborator

xc2 commented Mar 2, 2024

@pushkargupta9807 did it work?

@LingyuCoder LingyuCoder added awaiting more feedback and removed pending triage The issue/PR is currently untouched. labels Mar 8, 2024
@xc2 xc2 added the stale label Jul 3, 2024
@LingyuCoder
Copy link
Collaborator

Cause no feedback for a long time, I will close this issue. If you encounter this issue again, please just reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants