I have found a bincimapd process that is going wild. I assume that the client disconnected uncleanly, but that is just an assuption...
Here is a bit of what strace has to say: old_mmap(NULL, 610304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40199000 munmap(0x4022e000, 610304) = 0 old_mmap(NULL, 610304, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x4022e000 munmap(0x40199000, 610304) = 0 These 4 lines are just repeated over and over again, ad infinatum. ;-) Is there anything else I should do to see what it is up to, or just kill it off? SR -- +---------------------------------------------------------+ | Stefano Rivera http://rivera.za.net | | H: +27 21 794 7937 () ASCII Ribbon Campaign: | | C: +27 72 419 8559 /\ Say "No!" to HTML email. | +---------------------------------------------------------+ Failure is not acceptable. It comes bundled with Windows.

