salvadorbs / Asuite

ASuite is a simple open source portable launcher for Microsoft Windows.
http://www.salvadorsoftware.com/asuite
GNU General Public License v3.0
98 stars 14 forks source link

Heap dump by heaptrc unit #91

Closed megabugman closed 3 years ago

megabugman commented 3 years ago

Hi get an error message when running a1:

Heap dump by heaptrc unit of C:\Users\UserName\Downloads\ASuite21a_win32\ASuite.exe 3386 memory blocks allocated : 464346/472400 3386 memory blocks freed : 464346/472400 0 unfreed memory blocks : 0 True heap size : 229376 (160 used in System startup) True free heap : 229216

salvadorbs commented 3 years ago

Maybe memory leaks. (if it is a message box, click on OK button). You must wait 1-2 minutes and check the heap.trc. Thanks

megabugman commented 3 years ago

it is a message box image pops up sporadically after start

heap.trc, contains only D:\ASuite21a\ASuite.exe

for me the issue is reproducible by starting several instances: heap_dump2

salvadorbs commented 3 years ago

Forgot to ALWAYS set the globalSkipIfNoLeaks variable to true. So that no window is displayed in case there is no memory leak (as in the case when you start a second instance of asuite). Fixed.