Hi,
I'm trying to use ganglia software in NetBSD-1.6. I successfully compiled the source code of ganglia monitor core. When i tried to execute the program " gstat ", i get a run time error
"Segmentation fault (core dumped)".
I configured ganglia monitor core again with debug option, so that i could trace the where the program crashs. I found that , the program fails during connect system call. More details below.

lib/tcp.c

43    g_tcp_socket*
44    g_tcp_socket_new (const g_inet_addr* addr)
      {
              ...........
             ..............
            ....................
69                /* Connect */
70 rv = connect(sockfd, &s->sa, sizeof(s->sa)); <= Program fails during this system call.
            ...............
            ...............
 }


Help me please. Thankx in advance for the help.
-Mahesh.

_________________________________________________________________
Find your first love. Rekindle past joys! http://www.batchmates.com/msn.asp Get in touch with batchmates.


Reply via email to