Hi,<br><br>I noticed in git master src/kernel/runner.c that dup_tfn is called twice during thread invocation, once by mdrunner_start_threads before the spawn, and then again by mdrunner_start_fn after the spawn. That seems like overkill. I think the latter suffices for each thread to get its own local copy of the filename data, so the former is unecessary. I'm no expert on threads, however...<br><br>Might this be an artefact of the thread reorganization a month or two back?<br><br>Cheers,<br><br>Mark