-
Incident report
-
Resolution: Unresolved
-
Trivial
-
None
-
6.0.40, 7.0.17, 7.2.11, 7.4.2rc1, 8.0.0alpha1 (master)
-
None
-
windows
-
Sprint candidates
-
1
Steps to reproduce:
There is no possibility to reproduce issue in a wild, but it can explain many "not reproducible" issues related to pdh
The reason is in the code like:
elements.CounterName = uintptr(unsafe.Pointer(windows.StringToUTF16Ptr(counterName)))
Result:
GC does not track memory after uintptr and as a result in some cases we can use pointer to GC freed memory
Expected:
Introduce intermediate variable and make refactoring similar places
- duplicates
-
ZBX-24918 Zabbix Windows Agent2 randomly stops with no information in the log
-
- Resolved
-
- part of
-
ZBX-24850 Zabbix agent2 incorrectly determines the Zabbix server address during an incoming connection.
-
- Closed
-
- related to
-
ZBX-20378 Zabbix agent 2 crashes on Windows - possibly pdh relatated crash
-
- Closed
-