1
Programming / Re: Qt6 Application Testing
« on: September 06, 2024, 07:41:16 am »
Are you running out of memory on these builds? When I built the Qt5 webengine, I had to periodically reboot to defrag the memory.
Even with Mozilla, just building SeaMonkey to test a patch and got,
An error with its roots in 16bit land.
Now the VIO window I was building in is frozen so have to reboot eventually to continue on.
Even with Mozilla, just building SeaMonkey to test a patch and got,
Code: [Select]
25:53.50 cc1plus.exe: out of memory allocating 65536 bytes after a total of 0 bytes
With a popup with a sys0147 which blocked until I allowed it to kill the program (cc1plus.exe I think)Code: [Select]
SYS0147: Not enough resources are available to process this command.
The process for which this pop-up is displayed will end.
EXPLANATION: All available memory is in use. If segment swapping is
active, the swap file may be full.
ACTION: Do one of the following and retry the command:
o Reduce the number of running programs.
o Reduce the value of the BUFFERS=, TRACEBUF=, DISKCACHE=, THREADS=,
RMSIZE=, or DEVICE=VDISK.SYS statement in the CONFIG.SYS file and
restart the system.
o Remove unwanted files from the swap file disk and restart the system.
o Install additional memory on your system.
o Contact the supplier of the application.
An error with its roots in 16bit land.
Now the VIO window I was building in is frozen so have to reboot eventually to continue on.