On Wed, 2010-06-23 at 14:46 +0200, Quentin Mathé wrote: > Le 22 juin 2010 à 22:07, Ray Ruvinskiy a écrit : > > > The stack trace is as follows: > > > > #0 0x00007ffff63443d4 in -[NSException raise] (self=0x0, > > _cmd=0x622a30) > > from /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21 > > #1 0x00007ffff63437c5 in +[NSException raise:format:arguments:] > > (self=0x7ffff67f8870, _cmd=0x7ffff67d98f0, name=0x7ffff67f83f0, > > format=0x7ffff67e9170, argList=0x7fffffffbba8) > > from /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21 > > #2 0x00007ffff63436c5 in +[NSException raise:format:] > > (self=0x7ffff67f8870, _cmd=0x7ffff7dcbe50, name=0x7ffff67f83f0, > > format=0x7ffff67e9170) > > from /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21 > > #3 0x00007ffff62fd294 in -[NSConnection(Private) _getReplyRmc:] > > (self=0xb15fd0, _cmd=0x7ffff67e9ea0, sn=0) > > from /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21 > > #4 0x00007ffff62f1f0d in -[NSConnection rootProxy] (self=0xb15fd0, > > _cmd=0x7ffff7a55320) > > from /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21 > > #5 0x00007ffff62eb8d6 in +[NSConnection > > rootProxyForConnectionWithRegisteredName:host:usingNameServer:] > > (self=0x7ffff67e8b10, > > _cmd=0x7ffff67f6850, n=0x7ffff67f6010, h=0x7ffff67f5ff0, > > s=0xad2870) > > from /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21 > > #6 0x00007ffff63413c3 in -[NSDistributedNotificationCenter(Private) > > _connect] (self=0xafe180, _cmd=0x7ffff67f65b0) > > from /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21 > > [snip] > > from /usr/GNUstep/Local/Library/Libraries/libgnustep-gui.so.0.19 > > #12 0x00007ffff75cb3dc in +[NSWorkspace sharedWorkspace] > > (self=0x7ffff7a54020, _cmd=0x622bb0) > > from /usr/GNUstep/Local/Library/Libraries/libgnustep-gui.so.0.19 > > #13 0x000000000040c8cb in -[ApplicationManager init] (self=0xaf5370, > > _cmd=0x622990) at ApplicationManager.m:137 > > #14 0x00007ffff63aa5c5 in +[NSObject new] (self=0x622540, > > _cmd=0x622a30) > > from /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.21 > > #15 0x000000000040bed1 in +[ApplicationManager sharedInstance] > > (self=0x622540, _cmd=0x626350) at ApplicationManager.m:70 > > #16 0x000000000040f535 in -[SCSystem run] (self=0xa83360, > > _cmd=0x6262e0) > > #17 0x000000000041469d in main (argc=1, argv=0x7fffffffd6b8) > > Looks like etoile_system is unable to establish a connection to gdnc > (the distributed notification daemon). > > Could you check whether gdomap is running when the exception is > raised? Usually gdomap is launched at startup with /etc/rc.local (see > the GNUstep-HOWTO) > As a fallback, GNUstep will normally launch gdomap on-demand for the > current user. > > What is your GNUstep Base and GUI version or SVN revision also? > > Cheers, > Quentin.
GNUstep is revision 30776. Something seems to be wrong with gdnc/gdomap. They're both running: nobody 16291 1 0 15:23 ? 00:00:00 /usr/GNUstep/Local/Tools/gdomap -d ray 16694 1 0 15:34 ? 00:00:00 /usr/GNUstep/Local/Tools/gdnc --daemon However, I can't look up GDNCServer: $ gdomap -L GDNCServer Unable to find GDNCServer. Looking in the syslog, I see the following, and I'm not sure if anything in the output indicates a problem: gdomap: initialisation complete. gdomap: Closed descriptors gdomap: Opened UDP socket 4 gdomap: Opened TDP socket 5 gdomap: entering main loop. gdomap: recvfrom packet from self discarded gdomap: accept from 127.0.0.1(35818) to chan 6 gdomap: accept from 127.0.0.1(35819) to chan 6 gdomap: recvfrom packet from self discarded gdomap: accept from 127.0.0.1(37680) to chan 6 gdomap: accept from 127.0.0.1(37681) to chan 6 gdomap: accept from 127.0.0.1(37682) to chan 6 Thanks, Ray _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
