我正在使用firefox 22和eclipse JUNO。 我的应用程序是在GWT中,当我为GWT插件调试firefox崩溃时,它显示以下崩溃错误:
这可能是因为某些注册问题。
Add-ons: gwt-dev-plugin%40google.com:1.23,%7B972ce4c6-7e08-4474-a285-3208198ce6fd%7D:22.0
AvailablePageFile: 12107472896
AvailablePhysicalMemory: 4837322752
AvailableVirtualMemory: 4121890816
BuildID: 20130618035212
CrashTime: 1375791681
EMCheckCompatibility: true
电子邮件:
InstallTime: 1375789077
ProductID: {ec8030f7-c20a-464f-9b0e-13a3a9e97384}
ProductName: Firefox
ReleaseChannel: release
SecondsSinceLastCrash: 622
StartupTime: 1375791680
SystemMemoryUsePercentage: 41
Theme: classic/1.0
Throttleable: 1
TotalVirtualMemory: 4294836224
网址:
Vendor: Mozilla
Version: 22.0
有人可以帮忙解决吗?
答案 0 :(得分:16)
我遇到了同样的问题,显然是由于GWT插件的更新,这似乎不适用于Firefox 22(最新版本是Firefox 23)。
我做了什么来解决它是在故障安全模式下启动FF,停用GWT插件,重启FF,强制从“帮助”更新FF 23 - > “关于”菜单,重新启动FF并重新激活GWT插件。它现在似乎运作良好。