LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Eclipse crash with my running application on linux (https://www.linuxquestions.org/questions/linux-newbie-8/eclipse-crash-with-my-running-application-on-linux-4175530108/)

RuijunFan 01-05-2015 12:48 PM

Eclipse crash with my running application on linux
 
Hello ,
Thanks in advance.
I met a very weird problem,
my c application works well on Linux , but if I launch Eclipse, the appilcation will crash. it seems they use same memory .

does anybody have the experience with this? this two application(my code and eclipse ) run independently ,no any relation.

Ray

jpollard 01-05-2015 06:13 PM

It won't be using the same memory - unless you are talking about the system RAM.

One possibility (without knowing anything about the system specifications) is that the system ran out of available memory. If the application gets considered a memory hog by the OOM (out-of-memory) handler in the kernel, it will be aborted to release the memory. There should be some log entries to that effect.


All times are GMT -5. The time now is 10:08 PM.