Hi, When using embedded Racket, I noticed it can write to stderr directly:
static void got_sigchld() XFORM_SKIP_PROC { if(-1 == write(2, "SIGCHLD handler called (some thread has SIGCHLD unblocked)\n", 59)) { } } Is it be possible to disable this for embedded configuration as it messes up stderr of the host application?` ____________________ Racket Users list: http://lists.racket-lang.org/users