-
Notifications
You must be signed in to change notification settings - Fork 184
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
criterion: Could not initialize inheritable arena: Not enough space, lib 2.3.2 msvc, Windows 10 X64 #525
Comments
and tried to build latest criterion from source using the clang package of meson and it failed (mingw-w64-clang-x86_64-meson ) :
|
is because of using "LARGEADDRESSAWARE:NO" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
v2.3.2
Tried this criterion-v2.3.2-windows-msvc-x86_64.tar.bz2
In VS2022 using msvc/Visual Studio 2022 (v143); (same with intel compiler):
sample code:
running the output exe:
criterion: Could not initialize inheritable arena: Not enough space
I built from the latest source using msys64 mingw, it built the same sample I tried and it worked:
I tried the new "E:\msys64\home\Radu\Criterion\build\src\libcriterion.dll.a" as > criterion.lib (and the new include files and new built libcriterion-3.dll), same issue.
Tried this command from VS2022 project command prompt:
Added /machine:x64:
The text was updated successfully, but these errors were encountered: