GHC creates a funny process table entry when starting a new process using Posix.runProcess: E.g. 'runProcess "dhd/dhd"' yields dhs@europa [15:57:58]> ps PID TTY STAT TIME COMMAND 30448 ? S 0:00 DBServer DBServer/DBServer 30449 ? S 0:00 dhddhd The other funny entry is a GHC-compiled program which has been started in bash using it's full path, i.e. Database/DBServer/DBServer. Volker -- Volker Stolz * [EMAIL PROTECTED] * PGP + S/MIME _______________________________________________ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
