fatal error: all goroutines are asleep - deadlock! #48623
Labels
invalid
Issues and PRs that are invalid.
wrong repo
Issues that should be opened in another repository.
Version
v20.3.1
Platform
Darwin foo.bar 21.6.0 Darwin Kernel Version 21.6.0: Thu Jun 8 23:57:12 PDT 2023; root:xnu-8020.240.18.701.6~1/RELEASE_X86_64 x86_64
Subsystem
No response
What steps will reproduce the bug?
Set Node and NPM versions as follows:
node -v
:v20.3.1
npm -v
:v9.6.7
npm list -g --depth=0
:Clone this repo
After having cloned the repo run:
npm run clean-up && npm run install-packages && npm run bootstrap-release
Following a successful completion run:
![00 Screenshot 2023-07-01 at 19 38 55](https://private-user-images.githubusercontent.com/28991521/250297321-503c6949-db9f-452a-b95a-e12ed5873c7a.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzOTI0ODksIm5iZiI6MTczOTM5MjE4OSwicGF0aCI6Ii8yODk5MTUyMS8yNTAyOTczMjEtNTAzYzY5NDktZGI5Zi00NTJhLWI5NWEtZTEyZWQ1ODczYzdhLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDIwMjk0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTllZWI4ZDA5MmI0ODJhMGQ3NGEzZmIwNDI4MWY5YWQ0YjM5NDZiNjZiYjBkNGVkMWRhZGZiNTVjMTAzZmVjN2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.giv3o8WE2uhXynCOe8bCfyukz8KqJav3QZtX3p97Ong)
npm run start-storybook-develop
and check if the terminal output is something similar to this and browse Storybook athttp://localhost:3003/
:Following a successful completion run:
npm run build-storybook-develop
to build the Storybook static web applicationCheck if the output is similar to the following:
How often does it reproduce? Is there a required condition?
This is the very first occurrence. It did work several times as expected with the following output after the exception occurred though:
What is the expected behavior? Why is that the expected behavior?
npm run build-storybook-develop
command should have completed successfully and have build a static web application similar to this locally under the repo root.storybook-static-develop
folder.What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: