Re: Question

2013-03-05 Thread Laurent Michel
David, I recompiled and here is the trace: Program received signal SIGSEGV, Segmentation fault. 0xb7a55695 in isEmptyProtocol (aProto=0xb7736f90) at protocol.c:62 62 isEmpty &= (p2->properties->count == 0); (gdb) where #0 0xb7a55695 in isEmptyProtocol (aProto=0xb7736f90) at

Re: Question

2013-03-05 Thread Laurent Michel
On Mar 5, 2013, at 4:10 AM, David Chisnall wrote: > Hi, > > How old is your runtime? Without debugging symbols, this looks like it might > be a bug that was fixed in May last year. It would really help if you could > do a debug build of the runtime and let me know exactly what is failing.

Re: Question

2013-03-05 Thread David Chisnall
Hi, How old is your runtime? Without debugging symbols, this looks like it might be a bug that was fixed in May last year. It would really help if you could do a debug build of the runtime and let me know exactly what is failing. If you do ccmake . in your libobjc2 build directory, and chang

Re: Question

2013-03-05 Thread Riccardo Mottola
Hi, Laurent Michel wrote: Making all for service GSspell... Compiling file GSspell.m ... Linking service GSspell ... Creating GSspell.service/Resources/Info-gnustep.plist... Segmentation fault (core dumped) make[3]: *** [GSspell.service/Resources/Info-gnustep.plist] Error 1 make[2]: *** [

Re: Question

2013-03-05 Thread Fred Kiefer
Am 05.03.2013 um 02:37 schrieb Laurent Michel : > I'm trying to port an application developed initially on MacOS to GNUstep to > have it running under Linux. > The code uses Objective-C (latest flavor, no ARC, but Objective-C 2.0) and is > compiled on Mountain Lion using clang. > > I did this