Package: gtk2-engines-gtk-qt Version: 0.60-1 Severity: important
Eclipse 3.0.1 seems to have some wierd interaction with gtk2-engines-gtk-qt. I'm not sure whether this is the correct package to file the bug against, and will leave that up to you. When "Use my KDE style in GTK applications" is checked in the KDE Control Center, Eclipse 3.0.1 crashes on start-up with the message below. Most important item seems to be the signal 11 from libpangoft2. I posting the rest just for completeness. This behavior does not occur with Eclipse 2.x or when "Use another style" is checked and set to the empty (i.e. not Qt) option. Thanks for looking into this. Georg [EMAIL PROTECTED]:~$ /opt/eclipse/eclipse An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0xAA6F4B10 Function=TT_GSUB_Clear_Features+0x30 Library=/usr/lib/libpangoft2-1.0.so.0 Current Java thread: at org.eclipse.swt.internal.gtk.OS.pango_layout_get_iter(Native Method) - locked <0xafd7da20> (a java.lang.Class) at org.eclipse.swt.graphics.TextLayout.getLineBounds(TextLayout.java:490) at org.eclipse.swt.custom.StyledText$ContentWidthCache.contentWidth(StyledText.java:1258) at org.eclipse.swt.custom.StyledText$ContentWidthCache.calculate(StyledText.java:1221) at org.eclipse.swt.custom.StyledText.calculateContentWidth(StyledText.java:1920) at org.eclipse.swt.custom.StyledText.setFont(StyledText.java:6758) at org.eclipse.jface.text.TextViewer.createControl(TextViewer.java:1379) at org.eclipse.jface.text.source.SourceViewer.createControl(SourceViewer.java:254) at org.eclipse.jdt.internal.ui.javaeditor.JavaSourceViewer.createControl(JavaSourceViewer.java:362) at org.eclipse.jface.text.source.SourceViewer.<init>(SourceViewer.java:239) at org.eclipse.jface.text.source.projection.ProjectionViewer.<init>(ProjectionViewer.java:300) at org.eclipse.jdt.internal.ui.javaeditor.JavaSourceViewer.<init>(JavaSourceViewer.java:114) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.<init>(CompilationUnitEditor.java:163) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.createJavaSourceViewer(CompilationUnitEditor.java:1715) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.createSourceViewer(JavaEditor.java:2301) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:2375) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:275) at org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.createPartControl(JavaEditor.java:3313) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor.createPartControl(CompilationUnitEditor.java:1604) at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133) at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:205) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:939) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:921) at org.eclipse.ui.internal.EditorStack.setSelection(EditorStack.java:196) at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1020) at org.eclipse.ui.internal.PartStack.add(PartStack.java:290) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:121) at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:59) at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:266) at org.eclipse.ui.internal.EditorManager$4.run(EditorManager.java:694) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:683) at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:779) at org.eclipse.ui.internal.EditorManager.access$12(EditorManager.java:763) at org.eclipse.ui.internal.EditorManager$9.run(EditorManager.java:948) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.ui.internal.EditorManager.busyRestoreEditor(EditorManager.java:922) at org.eclipse.ui.internal.EditorManager$8.run(EditorManager.java:915) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.EditorManager.restoreEditor(EditorManager.java:911) at org.eclipse.ui.internal.EditorManager.restoreEditorState(EditorManager.java:1487) at org.eclipse.ui.internal.EditorManager.restoreState(EditorManager.java:874) at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2470) at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1372) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1224) at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1185) at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1096) at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616) at org.eclipse.core.runtime.Platform.run(Platform.java:747) at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1029) at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:167) at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:652) at org.eclipse.ui.internal.Workbench.init(Workbench.java:819) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1325) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141) at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96) at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129) 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:185) at org.eclipse.core.launcher.Main.run(Main.java:704) at org.eclipse.core.launcher.Main.main(Main.java:688) Dynamic libraries: 08048000-08057000 r-xp 00000000 03:07 102135 /usr/lib/j2se/1.4/jre/bin/java 08057000-08059000 rwxp 0000e000 03:07 102135 /usr/lib/j2se/1.4/jre/bin/java 4161f000-41630000 r-xp 00000000 03:07 96376 /usr/lib/libz.so.1.2.2 41630000-41631000 rwxp 00010000 03:07 96376 /usr/lib/libz.so.1.2.2 41712000-41723000 r-xp 00000000 03:07 96615 /usr/lib/libXft.so.2.1.1 41723000-41724000 rwxp 00011000 03:07 96615 /usr/lib/libXft.so.2.1.1 41734000-4173c000 r-xp 00000000 03:07 103323 /usr/lib/libXcursor.so.1.0.2 4173c000-4173d000 rwxp 00007000 03:07 103323 /usr/lib/libXcursor.so.1.0.2 41749000-41750000 r-xp 00000000 03:07 98460 /usr/lib/libXrender.so.1.2.2 41750000-41751000 rwxp 00006000 03:07 98460 /usr/lib/libXrender.so.1.2.2 41901000-4191e000 r-xp 00000000 03:07 101257 /usr/lib/libexpat.so.1.0.0 4191e000-41921000 rwxp 0001d000 03:07 101257 /usr/lib/libexpat.so.1.0.0 a8fd6000-a901a000 r-xp 00000000 03:07 178263 /usr/share/fonts/truetype/msttcorefonts/Arial.ttf a901a000-a901c000 r-xp 00000000 03:07 64273 /usr/lib/pango/1.4.0/modules/pango-hangul-fc.so a901c000-a901d000 rwxp 00002000 03:07 64273 /usr/lib/pango/1.4.0/modules/pango-hangul-fc.so a901d000-a9020000 r-xp 00000000 03:07 64200 /usr/lib/pango/1.4.0/modules/pango-arabic-fc.so a9020000-a9021000 rwxp 00002000 03:07 64200 /usr/lib/pango/1.4.0/modules/pango-arabic-fc.so a9021000-a9047000 r-xp 00000000 03:07 178278 /usr/share/fonts/truetype/msttcorefonts/Verdana_Bold_Italic.ttf a9047000-a906d000 r-xp 00000000 03:07 178277 /usr/share/fonts/truetype/msttcorefonts/Verdana_Italic.ttf a906d000-a908f000 r-xp 00000000 03:07 178213 /usr/share/fonts/truetype/msttcorefonts/Verdana_Bold.ttf a908f000-a90c7000 r-xs 00000000 03:07 56840 /opt/eclipse-3.0.1/plugins/org.eclipse.debug.core_3.0.1/dtcore.jar a90c7000-a90f4000 r-xs 00000000 03:07 67294 /opt/eclipse-3.0.1/plugins/org.eclipse.jdt.launching_3.0.1/launching.jar a90f4000-a9120000 r-xs 00000000 03:07 68645 /opt/eclipse-3.0.1/plugins/org.eclipse.team.core_3.0.0/team.jar a9120000-a9138000 r-xs 00000000 03:07 68738 /opt/eclipse-3.0.1/plugins/org.eclipse.ltk.core.refactoring_3.0.1/refcore.jar a9138000-a9146000 r-xs 00000000 03:07 55540 /opt/eclipse-3.0.1/plugins/org.eclipse.ui.views_3.0.0/views.jar a9246000-a9515000 r-xs 00000000 03:07 56190 /opt/eclipse-3.0.1/plugins/org.eclipse.jdt.core_3.0.1/jdtcore.jar a9515000-a9572000 r-xs 00000000 03:07 68651 /opt/eclipse-3.0.1/plugins/org.eclipse.ui.workbench.texteditor_3.0.1/texteditor.jar a9572000-a959c000 r-xs 00000000 03:07 68163 /opt/eclipse-3.0.1/plugins/org.eclipse.text_3.0.1/text.jar a959c000-a95da000 r-xs 00000000 03:07 68573 /opt/eclipse-3.0.1/plugins/org.eclipse.ui.editors_3.0.1/editors.jar a95da000-a9671000 r-xs 00000000 03:07 56370 /opt/eclipse-3.0.1/plugins/org.eclipse.jface.text_3.0.1/jfacetext.jar a9671000-a9b89000 r-xs 00000000 03:07 55163 /opt/eclipse-3.0.1/plugins/org.eclipse.jdt.ui_3.0.1/jdt.jar a9b89000-a9bac000 r-xp 00000000 03:07 178279 /usr/share/fonts/truetype/msttcorefonts/Verdana.ttf a9cac000-a9d4b000 r-xs 00000000 03:07 56846 /opt/eclipse-3.0.1/plugins/org.eclipse.core.resources_3.0.1/resources.jar a9d4b000-a9dab000 rwxs 00000000 00:07 2392067 /SYSV00000000 (deleted) a9dab000-a9dd5000 r-xp 00000000 03:07 101249 /usr/lib/libkdefx.so.4.2.0 a9dd5000-a9dd7000 rwxp 00029000 03:07 101249 /usr/lib/libkdefx.so.4.2.0 a9ddb000-a9de7000 r-xs 00000000 03:07 55509 /opt/eclipse-3.0.1/plugins/org.eclipse.core.filebuffers_3.0.1/filebuffers.jar a9de7000-a9e05000 r-xp 00000000 03:07 97412 /usr/lib/kde3/plugins/styles/plastik.so a9e05000-a9e06000 rwxp 0001e000 03:07 97412 /usr/lib/kde3/plugins/styles/plastik.so a9e06000-a9e22000 r-xp 00000000 03:07 304057 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 a9e22000-a9e24000 rwxp 0001b000 03:07 304057 /usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2 a9e24000-a9e2c000 r-xp 00000000 03:07 208070 /lib/libgcc_s.so.1 a9e2c000-a9e2d000 rwxp 00007000 03:07 208070 /lib/libgcc_s.so.1 a9e2d000-a9e41000 r-xp 00000000 03:07 625883 /usr/X11R6/lib/libICE.so.6.3 a9e41000-a9e42000 rwxp 00013000 03:07 625883 /usr/X11R6/lib/libICE.so.6.3 a9e44000-a9e4c000 r-xp 00000000 03:07 625887 /usr/X11R6/lib/libSM.so.6.0 a9e4c000-a9e4d000 rwxp 00007000 03:07 625887 /usr/X11R6/lib/libSM.so.6.0 a9e4d000-a9e71000 r-xp 00000000 03:07 98947 /usr/lib/libpng12.so.0.1.2.8 a9e71000-a9e72000 rwxp 00023000 03:07 98947 /usr/lib/libpng12.so.0.1.2.8 a9e72000-a9ebf000 r-xp 00000000 03:07 625958 /usr/X11R6/lib/libXt.so.6.0 a9ebf000-a9ec2000 rwxp 0004d000 03:07 625958 /usr/X11R6/lib/libXt.so.6.0 a9ec3000-a9ed7000 r-xp 00000000 03:07 96840 /usr/lib/libaudio.so.2.3 a9ed7000-a9ed8000 rwxp 00014000 03:07 96840 /usr/lib/libaudio.so.2.3 a9ed8000-a9f77000 r-xp 00000000 03:07 96918 /usr/lib/libstdc++.so.5.0.7 a9f77000-a9f8d000 rwxp 0009e000 03:07 96918 /usr/lib/libstdc++.so.5.0.7 a9f92000-aa638000 r-xp 00000000 03:07 97359 /usr/lib/libqt-mt.so.3.3.3 aa638000-aa679000 rwxp 006a5000 03:07 97359 /usr/lib/libqt-mt.so.3.3.3 aa67d000-aa68d000 r-xs 00000000 03:07 56359 /opt/eclipse-3.0.1/plugins/org.eclipse.help_3.0.0/help.jar aa68d000-aa6aa000 r-xp 00000000 03:07 304009 /usr/lib/gtk-2.0/2.4.0/engines/libqtengine.so aa6aa000-aa6ab000 rwxp 0001d000 03:07 304009 /usr/lib/gtk-2.0/2.4.0/engines/libqtengine.so aa6ab000-aa6d1000 r-xp 00000000 03:07 55498 /opt/eclipse-3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-gtk-3063.so aa6d1000-aa6d3000 rwxp 00026000 03:07 55498 /opt/eclipse-3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-gtk-3063.so aa6d3000-aa6f9000 r-xp 00000000 03:07 98817 /usr/lib/libpangoft2-1.0.so.0.600.0 aa6f9000-aa6fa000 rwxp 00026000 03:07 98817 /usr/lib/libpangoft2-1.0.so.0.600.0 aa6fa000-aa71d000 r-xp 00000000 03:07 98463 /usr/lib/libfontconfig.so.1.0.4 aa71d000-aa720000 rwxp 00023000 03:07 98463 /usr/lib/libfontconfig.so.1.0.4 aa721000-aa787000 r-xp 00000000 03:07 98358 /usr/lib/libfreetype.so.6.3.5 aa787000-aa78e000 rwxp 00066000 03:07 98358 /usr/lib/libfreetype.so.6.3.5 aa78e000-aa79b000 r-xp 00000000 03:07 625879 /usr/X11R6/lib/libXext.so.6.4 aa79b000-aa79c000 rwxp 0000c000 03:07 625879 /usr/X11R6/lib/libXext.so.6.4 aa79c000-aa7a3000 r-xp 00000000 03:07 625954 /usr/X11R6/lib/libXi.so.6.0 aa7a3000-aa7a4000 rwxp 00006000 03:07 625954 /usr/X11R6/lib/libXi.so.6.0 aa7a4000-aa7a7000 r-xp 00000000 03:07 625942 /usr/X11R6/lib/libXrandr.so.2.0 aa7a7000-aa7a8000 rwxp 00002000 03:07 625942 /usr/X11R6/lib/libXrandr.so.2.0 aa7a8000-aa86c000 r-xp 00000000 03:07 625875 /usr/X11R6/lib/libX11.so.6.2 aa86c000-aa86f000 rwxp 000c4000 03:07 625875 /usr/X11R6/lib/libX11.so.6.2 aa86f000-aa873000 r-xp 00000000 03:07 625950 /usr/X11R6/lib/libXtst.so.6.1 aa873000-aa874000 rwxp 00004000 03:07 625950 /usr/X11R6/lib/libXtst.so.6.1 aa874000-aa8f2000 r-xp 00000000 03:07 99956 /usr/lib/libglib-2.0.so.0.400.8 aa8f2000-aa8f3000 rwxp 0007d000 03:07 99956 /usr/lib/libglib-2.0.so.0.400.8 aa8f4000-aa8f8000 r-xp 00000000 03:07 100032 /usr/lib/libgthread-2.0.so.0.400.8 aa8f8000-aa8f9000 rwxp 00003000 03:07 100032 /usr/lib/libgthread-2.0.so.0.400.8 aa8f9000-aa8fc000 r-xp 00000000 03:07 100329 /usr/lib/libgmodule-2.0.so.0.400.8 aa8fc000-aa8fd000 rwxp 00002000 03:07 100329 /usr/lib/libgmodule-2.0.so.0.400.8 aa8fd000-aa935000 r-xp 00000000 03:07 100145 /usr/lib/libgobject-2.0.so.0.400.8 aa935000-aa937000 rwxp 00037000 03:07 100145 /usr/lib/libgobject-2.0.so.0.400.8 aa937000-aa969000 r-xp 00000000 03:07 98808 /usr/lib/libpango-1.0.so.0.600.0 aa969000-aa96e000 rwxp 00032000 03:07 98808 /usr/lib/libpango-1.0.so.0.600.0 aa96e000-aa978000 r-xp 00000000 03:07 98811 /usr/lib/libpangox-1.0.so.0.600.0 aa978000-aa979000 rwxp 0000a000 03:07 98811 /usr/lib/libpangox-1.0.so.0.600.0 aa979000-aa97d000 r-xp 00000000 03:07 98821 /usr/lib/libpangoxft-1.0.so.0.600.0 aa97d000-aa97e000 rwxp 00004000 03:07 98821 /usr/lib/libpangoxft-1.0.so.0.600.0 aa97e000-aa993000 r-xp 00000000 03:07 96137 /usr/lib/libgdk_pixbuf-2.0.so.0.400.14 aa993000-aa994000 rwxp 00014000 03:07 96137 /usr/lib/libgdk_pixbuf-2.0.so.0.400.14 aa994000-aa9b0000 r-xp 00000000 03:07 97815 /usr/lib/libatk-1.0.so.0.800.0 aa9b0000-aa9b2000 rwxp 0001b000 03:07 97815 /usr/lib/libatk-1.0.so.0.800.0 aa9b2000-aaa1e000 r-xp 00000000 03:07 96287 /usr/lib/libgdk-x11-2.0.so.0.400.14 aaa1e000-aaa23000 rwxp 0006c000 03:07 96287 /usr/lib/libgdk-x11-2.0.so.0.400.14 aaa23000-aaced000 r-xp 00000000 03:07 97281 /usr/lib/libgtk-x11-2.0.so.0.400.14 aaced000-aacf7000 rwxp 002c9000 03:07 97281 /usr/lib/libgtk-x11-2.0.so.0.400.14 aacfa000-aad01000 r-xp 00000000 03:07 55501 /opt/eclipse-3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-atk-gtk-3063.so aad01000-aad02000 rwxp 00007000 03:07 55501 /opt/eclipse-3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-atk-gtk-3063.so aad02000-aad03000 r-xp 00000000 03:07 56838 /opt/eclipse-3.0.1/plugins/org.eclipse.core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so aad03000-aad04000 rwxp 00001000 03:07 56838 /opt/eclipse-3.0.1/plugins/org.eclipse.core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so aad04000-aad06000 r-xp 00000000 03:07 17504 /usr/lib/gconv/ISO8859-1.so aad06000-aad07000 rwxp 00001000 03:07 17504 /usr/lib/gconv/ISO8859-1.so aad07000-aad09000 r-xp 00000000 03:07 304148 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 aad09000-aad0a000 rwxp 00001000 03:07 304148 /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2 aad0a000-aad40000 r-xp 00000000 03:07 55500 /opt/eclipse-3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-pi-gtk-3063.so aad40000-aad42000 rwxp 00035000 03:07 55500 /opt/eclipse-3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-pi-gtk-3063.so aad42000-aae20000 r-xs 00000000 03:07 55490 /opt/eclipse-3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk/swt.jar aae20000-aae2d000 r-xs 00000000 03:07 55488 /opt/eclipse-3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk/swt-pi.jar aae2d000-aae40000 r-xs 00000000 03:07 55489 /opt/eclipse-3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk/swt-mozilla.jar aae40000-aae41000 r-xs 00000000 03:07 67905 /opt/eclipse-3.0.1/plugins/org.eclipse.ui_3.0.1/ui.jar aae41000-aaebf000 r-xs 00000000 03:07 56438 /opt/eclipse-3.0.1/plugins/org.eclipse.jface_3.0.0/jface.jar aaebf000-ab0f4000 r-xs 00000000 03:07 55520 /opt/eclipse-3.0.1/plugins/org.eclipse.ui.workbench_3.0.1/workbench.jar ab0f4000-ab0f5000 r-xs 00000000 03:07 68743 /opt/eclipse-3.0.1/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar ab0f5000-ab244000 r-xs 00000000 03:07 56052 /opt/eclipse-3.0.1/plugins/org.eclipse.ui.ide_3.0.1/ide.jar ab244000-ab258000 r-xs 00000000 03:07 68747 /opt/eclipse-3.0.1/plugins/org.eclipse.update.configurator_3.0.0/configurator.jar ab258000-ab26d000 r-xs 00000000 03:07 55525 /opt/eclipse-3.0.1/plugins/org.eclipse.core.runtime.compatibility_3.0.0/compatibility.jar ab26d000-ab273000 r-xp 00000000 03:07 101985 /usr/lib/j2se/1.4/jre/lib/i386/libnio.so ab273000-ab274000 rwxp 00006000 03:07 101985 /usr/lib/j2se/1.4/jre/lib/i386/libnio.so ab274000-ab283000 r-xp 00000000 03:07 102108 /usr/lib/j2se/1.4/jre/lib/i386/libnet.so ab283000-ab284000 rwxp 0000e000 03:07 102108 /usr/lib/j2se/1.4/jre/lib/i386/libnet.so ab284000-ab2db000 r-xs 00000000 03:07 54141 /opt/eclipse-3.0.1/plugins/org.eclipse.core.runtime_3.0.1/runtime.jar ab3db000-ab3fa000 r-xs 00000000 03:07 50927 /opt/eclipse-3.0.1/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.jar ab3fa000-ab410000 r-xs 00000000 03:07 50922 /opt/eclipse-3.0.1/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.jar ab410000-ab426000 r-xs 00000000 03:07 50926 /opt/eclipse-3.0.1/plugins/org.eclipse.osgi_3.0.1/resolver.jar ab426000-ab432000 r-xs 00000000 03:07 50924 /opt/eclipse-3.0.1/plugins/org.eclipse.osgi_3.0.1/osgi.jar ab432000-ab43a000 r-xs 00000000 03:07 50923 /opt/eclipse-3.0.1/plugins/org.eclipse.osgi_3.0.1/console.jar ab43a000-ab472000 r-xs 00000000 03:07 50925 /opt/eclipse-3.0.1/plugins/org.eclipse.osgi_3.0.1/core.jar ab4f2000-ab4f7000 r-xs 00000000 03:07 57042 /opt/eclipse-3.0.1/startup.jar ab4f7000-ab505000 r-xs 00000000 03:07 465657 /usr/lib/j2se/1.4/jre/lib/ext/ldapsec.jar ab505000-ab5c1000 r-xs 00000000 03:07 465658 /usr/lib/j2se/1.4/jre/lib/ext/localedata.jar ab5c1000-ab5c4000 r-xs 00000000 03:07 465363 /usr/lib/j2se/1.4/jre/lib/ext/dnsns.jar ab5c4000-ab5e0000 r-xs 00000000 03:07 465656 /usr/lib/j2se/1.4/jre/lib/ext/sunjce_provider.jar b39eb000-b39ed000 r-xp 00000000 03:07 64272 /usr/lib/pango/1.4.0/modules/pango-basic-fc.so b39ed000-b39ee000 rwxp 00001000 03:07 64272 /usr/lib/pango/1.4.0/modules/pango-basic-fc.so b5a96000-b5fef000 r-xs 00000000 03:07 102124 /usr/lib/j2se/1.4/jre/lib/charsets.jar b5fef000-b6000000 r-xs 00000000 03:07 101982 /usr/lib/j2se/1.4/jre/lib/jce.jar b6000000-b60dd000 r-xs 00000000 03:07 102123 /usr/lib/j2se/1.4/jre/lib/jsse.jar b60dd000-b60f3000 r-xs 00000000 03:07 101984 /usr/lib/j2se/1.4/jre/lib/sunrsasign.jar b613d000-b7ae8000 r-xs 00000000 03:07 102122 /usr/lib/j2se/1.4/jre/lib/rt.jar b7ae8000-b7af9000 r-xp 00000000 03:07 102105 /usr/lib/j2se/1.4/jre/lib/i386/libzip.so b7af9000-b7afb000 rwxp 00011000 03:07 102105 /usr/lib/j2se/1.4/jre/lib/i386/libzip.so b7afb000-b7b1a000 r-xp 00000000 03:07 101988 /usr/lib/j2se/1.4/jre/lib/i386/libjava.so b7b1a000-b7b1b000 rwxp 0001f000 03:07 101988 /usr/lib/j2se/1.4/jre/lib/i386/libjava.so b7b1b000-b7b2c000 r-xp 00000000 03:07 101995 /usr/lib/j2se/1.4/jre/lib/i386/libverify.so b7b2c000-b7b2d000 rwxp 00011000 03:07 101995 /usr/lib/j2se/1.4/jre/lib/i386/libverify.so b7b2d000-b7b36000 r-xp 00000000 03:07 114121 /lib/tls/libnss_files-2.3.2.so b7b36000-b7b37000 rwxp 00008000 03:07 114121 /lib/tls/libnss_files-2.3.2.so b7b37000-b7b3f000 r-xp 00000000 03:07 114125 /lib/tls/libnss_nis-2.3.2.so b7b3f000-b7b40000 rwxp 00007000 03:07 114125 /lib/tls/libnss_nis-2.3.2.so b7b40000-b7b47000 r-xp 00000000 03:07 114081 /lib/tls/libnss_compat-2.3.2.so b7b47000-b7b48000 rwxp 00006000 03:07 114081 /lib/tls/libnss_compat-2.3.2.so b7b54000-b7b58000 rwxs 00000000 03:07 448088 /tmp/hsperfdata_georg/8963 b7b58000-b7b79000 r-xp 00000000 03:07 113765 /lib/tls/libm-2.3.2.so b7b79000-b7b7a000 rwxp 00020000 03:07 113765 /lib/tls/libm-2.3.2.so b7b7a000-b7b8b000 r-xp 00000000 03:07 114080 /lib/tls/libnsl-2.3.2.so b7b8b000-b7b8c000 rwxp 00011000 03:07 114080 /lib/tls/libnsl-2.3.2.so b7b95000-b7b9d000 r-xp 00000000 03:07 102110 /usr/lib/j2se/1.4/jre/lib/i386/native_threads/libhpi.so b7b9d000-b7b9e000 rwxp 00007000 03:07 102110 /usr/lib/j2se/1.4/jre/lib/i386/native_threads/libhpi.so b7b9e000-b7e5f000 r-xp 00000000 03:07 592429 /usr/lib/j2se/1.4/jre/lib/i386/client/libjvm.so b7e5f000-b7e7a000 rwxp 002c0000 03:07 592429 /usr/lib/j2se/1.4/jre/lib/i386/client/libjvm.so b7e92000-b7fbb000 r-xp 00000000 03:07 113725 /lib/tls/libc-2.3.2.so b7fbb000-b7fc3000 rwxp 00129000 03:07 113725 /lib/tls/libc-2.3.2.so b7fc6000-b7fc8000 r-xp 00000000 03:07 113764 /lib/tls/libdl-2.3.2.so b7fc8000-b7fc9000 rwxp 00002000 03:07 113764 /lib/tls/libdl-2.3.2.so b7fca000-b7fd6000 r-xp 00000000 03:07 114129 /lib/tls/libpthread-0.60.so b7fd6000-b7fd7000 rwxp 0000c000 03:07 114129 /lib/tls/libpthread-0.60.so b7fea000-b8000000 r-xp 00000000 03:07 208015 /lib/ld-2.3.2.so b8000000-b8001000 rwxp 00015000 03:07 208015 /lib/ld-2.3.2.so Heap at VM Abort: Heap def new generation total 896K, used 249K [0xab9e0000, 0xabad0000, 0xabec0000) eden space 832K, 25% used [0xab9e0000, 0xaba15f28, 0xabab0000) from space 64K, 52% used [0xabac0000, 0xabac8780, 0xabad0000) to space 64K, 0% used [0xabab0000, 0xabab0000, 0xabac0000) tenured generation total 10824K, used 6492K [0xabec0000, 0xac952000, 0xaf9e0000) the space 10824K, 59% used [0xabec0000, 0xac517080, 0xac517200, 0xac952000) compacting perm gen total 15616K, used 15425K [0xaf9e0000, 0xb0920000, 0xb39e0000) the space 15616K, 98% used [0xaf9e0000, 0xb08f0480, 0xb08f0600, 0xb0920000) Local Time = Mon Jan 17 19:48:26 2005 Elapsed Time = 16 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.2-01 mixed mode) # # An error report file has been saved as hs_err_pid8963.log. # Please refer to the file for further information. # -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.10-gw1 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages gtk2-engines-gtk-qt depends on: ii kdelibs4 4:3.3.2-0pre1 KDE core libraries ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libglib2.0-0 2.4.8-1 The GLib library of C routines ii libgtk2.0-0 2.4.14-2 The GTK+ graphical user interface ii libpango1.0-0 1.6.0-3 Layout and rendering of internatio ii libqt3c102-mt 3:3.3.3-7 Qt GUI Library (Threaded runtime v ii libstdc++5 1:3.3.5-5 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li ii xlibs 4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]