[PATCH] D56141: [asan] Support running without /proc

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 7 12:41:54 PST 2019


krytarowski added a comment.

In D56141#1348702 <https://reviews.llvm.org/D56141#1348702>, @eugenis wrote:

> In D56141#1342105 <https://reviews.llvm.org/D56141#1342105>, @krytarowski wrote:
>
> > Can we handle with this change a similar scenario that proc map is too large to be retrieved? If so can we generalize no-/proc to no-memorymap?
>
>
> Does this look like an error return from internal_sysctl in ReadProcMaps? Sure, we can mock that condition with the same flag.


Yes, we receive E2BIG. The current behavior is that on some assert() the code hangs.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56141/new/

https://reviews.llvm.org/D56141





More information about the llvm-commits mailing list