Re: Multiprocessor problem?
Re: Multiprocessor problem?
- Subject: Re: Multiprocessor problem?
- From: Mark Hunt <email@hidden>
- Date: Thu, 20 Mar 2003 09:21:09 +0000
Quinn
FWIW, the machine is too dead to "ping".
Is it too dead to attach with the kernel debugger?
Where do I find out how to use that? I'm kinda new to OS X!
btw The following code seems somewhat suspicious.
bcopy(&hdr->data[id].data, msg_queue[idx], count);
msg_queue[idx].size = count; // save packet size
Yes, sorry, There was an error in the transcription. The bcopy should
be:
bcopy(&hdr->data[id].data, msg_queue[idx].data, count);
Nice to see you're on your toes (even if I'm not)!
Mark
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.