The ObjectPlanes code requires everything to be built with -fobjc- sender-aware-dispatch. I shall disable it from the default build.
David On 18 Jun 2009, at 12:55, Niels Grewe wrote: > Hello all, > > I'm having some problems with blocks using the ObjectiveC2 framework. > I can savely link a library which uses blocks to libObjectiveC2, but > as > soon as I link a tool or application to it, it crashes at startup - no > matter what compiler and feature combination I use (or what the actual > code in the tool is). > The crash occures specifically when the ObjectPlanes category on > NSObject is loaded and the class initialized. It is trying to send an > -objectPlane message to objc_msg_sender which is 0x0 and thus fails. > It > seems to me that the variable is not even set at that point. (at least > if it's correct to assume that it is only set from > objc_msg_lookup_sender()). Any pointers are greatly appreciated. > > > Cheers, > > > Niels > > _______________________________________________ > Etoile-discuss mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-discuss _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
