• 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: Kernel stack size
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Kernel stack size


  • Subject: RE: Kernel stack size
  • From: "Jamie Wood" <email@hidden>
  • Date: Tue, 12 Apr 2005 15:53:07 -0700

Looks like this might be your problem:

bzero(&my_data[g_Array_Cnt].buff1, 1600);

You are zero-ing out 1600 bytes starting with the address of my_data[g_Array_Cnt].buff1, not the address pointed to by my_data[g_Array_Cnt].buff1.


Hope this helps,
Jamie


_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >RE: Kernel stack size (From: "Carl Smith" <email@hidden>)

  • Prev by Date: RE: Kernel stack size
  • Next by Date: RE: Kernel stack size
  • Previous by thread: RE: Kernel stack size
  • Next by thread: RE: Kernel stack size
  • Index(es):
    • Date
    • Thread