-
Incident report
-
Resolution: Fixed
-
Minor
-
2.2.3
-
CentOS/RHEL 5 64bit
The line
*(void **)(&func_uninit) = dlsym(*module, ZBX_MODULE_FUNC_UNINIT);
seems to hit a bug in the C compiler that ships with EL 5 and the process received a SIGSEGV. On the other hand this C construction is not very good practice.
I created an small patch that fixes the problem and must be OK in any UNIX dialect.
- is duplicated by
-
ZBX-9374 zabbix agent crash when using modules on CentOS5.x
- Closed