Eclipse Juno - Constant crash (805306369) when highlighting anything

我与影子孤独终老i 提交于 2019-12-01 17:52:54

Warning: the solution described below corrected the problem on my computer, but the problem may not be the same on your computer... YMMV.

So, the incriminated popups are displaying an HTML snippet. This snippet is rendered using mshtml.dll.

The same mshtml.dll is used to render HTML Help files (files with extension .chm). On my computer, i discovered that i was not able to open any HTML Help file: the HTML Help Executable (hh.exe) was crashing at launch.

After some more research (i won't go through all the details of the search), it appeared that the drivers for my display adapter, which is an nVidia GeForce 540M, were at fault. They were outdated, and their installation got probably corrupted.

After updating the drivers, the system was back to normal: i can open HTML Help files again, and Eclipse is no more crashing when displaying those little HTML filled popups !

So, the first step for you would be to check that you can open an HTML Help file correctly. Then you should check your display adapter driver installation... If it does not solve your problem, there can be many reasons for mshtml.dll file to crash, try to make something using mshtml.dll crash: this crash might give you more information than when eclipse brutally exits.

(note that the corrupted drivers prevented the execution of the standard driver installer package downloaded from nVidia. I had to go to the device manager, open the properties for my display adapter, then click the "update driver" button. everything went smoothly, and automatically, from there)

(note also that my system is running Windows 7 64-bit)

DrOli

After many many permutations of everything, including all the different JDK's etc etc ..

This worked for me (Fedora19/64, ADT 4.3/SDK 22.x,OpenJDK 1.8, Opteron64): add this line to the eclipse.ini file

-Dorg.eclipse.swt.browser.DefaultType=mozilla

apparantly the tooltip bits launch different browsers at different times with "collisions", but retricting to mozilla only seems to do the trick

found it here (https://bugs.launchpad.net/ubuntu-gnome/+bug/1163501)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!