简体   繁体   English

eclipse 在 Lion os x 上崩溃

[英]eclipse crashes on Lion os x

Eclipse seems to be crashing all the time since I've upgraded to the Mac OS X Lion.自从我升级到 Mac OS X Lion 以来,Eclipse 似乎一直在崩溃。 The error I keep getting is stackoverflow.我不断收到的错误是stackoverflow。

在此处输入图片说明

I am using eclipse version: 1.3.1.20100916-1202 and have an open Android project at the moment of the crash.我正在使用 eclipse 版本:1.3.1.20100916-1202 并且在崩溃时有一个打开的 Android 项目。 Where do I find the log file?我在哪里可以找到日志文件? What could be causing the crash?什么可能导致崩溃?

I don't know enough about what has changed in Lion to determine the cause of the crash.我对 Lion 中发生的变化了解不够,无法确定崩溃的原因。 But, here's how to find the logfile:但是,这是查找日志文件的方法:

  • Window > Show View > PDE Runtime > Error Log.窗口 > 显示视图 > PDE 运行时 > 错误日志。 This gives you a view with the contents of the .log file.这为您提供了包含 .log 文件内容的视图。
  • Help > About Eclipse Platform > Configuration Details.帮助 > 关于 Eclipse 平台 > 配置详细信息。 This prints out a great number of details about the environment and also concatenates the .log file.这会打印出大量有关环境的详细信息,并连接 .log 文件。 Great for including in a bug report.非常适合包含在错误报告中。
  • Locate the file yourself, see workspace/.metadata/.log.自己找到该文件,请参阅workspace/.metadata/.log。
  • Start Eclipse using -consoleLog.使用 -consoleLog 启动 Eclipse。 This will print the messages that normally go to the .log file in the enclosing shell/command window.这将在封闭的 shell/命令窗口中打印通常进入 .log 文件的消息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM