DescriptionNOT_FOR_COMMIT: Death Test for intercepting base::File Open/Close
This does not work on Linux with tcmalloc because:
1. base_unittests allocate via tcmalloc
2. tcmalloc acquires its internal lock
3. then attempts ASLR, which requires closing /dev/urandom
4. in close() we attempt to allocate -> deadlock
BUG=424562
Patch Set 1 #
|