5.0

Table Of Contents
VMware, Inc. 89
Chapter 9 Monitoring and Troubleshooting ThinApp
74b0f2fcindicatesthereturnaddressfortheAPIcallthatmydll.dllmakes.Intypicalcircumstances,the
returnaddressistheaddressinthecodewherethecalloriginates.
-> indicatestheprocessofenteringthecall.Forthecallentrylogelement,ThinAppdisplaystheinput
parameters.Theseparametersareinandin/outparameters.
<-indicatestheprocessofthecallreturningtotheoriginalcaller.Forcallexitlogentries,ThinApp
displaystheoutputparameters.Theseparametersareoutandin/outparameters.
kernel32.dllindicatestheDLLwheretheAPIcalllands.
766533d3indicatestheaddressoftheAPIinsidekernel32wherethecalllands.Ifyoudisassemble
kernel32.dllatthe766533d3address,youfindthecodefortheGetProcAddressfunction.
>*=*7FE521F2hindicatestheAPIreturnsanaddressat7FE521F2.
Application Startup Information
Thefollowingentriesshowbasicinformationabouttheapplication,suchasthemodulenameand
process ID (PID),andaboutLogMonitor,suchastheversionandoptions.
000012 00180923241442 0000 1334 Logging started for ThinApp C:\Notepad++(5.0)\bin\Notepad++.exe
Using archive = C:\Notepad++(5.0)\bin\Notepad++.exe
PID = 0xc78 [3192], 32-bit process
CommandLine = "Notepad++.exe"
000016 00180923650589 0000 1334 System Current Directory = C:\Notepad++(5.0)\bin
Virtual Current Directory =
000018 00180923671507 0000 1334 |start_env_var| =C:=C:\Notepad++(5.0)\bin
0000019 00180923672549 0000 1334 |start_env_var| =H:=H:\
000020 00180923673142 0000 1334 |start_env_var| ALLUSERSPROFILE=C:\ProgramData
...
...
...
List of DLLs Loaded into Memory During Runtime
TheModules loadedsectionislocatedneartheendofthelogfileanddescribestheDLLsthatareloadedinto
memoryatruntimeandtheDLLaddresses.TheinformationshowswhetherWindowsorThinApploadsthe
DLLs.
SYSTEM_LOADEDindicatesthatWindowsloadstheDLL.Thefilemustexistonthedisk.
NTSECTION_MAPindicatesthatThinApploadstheDLL.ThinAppmightloadthefilefromthevirtual
filesystem.
6f6000006f62afffindicatestheaddressrangeinvirtualmemorywheretheDLLresides.
--- Modules loaded ---
NTSECTION_MAP 00400000-005c0fff, C:\Program Files\Notepad++\notepad++.exe
NTSECTION_MAP 01ea0000-01fa2fff, C:\Program Files\Notepad++\SciLexer.dll
SYSTEM_LOADED 6f600000-6f62afff, C:\Program Files\Internet Explorer\ieproxy.dll
SYSTEM_LOADED 71ae0000-71b0dfff, C:\Windows\system32\SHDOCVW.dll
8255572220 total cycles (2955.56 ms): |sprof| thinapp_LoadLibrary2
765380728 cycles (274.01 ms) on log entry 21753
428701805 cycles (153.48 ms) on log entry 191955
410404281 cycles (146.93 ms) on log entry 193969
.
.
... 438 total calls
7847975891 total cycles (2809.64 ms): |sprof| ts_load_internal_module
764794646 cycles (273.80 ms) on log entry 21753
426837866 cycles (152.81 ms) on log entry 191955
408570540 cycles (146.27 ms) on log entry 193969
.
.