Changes between Initial Version and Version 1 of Ticket #11481, comment 4
- Timestamp:
- Feb 21, 2013 9:07:33 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11481, comment 4
initial v1 1 1 In Windows I can see errors like these: 2 2 {{{ 3 3 Possible Memory Leak. Application (C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted) (PID: 836) has passed a non-NULL pointer to RPC for an [out] parameter marked [allocate(all_nodes)]. [allocate(all_nodes)] parameters are always reallocated; if the original pointer contained the address of valid memory, that memory will be leaked. The call originated on the interface with UUID ({3f31c91e-2545-4b7b-9311-9529e8bffef6}), Method number (20). User Action: Contact your application vendor for an updated version of the application. 4 4 … … 14 14 15 15 Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected. 16 17 18 19 === 16 }}} 20 17 21 18 … … 23 20 24 21 As always: the moment you try to reproduce it, it's not showing... 25