-
Notifications
You must be signed in to change notification settings - Fork 84
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
Stack overflow bug with http handler #494
Labels
bug
Something isn't working
Comments
dfinity-bot
added a commit
that referenced
this issue
Nov 28, 2020
## Changelog for advisory-db: Branch: master Commits: [rustsec/advisory-db@bc8e7e0b...4c6de397](rustsec/advisory-db@bc8e7e0...4c6de39) * [`4c6de397`](rustsec/advisory-db@4c6de39) Fix patched version of RUSTSEC-2019-0037 ([RustSec/advisory-db#494](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/494))
mergify bot
pushed a commit
that referenced
this issue
Nov 28, 2020
## Changelog for advisory-db: Branch: master Commits: [rustsec/advisory-db@bc8e7e0b...4c6de397](rustsec/advisory-db@bc8e7e0...4c6de39) * [`4c6de397`](rustsec/advisory-db@4c6de39) Fix patched version of RUSTSEC-2019-0037 ([RustSec/advisory-db#494](http://r.duckduckgo.com/l/?uddg=https://github.com/RustSec/advisory-db/issues/494))
dfinity-bot
added a commit
that referenced
this issue
Jan 18, 2022
## Changelog for common: Branch: master Commits: [dfinity-lab/common@c1b6862d...ce27b8fa](https://github.com/dfinity-lab/common/compare/c1b6862db0708ed205236d7edc8f7dcaed2d4eea...ce27b8fa8ca2984bcc750fbdbf47904a0d2ba192) * [`ce27b8fa`](https://github.com/dfinity-lab/common/commit/ce27b8fa8ca2984bcc750fbdbf47904a0d2ba192) Adding Gregory's public key to accounts.nix ([dfinity-lab/common#494](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/common/issues/494))
mergify bot
pushed a commit
that referenced
this issue
Jan 18, 2022
## Changelog for common: Branch: master Commits: [dfinity-lab/common@c1b6862d...ce27b8fa](https://github.com/dfinity-lab/common/compare/c1b6862db0708ed205236d7edc8f7dcaed2d4eea...ce27b8fa8ca2984bcc750fbdbf47904a0d2ba192) * [`ce27b8fa`](https://github.com/dfinity-lab/common/commit/ce27b8fa8ca2984bcc750fbdbf47904a0d2ba192) Adding Gregory's public key to accounts.nix ([dfinity-lab/common#494](http://r.duckduckgo.com/l/?uddg=https://github.com/dfinity-lab/common/issues/494))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported from the community:
When running this minimal actor with n > 39
It will fail with the following error:
Mar 21 17:31:31.284 WARN Could not perform query on canister: IC0502: Canister ic:9888BAFBFF1508D5AC trapped: stack overflow, Application: Http Handler
Somehow it seems like a Text can’t contain more than 1634 characters?
The text was updated successfully, but these errors were encountered: