-
Notifications
You must be signed in to change notification settings - Fork 21
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
Stackoverflow error when installing #38
Comments
deps list: "dependencies": {
"@editorjs/editorjs": "^2.27.2",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"next": "13.4.12",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
} nextjs 13 deps + editorjs |
Thanks for the bug report. I'll try to add better diagnostics! |
@anonrig Do you have any idea why the stackoverflow would happend when tokio futures are used? |
They are effectively threads??? |
I'm seeing a different error in my
|
I released v0.1.2. Can you check if the issue persists? https://www.npmjs.com/package/pacquet |
Yes and no. But in this sense, they're the same: there's an amount of stack that they get, and they can overflow it. In theory, Rust + Tokio should be able to analyze the exact amount of stack needed, and do that, but with recursion, stuff gets a bit more wonky, and can lead to overflow, just like with threads. |
The text was updated successfully, but these errors were encountered: