[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: eclipse 2.1 gtk crash on RH 9
|
See:
http://bugs.eclipse.org/bugs/show_bug.cgi?id=31941
"Radu Radutiu" <radutiu@xxxxxxxx> wrote in message
news:b7lnqu$nkl$1@xxxxxxxxxxxxxxxx
> Hi,
>
> I'm running eclipse-2.1-gtk on RedHat 9 and eclipse keeps crashing when
> I try to configure CVS for my project (Team/Share Project).
>
> I get the following java coredump :
>
> An unexpected exception has been detected in native code outside the VM.
> Unexpected Signal : 11 occurred at PC=0x459E0F15
> Function=(null)+0x459E0F15
> Library=/usr/lib/libgdk-x11-2.0.so.0
>
>
> NOTE: We are unable to locate the function name symbol for the error
> just occurred. Please refer to release documentation for possible
> reason and solutions.
>
>
>
>
> Current Java thread:
> at
> org.eclipse.swt.internal.gtk.OS.gtk_progress_bar_set_fraction(Native
> Method)
> - locked <0x4d946fe8> (a java.lang.Class)
> at
> org.eclipse.swt.widgets.ProgressBar.updateBar(ProgressBar.java:213)
> at
> org.eclipse.swt.widgets.ProgressBar.setSelection(ProgressBar.java:203)
> at
>
org.eclipse.jface.dialogs.ProgressIndicator.worked(ProgressIndicator.java:11
5)
> at
>
org.eclipse.jface.wizard.ProgressMonitorPart.internalWorked(ProgressMonitorP
art.java:156)
> at
>
org.eclipse.jface.operation.AccumulatingProgressMonitor$Collector.run(Accumu
latingProgressMonitor.java:74)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at
>
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
> - locked <0x49567718> (a org.eclipse.swt.widgets.RunnableLock)
> at
> org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1614)
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1432)
> at
>
org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalConte
xt.java:136)
> at
> org.eclipse.jface.operation.ModalContext.run(ModalContext.java:261)
> at
org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
> at
>
org.eclipse.team.internal.ccvs.ui.wizards.SharingWizard.performFinish(Sharin
gWizard.java:174)
> at
>
org.eclipse.team.internal.ui.ConfigureProjectWizard.performFinish(ConfigureP
rojectWizard.java:124)
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
> at
> org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
> at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:913)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1637)
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1429)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
> at org.eclipse.jface.window.Window.open(Window.java:563)
> at
>
org.eclipse.team.internal.ui.actions.ConfigureProjectAction$1.run(ConfigureP
rojectAction.java:42)
> at
> org.eclipse.team.internal.ui.actions.TeamAction$1.run(TeamAction.java:168)
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
> at
> org.eclipse.team.internal.ui.actions.TeamAction.run(TeamAction.java:165)
> at
>
org.eclipse.team.internal.ui.actions.ConfigureProjectAction.run(ConfigurePro
jectAction.java:35)
> at
> org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:71)
> at
> org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:456)
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:403)
> at
>
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:397)
> at
>
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:72)
> at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:913)
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1637)
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1429)
> at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a: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:291)
> at org.eclipse.core.launcher.Main.run(Main.java:747)
> at org.eclipse.core.launcher.Main.main(Main.java:583)
>
> I've tried different jdks but with no success. The motif version runs
fine.
>
>
> Thanks,
>
>
> Radu
>