zbx-sadman / unifi_proxy

Fast client-server version of UniFi Miner
45 stars 21 forks source link

Zabbix agent 3.2.10 gives: Got signal [signal:11(SIGSEGV),reason:1,refaddr:(nil)]. Crashing ... #20

Closed sbjcom closed 6 years ago

sbjcom commented 6 years ago

We have your current unifi proxy running for many months with the Zabbix Agent 3.2.7. But today we updated the Zabbix Agent via their repository on an Oracle Linux 7.3 server and it gave us the error:

Got signal [signal:11(SIGSEGV),reason:1,refaddr:(nil)]. Crashing ...

I rebuilt the unifi.so file from zabbix source 3.2.10 and deployed it, all based on your instructions, but the same error occurred. We had to return to using a 3.2.7 agent to restore functionality.

The agent produced additional output, which i have attached. unifi_proxy_errors.txt

zbx-sadman commented 6 years ago

Hello It looks like issue #18. If you used old loadable module sources - just download updated code and compile it again.

sbjcom commented 6 years ago

Thank you. I downloaded the updated module code and it is now working with the latest agent. This issue is resolved.

Side comment ... because the version number had not changed, I assumed that all of the code was all current.

zbx-sadman commented 6 years ago

Yes, module does not have any version. In the begin i didn't plan to rewrite it.