site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com User-agent: Thunderbird 2.0.0.9 (Windows/20071031) Hello, I sincerely hope this is the correct list for this question. I'm running leopard 10.5.1 on a MacBook with the standard apple developer tools. edd:guff developer$ gcc -dumpversion 4.0.1 edd:guff developer$ cat getcontext.c #include <ucontext.h> int main(void) { ucontext_t ctx; getcontext(&ctx); return 0; } edd:guff developer$ gcc getcontext.c -o getcontext -W -Wall -ansi -pedantic edd:guff developer$ ./getcontext Bus error edd:guff developer$ Why the bus error? What am I doing wrong? Kind regards, Edd _______________________________________________ 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... This email sent to site_archiver@lists.apple.com