Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] I get this vm dump when using eclipse gtk on mandrake 9.1


See http://bugs.eclipse.org/bugs/show_bug.cgi?id=35946 .  (Please post any further questions to the Eclipse newsgroup, as this listserv is for discussing Eclipse development issues.  Thanks.)

Grant




Can someone help me
I download the test version of eclipse for mandrake from the club page.
and I get this when importing a project from cvs.

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x594A17F4
Function=(null)+0x594A17F4
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 <0x546694f8> (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:115

)
at
org.eclipse.jface.wizard.ProgressMonitorPart.internalWorked(ProgressMonitorPa

rt.java:156)
at
org.eclipse.jface.operation.AccumulatingProgressMonitor$Collector.run(Accumul

atingProgressMonitor.java:74)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:9
- locked <0x44575bc8> (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(ModalContex

t.java:136)

Any one as a fix or ideas.
The motif version of eclipse on madrake 9.1 never starts and take the
cpu to 100% and never exits
I try to rebuild eclipse but i get the same exception, I think the build
never build the native binaries, only
the java code.

here is some info about mdk9.1
[root@finalpoint shorewall]# cat /proc/version
Linux version 2.4.21-0.13mdk (flepied@xxxxxxxxxxxxxxxxxxx) (gcc version
3.2.2 (Mandrake Linux 9.1 3.2.2-3mdk)) #1 Fri Mar 14 15:08:06 EST 2003
[root@finalpoint shorewall]# rpm -qa |grep glib
libglib2.0_0-2.2.1-1mdk
glibc-i18ndata-2.3.1-10mdk
glibc-2.3.1-10mdk
glibc_lsb-2.3.1-1mdk
libglib1.2-1.2.10-6mdk
glibc-devel-2.3.1-10mdk
[root@finalpoint shorewall]# rpm -qa |grep gtk
gtkhtml-1.1.8-2mdk
gtk-engines-0.12-7mdk
gtk+mdk-0.1.6-14mdk

gtkam-0.1.10-2mdk
libgtk+1.2-1.2.10-32mdk
gtk+2.0-2.2.1-2mdk
gtk-engines2-2.2.0-2mdk
libgtkmm1.2-1.2.10-1mdk
libexif-gtk4-0.3.3-2mdk
gtk-themes-1.0-9mdk
libgtk+-x11-2.0_0-2.2.1-2mdk
libgtk+2.0_0-2.2.1-2mdk
gtkdialogs-2.0-3mdk
libgtkhtml2_0-2.2.0-2mdk
libgtkxmhtml1-1.4.2-3mdk
libgtkhtml1.1_3-1.1.8-2mdk
nautilus-gtkhtml-0.3.2-5mdk

_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-dev



Back to the top