-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stack Smashing detected on Zabbix Agent after trying to load module #16
Comments
Show to me link to file that you compile for Agent v3.0.13. |
I am using this one https://github.com/zbx-sadman/unifi_proxy/blob/master/src/modules/zbx_unifi_Zabbix_3_0/unifi.c with the Zabbix Agent 3.0.13 source. |
Debian 7.11 A little problem with compilation ("... error: ‘MAX_ZBX_DNSNAME_LEN’ undeclared here (not in a function)") exists, but after quick fix and making .so i see no any problem with module:
|
I had that issue too but was able to fix it. Upon compiling, I also get the following output but it still compiles it unifi.c: In function ‘zbx_module_unifi_proxy’: |
I can't explain it at this time, because I have no errors:
|
Refer to answer for issue #18 |
Try to use updated code of loadble module: https://github.com/zbx-sadman/unifi_proxy/tree/master/src/modules/zbx_unifi_Zabbix_3_0
|
Running
Ubuntu 14.04
Zabbix Agent 3.0.13
Latest unifi_proxy.
After compiling the latest unifi_proxy, when trying to load it with the zabbix_agent, the zabbix_agent crashes with *** stack smashing detected ***
The text was updated successfully, but these errors were encountered: