On 25/03/2008, Patrick Wiseman <[EMAIL PROTECTED]> wrote: > Every now and then, I have an apparently memory-leaking ld-linux.so.2 > process running. When I kill it, nothing else seems adversely > affected. Is there some way I can identify what's spawned it?
Normally you would be able to see what process spawned what using ps axf (f: ASCII-art process hierarchy (forest)) But I suppose in your case you may not see much interesting output. In that case, I'd write a short shell script that does ps ax>file continually, to try and see when the process starts to appear. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]