gnustep-dev
[Top][All Lists]
Advanced

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

Problem with services (DO ?) with svn trunk


From: Philippe Roussel
Subject: Problem with services (DO ?) with svn trunk
Date: Tue, 17 Aug 2010 15:26:56 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

Hi all,

Beware, maybe the following is only my fault as with the NSTabView...

Anyway, I'm having troubles when invoking services with latest svn. As
an example, trying 'Make thumbnail(s)' in GWorkspace results in 

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f02ca31f6f0 (LWP 17018)]
0x00007f02c88acd68 in sel_isEqual (sel1=0x0, sel2=0x7f02c99a72a0) at 
selector_table.c:333
333             if (sel1->name == sel2->name)
Current language:  auto; currently c
(gdb) bt
#0  0x00007f02c88acd68 in sel_isEqual (sel1=0x0, sel2=0x7f02c99a72a0) at 
selector_table.c:333
#1  0x00007f02c8cb2271 in -[NSDistantObject methodSignatureForSelector:] 
(self=0x21ad990, _cmd=0x7f02c99a72a0, aSelector=0x0) at NSDistantObject.m:684
#2  0x00007f02c9571b8a in NSPerformService (serviceItem=0xe938c0, 
pboard=0x1358090) at GSServicesManager.m:1718
#3  0x00007f02c956e01d in -[GSServicesManager doService:] (self=0xe4b7c0, 
_cmd=0x7f02c99a7660, item=0x1929770) at GSServicesManager.m:719
#4  0x00007f02c937688a in -[NSApplication sendAction:to:from:] (self=0xc99280, 
_cmd=0x7f02c9915470, aSelector=0x7f02c99a7660, aTarget=0xe4b7c0, 
sender=0x1929770)
    at NSApplication.m:2195
#5  0x00007f02c945b5fe in -[NSMenu performActionForItemAtIndex:] 
(self=0x1925340, _cmd=0x7f02c9919710, index=0) at NSMenu.m:1300
#6  0x00007f02c94672f6 in -[NSMenuView trackWithEvent:] (self=0x1926550, 
_cmd=0x7f02c9919810, event=0x208d210) at NSMenuView.m:1734
#7  0x00007f02c94674af in -[NSMenuView mouseDown:] (self=0x1926550, 
_cmd=0x7f02c9994aa0, theEvent=0x19c79f0) at NSMenuView.m:1779
#8  0x00007f02c95461c1 in -[NSWindow sendEvent:] (self=0x19253d0, 
_cmd=0x7f02c989df10, theEvent=0x19c79f0) at NSWindow.m:3684
#9  0x00007f02c9376322 in -[NSApplication sendEvent:] (self=0xc99280, 
_cmd=0x7f02c989dd70, theEvent=0x19c79f0) at NSApplication.m:2070
#10 0x00007f02c93749f7 in -[NSApplication run] (self=0xc99280, _cmd=0x6e66c0) 
at NSApplication.m:1532
#11 0x0000000000408cf1 in main (argc=1, argv=0x7ffffdd64f48, 
env=0x7ffffdd64f58) at main.m:38


This is on x86_64 with gcc 4.2.4, libffi 3.0.9 and libobjc2.

I tried without libobjc2 with different results : instead of a crash,
I get a warning about a missing method or a too old libobjc, I didn't
save the message.

When the service is based on an application (Terminal or SimpleAgenda
for example) the application is launched correctly and then the
calling application crashes.

Anyone seeing something similar ? Any hint ?

Philippe
-- 
What's tan and black and looks great on a lawyer? A doberman.




reply via email to

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