-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Sanitizer CHECK failed: ../../.././libsanitizer/sanitizer_common/sanitizer_allocator_primary64.h:73 ((kSpaceBeg)) == ((address_range.Init(TotalSpaceSize, PrimaryAllocatorName, kSpaceBeg))) (105553116266496, -12) #1329
Comments
@jerryc05 I ran into this and set the ulimit -v to unlimited to get past it. |
I am seeing the same thing with a fresh install of clang/llvm 16 (16.0.6) from apt.llvm.org using
The virtual memory is set to unlimited:
|
Same thing with clang 17.0.0 and 18.0.0.
|
Still same issue in 19.1.1 unfortunately - testing on ARM64 with 48bit VA size. |
I got this error when I was running on a remote Fedora Linux machine via ssh:
This is similar to #1243, but I was using the regular asan, not hwasan.
Note that I only encountered this error on this particular remote machine. ASAN worked very well on my local machines. Any clue?
The text was updated successfully, but these errors were encountered: