Issue
Eclipse is instant-crashing with no errors, no warnings whenever Javadocs are loaded.
This happens during:
- content-assist with CTRL+SPACE (the content-assist part is working fine, however, when hovering over a method, a second panel opens that has the Javadoc: it is when this second panel begins to open when the crash occurs)
- whenever the Javadoc Eclipse view is opened (even if nothing is selected, simply opening the view panel causes the crash)
The crash happens immediately.
Nothing is shown on the screen, nothing is written to the logs, program just stops and vanishes.
Everything restarts just fine, however (workspace does not save, and reverts back to whatever previous state it had) and I can continue working.
Have already tried:
- updating/validating/removing the location of the Javadoc for the the Installed JREs
- changing/disabling the internal/external Web Browser
- updating the
eclipse.ini
file with various options for-Dorg.eclipse.swt.browser
, based on various crash bug reports, most of which were extremely old to begin with - checking the logs in
/confuguration/
and/.metadata/.log
(Unfortunately, there is nothing in any of the logs.)
Installation is totally vanilla. There are no plugins installed, and no configuration changes from the installation defaults.
Version: 2023-09 (4.29.0)
Build ID: 4.29.0.20230907-1200
Platform: Debian Linux
Solution
From information provided in this bug report, launching Eclipse with a modified environment variable solved the problem.
env WEBKIT_DISABLE_COMPOSITING_MODE=1 ./eclipse
Answered By - JonathanDavidArndt
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.