Bug 32625 - Import crashes Eclipse
Summary: Import crashes Eclipse
Status: RESOLVED DUPLICATE of bug 32204
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.1   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Felipe Heidrich CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-24 07:09 EST by Muhamad Irfan CLA
Modified: 2003-02-24 13:21 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Muhamad Irfan CLA 2003-02-24 07:09:43 EST
Clicking Import (both from file menu and mouse right click) crashes RC1 
Eclipse. It does not happen on M5 release. 
 
SUN JDK 1.4.1 on Linux Redhat 7.3 with 2.4.18-24.7.x kernel 
 
Please find the stack trace below: 
 
An unexpected exception has been detected in native code outside the VM. 
Unexpected Signal : 11 occurred at PC=0x4D376157 
Function=gdk_draw_rectangle+0x87 
Library=/usr/lib/libgdk-x11-2.0.so.0 
 
Current Java thread: 
        at org.eclipse.swt.internal.gtk.OS.gtk_progress_bar_pulse(Native 
Method) 
        - locked <0x4878c4a0> (a java.lang.Class) 
        at org.eclipse.swt.widgets.ProgressBar.timerProc(ProgressBar.java:203) 
        at org.eclipse.swt.widgets.Display.windowTimerProc(Display.java:1935) 
        at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) 
        - locked <0x4878c4a0> (a java.lang.Class) 
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1323) 
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:577) 
        at org.eclipse.jface.window.Window.open(Window.java:557) 
        at 
org.eclipse.ui.actions.ImportResourcesAction.run(ImportResourcesAction.java:77) 
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:841) 
        at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456) 
        at 
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403) 
        at 
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397) 
        at 
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72) 
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77) 
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:897) 
        at 
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1507) 
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1324) 
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1271) 
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1254) 
        at 
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:845) 
        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:247) 
        at org.eclipse.core.launcher.Main.run(Main.java:703) 
        at org.eclipse.core.launcher.Main.main(Main.java:539)
Comment 1 Veronika Irvine CLA 2003-02-24 13:21:15 EST
What version of GTK are you using? (rpm -q gtk2)
If you are using GTK 2.2.1, can you try using GTK 2.0.6 to see if the problem 
only appears in 2.2.1?
Comment 2 Veronika Irvine CLA 2003-02-24 13:21:31 EST
Marking this as a duplicate of bug 32204.

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