Re: Leopard on PPC

2008-04-28 Thread Michael Vannorsdel
Could you post the rest of the crash log? I suspect there might be input managers or some other 3rd party code loaded into the program that might be causing this. Also, the crash log shows it's crashing when trying to use the data source for a table view, specifically when it asks your dat

Re: Leopard on PPC

2008-04-28 Thread Jean-Daniel Dupas
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 limi

Re: Leopard on PPC

2008-04-28 Thread Jean-Daniel Dupas
st 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

Re: Leopard on PPC

2008-04-28 Thread Lorenzo
-- 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 w

Re: Leopard on PPC

2008-04-28 Thread Nick Zitzmann
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 __

Re: Leopard on PPC

2008-04-28 Thread Lorenzo
Mar 2008 08:29:58 -0700 > To: Lorenzo <[EMAIL PROTECTED]> > Cc: Laurent Cerveau <[EMAIL PROTECTED]>, "cocoa-dev@lists.apple.com" > > Subject: Re: Leopard on PPC > > On Wed, Mar 26, 2008 at 4:04 PM, Lorenzo <[EMAIL PROTECTED]> wrote: >> Hi Laurent, &

Re: Leopard on PPC

2008-03-27 Thread Scott Thompson
On Mar 27, 2008, at 10:29 AM, Clark Cox wrote: On Wed, Mar 26, 2008 at 4:04 PM, Lorenzo <[EMAIL PROTECTED]> wrote: Hi Laurent, I am going to debug and let you know. Right now I have found these lines. Might they cause the trouble on Leopard && PPC? No, but this line will cause problems wh

Re: Leopard on PPC

2008-03-27 Thread Sherm Pendley
On Thu, Mar 27, 2008 at 12:22 PM, glenn andreas <[EMAIL PROTECTED]> wrote: > > On Mar 27, 2008, at 10:59 AM, Sherm Pendley wrote: > > >>> CFBoolean *is* toll free bridged to NSNumber. > > > > > > OK, so where is that documented then? As I said, the CFBoolean > > reference > > says not a word about

Re: Leopard on PPC

2008-03-27 Thread glenn andreas
On Mar 27, 2008, at 10:59 AM, Sherm Pendley wrote: CFBoolean *is* toll free bridged to NSNumber. OK, so where is that documented then? As I said, the CFBoolean reference says not a word about it: It's more subtle than that. CFNumber is toll-free bridged with NSNumber. "toll-free brid

Re: Leopard on PPC

2008-03-27 Thread Jean-Daniel Dupas
Le 27 mars 08 à 16:59, Sherm Pendley a écrit : On Thu, Mar 27, 2008 at 11:25 AM, Clark Cox <[EMAIL PROTECTED]> wrote: On Wed, Mar 26, 2008 at 4:48 PM, Sherm Pendley <[EMAIL PROTECTED] > wrote: On Wed, Mar 26, 2008 at 7:04 PM, Lorenzo <[EMAIL PROTECTED]> wrote: Hi Laurent, I am going to d

Re: Leopard on PPC

2008-03-27 Thread Matt Gough
OK, so where is that documented then? As I said, the CFBoolean reference says not a word about it: < http://developer.apple.com/documentation/CoreFoundation/Reference/CFBooleanRef/Reference/reference.html By contrast, every other toll-free bridged CF class I can think of explicitly do

Re: Leopard on PPC

2008-03-27 Thread Sherm Pendley
On Thu, Mar 27, 2008 at 11:25 AM, Clark Cox <[EMAIL PROTECTED]> wrote: > On Wed, Mar 26, 2008 at 4:48 PM, Sherm Pendley <[EMAIL PROTECTED]> > wrote: > > On Wed, Mar 26, 2008 at 7:04 PM, Lorenzo <[EMAIL PROTECTED]> wrote: > > > > > Hi Laurent, > > > I am going to debug and let you know. Right now

Re: Leopard on PPC

2008-03-27 Thread Clark Cox
On Wed, Mar 26, 2008 at 4:04 PM, Lorenzo <[EMAIL PROTECTED]> wrote: > Hi Laurent, > I am going to debug and let you know. Right now I have found these lines. > Might they cause the trouble on Leopard && PPC? > No, but this line will cause problems when/if you build for 64-bit: > number = CFN

Re: Leopard on PPC

2008-03-27 Thread Clark Cox
On Wed, Mar 26, 2008 at 4:48 PM, Sherm Pendley <[EMAIL PROTECTED]> wrote: > On Wed, Mar 26, 2008 at 7:04 PM, Lorenzo <[EMAIL PROTECTED]> wrote: > > > Hi Laurent, > > I am going to debug and let you know. Right now I have found these lines. > > Might they cause the trouble on Leopard && PPC? > >

Re: Leopard on PPC

2008-03-26 Thread Sherm Pendley
On Wed, Mar 26, 2008 at 7:04 PM, Lorenzo <[EMAIL PROTECTED]> wrote: > Hi Laurent, > I am going to debug and let you know. Right now I have found these lines. > Might they cause the trouble on Leopard && PPC? > >number = CFNumberCreate(NULL, kCFNumberFloatType, &destSize.width); >options =

Re: Leopard on PPC

2008-03-26 Thread Lorenzo
Mar 2008 21:29:45 +0100 > To: Lorenzo <[EMAIL PROTECTED]> > Cc: "cocoa-dev@lists.apple.com" , Jean-Daniel Dupas > <[EMAIL PROTECTED]> > Subject: Re: Leopard on PPC > > It seems to be debuggable by yourself. Can you start up in XCode on > PPC? If no

Re: Leopard on PPC

2008-03-26 Thread Jonathan Hess
Hey Lorenzo - Did you remember to pass the trailing nil argument in the argument list to -[NSDictionary dictionaryWithObjectsAndKeys:]? Jon Hess On Mar 26, 2008, at 1:02 PM, Lorenzo wrote: Thanks, actually I get this crash log on the Console Path:/Applications/MyApp 1.2.3/MyAp

Re: Leopard on PPC

2008-03-26 Thread Laurent Cerveau
It seems to be debuggable by yourself. Can you start up in XCode on PPC? If not you can simply launch the app under gdb and put a breakpoint at +[NSDictionary dictionaryWithObjectsAndKeys:] with br. From then it would be interesting to check the passed argument (on PPC the argument of a met

Re: Leopard on PPC

2008-03-26 Thread Nick Zitzmann
On Mar 26, 2008, at 2:02 PM, Lorenzo wrote: actually I get this crash log on the Console [...] 2 com.apple.CoreFoundation 0x91ea0da0 __CFDictionaryHandleOutOfMemory + 56 How much memory does your application use? 32-bit applications have a 4 GB VM limit. Nick Zitzmann

Re: Leopard on PPC

2008-03-26 Thread Lorenzo
Thanks, actually I get this crash log on the Console Path:/Applications/MyApp 1.2.3/MyApp.app/Contents/MacOS/MyApp Identifier: com.myapp.myapp Version: 1.2.3 (1.2.3) Code Type: PPC (Native) Parent Process: launchd [104] Date/Time: 2008-03-26 20:33:19.245 +020

Re: Leopard on PPC

2008-03-26 Thread Jean-Daniel Dupas
Le 26 mars 08 à 17:51, Lorenzo a écrit : Hi, I have compiled my Cocoa application against SDK 10.4. While my application runs well on both Leopard and Tiger on Intel machines, It run on PPC machines only with Tiger. On PPC machines with Leopard it won't launch. Any idea about the origin of

Re: Leopard on PPC

2008-03-26 Thread Laurent Cerveau
Is there any message in the console? Laurent Sent from my roadPhone On Mar 26, 2008, at 5:51 PM, Lorenzo <[EMAIL PROTECTED]> wrote: Hi, I have compiled my Cocoa application against SDK 10.4. While my application runs well on both Leopard and Tiger on Intel machines, It run on PPC machines o

Leopard on PPC

2008-03-26 Thread Lorenzo
Hi, I have compiled my Cocoa application against SDK 10.4. While my application runs well on both Leopard and Tiger on Intel machines, It run on PPC machines only with Tiger. On PPC machines with Leopard it won't launch. Any idea about the origin of the trouble? Some of my settings: ARCHS = pp