On Thu, 3 Aug 2000 01:28:37 +0200, [EMAIL PROTECTED] wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x404218d4 in _i_NSHost_Private__initWithHostEntry_key_ (self=0x8234988,
> _cmd=0x404edd98, entry=0x408be824, name=0x8234800) at NSHost.m:173
> 173       while ((ptr = entry->h_aliases[i++]) != 0)

entry->h_aliases should be a nul terminated array of alternative names for
your host - so that line shouldn't be causing a segfault.
Can you look at the values of entry, entry->h_aliases, successive values of
entry->h_aliases[...] and i to see if they are sane?
Does the nshost test in base/Testing crash as well?

> It may also be interesting to know that gdomap reports the following error
> when started: Unable to bind address to TCP socket

That probably just means that gdomap was not installed as root - it needs to
be installed to run setuid to root, and the installation process shoiuld have
warned you about the problem.  You can simply do 'make install' as root in
base/Tools to fix that.

Reply via email to