https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #10 from Paul Floyd <pjfl...@wanadoo.fr> --- I see 4 segments. Pages are 4k (0x1000). First, RO starting at offset 0, size 0x2398. Second, RX starting at the next page 0x3000, size 0xe29. Third, RO starting at the next page, 0x4000 size 0x818. Fourth and last, RW. This doesn't start at the next page 0x5000. Instead it starts at offset 0x48f0 (0x5ff0 in virtual memory), size 0x830 (0x8c0 in memory). I think that Valgrind is getting confused by this as it's expecting 4k page alignment. --13740-- di_notify_mmap-1: 0xa6cc000-0xa6d2fff r-- --13740-- di_notify_mmap-0: --13740-- di_notify_mmap-1: 0xa6cf000-0xa6cffff r-x --13740-- di_notify_mmap-0: --13740-- di_notify_mmap-1: 0xa6d0000-0xa6d2fff r-- --13740-- di_notify_mmap-0: --13740-- di_notify_mmap-1: 0xa6d1000-0xa6d2fff rw- I don't understand why the first RO segment doesn't end at 0xa6cefff. The second segment looks normal. I would expect the third segment to end at 0xa6d0fff. And the last segment I'd expect to end at 0xa6d1fff. -- You are receiving this mail because: You are watching all bug changes.