Description of problem: When an error occurs while running eclipse, and I attempt to send the error report, I get the following error: "Sending Error Reports" has encountered a problem Version-Release number of selected component (if applicable): 4.6.2 6.fc25 How reproducible: It can be reproduced any time I try to send an error report from eclipse Steps to Reproduce: 1. Encounter error 2. Try to send error report Actual results: I get: "Sending Error Reports" has encountered a problem Expected results: The error report is sent
Note, I believe this may have been due to the "eclipse-vrapper" package. I uninstalled that in favor of using the vrapper update site, since the dnf package does not work, and sending error reports now works.
The problem seems to have returned. I am not sure exactly what causes it at this point. It could still be vrapper, although I'm skeptical.
Hi, Would it be possible to supply your workspace log from a session where you encountered this error? And list which other Eclipse components you have installed: rpm -qa | grep eclipse And if you installed any third party plugins through "Help -> Install new software" or "Help -> Marketplace"
Created attachment 1257372 [details] workspace log The log of a workspace which encountered this error
Hi Mat(t), Thanks for getting back to me. Here's the output from rpm -qa | grep eclipse: eclipse-pde-4.6.2-7.fc25.x86_64 eclipse-abrt-0.0.3-1.fc25.noarch eclipse-usage-4.4.3-0.1.fc25.noarch eclipse-jgit-4.6.0-2.fc25.noarch eclipse-webtools-javaee-3.8.2-2.fc25.noarch eclipse-egit-4.6.0-1.fc25.noarch eclipse-platform-4.6.2-7.fc25.x86_64 eclipse-webtools-sourceediting-3.8.2-2.fc25.noarch eclipse-xsd-2.12.0-1.fc25.noarch eclipse-webtools-servertools-3.8.2-2.fc25.noarch eclipse-epp-logging-2.0.3-2.fc25.noarch eclipse-dtp-1.12.0-7.fc25.noarch eclipse-pydev-5.5.0-1.fc25.x86_64 eclipse-gef-3.11.0-1.fc25.noarch eclipse-swt-4.6.2-7.fc25.x86_64 eclipse-e4-importer-0.2.0-0.2.gitb33919c.fc25.noarch eclipse-mylyn-docs-wikitext-3.21.0-2.fc25.noarch eclipse-ecf-core-3.13.3-1.fc25.x86_64 eclipse-emf-runtime-2.12.0-1.fc25.noarch eclipse-mylyn-tasks-bugzilla-3.21.0-2.fc25.noarch eclipse-equinox-osgi-4.6.2-7.fc25.x86_64 eclipse-filesystem-1.0-7.fc24.x86_64 eclipse-webtools-common-3.8.2-2.fc25.noarch eclipse-mylyn-3.21.0-2.fc25.noarch eclipse-jdt-4.6.2-7.fc25.noarch eclipse-emf-core-2.12.0-1.fc25.x86_64 The only plugin I installed through eclipse is vrapper.
Aha, thanks. This is a duplicate of bug 1399793. The current workaround is to either: $ sudo dnf remove eclipse-pydev # The Python plugin or $ sudo dnf remove eclipse-epp-logging # The error reporting plugin The current theory is that a native library used by these plugins is a bit racey. By uninstalling one of them, you can avoid the races. *** This bug has been marked as a duplicate of bug 1399793 ***