Hi,
We have been running Zabbix 7.0.6 in Docker for several weeks without issue after a successful upgrade from 6.4. We are using TimescaleDB. Our VMs were rebooted a couple of times in the last couple of days and unfortunately ever since one of those reboots, our Zabbix Server container has been in a constant crash cycle. After reading the Zabbix forums, I tried updating to 7.0.8 and then subsequently 7.2.3. Unfortunately none of the updates changed the crash behaviour. Here is a snippet from the logs just before the crash (debug level 5).
It appears to be something to do with the process
I would attach a copy of the log file, but it is not allowing me to upload them due to the file size. Any help diagnosing the issue and resolving it would be great.
Many thanks.
We have been running Zabbix 7.0.6 in Docker for several weeks without issue after a successful upgrade from 6.4. We are using TimescaleDB. Our VMs were rebooted a couple of times in the last couple of days and unfortunately ever since one of those reboots, our Zabbix Server container has been in a constant crash cycle. After reading the Zabbix forums, I tried updating to 7.0.8 and then subsequently 7.2.3. Unfortunately none of the updates changed the crash behaviour. Here is a snippet from the logs just before the crash (debug level 5).
Code:
zabbix-server-1 | 27:20250128:203817.549 End of DCsync_maintenance_periods() zabbix-server-1 | 27:20250128:203817.549 In DCsync_connectors() zabbix-server-1 | 27:20250128:203817.549 End of DCsync_connectors() zabbix-server-1 | 27:20250128:203817.549 In DCsync_connector_tags() zabbix-server-1 | 27:20250128:203817.549 End of DCsync_connector_tags() zabbix-server-1 | 27:20250128:203817.549 In dc_sync_host_proxy() zabbix-server-1 | 27:20250128:203817.549 End of dc_sync_host_proxy() zabbix-server-1 | 27:20250128:203817.549 query [txnlev:0] [select i.interfaceid,i.hostid,i.type,i.main,i.useip,i.ip,i.dns,i.port,i.available,i.disable_until,i.error,i.errors_from,s.version,s.bulk,s.community,s.securityname,s.securitylevel,s.authpassphrase,s.privpassphrase,s.authprotocol,s.privprotocol,s.contextname,s.max_repetitions from interface i left join interface_snmp s on i.interfaceid=s.interfaceid] zabbix-server-1 | 27:20250128:203817.553 query [txnlev:0] [select i.itemid,i.hostid,i.status,i.type,i.value_type,i.key_,i.snmp_oid,i.ipmi_sensor,i.delay,i.trapper_hosts,i.logtimefmt,i.params,ir.state,i.authtype,i.username,i.password,i.publickey,i.privatekey,i.flags,i.interfaceid,ir.lastlogsize,ir.mtime,i.history,i.trends,i.inventory_link,i.valuemapid,i.units,ir.error,i.jmx_endpoint,i.master_itemid,i.timeout,i.url,i.query_fields,i.posts,i.status_codes,i.follow_redirects,i.post_type,i.http_proxy,i.headers,i.retrieve_mode,i.request_method,i.output_format,i.ssl_cert_file,i.ssl_key_file,i.ssl_key_password,i.verify_peer,i.verify_host,i.allow_traps,i.templateid,null from items i left join item_rtdata ir on i.itemid=ir.itemid] zabbix-server-1 | 27:20250128:203817.719 query [txnlev:0] [select itemid,parent_itemid from item_discovery] zabbix-server-1 | 27:20250128:203817.729 query [txnlev:0] [select item_preprocid,itemid,type,params,step,error_handler,error_handler_params from item_preproc] zabbix-server-1 | 27:20250128:203817.773 query [txnlev:0] [select p.item_parameterid,p.itemid,p.name,p.value,i.hostid from item_parameter p,items i,hosts h where p.itemid=i.itemid and i.hostid=h.hostid and h.status in (0,1) and i.flags<>2 order by p.itemid] zabbix-server-1 | 27:20250128:203817.777 query [txnlev:0] [select functionid,itemid,name,parameter,triggerid from functions] zabbix-server-1 | 27:20250128:203817.795 In DCsync_interfaces() zabbix-server-1 | 27:20250128:203817.796 Got signal [signal:11(SIGSEGV),reason:1,refaddr:0]. Crashing ...
Code:
In DCsync_interfaces()
Many thanks.