Skip to content

Tag: address-sanitizer

Debug address sanitizer double free

Trying to debug an asan (address sanitizer) double free memory issue. I got this stack: Might be some global object or something, cannot figure out a way under debugger to detect the instance. Setting a breakpoint on __asan::ReportGenericError does not help. Answer Looking in the stack it can be seen that the…