-
Notifications
You must be signed in to change notification settings - Fork 717
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
Out-of-Memory Program Abort in wabt::interp::Table::Grow() #2396
Comments
I tried running this myself and didn't hit the OOM, but I do see the following right before execution traps on an out-of-bounds table access:
Adding the entries from that
which is pretty close to the amount you see in the failed allocation. So I assume your setup just isn't allowing WSL to allocate that much? Anyway, there's nothing in the spec that prevents a table from growing this large, so it seems perfectly reasonable for |
Thanks for your reply @adamrk, that's a fair point. I shall not consider this kind of issue as bug 🤔 . |
Environment
Proof of Concept
wasm-poc-01.zip
Stack Trace Provide By AddressSanitizer
The text was updated successfully, but these errors were encountered: