📎 AI Summary:
The thread discusses a support engineer’s issue with a C++/Qt-based software that runs for several days under heavy load, after which its GUI disappears and the process moves from "Apps" to "Background Processes" in Windows Task Manager. Responders suggest using debugging tools or consider server resource constraints, with one noting that the server is not virtual but may experience memory shortages despite having ample RAM. The overall sentiment indicates that the problem may be related to memory limitations or system resource management, and further investigation is needed.

haraku

New Member
Joined
Apr 21, 2016
Messages
2
Thread Author #1
Hi, maybe someone can help me with this.

I´m a support engineer for a software company. I´m in the middle of testing a software product and noticed a very strange behavior.
The software is built on c++/qt and communicates with the ms sql server (sql server 2014 on windows server 2012 x64). It is itself a testing tool and is supposed to run for several days under relatively heavy cpu/memory load.

After apr. 3 to 4 days the gui of the software suddenly disappeared.
At first I thought it might have crashed but then I noticed that the log files the software creates were still filled with information. So I checked the task manager and saw that windows moved the process from "Apps" to "Background Processes". The taskbar icon was also gone, I was not able to open the gui anymore.

This happens every time I try to test the software. I never encountered behavior like this in any Windows version I worked with.

Has anyone ever experienced this? What can I do?
Is there a way to bring my software from the background processes back to the apps section in the task manager?

Any help appreciated.

Many thanks and best regards
 

Joined
Apr 14, 2016
Messages
11
You could try Windows Debugger (WinDbg), but it sounds like the GUI is being reloaded and your task is not refreshing it's icon
 

ussnorway

Windows Forum Team
Staff member
Joined
May 22, 2012
Messages
4,597
is this server a Virtual-system? ... if it runs out of ram/ cpu cycles thats expected behaviour
 

Solution

haraku

New Member
Joined
Apr 21, 2016
Messages
2
Thread Author #4
Hi, thanks for suggestions.

No, it is not a Virtual-System, but a problem with memory shortness might be a good tip. The machine has 32 GB Ram, but it has to run a lot of memory intensive software. So far, I was convinced, that Windows is able to take care of problems like this (swap file,...). When a memory problem could be the cause of this behavior, at least I have a place to look for problems.
Thanks again and best regards