Tom Tromey writes: > This patch to libgcj would let us resurrect the LD_PRELOAD hack. The > idea is to remove the "pr13212.so" entry from LD_PRELOAD during libgcj > startup, to avoid passing this to sub-processes which may not be > prepared for it. > > This is quite ugly and, I think, won't be going into upstream libgcj. > > Please comment. So no process ever inherits the LD_PRELOAD unless it uses libgcj? Sounds right. Andrew.