search for: levearage

Displaying 2 results from an estimated 2 matches for "levearage".

2012 Dec 04
0
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
...9 0x00007fff5fc05b04 in __dyld__ZN4dyld5_mainEPK12macho_headermiPPKcS5_S5_Pm () #10 0x00007fff5fc01397 in __dyld__ZN13dyldbootstrap5startEPK12macho_headeriPPKclS2_Pm () #11 0x00007fff5fc0105e in __dyld__dyld_start () Does this look like those same CF bugs? Jack ps Hopefully Apple will levearage the current dynamic asan implementation to smoke out all the potential CF bugs so they can be fixed for darwin13. Nick, I could open a radar with stand-alone testcases generated with -static-libasan -fsanitize=address from the g++ testsuite for that purpose if it would help. > > On Tue, Dec...
2012 Dec 04
3
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
Currently the replacement of allocation routines is based on creating a new malloc zone and a new CFAllocator (because the allocator replacement is done later than it could be, we must have both). This makes us depend on CoreFoundation to call CFAllocatorSetDefault. Because of some bugs in CF which start firing after CFAllocatorSetDefault, we have to add several hacks to circumvent the effects of