Hi, please could you test whether changing vfork into fork helps also for you ?
Petr --- app.cpp +++ app.cpp @@ -850,7 +850,7 @@ int App::StartServer() { - ServerPID = vfork(); + ServerPID = fork(); static const int MAX_XSERVER_ARGS = 256; static char* server[MAX_XSERVER_ARGS+2] = { NULL }; -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org