Bug 1424750 - "Sending Error Reports" has encountered a problem
Summary: "Sending Error Reports" has encountered a problem
Keywords:
Status: CLOSED DUPLICATE of bug 1399793
Alias: None
Product: Fedora
Classification: Fedora
Component: eclipse
Version: 25
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Alexander Kurtakov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-02-19 07:03 UTC by matt.weiss
Modified: 2017-02-24 17:17 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2017-02-24 17:17:53 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
workspace log (416.03 KB, text/plain)
2017-02-24 17:07 UTC, matt.weiss
no flags Details

Description matt.weiss 2017-02-19 07:03:53 UTC
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

Comment 1 matt.weiss 2017-02-23 22:32:31 UTC
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.

Comment 2 matt.weiss 2017-02-24 00:38:42 UTC
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.

Comment 3 Mat Booth 2017-02-24 09:50:13 UTC
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"

Comment 4 matt.weiss 2017-02-24 17:07:22 UTC
Created attachment 1257372 [details]
workspace log

The log of a workspace which encountered this error

Comment 5 matt.weiss 2017-02-24 17:09:00 UTC
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.

Comment 6 Mat Booth 2017-02-24 17:17:53 UTC
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 ***


Note You need to log in before you can comment on or make changes to this bug.