hardfist
hardfist
what is the usecase for this
can you add test about it, try pass Infinity to stage and see whether it works
does it happen after upgrade to 1.2 @h-a-n-a can you take a look, seems some memory regression here
@uladzimirdev there're some known deadlock potential bugs we're fixing, we'll release a canary version so you can try whether it fixes your problem
normally deadlock is caused by rust side so you need rust side profile to debug, you can generate cpu profile by following this guide https://rspack.dev/contribute/development/profiling#samply you can try @rspack-canary/[email protected] by...
> I've been able to gather some logs from github actions, using TRACE level. The file is huge, I uploaded it to [google drive](https://drive.google.com/file/d/1kYgee8lwb9D4gNtgJR77wfKYsQuLxVRB/view?usp=drive_link). > > Please let me know...
@uladzimirdev this may caused by https://github.com/web-infra-dev/rspack/pull/9587/files#diff-3fbb9f7dfbadceab7b0c89038c54de9851f25ae957a1f91aea05b0e46da2b209L367 which cause block_on on js function call and should be fixed in 1.3.0, can you help test whether it's still stuck with 1.3.0
since backstage is OSS, @benjdlambert if you met deadlock issue in your ci, please ping me so I can investigate it in your repo
@rrussell0 most of the deadlock issue is solved in 1.3.0 can you try to upgrade to see whether it is solved