Bug 37482 - Exception when trying to "share" a project
Summary: Exception when trying to "share" a project
Status: RESOLVED DUPLICATE of bug 31941
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-11 21:42 EDT by David Shaffer CLA
Modified: 2003-05-13 15:15 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Shaffer CLA 2003-05-11 21:42:48 EDT
The exception (below) happens when I press "Finish" on the share project dialog.


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4bbb6f15
Function name=(N/A)
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)
        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:115)
        at
org.eclipse.jface.wizard.ProgressMonitorPart.internalWorked(ProgressMonitorPart.java:156)
        at
org.eclipse.jface.operation.AccumulatingProgressMonitor$Collector.run(AccumulatingProgressMonitor.java:74)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
        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(ModalContext.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(SharingWizard.java:174)
        at
org.eclipse.team.internal.ui.ConfigureProjectWizard.performFinish(ConfigureProjectWizard.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(ConfigureProjectAction.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(ConfigureProjectAction.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(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: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.java:845)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
        at java.lang.reflect.Method.invoke(Native Method)
        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)
Comment 1 Felipe Heidrich CLA 2003-05-13 15:15:24 EDT
this bug was fixed, which version of eclipse are you running ?
please, update to a newer eclipse and retest.
thanks

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