gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OpenBSD: Services problems


From: Riccardo Mottola
Subject: Re: OpenBSD: Services problems
Date: Mon, 12 Sep 2011 15:44:07 +0200
User-agent: Mozilla/5.0 (X11; U; NetBSD i386; en-US; rv:1.9.2.17) Gecko/20110601 Lightning/1.0b3pre Lanikai/3.1.10

Hi,

I can reproduce the said problem with MinGW too, perhaps you can try at your place too? I avoid testing GWorkspace under windows, so I used TextEdit -> Vespucci and opened an URL
The basic problem reported here is that a method signature doesn't have type information attached to it. This gets detected in line 2601 of the file NSConnection.m. There we also have some addition error reporting in place. Could you please run your service applications with --GNU-Debug=dflt. It would also be interesting to get even more information from this method. What object are we trying to access (I think it should be the GSServiceManager) and is the service method found on the object?
Bu running the application with your option (inside GDB so i get an output on windows) I get:

warning: 2011-09-12 15:41:56.385 Vespucci[5344] currentMode = NSDefaultRunLoopMode

warning: 2011-09-12 15:42:08.229 Vespucci[5344] Local object <0x1b9feb0 GSListener> doesn't implement: openURL:userData:error: directly. Will search for arbitrary signature.

warning: 2011-09-12 15:42:08.229 Vespucci[5344] NSConnection.m:2601 Assertion failed in -[NSConnection(Private) _service:forwardForProxy:]. Invalid parameter not satisfying: type

Riccardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]