https://bugs.kde.org/show_bug.cgi?id=416682
--- Comment #11 from Krishna <muppakrish...@gmail.com> --- (In reply to Petar Jovanovic from comment #9) > @Krishna > > Can you share some steps to reproduce this issue? > Can you come up with a small example, build it statically and upload the > binary somewhere? Thanks for your the interest on this issue.Please find attached mips arch executable file. pre-conditions: create an dummy text file in /tmp folder with 1.txt name Steps to reproduce: 1. Execute the file in mips platform and capture traces for strace -e trace=open,mmap,mmap2 2. Repeat the step:1 with valgrind option along with strace strace -e trace=open,mmap,mmap2 valgrind <exe> observations: We may not encounter with failure but could notice syscall mapping mmap to mmap2 under valgrind as explained. -- You are receiving this mail because: You are watching all bug changes.