You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did set ASAN_OPTIONS=allocator_may_return_null=1 but I still get this output:
==72449==ERROR: AddressSanitizer: allocator is out of memory trying to allocate 0x7f09ece28d01 bytes
#0 0x7f09f51d8bb7 in operator new(unsigned long) (/lib64/libasan.so.6+0xacbb7) #1 0x7f09f47fd371 in std::__cxx11::basic_string<char, std::char_traits, std::allocator >::_M_assign(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) (/lib64/libstdc++.so.6+0x141371) #2 0x7f09ece28cff (/home/nolden/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5+0xddacff)
==72449==HINT: if you don't care about these errors you may set allocator_may_return_null=1
SUMMARY: AddressSanitizer: out-of-memory (/lib64/libasan.so.6+0xacbb7) in operator new(unsigned long)
==72449==ABORTING
gcc / libasan 10.2.1 on Fedora 33.
The text was updated successfully, but these errors were encountered:
I did set ASAN_OPTIONS=allocator_may_return_null=1 but I still get this output:
==72449==ERROR: AddressSanitizer: allocator is out of memory trying to allocate 0x7f09ece28d01 bytes
#0 0x7f09f51d8bb7 in operator new(unsigned long) (/lib64/libasan.so.6+0xacbb7)
#1 0x7f09f47fd371 in std::__cxx11::basic_string<char, std::char_traits, std::allocator >::_M_assign(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&) (/lib64/libstdc++.so.6+0x141371)
#2 0x7f09ece28cff (/home/nolden/Qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5+0xddacff)
==72449==HINT: if you don't care about these errors you may set allocator_may_return_null=1
SUMMARY: AddressSanitizer: out-of-memory (/lib64/libasan.so.6+0xacbb7) in operator new(unsigned long)
==72449==ABORTING
gcc / libasan 10.2.1 on Fedora 33.
The text was updated successfully, but these errors were encountered: