|
From: Julian S. <js...@ac...> - 2005-09-25 09:58:57
|
> > But it's a start. Another odd thing is that if you use -d with both > > inner and outer, the inner one's output isn't produced. > > This is due to ML_(fd_allowed) in the outer. It sees the sys_writes > done by the inner on its own logfile descriptor and causes them to > fail, thus making the output disappear. If you change ML_(fd_allowed) > to always return True in the outer, then it works as one would expect. > Problem is I can't see a clean way to fix this. Fixed (well, kludged, anyway). See r4758. J |