search for: spowned

Displaying 1 result from an estimated 1 matches for "spowned".

Did you mean: spawned
2006 Oct 24
3
how to debug shared-memory using dtrace/mdb
...e I''m in that break point , printing the values of the timestamp couple of times for few minutes.. I noticed approximately 60 seconds interval the timestamp keeps changing.. I tried to monitor the "last pid" that accessed the shared-mem using the following script.. where all the spowned procs id''s are logged into the logfile. 0xb40070ff is the key of the shared-mem. while true; do grep `ipcs -mA | grep 0xb40070ff | cut -b99-103` logfile; done None of them seem to be suspects... Trussing all of the procs does''t look like an option as there are dynamically for...