Sorry for the noise.
I should read the whole topics before replying. If it works on Tiger, this is not a swapping issus.

Le 28 avr. 08 à 09:58, Jean-Daniel Dupas a écrit :

An invalid byte swap may result in allocation of a big memory block (ie. malloc(mySize) and "mySize" was not swapped).
This is the kind of issues you may have between Intel and PPC version.

Is it possible that this problem occurs somewhere in your code ?




Le 28 avr. 08 à 09:48, Lorenzo a écrit :

Hi Nick, my client sent me this info about his machine.

Model Name:            Power Mac G4 (Mirror Door)
Model Identifier:      PowerMac3,6
Processor Name:        PowerPC G4  (3.2)
Processor Speed:       1.25 GHz
Number Of CPUs:        2
L2 Cache (per CPU):    256 KB
L3 Cache (per CPU):    2 MB
Memory:                2 GB
Bus Speed:             167 MHz
Boot ROM Version:      4.4.8f2
Graphics Card          ATI Radeon 9800 Pro
GPU Chipset Model      ATY,R350
GPU VRAM (Total):      256 MB
System Version:        Mac OS X 10.5.2 (9C7010)
Kernel Version:        Darwin 9.2.2

And I compiled my app with
  ARCHS = ppc i386
  VALID_ARCHS = ppc64 ppc7400 ppc970 i386 x86_64 ppc
  MACOSX_DEPLOYMENT_TARGET = 10.4
  SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk
  GCC_MODEL_TUNING = G4

And no, my app gets just a few MB of RAM.
Never got a crash on a Intel machine.


Best Regards
--
Lorenzo
email: [EMAIL PROTECTED]

From: Nick Zitzmann <[EMAIL PROTECTED]>
Date: Mon, 28 Apr 2008 01:34:46 -0600
To: Lorenzo <[EMAIL PROTECTED]>
Cc: cocoa-dev@lists.apple.com
Subject: Re: Leopard on PPC


On Apr 28, 2008, at 1:31 AM, Lorenzo wrote:

8   com.apple.Foundation              0x951a1ba0
_NSOutOfMemoryErrorHandler
+ 60


Are you sure your program is not trying to exceed the 4 GB memory
limit? Does this happen on PPC64 as well?

Nick Zitzmann
<http://www.chronosnet.com/>





_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/devlists%40shadowlab.org

This email sent to [EMAIL PROTECTED]


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/devlists%40shadowlab.org

This email sent to [EMAIL PROTECTED]


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to