开发者

Out of memory error with netbeans and eclipse

I created a c++ project in netbeans and I am getting an out of memory error on Ubuntu 10.10. I tried increasing the heap space in netbeans.conf file. But it didn't work. Same problem开发者_如何学Go with eclipse as well.

Can someone suggest any good workaround or alternate IDEs for C++ development ?


Are you sure it's an IDE issue and not an programmatic one? Did you already check for Invalid memory access, memory leaks, doubly freeing the memory, using new for memory allocation and delete for freeing up, any thread accessing stack memory of a different thread?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜