Hi,<div><br></div><div>I've started to build and try to use kdevelop on windows. Unfortunately it crashes soon after having opened my project or upon startup. The backtrace suggests a QVector::reserve() call in the C++ parser, which in turn hints towards exhausting of memory (it throws a qBadAlloc exception).</div>
<div><br></div><div>However according to my process-monitor I still have plenty of standby memory available (free is indeed only about 200M). Since I'm not an expert in this stuff, does anybody know of a possible reason why the memory-allocation would fail even if there's tons of standby-memory?</div>
<div><br></div><div>Andreas</div>