Freescale Internal Error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Freescale Internal Error

1,060 次查看
tsybezoff
Contributor II

hi to all
I have a internal error (java.lang.stackoverflow) when open some source file. Please, Help!!!

标记 (2)
0 项奖励
回复
1 回复

890 次查看
BlackNight
NXP Employee
NXP Employee

Hi Andy,

could you check the .log inside the .metadata of your workspace? This should give you some ideas what is causing the overflow. I guess the Eclipse Indexer might be the problem, then you could try disabling the indexer (see Fixing the Eclipse Index | MCU on Eclipse  for the settings for the indexer).

Other than that, you could set/increase the stack size, e.g

-Xss1024k (see Java stack overflow error - how to increase the stack size in Eclipse? - Stack Overflow ).

See Improve Eclipse Performance with Increased Heap Size | MCU on Eclipse  how to locate the Eclipse/CodeWarrior .ini file (e.g. in <CW>\eclipse\cwide.ini.

I hope this helps,

Erich

0 项奖励
回复