-
Incident report
-
Resolution: Cannot Reproduce
-
Major
-
None
-
3.2.0alpha1
-
Linux, run Zabbix under Valgrind
-
Sprint 13
-
2
Every time before checking something with Valgrind I apply the attached patch to prevent false-positives.
This is a problem because finding true positives in the list of reported issues is difficult. Also Valgrind stops tracking issues after it has found 10000 issues already (which includes FPs).
The idea is simple: move large stack allocations out of stack frames.