[issue20936] test_strftime: enormous allocation, fails under Clang sanitizer

2021-12-06 Thread Irit Katriel
Irit Katriel added the comment: 3.5 is no longer maintained. Please create a new issue if you see this on a current version (>= 3.(). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue20936] test_strftime: enormous allocation, fails under Clang sanitizer

2015-02-25 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- type: - resource usage ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20936 ___ ___

[issue20936] test_strftime: enormous allocation, fails under Clang sanitizer

2015-02-25 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Can someone provide instructions for compiling python with AddressSanitizer? My naive attempt to run ./configure CC=clang -fsanitize=address did not work. -- nosy: +belopolsky ___ Python tracker

[issue20936] test_strftime: enormous allocation, fails under Clang sanitizer

2014-03-15 Thread Jeffrey Walton
New submission from Jeffrey Walton: From Python head in mercurial: $ hg id 7ce22d0899e4+ tip [118/389/1] test_strftime ==11587==WARNING: AddressSanitizer failed to allocate 0x7fff bytes ==11587==AddressSanitizer's allocator is terminating the process instead of returning 0