-
Problem report
-
Resolution: Unresolved
-
Trivial
-
None
-
5.2.3, 5.2.4
-
None
-
OS: SunOS 5.11 11.4.27.82.1 sun4v sparc sun4v
Hardware: Oracle SPARC T4
Bug is similar to ZBX-5289
Steps to reproduce:
- Zabbix was cofigured and install with this options:
./configure --prefix=/etc/zabbix-5.2.4 --enable-agent --enable-proxy --with-postgresql --with-libcurl --with-unixodbc --enable-java --with-libpcre=/usr/bin/pcre-config --with-libpcre-lib=/usr/lib/amd64 --with-libpcre-include=/usr/include/pcre --with-libxml2 --with-net-snmp --with-openssl - After starting Zabbix Proxy we got an error in log file:
1566:20210205:184427.197 proxy #72 started [preprocessing worker #3] 1563:20210205:184430.420 Got signal [signal:11(SIGSEGV),reason:1,refaddr:10]. Crashing ... 1563:20210205:184430.420 ====== Fatal information: ====== 1563:20210205:184430.420 program counter not available for this architecture 1563:20210205:184430.420 === Registers: === 1563:20210205:184430.420 register dump not available for this architecture 1563:20210205:184430.420 === Backtrace: === 1563:20210205:184430.421 13: /etc/zabbix-5.2.4/sbin/zabbix_proxy'zbx_backtrace+0x3c [0x1001f9864] 1563:20210205:184430.421 12: /etc/zabbix-5.2.4/sbin/zabbix_proxy'zbx_log_fatal_info+0x1b0 [0x1001f9b64] 1563:20210205:184430.421 11: /etc/zabbix-5.2.4/sbin/zabbix_proxy'fatal_signal_handler+0x18 [0x1001fa120] 1563:20210205:184430.421 10: /lib/sparcv9/libc.so.1'__sighndlr+0xc [0xffffffff7f0dc948] 1563:20210205:184430.421 9: /lib/sparcv9/libc.so.1'call_user_handler+0x354 [0xffffffff7f0cf30c] 1563:20210205:184430.422 8: /lib/sparcv9/libc.so.1'sigacthandler+0x54 [0xffffffff7f0cf664] 1563:20210205:184430.422 7: /etc/zabbix-5.2.4/sbin/zabbix_proxy'dc_local_add_history_log+0x50 [0x1001bb3e8] 1563:20210205:184430.422 6: /etc/zabbix-5.2.4/sbin/zabbix_proxy'preprocessor_flush_value+0x4c [0x10018433c] 1563:20210205:184430.422 5: /etc/zabbix-5.2.4/sbin/zabbix_proxy'preprocessor_enqueue+0x500 [0x100184be4] 1563:20210205:184430.422 4: /etc/zabbix-5.2.4/sbin/zabbix_proxy'preprocessing_manager_thread+0x800 [0x100185474] 1563:20210205:184430.422 3: /etc/zabbix-5.2.4/sbin/zabbix_proxy'zbx_thread_start+0x1c [0x1001fdf24] 1563:20210205:184430.422 2: /etc/zabbix-5.2.4/sbin/zabbix_proxy'MAIN_ZABBIX_ENTRY+0xae8 [0x10013ed18] 1563:20210205:184430.422 1: /etc/zabbix-5.2.4/sbin/zabbix_proxy'main+0x6f0 [0x10013f9a0] 1563:20210205:184430.423 0: /etc/zabbix-5.2.4/sbin/zabbix_proxy'_start+0x64 [0x10013d8c4] 1563:20210205:184430.423 === Memory map: === 1563:20210205:184430.423 memory map not available for this platform 1563:20210205:184430.423 ================================ 1565:20210205:184430.424 cannot read preprocessing service request 1566:20210205:184430.424 cannot read preprocessing service request 1564:20210205:184430.424 cannot read preprocessing service request 1433:20210205:184430.428 One child process died (PID:1565,exitcode/signal:1). Exiting ... 1433:20210205:184430.876 cannot remove shared memory for self-monitoring collector: [22] Invalid argument 1433:20210205:184430.876 Zabbix Proxy stopped. Zabbix 5.2.4 (revision e9f58de09c).
We tested versions 5.2.4 and 5.2.3 with the same result.
But version 5.2.1 working fine.