Re: appendBytes memcpy
Re: appendBytes memcpy
- Subject: Re: appendBytes memcpy
- From: Alastair Houghton <email@hidden>
- Date: Wed, 1 Aug 2007 12:29:45 +0100
On 1 Aug 2007, at 08:44, roger casaliƱas wrote:
I'm not sure if it's the memory capacity because the PPC has 512MB
but it
never crashes there. The Intel has 1GB RAM yet it still crashes.
Does the
PPC and the Intel have different memory addressing capacities?
Unless you're manipulating huge data sets, it seems unlikely that
this is related to any memory capacity issue. There are lots of
other differences between Intel and PowerPC that could cause this
kind of problem though, depending on exactly what your code does.
For instance, if you had a relatively small amount of data, with a
length field, and you forgot to byte-swap that length field, then
your program might crash on one but not the other.
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden