On 27/02/23 17:47, Florian Weimer wrote: >>> It might be more robust to use a dedicated temporary directory and a >>> predictable file name under that directory. >> >> Doesn't this suffer from the same issue? If dtrace finds that >> predictable dir/file path it will exit (impeding a second run). Or am >> I missing something? > > The idea is to use a predictable file name in a temporary directory with > an unpredictable name (created using mkdtemp or one of the higher-level > facilities). You're right, that could work: only the basename is embedded in the ELF data, not the full path. Untested patch attached -- Gioele Barabucci