When running 'zabbix_agentd -p' I get the error Segmentation Fault (Core Dumped). When I load up the dump file in gdb it says:
With the following backtrace information:
For reference this doesn't happen when running the same command on OpenBSD 3.7 using 1.1beta5.
Any ideas?
-cameron
Code:
#0 0x1c00c1d7 in PROC_MEMORY (cmd=0xcfbe7ba0 "proc.mem", param=0x1 "\t¾Ó\036", flags=1, result=0xcfbe93e0) at proc.c:158 158 value = proc[i].kp_proc.p_vmspace->vm_tsize
Code:
#0 0x1c00c1d7 in PROC_MEMORY (cmd=0xcfbe7ba0 "proc.mem", param=0x1 "\t¾Ó\036", flags=1, result=0xcfbe93e0) at proc.c:158 #1 0x1c0067af in process (in_command=0x89418390 "proc.mem", flags=1, result=0xcfbe93e0) at common/common.c:468 #2 0x1c0062e4 in test_parameters () at common/common.c:315 #3 0x1c005bc0 in main (argc=2, argv=0xcfbe9540) at zabbix_agentd.c:509
Any ideas?
-cameron
Comment