This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/59733] [4.9 Regression] bootstrap-asan failed to bootstrap


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59733

--- Comment #15 from Kostya Serebryany <kcc at gcc dot gnu.org> ---
This looks very weird: 
602001200000-602001210000 rw-p 00000000 00:00 0 
602001210000-602001220000 rw-p 00000000 00:00 0 

We have two adjacent mappings with the same perms
 which are not merged by the kernel into one.
This is not what I typically see on my linux. 
Is this some kind of modified kernel config or something? 

If your kernel behaves this way no winder that mmap eventually fails.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]