[valgrind] [Bug 379895] clock_gettime does not execute POST syscall wrapper

2017-05-17 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379895 --- Comment #7 from Ivo Raisr --- Good idea. Would be better to have patches upstream than sitting in your computer. If you are missing something for Solaris, let me know or create bugs. Syscall wrappers tend to be the easy part... -- You are receivin

[valgrind] [Bug 379895] clock_gettime does not execute POST syscall wrapper

2017-05-17 Thread Stefano Bonicatti
https://bugs.kde.org/show_bug.cgi?id=379895 --- Comment #6 from Stefano Bonicatti --- Well, the ones that i needed, ended up being implemented by you guys soon later. Currently i have sync() which is implemented here, but missing in the vanilla source code (it just has a PRE with a PRINT). Other

[valgrind] [Bug 379895] clock_gettime does not execute POST syscall wrapper

2017-05-17 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379895 --- Comment #5 from Ivo Raisr --- A funny bug, indeed! As regards the syscalls you implemented - is that something to be integrated, yet? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 379895] clock_gettime does not execute POST syscall wrapper

2017-05-17 Thread Stefano Bonicatti
https://bugs.kde.org/show_bug.cgi?id=379895 --- Comment #4 from Stefano Bonicatti --- Ah! I've implemented some syscall in the past, i've checked that PRE/POST were correct but forgot to check the actual hooking! Thank you for the quick fix, works now :). -- You are receiving this mail because:

[valgrind] [Bug 379895] clock_gettime does not execute POST syscall wrapper

2017-05-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379895 --- Comment #3 from Ivo Raisr --- Thank you for the reproducer, it made fixing this bug really fast! -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 379895] clock_gettime does not execute POST syscall wrapper

2017-05-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379895 Ivo Raisr changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED

[valgrind] [Bug 379895] clock_gettime does not execute POST syscall wrapper

2017-05-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379895 Ivo Raisr changed: What|Removed |Added Summary|clock_gettime CLOCK_HIGHRES |clock_gettime does not |returns u