[Development] QProcess fork() failure and overcommit
René J.V. Bertin
rjvbertin at gmail.com
Tue Mar 7 14:04:58 CET 2017
Hi,
I have a bit of an intriguing issue I hope someone here could help me understand. If not, sorry for the noise.
I'm seeing occasional QProcess failures where QProcess:waitForStarted() fails and gives rise to errors like
kdevplatform.vcs: "DVCSJob::start: git ls-files -- kclock.cpp failed to start: Resource error (fork failure): Cannot allocate memory"
Those come and go in episodes; restarting the affected application always helped too (for a while).
Last time this happened htop reported I had 6955Mb used of 7899Mb, and not even 10% swap used (1151Mb of 16Gb) but despite that the issue went away when I turned overcommit back on (I usually run with overcommit_memory=2 and overcommit_ratio=80).
This only happened to me with KDevelop5 until now, i.e. a Qt5/KF5 based application, running on a KDE4 (= Qt4-based) desktop.
If memory contention were really the cause here I would expect to see traces of similar failures elsewhere too because KDevelop isn't exactly the only KDE application that makes generous use of QProcess.
Is there anything in QProces (Qt5) vs. the Qt4 version that could explain fork() failing, or else can it be the way QProcess is being used which causes this in KDevelop but not other applications?
FWIW, not only do I see this in KDevelop exclusively, I've also seen it only when executing git commands through QProcess.
I've been seeing this for several months now, meaning with Qt 5.6.2, 5.7.1 and now 5.8.0 and kernels 4.7, 4.9 and possibly 4.5.7 (all with Con Kolivas's patches).
Thanks,
René
More information about the Development
mailing list