Recall that "./wine" usually, but not always, segfaults for me.
I have tracked my race condition down to SHELL_LoadRegistry where the successful runs exit via the first return ("someone else already loaded the registry") whereas the segfaulting runs go on.
Ideas?
Morten