| | | | --- | --- | | Bugzilla Link | [15544](https://llvm.org/bz15544) | | Version | trunk | | OS | MacOS X | | Attachments | [Example program - taken from libc++ test suite](https://user-images.githubusercontent.com/167192/143747082-de53167c-33fa-4d0e-96d4-bc21d2d1a93e.gz) | | CC | @chandlerc,@ramosian-glider,@kcc,@seanm,@timurrrr | ## Extended Description After calling `set_new_handler()`, if I attempt to allocate memory, and that fails, I expect to have my new handler called. This works fine w/o ASan. But with ASan, the new handler is not called.
Extended Description
After calling
set_new_handler(), if I attempt to allocate memory, and that fails, I expect to have my new handler called.This works fine w/o ASan. But with ASan, the new handler is not called.