https://bugs.kde.org/show_bug.cgi?id=435493

Philippe Waroquiers <philippe.waroqui...@skynet.be> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |philippe.waroquiers@skynet.
                   |                            |be

--- Comment #1 from Philippe Waroquiers <philippe.waroqui...@skynet.be> ---
Syscall 475 on darwin is the mkdirat syscall. I guess that when this syscall
fails, R then reports the fatal error that it cannot create R_Tempdir.


I do not have access to a macos system so cannot fix this but
you might maybe try : it might be an easy change in the valgrind file
m_syswrap/priv_syswrap-darwin.h, to make something similar to e.g. the line
readlinkat a few lines above, and then do a PRE(sys_mkdirat) in
syswrap-darwin.c
somewhat similar to the PRE(sys_mkdirat) in syswrap-linux.c
(I guess only the syscall convention will have to be updated)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to