Re: getcontext() -> Bus error?
Re: getcontext() -> Bus error?
- Subject: Re: getcontext() -> Bus error?
- From: Edd Dawson <email@hidden>
- Date: Thu, 14 Feb 2008 18:17:38 +0000
Terry Lambert wrote:
This declaration is on the main program stack:
ucontext_t ctx;
it's not allocated on the heap (e.g. via malloc), and it's not global.
Is that bad? Does the storage type of the ucontext_t matter?
This has worked for me on other systems so I'm interested to know about any
darwin-specific (or general) coding faux-pas in this area.
Thanks,
Edd
_______________________________________________
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