• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Multiprocessor problem?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Multiprocessor problem?
      • From: Quinn <email@hidden>
  • Prev by Date: Re: socket write gets stuck
  • Next by Date: Re: Multiprocessor problem?
  • Previous by thread: Re: Multiprocessor problem?
  • Next by thread: Re: Multiprocessor problem?
  • Index(es):
    • Date
    • Thread