Hi, today i compiled zabbix_agentd on this system and have to get snprintf.c from CVS to workaround from a bug compiling in 64bit system. It compiled ok, but now it's dying after a time:
[pid 12966] open("/etc/services", O_RDONLY) = 3
[pid 12966] read(3, "# /etc/services:\n# $Id: services"..., 16384) = 16384
[pid 12966] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
what can be?
thanks in advance.
[pid 12966] open("/etc/services", O_RDONLY) = 3
[pid 12966] read(3, "# /etc/services:\n# $Id: services"..., 16384) = 16384
[pid 12966] --- SIGSEGV (Segmentation fault) @ 0 (0) ---
what can be?
thanks in advance.
Comment