[libcxx-commits] [PATCH] D146294: [libcxx] Fix crash in std::stringstream with payload >= INT_MAX
Vlad Vereschaka via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 18 12:44:38 PDT 2023
vvereschaka added a comment.
Hi @azat , @ldionne ,
the `llvm-clang-win-x-armv7l` builder runs the libc++ tests on the NV Jetson tk1 ARM board. This board has a limited memory: `KiB Mem : 1788136 total, 90716 free, 148584 used, 1548836 buff/cache`
In case MAX_INT is >2G for that target we should get an out-of-memory exception there or something similar.
I'll start looking, but most likely a reason of the test failures is a limited memory on the boards.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146294/new/
https://reviews.llvm.org/D146294
More information about the libcxx-commits
mailing list