Re: Snow Leopard: unsupported PointerFunctions configuration was requested

2009-10-11 Thread Kai Brüning
]; } } #endif // ENABLE_MACOSX_GARBAGE_COLLECTION } } From: Bill Bumgarner b...@mac.com To: Chris Idou idou...@yahoo.com Cc: cocoa-dev@lists.apple.com Sent: Thu, 24 September, 2009 12:36:04 PM Subject: Re: Snow Leopard: unsupported PointerFunctions configuration

Re: Snow Leopard: unsupported PointerFunctions configuration was requested

2009-10-10 Thread Chris Idou
@lists.apple.com Sent: Thu, 24 September, 2009 12:36:04 PM Subject: Re: Snow Leopard: unsupported PointerFunctions configuration was requested On Sep 23, 2009, at 7:09 PM, Chris Idou wrote: Very early in application startup, even before main() is called, I get the following error: 2009-09-24 12

Fw: Snow Leopard: unsupported PointerFunctions configuration was requested

2009-10-10 Thread Chris Idou
@lists.apple.com Sent: Thu, 24 September, 2009 12:36:04 PM Subject: Re: Snow Leopard: unsupported PointerFunctions configuration was requested On Sep 23, 2009, at 7:09 PM, Chris Idou wrote: Very early in application startup, even before main() is called, I get the following error: 2009-09-24 12

Snow Leopard: unsupported PointerFunctions configuration was requested

2009-09-23 Thread Chris Idou
I'm porting an app to Snow Leopard. Very early in application startup, even before main() is called, I get the following error: 2009-09-24 12:07:11.462 MyApp[5534:a0f] *** An unsupported PointerFunctions configuration was requested, probably for use by NSMapTable, NSHashTable, or

Re: Snow Leopard: unsupported PointerFunctions configuration was requested

2009-09-23 Thread Kyle Sluder
On Wed, Sep 23, 2009 at 7:09 PM, Chris Idou idou...@yahoo.com wrote: What does it all mean? It means exactly what it says. It seems pretty direct to me. #0    0x7fff84b342f7 in NSLog #1    0x7fff84ac84d1 in +[NSConcretePointerFunctions initializeSlice:withOptions:] #2    0x7fff84aea796 in

Re: Snow Leopard: unsupported PointerFunctions configuration was requested

2009-09-23 Thread Kyle Sluder
Oh, it appears that's a RegexKit class. http://regexkit.sourceforge.net/Documentation/RKCache.html So it's a bug in RegexKit. --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments

Re: Snow Leopard: unsupported PointerFunctions configuration was requested

2009-09-23 Thread Graham Cox
On 24/09/2009, at 12:09 PM, Chris Idou wrote: #40x10004b633 in +[RKCache load] This third party frame work (presumably this one: http://regexkit.sourceforge.net/Documentation/RKCache.html ) is doing something dodgy. Luckily it's open source so you can fix it ;-) --Graham

Re: Snow Leopard: unsupported PointerFunctions configuration was requested

2009-09-23 Thread Bill Bumgarner
On Sep 23, 2009, at 7:09 PM, Chris Idou wrote: Very early in application startup, even before main() is called, I get the following error: 2009-09-24 12:07:11.462 MyApp[5534:a0f] *** An unsupported PointerFunctions configuration was requested, probably for use by NSMapTable, NSHashTable,