Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » unexpected exception in libXm w/RedHat 7.3 & Eclipse 2.1.0
unexpected exception in libXm w/RedHat 7.3 & Eclipse 2.1.0 [message #38963] Mon, 19 May 2003 23:42
Eclipse UserFriend
Has anybody else had problems running the linux-motif version
of Eclipse 2.1 under RedHat 7.3?

I also tried the gtk version, but I didn't have gtk 2.0.6
installed (only gtk 2.0.2).

I checked bugzilla and the newsgroups, and didn't see anything
that looked like this bug, so I wanted to be sure I'm not just
doing something silly, before opening a bug report.

The problem...

When closing eclipse, I received an "unexpected exception."

Here's a sequence that seems to reproduce it:
(using eclipse-SDK-2.1-linux-motif.zip)
(filesize=65346637)
(md5sum=ef771dd0d254a17b86d514768d63d513)

1) cd eclipse
2) rm -rf workspace
3) ./eclipse
4) Help / Software Updates -> / Update Manager
5) click Resource Perspective icon in the icon-bar on the left
6) File / Exit

I've tried the same sequence with Sun's j2sdk1.4.1_01 and IBM's
IBMJava2-13 jre, with similar results.

Here's an excerpt from Sun's vm log:
-----
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4CAD78A7
Function=(null)+0x4CAD78A7
Library=./libXm.so.2

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.motif.OS.XtDestroyWidget(Native Method)
- locked <0x48571f80> (a java.lang.Class)
at org.eclipse.swt.widgets.Widget.destroyWidget(Widget.java:296 )
at org.eclipse.swt.widgets.Widget.dispose(Widget.java:331)
at org.eclipse.ui.internal.PartPane.dispose(PartPane.java:205)
at org.eclipse.ui.internal.EditorPresentation.closeAllEditors(E ditorPresentation.java:51)
at org.eclipse.ui.internal.EditorManager.closeAll(EditorManager .java:81)
at org.eclipse.ui.internal.WorkbenchPage.closeAllEditors(Workbe nchPage.java:760)
at org.eclipse.ui.internal.WorkbenchPage.dispose(WorkbenchPage. java:1038)
at org.eclipse.ui.internal.WorkbenchWindow.closeAllPages(Workbe nchWindow.java:513)
at org.eclipse.ui.internal.WorkbenchWindow.hardClose(WorkbenchW indow.java:1127)
at org.eclipse.ui.internal.WorkbenchWindow.busyClose(WorkbenchW indow.java:384)
at org.eclipse.ui.internal.WorkbenchWindow.access$0(WorkbenchWi ndow.java:367)
at org.eclipse.ui.internal.WorkbenchWindow$2.run(WorkbenchWindo w.java:479)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at org.eclipse.ui.internal.WorkbenchWindow.close(WorkbenchWindo w.java:477)
at org.eclipse.jface.window.WindowManager.close(WindowManager.j ava:108)
at org.eclipse.ui.internal.Workbench$6.run(Workbench.java:339)
at org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:889)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.ui.internal.Workbench.busyClose(Workbench.java:3 36)
at org.eclipse.ui.internal.Workbench.access$8(Workbench.java:29 2)
at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:455)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:69)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:453)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:445)
at org.eclipse.ui.internal.Workbench.close(Workbench.java:439)
at org.eclipse.ui.internal.QuitAction.run(QuitAction.java:37)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842 )
[... snip ...]

Any ideas or suggestions?

thanks,

Brian
Previous Topic:API Documentation
Next Topic:How to import packages into an Eclipse project
Goto Forum:
  


Current Time: Mon Jun 16 14:48:00 EDT 2025

Powered by FUDForum. Page generated in 0.04326 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top