Closed
Description
As reported in #4656 the core test for at_exit seems to be failing sometimes. It's failing because the at_exit registration function expects to be passed the same pointer on each call but apparently isn't. I can imagine this could be because of the way coretest works, so coretest ends up using a different function than core. I can't though explain why this isn't showing up on the bots or in my tests.