Page 1 of 1

Performance problems with "madExcept.CreateBugReport()"

Posted: Tue Mar 27, 2018 1:54 am
by car_hack89
Hello,

I have version 4.0.12 (Single Developer Edition) of MadExcept. With the default configuration, my problem is as follows:

I have a 64-bit application developed in XE7, and when I create an error report it takes 0.2 seconds:

     

Code: Select all

 madExcept.CreateBugReport (etNormal, lExcept, lExceptAddr);
But if my application grows to 5 GB in memory, running the creation of the report takes 0.6 seconds.

In some cases it has taken me 3 minutes.

NOTE: The report contains the same exception to save.

I would like to know your opinion.

Thanks in advance.

Re: Performance problems with "madExcept.CreateBugReport()"

Posted: Tue Mar 27, 2018 9:09 am
by madshi
The amount of memory doesn't matter, but the number of threads does, and the length of their callstacks, because CreateBugReport() creates a full callstack for every running thread.

One thing you can do to speed things up is to disable the callstacks of secondary threads. That way you'll only get the callstack of the thread which crashed. You can do this by using the following code:

Code: Select all

MESettings().ListThreads := false;
str := CreateBugReport(...);
MESettings().ListThreads := true;
BTW, instead of CreateBugReport() you can also use GetCrashStackTrace() which has somewhat simpler/easier parameters.

Re: Performance problems with "madExcept.CreateBugReport()"

Posted: Tue Mar 27, 2018 2:52 pm
by car_hack89
Hello,

I already tried with the following configuration:

Code: Select all

MESeetings(). SuspendThreads: = False;
MESeetings(). NoDupExcepts: = False;
MESeetings(). NoDupFreezes: = False;
MESeetings(). ListThreads: = False;
MESeetings(). ShowDisAsm: = False;
MESeetings(). ShowStackDump: = False;
MESeetings(). ShowCpuRegisters: = False;
MESeetings(). PluginEnabled ['modules']: = False;
MESeetings(). PluginEnabled ['processes']: = False;
MESeetings(). PluginEnabled ['hardware']: = False;
The result is the same. I have the theory that this happens when there is a memory leak. My application is a big project, and I am reviewing the source code to correct these memory leak problems, but I do want to know the reason for my performance problem when generating the error report.

Thanks in advance.

Re: Performance problems with "madExcept.CreateBugReport()"

Posted: Tue Mar 27, 2018 2:57 pm
by madshi
Memory leaks shouldn't harm madExcept, as long as there's still enough RAM available. Of course, if the memory manager gets slower (maybe due to fragmented RAM?), madExcept will also get slower.

BTW, all those MESettings() calls are function calls which create a new IMESettings interface/object. Might make sense to call it only once like "with MESettings() do begin". It will only bring a very very performance improvement, but why wasting any milliseconds, right?

In x64, the main work of the stack tracing is done by the OS, actually. So the speed is mostly out of my hands. It might make sense to upgrade to the latest 4.x build, though, because IIRC there were some minor performance tweaks done to x64 stack tracing (just some slightly different parameters when calling the OS stack tracing APIs), so there's a chance the latest build might be somewhat faster than the old 4.0.12 build you're still using.

Re: Performance problems with "madExcept.CreateBugReport()"

Posted: Wed Mar 28, 2018 11:51 pm
by car_hack89
Hello,

I already upgraded to version 4.0.19 but the problem persists.

I enabled the option "Check if exe/dll file is corrupt (via crc)", and after several tests I get the following call stack:

Code: Select all

main thread ($1664):
761966c7   +00A1    KERNELBASE.dll                    SleepEx
005a7765   +00DD    App.exe                  System     SysFreeMem
005a698b   +000F    App.exe                  System     @FreeMem
006B6cb1   +0035    App.exe                  System      @UStrClr
008Cd2a8   +0012    App.exe                  System      @uStrArrayClr
008Cd2a1   +00AA    App.exe                  System      @FinalizeArray
008cB2a1   +0050    App.exe                  System      @FinalizeRecord
008cF3a2   +010F    App.exe                  System      @FinalizeArray
008cB1a4   +005C    App.exe                  System      @DynArrayClear
008Fd1a3   +006B    App.exe                  System      DynArraySetLength
008cF1a6   +002C    App.exe                  System      @DynArraySetLength
008cE1a8   +003C    App.exe                  System.Clases    TStringList.SetCapacity
008FdBa9   +00B0    App.exe                  System.Clases    TStringList.Clear
008cdBa8   +00A5    App.exe                  MyUnit                 Clear_TStringList
....
And my application here stays frozen.

Thanks in advance

Re: Performance problems with "madExcept.CreateBugReport()"

Posted: Thu Mar 29, 2018 8:41 am
by madshi
I can't say anything when seeing just a partial stack trace / bug report.

Re: Performance problems with "madExcept.CreateBugReport()"

Posted: Thu Mar 29, 2018 4:37 pm
by car_hack89
Hello,

This is one of the call stacks:

Code: Select all

date/time          : 2018-03-28, 11:26:44, 687ms
computer name      : ING-PC
user name          : ING <admin>
registered owner   : ING
operating system   : Windows 10 x64 build 10586
system language    : Spanish
system up time     : 7 days 22 hours
program up time    : 2 minutes 29 seconds
processors         : 16x Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
physical memory    : 26077/32692 MB (free/total)
free disk space    : (C:) 65.69 GB (D:) 787.41 GB
display mode       : 3360x1050, 32 bit
process id         : $42d4
allocated memory   : 459.66 MB
largest free block : 131025.91 GB
executable         : MyApp.exe
exec. date/time    : 2018-03-28 11:23
version            : 14.0.0.32
compiled with      : Delphi XE7
madExcept version  : 4.0.19
callstack crc      : $7ddfdca9, $f16f20a8, $f16f20a8
exception number   : 7
exception message  : The application seems to be frozen.

main thread ($ae8):
7ffa2173 +00a1 KERNELBASE.dll                             SleepEx
004085dd +00dd MyApp.exe System                     SysFreeMem
0040a30f +000f MyApp.exe System                     @FreeMem
00414d05 +0035 MyApp.exe System                     @UStrClr
00414dc2 +0012 MyApp.exe System                     @UStrArrayClr
00417caa +00aa MyApp.exe System                     @FinalizeArray
00417bb0 +0050 MyApp.exe System                     @FinalizeRecord
00417d0f +010f MyApp.exe System                     @FinalizeArray
00418f1c +005c MyApp.exe System                     @DynArrayClear
004189eb +006b MyApp.exe System                     DynArraySetLength
00418d0c +002c MyApp.exe System                     @DynArraySetLength
005df9dc +003c MyApp.exe System.Classes             TStringList.SetCapacity
005def72 +00e2 MyApp.exe System.Classes             TStringList.Destroy
00411895 +0015 MyApp.exe System                     TObject.Free
0095977a +024a MyApp.exe uMyAppExcept      291   +21 SaveBugReport
004137dd +059d MyApp.exe System                     @DelphiExceptionHandler
0051945c +003c MyApp.exe madExcept                  DelphiExceptionHandlerCallback
7ffa24d3 +0387 ntdll.dll                                  RtlUnwindEx
00413634 +03f4 MyApp.exe System                     @DelphiExceptionHandler
0051945c +003c MyApp.exe madExcept                  DelphiExceptionHandlerCallback
7ffa24da +0035 ntdll.dll                                  KiUserExceptionDispatcher
0040a2df +000f MyApp.exe System                     @GetMem
00414bb8 +0028 MyApp.exe System                     @NewUnicodeString
00414fb1 +0021 MyApp.exe System                     @UStrFromPWCharLen
005de1e9 +0109 MyApp.exe System.Classes             TStrings.SetTextStr
009595a1 +0071 MyApp.exe uMyAppExcept      277    +7 SaveBugReport
009599dc +006c MyApp.exe uMyAppExcept      297    +3 Internal_StandardMadExceptError
00958fe4 +0084 MyApp.exe uMyAppExcept      206    +8 StandardMadExceptError
009a10d4 +00f4 MyApp.exe Unit_FG      156   +11 CadToInt
02715c61 +0291 MyApp.exe Unit_GFZ     4176   +10 CmbCposGridCnfReq
05d3db42 +06a2 MyApp.exe W_SelctoUtl    127   +30 W_Selcto.FormShow
0088a130 +0020 MyApp.exe Vcl.Forms                  TCustomForm.DoShow
00890c4c +00dc MyApp.exe Vcl.Forms                  TCustomForm.CMShowingChanged
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
0088b119 +08d9 MyApp.exe Vcl.Forms                  TCustomForm.WndProc
01a84c71 +0011 MyApp.exe cxControls      9036    +1 TcxWindowProcLinkedObject.DefaultProc
01e969df +000f MyApp.exe dxSkinsForm     3510    +2 TdxSkinWinController.DefWndProc
01e94b3b +000b MyApp.exe dxSkinsForm     2741    +2 TdxSkinCustomFormController.DefWndProc
01e963c7 +0097 MyApp.exe dxSkinsForm     3358   +15 TdxSkinCustomFormController.WndProc
01a84c71 +0011 MyApp.exe cxControls      9036    +1 TcxWindowProcLinkedObject.DefaultProc
01cc425b +00bb MyApp.exe dxBar          13080   +15 TdxBarPopupMenuLink.NewWndProc
01a85231 +0011 MyApp.exe cxControls      9148    +1 TcxWindowProcLinkedObjectList.WndProc
006d5e00 +0030 MyApp.exe Vcl.Controls               TControl.Perform
006dc842 +0162 MyApp.exe Vcl.Controls               TWinControl.UpdateShowing
006dc980 +00d0 MyApp.exe Vcl.Controls               TWinControl.UpdateControlState
006e0eb0 +0040 MyApp.exe Vcl.Controls               TWinControl.CMVisibleChanged
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
0088b119 +08d9 MyApp.exe Vcl.Forms                  TCustomForm.WndProc
01a84c71 +0011 MyApp.exe cxControls      9036    +1 TcxWindowProcLinkedObject.DefaultProc
01e969df +000f MyApp.exe dxSkinsForm     3510    +2 TdxSkinWinController.DefWndProc
01e94b3b +000b MyApp.exe dxSkinsForm     2741    +2 TdxSkinCustomFormController.DefWndProc
01e963c7 +0097 MyApp.exe dxSkinsForm     3358   +15 TdxSkinCustomFormController.WndProc
01a84c71 +0011 MyApp.exe cxControls      9036    +1 TcxWindowProcLinkedObject.DefaultProc
01cc425b +00bb MyApp.exe dxBar          13080   +15 TdxBarPopupMenuLink.NewWndProc
01a85231 +0011 MyApp.exe cxControls      9148    +1 TcxWindowProcLinkedObjectList.WndProc
006d5e00 +0030 MyApp.exe Vcl.Controls               TControl.Perform
006d3b41 +0041 MyApp.exe Vcl.Controls               TControl.SetVisible
0088a5a2 +0052 MyApp.exe Vcl.Forms                  TCustomForm.SetVisible
00891f2d +000d MyApp.exe Vcl.Forms                  TCustomForm.Show
00892257 +01c7 MyApp.exe Vcl.Forms                  TCustomForm.ShowModal
0bf41a1f +01ef MyApp.exe Main            6470   +23 TMainForm.VisualizaMem
05c00b47 +88d7 MyApp.exe UF_ImpXLS  2182 +1552 F_ImpXLS.btnCargarClick
006d6c07 +00a7 MyApp.exe Vcl.Controls               TControl.Click
0070fd56 +0026 MyApp.exe Vcl.StdCtrls               TCustomButton.Click
00990658 +00c8 MyApp.exe Vcl.Buttons                TBitBtn.Click
00710cd2 +0022 MyApp.exe Vcl.StdCtrls               TCustomButton.CNCommand
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
0070f7a0 +0090 MyApp.exe Vcl.StdCtrls               TButtonControl.WndProc
006d5e00 +0030 MyApp.exe Vcl.Controls               TControl.Perform
006ddb29 +0029 MyApp.exe Vcl.Controls               DoControlMsg
006dee23 +0013 MyApp.exe Vcl.Controls               TWinControl.WMCommand
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
01a84c71 +0011 MyApp.exe cxControls      9036    +1 TcxWindowProcLinkedObject.DefaultProc
01e969df +000f MyApp.exe dxSkinsForm     3510    +2 TdxSkinWinController.DefWndProc
01e96a5e +000e MyApp.exe dxSkinsForm     3533    +1 TdxSkinWinController.WndProc
01e9857e +005e MyApp.exe dxSkinsForm     4298   +12 TdxSkinCustomControlController.WndProc
01e99f0d +005d MyApp.exe dxSkinsForm     4826   +12 TdxSkinPanelController.WndProc
01a85231 +0011 MyApp.exe cxControls      9148    +1 TcxWindowProcLinkedObjectList.WndProc
006dcb5a +002a MyApp.exe Vcl.Controls               TWinControl.MainWndProc
00603a43 +0023 MyApp.exe System.Classes             StdWndProc
7ffa24da +001f ntdll.dll                                  KiUserCallbackDispatcher
7ffa24a4 +00f6 user32.dll                                 SendMessageW
7ffa24a4 +0105 user32.dll                                 CallWindowProcW
006ddac9 +0109 MyApp.exe Vcl.Controls               TWinControl.DefaultHandler
006d72ac +001c MyApp.exe Vcl.Controls               TControl.WMLButtonUp
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
0070f7a0 +0090 MyApp.exe Vcl.StdCtrls               TButtonControl.WndProc
006dcb5a +002a MyApp.exe Vcl.Controls               TWinControl.MainWndProc
00603a43 +0023 MyApp.exe System.Classes             StdWndProc
7ffa24a4 +01b2 user32.dll                                 DispatchMessageW
0089958f +012f MyApp.exe Vcl.Forms                  TApplication.ProcessMessage
00899603 +0013 MyApp.exe Vcl.Forms                  TApplication.HandleMessage
00892295 +0205 MyApp.exe Vcl.Forms                  TCustomForm.ShowModal
0be43471 +0031 MyApp.exe UF_Principal    1000    +2 TF_Principal.btnImportarClick
01ce8e66 +0046 MyApp.exe dxBar          24476    +2 TdxBarItem.DoClick
01ce8ddc +005c MyApp.exe dxBar          24466    +5 TdxBarItem.DirectClick
01d0aaa5 +01a5 MyApp.exe dxBar          35808   +29 TdxBarItemControl.ControlUnclick
01d103d1 +00a1 MyApp.exe dxBar          37906   +11 TdxBarButtonControl.ControlUnclick
01cf1071 +0101 MyApp.exe dxBar          27329   +18 TCustomdxBarControl.DoLButtonUp
01d190b7 +0107 MyApp.exe dxBar          40669   +24 TdxBarControl.DoLButtonUp
01ceee72 +0032 MyApp.exe dxBar          26626    +6 TCustomdxBarControl.WMLButtonUp
01ce54ef +002f MyApp.exe dxBar          23209    +8 TdxBarDockedControl.WMLButtonUp
00411fbe +003e MyApp.exe System                     TObject.Dispatch
006d6323 +0383 MyApp.exe Vcl.Controls               TControl.WndProc
006dd937 +08b7 MyApp.exe Vcl.Controls               TWinControl.WndProc
01ceff2d +022d MyApp.exe dxBar          26978   +40 TCustomdxBarControl.WndProc
01d1bbf4 +0184 MyApp.exe dxBar          41543   +52 TdxBarControl.WndProc
006dcb5a +002a MyApp.exe Vcl.Controls               TWinControl.MainWndProc
00603a43 +0023 MyApp.exe System.Classes             StdWndProc
7ffa24a4 +01b2 user32.dll                                 DispatchMessageW
0089958f +012f MyApp.exe Vcl.Forms                  TApplication.ProcessMessage
00899603 +0013 MyApp.exe Vcl.Forms                  TApplication.HandleMessage
00899a9f +00ef MyApp.exe Vcl.Forms                  TApplication.Run
0c261867 +0217 MyApp.exe MyApp      548   +29 initialization
7ffa22d7 +0020 KERNEL32.DLL                               BaseThreadInitThunk
7ffa24d5 +0032 ntdll.dll                                  RtlUserThreadStart

modules:
00400000 MyApp.exe            14.0.0.32           D:\MyApp S.A. De C.V. 2018\Analisis\Revision\Omega\1.0032_20180323\utilMyApplocal
13b70000 security.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
18280000 hpcst145.dll               0.3.1584.15638      C:\WINDOWS\system32\spool\DRIVERS\x64\3
39670000 SQLNCLIR11.RLL             2011.110.2100.60    C:\WINDOWS\system32\1033
523c0000 MSVCR100.dll               10.0.40219.1        C:\WINDOWS\system32
18000000 LZ32.DLL                   6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9ea1b MSACM32.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9ea8e EhStorShell.dll            6.2.10586.0         C:\Windows\System32
7ff9ea9a dlnashext.dll              12.0.10586.0        C:\Windows\System32
7ff9eaa2 NetworkExplorer.dll        6.2.10586.0         C:\WINDOWS\system32
7ff9eaf6 GROOVEEX.DLL               16.0.4266.1003      C:\Program Files\Microsoft Office\root\Office16
7ff9eb18 DUI70.dll                  6.2.10586.0         C:\WINDOWS\system32
7ff9ec43 tiptsf.dll                 6.2.10586.0         C:\Program Files\Common Files\microsoft shared\ink
7ff9ec70 mscms.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9ec99 hpmdp145.dll               0.3.1584.15638      C:\WINDOWS\system32\spool\DRIVERS\x64\3
7ff9edff cscobj.dll                 6.2.10586.0         C:\WINDOWS\System32
7ff9ee2a cscui.dll                  6.2.10586.0         C:\WINDOWS\System32
7ff9ee44 LINKINFO.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9ee74 atlthunk.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9f12c MSVCP140.dll               14.0.23026.0        C:\Program Files\Microsoft Office\root\Office16
7ff9f136 VCRUNTIME140.dll           14.0.23026.0        C:\Program Files\Microsoft Office\root\Office16
7ff9f139 DevDispItemProvider.dll    6.2.10586.0         C:\Windows\System32
7ff9f13b davclnt.dll                6.2.10586.0         C:\WINDOWS\System32
7ff9f57e sqlncli11.dll              2011.110.6518.0     C:\WINDOWS\system32
7ff9f5e0 dbgcore.DLL                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9f646 dbghelp.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9f6f6 PlayToDevice.dll           12.0.10586.0        C:\Windows\System32
7ff9f734 UNIDRVUI.DLL               0.3.10586.0         C:\WINDOWS\system32\spool\DRIVERS\x64\3
7ff9f7aa ActXPrxy.dll               6.2.10586.0         C:\Windows\System32
7ff9f801 EhStorAPI.dll              6.2.10586.0         C:\Windows\System32
7ff9f829 ntdsapi.dll                6.2.10586.0         C:\WINDOWS\system32
7ff9f848 globinputhost.dll          6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9f88f odbccp32.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9f8c2 ntlanman.dll               6.2.10586.0         C:\WINDOWS\System32
7ff9fa5d wbemdisp.dll               6.2.10586.0         C:\WINDOWS\system32\wbem
7ff9fa63 DUser.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
7ff9fad8 mssprxy.dll                7.0.10586.0         C:\WINDOWS\system32
7ff9fae9 winrnr.dll                 6.2.10586.0         C:\WINDOWS\System32
7ff9faea pnrpnsp.dll                6.2.10586.0         C:\WINDOWS\system32
7ff9faf0 napinsp.dll                6.2.10586.0         C:\WINDOWS\system32
7ff9fb8f Windows.Globalization.dll  6.2.10586.0         C:\Windows\System32
7ffa0b27 Bcp47Langs.dll             6.2.10586.0         C:\Windows\System32
7ffa0c66 edputil.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa0c72 RICHED20.DLL               5.31.23.1231        C:\WINDOWS\SYSTEM32
7ffa0c7c Windows.Storage.Search.dll 6.2.10586.0         C:\WINDOWS\system32
7ffa0c89 StructuredQuery.dll        7.0.10586.0         C:\WINDOWS\System32
7ffa0c99 msi.dll                    5.0.10586.0         C:\WINDOWS\SYSTEM32
7ffa0e73 URLMON.DLL                 11.0.10586.0        C:\WINDOWS\SYSTEM32
7ffa0eba mskeyprotect.dll           6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa0ebe msls31.dll                 3.10.349.0          C:\WINDOWS\SYSTEM32
7ffa0f14 odbc32.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa0f3e ncryptsslp.dll             6.2.10586.0         C:\WINDOWS\system32
7ffa102a srvcli.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa103c cscapi.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa106c IconCodecService.dll       6.2.10586.0         C:\WINDOWS\system32
7ffa106d thumbcache.dll             6.2.10586.0         C:\Windows\System32
7ffa107a ntshrui.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1101 explorerframe.dll          6.2.10586.0         C:\WINDOWS\system32
7ffa114b dataexchange.dll           6.2.10586.0         C:\WINDOWS\system32
7ffa1150 oleacc.dll                 7.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa11d7 twinapi.dll                6.2.10586.0         C:\Windows\System32
7ffa13a3 FaultRep.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa13a9 MsVfW32.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa153b wininet.dll                11.0.10586.0        C:\WINDOWS\SYSTEM32
7ffa17f3 wsock32.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa17fe DSPARSE.DLL                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa181c mpr.dll                    6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa183b iertutil.dll               11.0.10586.0        C:\WINDOWS\SYSTEM32
7ffa193d CLUSAPI.DLL                6.2.10586.0         C:\WINDOWS\system32
7ffa1948 RESUTILS.DLL               6.2.10586.0         C:\WINDOWS\system32
7ffa19a7 wmiutils.dll               6.2.10586.0         C:\WINDOWS\system32\wbem
7ffa19b1 wbemsvc.dll                6.2.10586.0         C:\WINDOWS\system32\wbem
7ffa19da avifil32.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa19dc FONTSUB.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa19e1 fastprox.dll               6.2.10586.0         C:\WINDOWS\system32\wbem
7ffa1abb wbemcomn.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1ac3 wbemprox.dll               6.2.10586.0         C:\WINDOWS\system32\wbem
7ffa1b05 gdiplus.dll                6.2.10586.0         C:\WINDOWS\WinSxS\amd64_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.10586.0_none_0bdd1d3064f6384a
7ffa1b20 comctl32.dll               6.10.10586.0        C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.10586.0_none_8c15ae12515e1c22
7ffa1b48 drprov.dll                 6.2.10586.0         C:\WINDOWS\System32
7ffa1b4d IdnDL.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1b59 Fwpuclnt.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1c1b DAVHLPR.DLL                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1c1c rasadhlp.dll               6.2.10586.0         C:\Windows\System32
7ffa1c2b oledlg.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1c4d msimg32.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1c4e winspool.drv               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1c5a version.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1ca4 windowscodecs.dll          6.2.10586.0         C:\WINDOWS\system32
7ffa1cdf policymanager.dll          6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1d05 MMDevApi.dll               6.2.10586.0         C:\WINDOWS\System32
7ffa1d50 wkscli.dll                 6.2.10586.0         C:\WINDOWS\System32
7ffa1d67 dxgi.dll                   6.2.10586.0         C:\WINDOWS\system32
7ffa1d82 LOGONCLI.DLL               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1d86 d3d11.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa1e0a dwmapi.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa1e24 wtsapi32.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1e39 SECUR32.DLL                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1e3a iphlpapi.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1e44 PortableDeviceApi.dll      6.2.10586.0         C:\Windows\System32
7ffa1e54 propsys.dll                7.0.10586.0         C:\WINDOWS\system32
7ffa1ed3 dcomp.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa1f34 SHFolder.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1f46 apphelp.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1f4e msvcp110_win.dll           6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1f6d WINMMBASE.dll              6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1f77 winmm.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1f7a NLAapi.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa1fc8 uxtheme.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa1fd2 DNSAPI.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa1fdd DEVOBJ.dll                 6.2.10586.0         C:\WINDOWS\System32
7ffa1fe2 twinapi.appcore.dll        6.2.10586.0         C:\WINDOWS\system32
7ffa2008 fwbase.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa204a ucrtbase.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa2071 NETUTILS.DLL               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa207f ntmarta.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa2085 schannel.DLL               6.2.10586.0         C:\WINDOWS\system32
7ffa2095 DPAPI.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20a6 WINSTA.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20ac USERENV.dll                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20bc NtlmShared.dll             6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20bd msv1_0.DLL                 6.2.10586.0         C:\WINDOWS\system32
7ffa20c3 mswsock.dll                6.2.10586.0         C:\WINDOWS\System32
7ffa20c9 cryptdll.dll               6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20d0 kerberos.DLL               6.2.10586.0         C:\WINDOWS\system32
7ffa20e0 CRYPTBASE.dll              6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20e9 NTASN1.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20ed ncrypt.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa20fe SSPICLI.DLL                6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa2101 bcrypt.dll                 6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa211c sxs.dll                    6.2.10586.0         C:\WINDOWS\SYSTEM32
7ffa2130 powrprof.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa2135 kernel.appcore.dll         6.2.10586.0         C:\WINDOWS\system32
7ffa2136 MSASN1.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa2137 profapi.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa2144 crypt32.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa2161 cfgmgr32.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa2166 FirewallAPI.dll            6.2.10586.0         C:\WINDOWS\system32
7ffa216f KERNELBASE.dll             6.2.10586.0         C:\WINDOWS\system32
7ffa218e shcore.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa219a NETAPI32.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa219c bcryptPrimitives.dll       6.2.10586.0         C:\WINDOWS\system32
7ffa21a3 windows.storage.dll        6.2.10586.0         C:\WINDOWS\system32
7ffa2208 WINTRUST.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa220e Normaliz.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa220f RPCRT4.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa2221 combase.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa2249 NSI.dll                    6.2.10586.0         C:\WINDOWS\system32
7ffa224a MSCTF.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa2260 comdlg32.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa2271 coml2.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa2278 ole32.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa228d SETUPAPI.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa22d6 KERNEL32.DLL               6.2.10586.0         C:\WINDOWS\system32
7ffa2302 usp10.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa2304 advapi32.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa230f IMAGEHLP.DLL               6.2.10586.0         C:\WINDOWS\system32
7ffa2311 SHLWAPI.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa2317 msvcrt.dll                 7.0.10586.0         C:\WINDOWS\system32
7ffa2321 clbcatq.dll                2001.12.10941.16384 C:\WINDOWS\system32
7ffa232c SHELL32.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa2482 psapi.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa2483 GDI32.dll                  6.2.10586.0         C:\WINDOWS\system32
7ffa249c WS2_32.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa24a3 user32.dll                 6.2.10586.0         C:\WINDOWS\system32
7ffa24b9 oleaut32.dll               6.2.10586.0         C:\WINDOWS\system32
7ffa24c6 sechost.dll                6.2.10586.0         C:\WINDOWS\system32
7ffa24cc IMM32.DLL                  6.2.10586.0         C:\WINDOWS\system32
7ffa24d0 ntdll.dll                  6.2.10586.0         C:\WINDOWS\SYSTEM32

processes:
0000 Idle                       0 0    0
0004 System                     0 0    0
01fc smss.exe                   0 0    0
02d4 csrss.exe                  0 0    0
0344 wininit.exe                0 0    0
034c csrss.exe                  1 0    0
0398 services.exe               0 0    0
03b4 lsass.exe                  0 0    0
03c4 winlogon.exe               1 0    0
00cc svchost.exe                0 0    0
0208 svchost.exe                0 0    0
0310 dwm.exe                    1 0    0
0430 svchost.exe                0 0    0
0444 svchost.exe                0 0    0
044c svchost.exe                0 0    0
0484 svchost.exe                0 0    0
04e8 svchost.exe                0 0    0
04f0 svchost.exe                0 0    0
0550 WUDFHost.exe               0 0    0
0594 atiesrxx.exe               0 0    0
05fc atieclxx.exe               1 0    0
0714 svchost.exe                0 0    0
0794 RtkAudioService64.exe      0 0    0
080c RAVBg64.exe                1 0    0
08a8 spoolsv.exe                0 0    0
097c svchost.exe                0 0    0
09d0 svchost.exe                0 0    0
09e4 svchost.exe                0 0    0
09f0 OfficeClickToRun.exe       0 0    0
0a18 DpHostW.exe                0 0    0
0a54 hasplms.exe                0 0    0
0a5c IPROSetMonitor.exe         0 0    0
0a70 ibguard.exe                0 0    0
0aa0 unsecapp.exe               1 0    0
0af4 MsDtsSrvr.exe              0 0    0
0b14 svchost.exe                0 0    0
0b50 mqsvc.exe                  0 0    0
0c30 poaSmSrv.exe               0 0    0
0c3c poaTaServ.exe              0 0    0
0c44 poaService.exe             0 0    0
0c4c Service_KMS.exe            0 0    0
0c54 sqlbrowser.exe             0 0    0
0c64 pg_ctl.exe                 0 0    0
0c6c sqlwriter.exe              0 0    0
0c74 vmware-usbarbitrator64.exe 0 0    0
0cf0 svchost.exe                0 0    0
0d08 vmnetdhcp.exe              0 0    0
0d10 vmnat.exe                  0 0    0
0d18 vmware-authd.exe           0 0    0
0da8 sqlservr.exe               0 0    0
0dd0 dasHost.exe                0 0    0
10dc sqlceip.exe                0 0    0    normal
10e4 MsDtsSrvr.exe              0 0    0    normal
10ec MsDtsSrvr.exe              0 0    0    normal
10f4 MsDtsSrvr.exe              0 0    0    normal
1128 sqlceip.exe                0 0    0    normal
1170 sqlceip.exe                0 0    0    normal
12ec WmiPrvSE.exe               0 0    0
136c ibserver.exe               0 0    0
142c postgres.exe               0 0    0
1440 conhost.exe                0 0    0
148c SMSvcHost.exe              0 0    0
1494 SMSvcHost.exe              0 0    0
14d4 sqlservr.exe               0 0    0    normal
14e8 msmdsrv.exe                0 0    0    normal
150c msmdsrv.exe                0 0    0    normal
19b0 postgres.exe               0 0    0
19f8 postgres.exe               0 0    0
1a00 postgres.exe               0 0    0
1a08 postgres.exe               0 0    0
1a1c postgres.exe               0 0    0
1a30 postgres.exe               0 0    0
1a50 postgres.exe               0 0    0
1ac8 SQLAGENT.EXE               0 0    0
1b1c fdlauncher.exe             0 0    0
1b38 conhost.exe                0 0    0
1ba0 fdhost.exe                 0 0    0
1ba8 conhost.exe                0 0    0
1c64 ads.exe                    0 0    0
2018 MsMpEng.exe                0 0    0
203c vmware-hostd.exe           0 0    0
231c NisSrv.exe                 0 0    0
1950 sihost.exe                 1 4    23   normal       C:\Windows\System32
195c taskhostw.exe              1 13   19   normal       C:\Windows\System32
139c SkypeHost.exe              1 4    12   normal       C:\Program Files\WindowsApps\Microsoft.Messaging_1.10.22012.0_x86__8wekyb3d8bbwe
0ce0 RuntimeBroker.exe          1 37   19   normal       C:\Windows\System32
27dc fdlauncher.exe             0 0    0    normal
2714 fdhost.exe                 0 0    0    normal       D:\Microsoft SQL Server_MyApp_MSSQL_2014\MSSQL12.MSSQL_2014_DOS\MSSQL\Binn
271c conhost.exe                0 0    0
296c SearchIndexer.exe          0 0    0
20c8 RtkNGUI64.exe              1 15   31   normal       C:\Program Files\Realtek\Audio\HDA
18fc RAVBg64.exe                1 12   15   normal       C:\Program Files\Realtek\Audio\HDA
07a0 DellPoaEvents.exe          1 11   9    normal       C:\Program Files\Dell\PPO
1e4c StikyNot.exe               1 77   43   normal       C:\Windows\System32
2830 IAStorIcon.exe             1 31   14   normal       C:\Program Files (x86)\Intel\Intel(R) Rapid Storage Technology enterprise
2d70 jusched.exe                1 4    2    normal       C:\Program Files (x86)\Common Files\Java\Java Update
2df0 VCDDaemon.exe              1 10   6    normal       C:\Program Files (x86)\Elaborate Bytes\VirtualCloneDrive
2e40 hpwuschd2.exe              1 4    4    normal       C:\Program Files (x86)\HP\HP Software Update
2ec8 vmware-tray.exe            1 23   11   normal       C:\Program Files (x86)\VMware\VMware Workstation
2f1c fontdrvhost.exe            1 0    0
2f58 EXCEL.EXE                  1 593  208  normal       C:\Program Files\Microsoft Office\root\Office16
2260 DeliveryService.exe        0 0    0
2200 DellUpService.exe          0 0    0
2888 IAStorDataMgrSvc.exe       0 0    0
02e8 jhi_service.exe            0 0    0
2dfc LMS.exe                    0 0    0
03fc svchost.exe                1 4    1    normal       C:\Windows\System32
0e64 MOM.exe                    1 9    9    normal       C:\Program Files (x86)\AMD\ATI.ACE\Core-Static
10a8 CCC.exe                    1 47   43   normal       C:\Program Files (x86)\AMD\ATI.ACE\Core-Static
2944 wmplayer.exe               1 961  247  normal       C:\Program Files (x86)\Windows Media Player
2560 BCompare.exe               1 676  1130 normal       C:\Program Files (x86)\Beyond Compare 3
1084 adb.exe                    1 4    2    normal       C:\Users\Public\Documents\Embarcadero\Studio\15.0\PlatformSDKs\adt-bundle-windows-x86-20131030\sdk\platform-tools
2580 notepad++.exe              1 300  288  normal       C:\Program Files (x86)\Notepad++
2fc8 Ssms.exe                   1 743  355  normal       C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio
28f8 dexplore.exe               1 204  222  normal       C:\Program Files (x86)\Common Files\Microsoft Shared\Help 9
13f4 taskhostw.exe              1 4    4    normal       C:\Windows\System32
29cc explorer.exe               1 2548 1128 normal       C:\Windows
35c8 ShellExperienceHost.exe    1 11   83   normal       C:\Windows\SystemApps\ShellExperienceHost_cw5n1h2txyewy
2524 SystemSettingsBroker.exe   1 4    0    above normal C:\Windows\System32
1150 ONENOTEM.EXE               1 18   9    normal       C:\Program Files\Microsoft Office\root\Office16
4b20 svchost.exe                0 0    0
3258 SearchUI.exe               1 18   49   normal       C:\Windows\SystemApps\Microsoft.Windows.Cortana_cw5n1h2txyewy
3bd8 sppsvc.exe                 0 0    0
022c firefox.exe                1 40   62   normal       C:\Program Files\Mozilla Firefox
4334 bds.exe                    1 1635 515  normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
48ac bds.exe                    1 2029 947  normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
40fc dbkw64_21_0.exe            1 4    6    normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
412c conhost.exe                1 23   8    normal       C:\Windows\System32
35b4 dbkw64_21_0.exe            1 4    1    normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
3e08 conhost.exe                1 23   8    normal       C:\Windows\System32
3cd4 SppExtComObj.Exe           0 0    0
29ec HerramientaX70.exe      1 480  240  normal       C:\Program Files (x86)\HerramientaX
2d00 bds.exe                    1 1967 770  normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
4744 bds.exe                    1 1870 672  normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
2dc0 bds.exe                    1 1866 670  normal       C:\Program Files (x86)\Embarcadero\Studio\15.0\bin
3fa4 audiodg.exe                0 0    0
41cc Taskmgr.exe                1 924  360  normal       C:\Windows\System32
42d4 MyApp.exe            1 749  428  normal       D:\MyApp S.A. De C.V. 2018\Analisis\Revision\Omega\1.0032_20180323\utilMyApplocal

hardware:
+ {1ed2bbf9-11f0-4084-b21f-ad83a8e6dcdc}
  - \\201.0.0.190\Brother MFC-7450
  - Cola de impresión raíz
  - Fax
  - HP Universal Printing PCL 6
  - Microsoft Print to PDF
  - Microsoft XPS Document Writer
  - NPI232FFA (HP LaserJet 600 M601)
  - Send To OneNote 16
+ {36fc9e60-c465-11cf-8056-444553540000}
  - Concentrador raíz USB
  - Concentrador raíz USB
  - Generic USB Hub
  - Generic USB Hub
  - Intel(R) C610 series/X99 chipset USB Enhanced Host Controller #1 - 8D26 (driver 9.4.2.1014)
  - Intel(R) C610 series/X99 chipset USB Enhanced Host Controller #2 - 8D2D (driver 9.4.2.1014)
+ {4d36e965-e325-11ce-bfc1-08002be10318}
  - ELBY CLONEDRIVE SCSI CdRom Device
+ {4d36e966-e325-11ce-bfc1-08002be10318}
  - Equipo basado en x64 ACPI
+ {4d36e967-e325-11ce-bfc1-08002be10318}
  - KINGSTON SV300S37A240G
  - TOSHIBA DT01ACA100
  - TOSHIBA DT01ACA200
+ {4d36e968-e325-11ce-bfc1-08002be10318}
  - AMD FirePro W5100 (FireGL V) Graphics Adapter (driver 15.201.2401.0)
+ {4d36e96a-e325-11ce-bfc1-08002be10318}
  - ATA Channel 0
  - ATA Channel 1
  - Controladora estándar PCI IDE de doble canal
  - Controladora SATA AHCI estándar
  - Controladora SATA AHCI estándar
+ {4d36e96b-e325-11ce-bfc1-08002be10318}
  - Teclado PS/2 estándar
+ {4d36e96c-e325-11ce-bfc1-08002be10318}
  - AMD High Definition Audio Device (driver 10.0.0.1)
  - Realtek High Definition Audio (driver 6.0.1.6026)
+ {4d36e96e-e325-11ce-bfc1-08002be10318}
  - Monitor PnP genérico
+ {4d36e96f-e325-11ce-bfc1-08002be10318}
  - Mouse PS/2 de Microsoft
+ {4d36e972-e325-11ce-bfc1-08002be10318}
  - Intel(R) Ethernet Connection I217-LM
  - Intel(R) Ethernet Server Adapter I210-T1
  - Microsoft 6to4 Adapter
  - Microsoft ISATAP Adapter
  - Microsoft ISATAP Adapter #2
  - Microsoft Kernel Debug Network Adapter
  - VirtualBox Host-Only Ethernet Adapter (driver 5.2.0.0)
  - VMware Virtual Ethernet Adapter for VMnet1 (driver 4.2.1.0)
  - VMware Virtual Ethernet Adapter for VMnet8 (driver 4.2.1.0)
+ {4d36e978-e325-11ce-bfc1-08002be10318}
  - Intel(R) Active Management Technology - SOL (COM3) (driver 10.0.0.1096)
  - Pericom Serial Port Device (COM4) (driver 1.2.426.2014)
  - Puerto de comunicaciones (COM1)
+ {4d36e979-e325-11ce-bfc1-08002be10318}
  - HP LaserJet 600 M601 M602 M603 PCL6 (driver 61.145.2.15638)
+ {4d36e97b-e325-11ce-bfc1-08002be10318}
  - Controladora de espacios de almacenamiento de Microsoft
  - Iniciador iSCSI de Microsoft
  - Virtual CloneDrive (driver 5.4.5.2)
+ {4d36e97d-e325-11ce-bfc1-08002be10318}
  - Administrador de volúmenes
  - Altavoz del sistema
  - Botón de característica fija ACPI
  - Botón de inicio/apagado ACPI
  - Bus PCI
  - Complejo raíz PCI Express
  - Controlador BIOS de Microsoft System Management
  - Controlador de pantalla básica de Microsoft
  - Controlador de representación básica de Microsoft
  - Controladora de acceso directo a memoria
  - Controladora de High Definition Audio
  - Controladora programable avanzada de interrupciones
  - Controladora programable de interrupciones
  - Dell Diag Control Device (driver 1.1.0.0)
  - Dell System Analyzer Control Device (driver 3.0.1.3)
  - Dispositivo de módulo ACPI
  - Dispositivo de módulo ACPI
  - Dispositivo de módulo ACPI
  - Dispositivo de módulo ACPI
  - Enumerador de adaptador de red virtual NDIS
  - Enumerador de bus compuesto
  - Enumerador de bus raíz de UMBus
  - Enumerador de dispositivos de software Plug and Play
  - Enumerador de UMBus
  - Enumerador de unidades virtuales de Microsoft
  - High Definition Audio Bus (driver 15.20.0.1)
  - Intel(R) C610 series/X99 chipset LPC Controller - 8D44 (driver 9.4.2.1013)
  - Intel(R) C610 series/X99 chipset PCI Express Root Port #1 - 8D10 (driver 9.4.2.1013)
  - Intel(R) C610 series/X99 chipset PCI Express Root Port #2 - 8D12 (driver 9.4.2.1013)
  - Intel(R) C610 series/X99 chipset PCI Express Root Port #3 - 8D14 (driver 9.4.2.1013)
  - Intel(R) C610 series/X99 chipset SMBus Controller - 8D22 (driver 9.4.2.1013)
  - Intel(R) C610 series/X99 chipset SPSR - 8D7C (driver 9.4.2.1013)
  - Intel(R) Management Engine Interface  (driver 10.0.0.1204)
  - Intel(R) Xeon(R) E5 v3/Core i7 Address Map VTd_Misc System Management - 2F28 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Buffered Ring Agent - 2FF8 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Buffered Ring Agent - 2FF9 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 0 & 1 - 2FBE (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 0 & 1 - 2FBF (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 2 & 3 - 2FB8 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 2 & 3 - 2FB9 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 2 & 3 - 2FBA (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO (VMSE) 2 & 3 - 2FBB (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO Channel 0/1 Broadcast - 2FAE (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO Channel 2/3 Broadcast - 2F6E (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO Global Broadcast - 2F6F (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DDRIO Global Broadcast - 2FAF (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 DMI2 - 2F00 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Home Agent 0 - 2F30 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Home Agent 0 - 2FA0 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Hot Plug - 2F29 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 I/O APIC - 2F2C (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 0 ERROR Registers - 2FB2 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 0 Thermal Control - 2FB0 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 1 ERROR Registers - 2FB3 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 1 Thermal Control - 2FB1 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 2 ERROR Registers - 2FB6 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 2 Thermal Control - 2FB4 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 3 ERROR Registers - 2FB7 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel 3 Thermal Control - 2FB5 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder - 2FAA (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder - 2FAB (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder - 2FAC (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Channel Target Address Decoder - 2FAD (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Target Address / Thermal / RAS Registers - 2F71 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 0 Target Address / Thermal / RAS Registers - 2FA8 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 1 Channel 0 Thermal Control - 2FD0 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Integrated Memory Controller 1 Target Address / Thermal / RAS Registers - 2F68 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 1 - 2F02 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 2 - 2F04 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 3 - 2F08 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 3 - 2F09 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 3 - 2F0A (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCI Express Root Port 3 - 2F0B (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCIe Ring Interface - 2F1D (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 PCIe Ring Interface - 2F34 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Power Control Unit - 2F98 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Power Control Unit - 2F99 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Power Control Unit - 2F9A (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Power Control Unit - 2F9C (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Power Control Unit - 2FC0 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring - 2F36 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring - 2F37 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 R3 QPI Link 0 & 1 Monitoring - 2F81 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 RAS Control Status and Global Errors - 2F2A (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Scratchpad & Semaphore Registers - 2F1E (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Scratchpad & Semaphore Registers - 2F1F (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Scratchpad & Semaphore Registers - 2F7D (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 System Address Decoder & Broadcast Registers - 2FFC (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 System Address Decoder & Broadcast Registers - 2FFD (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 System Address Decoder & Broadcast Registers - 2FFE (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE0 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE1 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE2 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE3 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE4 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE5 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE6 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 Unicast Registers - 2FE7 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 VCU - 2F88 (driver 9.4.2.1018)
  - Intel(R) Xeon(R) E5 v3/Core i7 VCU - 2F8A (driver 9.4.2.1018)
  - Interfaz de administración para ACPI de Microsoft Windows
  - Interfaz de administración para ACPI de Microsoft Windows
  - Interfaz de administración para ACPI de Microsoft Windows
  - PPO Control Device (driver 1.7.0.0)
  - Procesador de datos numéricos
  - Puente PCI a PCI
  - Recursos de la placa base
  - Recursos de la placa base
  - Remote Desktop Device Redirector Bus
  - Sistema CMOS/reloj en tiempo real
  - Sistema Microsoft compatible con ACPI
  - Temporizador de eventos de alta precisión
  - Temporizador del sistema
  - VMware VMCI Host Device (driver 9.5.10.0)
+ {50127dc3-0f36-415e-a6cc-4cb3be910b65}
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  - Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
+ {50906cb8-ba12-11d1-bf5d-0000f805f530}
  - Pericom PI7C9X7951 PCI Express UART Device (driver 1.2.426.2014)
+ {5175d334-c371-4806-b3ba-71fd53c9258d}
  - Microsoft Visual Studio Location Simulator Sensor (driver 11.0.0.0)
+ {533c5b84-ec70-11d2-9505-00c04f79deaf}
  - Instantánea de volumen genérico
  - Instantánea de volumen genérico
  - Instantánea de volumen genérico
  - Instantánea de volumen genérico
+ {62f9c741-b25a-46ce-b54c-9bccce08b6f2}
  - Bus adaptador de transición IPv4 IPv6 de Microsoft
  - Microsoft Device Association Root Enumerator
  - Microsoft Radio Device Enumeration Bus
  - NPI232FFA (HP LaserJet 600 M601)
  - Sintetizador por software GS de tabla de onda de
+ {c166523c-fe0c-4a94-a586-f1a80cfbbf3e}
  - Speakers/Headphones (Realtek High Definition Audio)
+ {c30ecea0-11ef-4ef9-b02e-6af81e6e65c0}
  - NPI232FFA (HP LaserJet 600 M601)
Here it stays frozen, and it is not activated again.

Re: Performance problems with "madExcept.CreateBugReport()"

Posted: Thu Mar 29, 2018 4:43 pm
by madshi
This does not seem to have anything to do at all with "Check if exe/dll file is corrupt (via crc)", though?

Re: Performance problems with "madExcept.CreateBugReport()"

Posted: Thu Mar 29, 2018 5:34 pm
by car_hack89
Sorry, the option I enabled from MadExcept was "Check for frozen main thread". This I did because my application was hanging on the following line:

Code: Select all

madExcept.CreateBugReport(...);
In other occasions, like the one of the previous callstack it hangs when releasing a TStringList.

Thanks in advance.

Re: Performance problems with "madExcept.CreateBugReport()"

Posted: Thu Mar 29, 2018 10:52 pm
by madshi
So we're talking about real freezes here which you want to have analyzed? That's nothing to do with the original thread title (performance problems), right?

I'm not sure how reliable the freeze callstack you posted is. Stack trace calculation is a bit of educated guessing, especially in x86. But if the stack trace is to be trusted, it seems that the memory manager might get stuck in a Sleep() loop or something like that. I don't know why.

Re: Performance problems with "madExcept.CreateBugReport()"

Posted: Mon Apr 02, 2018 2:11 pm
by car_hack89
...That's nothing to do with the original thread title (performance problems), right?
It is related to the original thread title because sometimes it hangs on the following line:

Code: Select all

strReport: = madExcept.CreateBugReport (...);
But if the stack trace is to be trusted, it seems that the memory manager might get stuck in a Sleep () loop or something like that. I do not know why.
Thank you very much, I will continue reviewing the problem.