site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com You might have to roll your own... John Francini On Feb 14, 2005, at 5:53 AM, Hado Hein wrote: When I terminate the app in the debugger them shms are staying in ram. 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 (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/francini%40mac.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... 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. 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 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 This email sent to francini@mac.com This email sent to site_archiver@lists.apple.com
participants (1)
-
John Francini