http://bugs.winehq.org/show_bug.cgi?id=2576
------- Additional Comments From bero@arklinux.org 2004-20-11 22:15 ------- Replacing wine-preloader with a simple script that does
#!/bin/sh exec "$@"
works (though it doesn't do exactly the same thing wine-preloader does), and fixes the issue of hanging subprocesses caused by this.