Bug 44522 - [Keybindings] Stack overflow error
Summary: [Keybindings] Stack overflow error
Status: RESOLVED DUPLICATE of bug 43168
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P2 major (vote)
Target Milestone: ---   Edit
Assignee: Chris McLaren CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 04:41 EDT by Adrian FILIP CLA
Modified: 2003-10-09 10:46 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adrian FILIP CLA 2003-10-09 04:41:39 EDT
I'm using Redhat Linux 9.0, eclipse 3.0 M3.

I go to Preferences, Workbench, Keys, there I try to change from compare
(Command->Category) to something else, I receive these message: "A stack
overflow error has occurred."

Below is the log:
!SESSION Oct 09, 2003 11:15:37.206 ---------------------------------------------
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -install
file:/home/adi/apps/eclipse/M3/
!ENTRY org.eclipse.ui 4 4 Oct 09, 2003 11:15:37.207
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Oct 09, 2003 11:15:37.209
!MESSAGE Failed to execute runnable (java.lang.StackOverflowError)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.StackOverflowError)
        at org.eclipse.swt.SWT.error(SWT.java:2367)
        at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:105)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1849)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1655)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
        at org.eclipse.jface.window.Window.open(Window.java:563)
        at
org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:53)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
        at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:529)
        at
org.eclipse.jface.action.ActionContributionItem.access$4(ActionContributionItem.java:482)
        at
org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:454)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:953)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1872)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1652)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2036)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:2019)
        at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:295)
        at org.eclipse.core.launcher.Main.run(Main.java:751)
        at org.eclipse.core.launcher.Main.main(Main.java:587)
!ENTRY org.eclipse.ui 4 4 Oct 09, 2003 11:15:37.213
!MESSAGE
*** Stack trace of contained exception ***
!ENTRY org.eclipse.ui 4 0 Oct 09, 2003 11:15:37.214
!MESSAGE java.lang.StackOverflowError
!STACK 0
java.lang.StackOverflowError
!ENTRY org.eclipse.ui 4 4 Oct 09, 2003 11:16:15.504
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 Oct 09, 2003 11:16:15.505
!MESSAGE java.lang.StackOverflowError
!STACK 0
java.lang.StackOverflowError
Comment 1 Chris McLaren CLA 2003-10-09 10:46:49 EDT

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