Out of mem

BubikolRamios's profile image BubikolRamios posted 8 years ago in General Permalink

After approx. 1/20 of 6 GB, file/runs sql file(mysql dump) Repeated it twice on same source .sql.

date/time          : 2016-08-31, 16:28:58, 203ms
computer name      : PC-PC
user name          : PC
registered owner   : PC
operating system   : Windows 7 x64 Service Pack 1 build 7601
system language    : Slovenian
system up time     : 6 days 7 hours
program up time    : 1 hour 38 minutes
processors         : 8x Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz
physical memory    : 2976/8099 MB (free/total)
free disk space    : (C:) 4,28 GB
display mode       : 1920x1080, 32 bit
process id         : $1854
allocated memory   : 906,69 MB
largest free block : 8185,67 GB
executable         : heidisql.exe
exec. date/time    : 2016-07-10 15:40
version            : 9.3.0.5104
compiled with      : Delphi XE5
madExcept version  : 4.0.12
callstack crc      : $a772ba79, $6340a00f, $6340a00f
exception number   : 1
exception class    : EOutOfMemory
exception message  : Out of memory.

main thread ($1a40):
004088ff heidisql.exe System                  @GetMem
0069b3ca heidisql.exe Vcl.Controls            TWinControl.MainWndProc
005dbd03 heidisql.exe System.Classes          StdWndProc
777bd2f1 ntdll.dll                            KiUserCallbackDispatcher
77689090 USER32.dll                           PeekMessageW
008144dc heidisql.exe Vcl.Forms               TApplication.ProcessMessage
00814623 heidisql.exe Vcl.Forms               TApplication.ProcessMessages
00c2832b heidisql.exe Main           3450 +60 TMainForm.RunQueryFile
00c273d9 heidisql.exe Main           3352 +65 TMainForm.RunQueryFiles
00c26978 heidisql.exe Main           3259 +10 TMainForm.actLoadSQLExecute
005da750 heidisql.exe System.Classes          TBasicAction.Execute
00665ad3 heidisql.exe Vcl.ActnList            TCustomAction.Execute
005da484 heidisql.exe System.Classes          TBasicActionLink.Execute
007eb5cc heidisql.exe Vcl.Menus               TMenuItem.Click
007edeff heidisql.exe Vcl.Menus               TMenu.DispatchCommand
007f0454 heidisql.exe Vcl.Menus               TPopupList.WndProc
007f0355 heidisql.exe Vcl.Menus               TPopupList.MainWndProc
005dbd03 heidisql.exe System.Classes          StdWndProc
77689925 USER32.dll                           DispatchMessageW
008145df heidisql.exe Vcl.Forms               TApplication.ProcessMessage
00814653 heidisql.exe Vcl.Forms               TApplication.HandleMessage
00814b3f heidisql.exe Vcl.Forms               TApplication.Run
00c761f7 heidisql.exe heidisql         79 +24 initialization
775659eb kernel32.dll                         BaseThreadInitThunk
ansgar's profile image ansgar posted 8 years ago Permalink

I can just guess: Probably you have (accidentally) clicked on some button or other control while the import ran? In such cases the Application.ProcessMessages fires registered events on that control, which can have bad side effects here. Bad programming to be honest.

Please login to leave a reply, or register at first.