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

OOM issues with print #407

Open
Acaccia opened this issue May 16, 2024 · 0 comments
Open

OOM issues with print #407

Acaccia opened this issue May 16, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@Acaccia
Copy link
Collaborator

Acaccia commented May 16, 2024

The print function SIP5-serializes the value it wants to print to pass it to a host function. But if this value is big enough, it might cause OOM issues, because we don't count the serialized bytes in the computation for the number of pages to allocate.

Example of a Clarity snippet that provokes the issue:

(print "aaaaaaa...") ;; 65535 * 'a'
@Acaccia Acaccia added the bug Something isn't working label May 16, 2024
@smcclellan smcclellan added this to the WASM Phase 1 milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Status: 📋 Backlog
Development

No branches or pull requests

2 participants