[valgrind] [Bug 383199] valgrind crash on unhanded syscall called from libsqlite3.dylib

2017-08-07 Thread irad
https://bugs.kde.org/show_bug.cgi?id=383199 --- Comment #3 from irad --- I tried to follow the documentation in README_MISSING_SYSCALL_OR_IOCTL and the example from the other bug you pointed me, but I still getting the assertion from eq_SyscallStatus (the 'impossible'

[valgrind] [Bug 383199] valgrind crash on unhanded syscall called from libsqlite3.dylib

2017-08-06 Thread Rhys Kidd
https://bugs.kde.org/show_bug.cgi?id=383199 Rhys Kidd changed: What|Removed |Added Ever confirmed|0 |1

[valgrind] [Bug 383199] valgrind crash on unhanded syscall called from libsqlite3.dylib

2017-08-06 Thread irad
https://bugs.kde.org/show_bug.cgi?id=383199 --- Comment #1 from irad --- I've also double checked the the unknown fcntl calls are actually made using dtruss, and it indeed trace those calls. Their corresponding cmd number appears in bsd/sys/fcntl.h in xnu project.