Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 446844 - [platform] Problems occurred when invoking code from plug-in: "org.eclipse.text". (err_grp: 44605096)
Summary: [platform] Problems occurred when invoking code from plug-in: "org.eclipse.te...
Status: CLOSED DUPLICATE of bug 446850
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Recommenders (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: EPP Error Reports CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-13 05:25 EDT by EPP Error Reports CLA
Modified: 2015-09-15 15:01 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description EPP Error Reports CLA 2014-10-13 05:25:35 EDT
A related error report was submitted from the same user at the same time. 

General Information:
    anonymous-id:         b00fd632-266c-4a75-9e70-f63ce97762b8
    eclipse-build-id:     4.4.1.M20140925-0400
    eclipse-product:      org.eclipse.epp.package.standard.product
    operating system:     Linux 3.13.0 (x86_64) - gtk
    java-runtime-version: 1.8.0_05-b13

The following plug-ins were present on the execution stack (*):
    1. net.sourceforge.vrapper.eclipse_0.48.0
    2. org.eclipse.core.databinding.observable_1.4.1.v20140210-1835
    3. org.eclipse.core.databinding_1.4.2.v20140729-1044
    4. org.eclipse.core.runtime_3.10.0.v20140318-2214
    5. org.eclipse.e4.ui.workbench_1.2.1.v20140901-1244
    6. org.eclipse.e4.ui.workbench.swt_0.12.100.v20140530-1436
    7. org.eclipse.equinox.app_1.3.200.v20130910-1609
    8. org.eclipse.equinox.launcher_1.3.0.v20140415-2008
    9. org.eclipse.jface.text_3.9.1.v20140827-1810
    10. org.eclipse.jface_3.10.1.v20140813-1009
    11. org.eclipse.swt_3.103.1.v20140903-1938
    12. org.eclipse.ui_3.106.0.v20140812-1751
    13. org.eclipse.ui.ide.application_1.0.500.v20140514-2033
    14. org.eclipse.ui.ide_3.10.1.v20140828-0944

Error Status:

    code:                   2
    plugin:                 org.eclipse.text_3.5.300.v20130515-1451
    message:                Problems occurred when invoking code from plug-in: "org.eclipse.text".
    fingerprint:            44605096
    exception class:        java.lang.IllegalArgumentException
    exception message:      Index out of bounds
    number of children:     0
    
    java.lang.IllegalArgumentException: Index out of bounds
    at org.eclipse.swt.SWT.error(SWT.java:4422)
    at org.eclipse.swt.SWT.error(SWT.java:4356)
    at org.eclipse.swt.SWT.error(SWT.java:4327)
    at org.eclipse.swt.graphics.TextLayout._getOffset(TextLayout.java:1197)
    at org.eclipse.swt.graphics.TextLayout.getPreviousOffset(TextLayout.java:1394)
    at org.eclipse.swt.custom.StyledText.getPointAtOffset(StyledText.java:5462)
    at org.eclipse.swt.custom.StyledText.getLocationAtOffset(StyledText.java:4355)
    at HIDDEN.HIDDEN(HIDDEN:-1)
    at HIDDEN.HIDDEN(HIDDEN:-1)
    at HIDDEN.HIDDEN(HIDDEN:-1)
    at org.eclipse.swt.custom.StyledTextListener.handleEvent(StyledTextListener.java:97)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1397)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1182)
    at org.eclipse.swt.custom.StyledText.setCaretOffset(StyledText.java:8596)
    at org.eclipse.swt.custom.StyledText.handleTextChanging(StyledText.java:6308)
    at org.eclipse.swt.custom.StyledText$6.textChanging(StyledText.java:5640)
    at org.eclipse.jface.text.DefaultDocumentAdapter.fireTextChanging(DefaultDocumentAdapter.java:392)
    at org.eclipse.jface.text.DefaultDocumentAdapter.documentAboutToBeChanged(DefaultDocumentAdapter.java:309)
    at org.eclipse.jface.text.AbstractDocument.fireDocumentAboutToBeChanged(AbstractDocument.java:656)
    at org.eclipse.jface.text.projection.ProjectionDocument.internalRemoveMasterDocumentRange(ProjectionDocument.java:404)
    at org.eclipse.jface.text.projection.ProjectionDocument.removeMasterDocumentRange(ProjectionDocument.java:593)
    at org.eclipse.jface.text.source.projection.ProjectionViewer.removeMasterDocumentRange(ProjectionViewer.java:669)
    at org.eclipse.jface.text.source.projection.ProjectionViewer.executeProjectionCommands(ProjectionViewer.java:1027)
    at org.eclipse.jface.text.source.projection.ProjectionViewer.catchupWithProjectionAnnotationModel(ProjectionViewer.java:1006)
    at org.eclipse.jface.text.source.projection.ProjectionViewer.access$5(ProjectionViewer.java:955)
    at org.eclipse.jface.text.source.projection.ProjectionViewer$1.run(ProjectionViewer.java:913)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3774)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3412)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Comment 1 EPP Error Reports CLA 2014-10-13 05:25:36 EDT
I've looked up the top-3 most similar bug groups and printed the closest bug of
each group below. This report may or may not be duplicate of those (low or sim-
ilar scores for all entries may indicate that this hasn't been reported yet):

>     1. Bug 445269: Unhandled event loop exception (err_grp: d0031392) – 25,3    
>     2. Bug 445415: Unhandled event loop exception (err_grp: 9bfdc379) – 24,3    
>     3. Bug 445409: AcceptLicensesWizardPage.createControl causes SWTException by accessing a disposed widget (err_grp: 972d7da6) – 24,3    


If this report actually is a duplicate of those, please mark it as such. This
information helps me to improve the recommendations further for the next issue.

Thank you for your assistance.
Your friendly error-reports-inbox.
Comment 2 Marcel Bruch CLA 2014-10-14 01:56:56 EDT

*** This bug has been marked as a duplicate of bug 446850 ***