Re: shm tries
Re: shm tries
- Subject: Re: shm tries
- From: John Francini <email@hidden>
- Date: Mon, 14 Feb 2005 14:39:37 -0500
Other unix systems include tools such as ipcs and ipcrm that you could
use to remove shared memory segments.
For whatever reason Mac OS X doesn't include any command line tools to
play with the various System V-style IPC facilities, including shared
memory.
You might have to roll your own...
John Francini
On Feb 14, 2005, at 5:53 AM, Hado Hein wrote:
I'm doing trial on a software that will allocate a lot of shm segments.
At the moment I'm doing just one shmget, but tend to do hundreds of
them
When I terminate the app in the debugger them shms are staying in ram.
Is there a way, besides a restart as i'm doing now, that can clear
those
straw segments cause I haven't called shmdt on them while debugging.
--
Hado Hein, Berlin, Fed.Rep. of Germany
http://www.batchmaker.de (software authoring, including stage lighting)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >shm tries (From: email@hidden (Hado Hein)) |