racket/racket
Matthew Flatt 5deac9ef2b subprocess: allocate for environment variables before fork
I'm running into stuck processes via `subprocess`, where the stuck
process is in malloc() for environment variables. I'm not really sure
of the problem, but moving that work before the fork() could
avoid problems related to pages or signal handlers.
2014-03-09 21:00:37 -06:00
..
collects create-embedding-executable: fix namespace and module-declaration problem 2014-03-09 08:44:53 -06:00
src subprocess: allocate for environment variables before fork 2014-03-09 21:00:37 -06:00
.gitignore configure installation of man pages 2013-07-22 13:21:09 -06:00