Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] set default font for eclipse linux gtk

$ grep font <workspace>/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.workbench.prefs
org.eclipse.jface.bannerfont=1|helvetica|14|1|GTK|1|;
org.eclipse.jface.textfont=1|Courier 10 Pitch|10|0|GTK|1|;
org.eclipse.jface.headerfont=1|helvetica|14|1|GTK|1|;

HTH, tom.

Vijay Garla wrote:

Hi,

I'm trying to set the default font for eclipse (release build
eclipse-SDK-3.0.1-linux-gtk, java 1.4.2_05-b04) on suse linux 9.2 (not a
targeted os).  Unfortunately, when I open
"window->preferences->workbench->colors and fonts" crashes due to a call
to libX11.  This is probably a bug in the xserver libs, which are pretty
bleeding edge.  However, i'd like to set the font.  Which eclipse config
file do i need to hack?

I've attached a stack trace.

Thanks,

Vijay

------------------------------------------------------------------------

QPixmap: Invalid pixmap parameters
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setBrush: Will be reset by begin()
QPainter::setPen: Will be reset by begin()

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x4D91E172
Function=XSetTile+0x12
Library=/usr/X11R6/lib/libX11.so.6

Current Java thread:
	at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Native Method)
	- locked <0x48aea6e0> (a java.lang.Class)
	at org.eclipse.swt.widgets.Display.eventProc(Display.java:879)
	at org.eclipse.swt.internal.gtk.OS.gtk_container_resize_children(Native Method)
	- locked <0x48aea6e0> (a java.lang.Class)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:532)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setSize(Control.java:666)
	at org.eclipse.jface.preference.PreferenceDialog$PageLayout.layout(PreferenceDialog.java:109)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Composite.setBounds(Composite.java:694)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.layout.GridLayout.layout(GridLayout.java:684)
	at org.eclipse.swt.widgets.Shell.resizeBounds(Shell.java:965)
	at org.eclipse.swt.widgets.Shell.setBounds(Shell.java:991)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:461)
	at org.eclipse.swt.widgets.Control.setBounds(Control.java:433)
	at org.eclipse.jface.preference.PreferenceDialog.setShellSize(PreferenceDialog.java:969)
	at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:1048)
	at org.eclipse.jface.preference.PreferenceDialog$8.selectionChanged(PreferenceDialog.java:529)
	at org.eclipse.jface.viewers.StructuredViewer$3.run(StructuredViewer.java:450)
	at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
	at org.eclipse.core.runtime.Platform.run(Platform.java:747)
	at org.eclipse.jface.viewers.StructuredViewer.firePostSelectionChanged(StructuredViewer.java:448)
	at org.eclipse.jface.viewers.StructuredViewer.handlePostSelect(StructuredViewer.java:708)
	at org.eclipse.jface.viewers.StructuredViewer$5.widgetSelected(StructuredViewer.java:726)
	at org.eclipse.jface.util.OpenStrategy.firePostSelectionEvent(OpenStrategy.java:200)
	at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:195)
	at org.eclipse.jface.util.OpenStrategy$3.run(OpenStrategy.java:349)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:106)
	- locked <0x4575c520> (a org.eclipse.swt.widgets.RunnableLock)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:2572)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2301)
	at org.eclipse.jface.window.Window.runEventLoop(Window.java:668)
	at org.eclipse.jface.window.Window.open(Window.java:648)
	at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:72)
	at org.eclipse.jface.action.Action.runWithEvent(Action.java:881)
	at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:915)
	at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:866)
	at org.eclipse.jface.action.ActionContributionItem$7.handleEvent(ActionContributionItem.java:785)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
	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-08056000 r-xp 00000000 03:04 69250      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/bin/java
08056000-08059000 rwxp 0000d000 03:04 69250      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/bin/java
40000000-40016000 r-xp 00000000 03:04 14127      /lib/ld-2.3.3.so
40016000-40018000 rwxp 00015000 03:04 14127      /lib/ld-2.3.3.so
4002c000-4003a000 r-xp 00000000 03:04 14155      /lib/tls/libpthread.so.0
4003a000-4003c000 rwxp 0000d000 03:04 14155      /lib/tls/libpthread.so.0
4003e000-40040000 r-xp 00000000 03:04 14136      /lib/libdl.so.2
40040000-40042000 rwxp 00001000 03:04 14136      /lib/libdl.so.2
40042000-40151000 r-xp 00000000 03:04 14153      /lib/tls/libc.so.6
40151000-40152000 ---p 0010f000 03:04 14153      /lib/tls/libc.so.6
40152000-40153000 r-xp 0010f000 03:04 14153      /lib/tls/libc.so.6
40153000-40156000 rwxp 00110000 03:04 14153      /lib/tls/libc.so.6
40159000-40555000 r-xp 00000000 03:04 69365      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/client/libjvm.so
40555000-40570000 rwxp 003fb000 03:04 69365      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/client/libjvm.so
40582000-4058a000 r-xp 00000000 03:04 69390      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/native_threads/libhpi.so
4058a000-4058b000 rwxp 00007000 03:04 69390      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/native_threads/libhpi.so
40595000-405a7000 r-xp 00000000 03:04 14139      /lib/libnsl.so.1
405a7000-405a9000 rwxp 00011000 03:04 14139      /lib/libnsl.so.1
405ab000-405cc000 r-xp 00000000 03:04 14154      /lib/tls/libm.so.6
405cc000-405ce000 rwxp 00020000 03:04 14154      /lib/tls/libm.so.6
405ce000-40603000 r-xs 00000000 03:04 130935     /var/run/nscd/passwd
40603000-40607000 rwxs 00000000 03:04 181243     /tmp/hsperfdata_vijay/7031
40607000-40617000 r-xp 00000000 03:04 69387      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libverify.so
40617000-40619000 rwxp 0000f000 03:04 69387      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libverify.so
40619000-40639000 r-xp 00000000 03:04 69375      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libjava.so
40639000-4063b000 rwxp 0001f000 03:04 69375      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libjava.so
4063b000-4064f000 r-xp 00000000 03:04 69388      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libzip.so
4064f000-40652000 rwxp 00013000 03:04 69388      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libzip.so
40652000-41ff6000 r-xs 00000000 03:04 69440      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/rt.jar
42040000-42056000 r-xs 00000000 03:04 69445      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/sunrsasign.jar
42056000-42133000 r-xs 00000000 03:04 69409      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/jsse.jar
42133000-42144000 r-xs 00000000 03:04 69408      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/jce.jar
42144000-4269d000 r-xs 00000000 03:04 69299      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/charsets.jar
44745000-44747000 r-xp 00000000 03:04 30231      /opt/gnome/lib/pango/1.4.0/modules/pango-basic-fc.so
44747000-44748000 rwxp 00001000 03:04 30231      /opt/gnome/lib/pango/1.4.0/modules/pango-basic-fc.so
44748000-44749000 r-xp 00000000 03:04 179767     /opt/eclipse/plugins/org.eclipse.core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so
44749000-4474a000 rwxp 00001000 03:04 179767     /opt/eclipse/plugins/org.eclipse.core.resources.linux_3.0.0/os/linux/x86/libcore_2_1_0b.so
4474a000-44750000 r-xs 00000000 03:04 180028     /opt/eclipse/plugins/org.eclipse.core.variables_3.0.0/variables.jar
4c953000-4c986000 r-xp 00000000 03:04 17603      /usr/lib/locale/en_GB.utf8/LC_CTYPE
4c986000-4c98c000 r-xs 00000000 03:04 14973      /usr/lib/gconv/gconv-modules.cache
4cb90000-4cb93000 r-xs 00000000 03:04 69309      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/ext/dnsns.jar
4cb93000-4cbaf000 r-xs 00000000 03:04 69312      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/ext/sunjce_provider.jar
4cbaf000-4cbbc000 r-xs 00000000 03:04 69310      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/ext/ldapsec.jar
4cbbc000-4cc78000 r-xs 00000000 03:04 69311      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/ext/localedata.jar
4cc78000-4cc7d000 r-xs 00000000 03:04 181114     /opt/eclipse/startup.jar
4ccfe000-4cd36000 r-xs 00000000 03:04 177665     /opt/eclipse/plugins/org.eclipse.osgi_3.0.1/core.jar
4cd36000-4cd3e000 r-xs 00000000 03:04 177640     /opt/eclipse/plugins/org.eclipse.osgi_3.0.1/console.jar
4cd3e000-4cd4a000 r-xs 00000000 03:04 177652     /opt/eclipse/plugins/org.eclipse.osgi_3.0.1/osgi.jar
4cd4a000-4cd60000 r-xs 00000000 03:04 177666     /opt/eclipse/plugins/org.eclipse.osgi_3.0.1/resolver.jar
4cd60000-4cd76000 r-xs 00000000 03:04 177639     /opt/eclipse/plugins/org.eclipse.osgi_3.0.1/defaultAdaptor.jar
4cd76000-4cd95000 r-xs 00000000 03:04 177667     /opt/eclipse/plugins/org.eclipse.osgi_3.0.1/eclipseAdaptor.jar
4ce97000-4ceee000 r-xs 00000000 03:04 177904     /opt/eclipse/plugins/org.eclipse.core.runtime_3.0.1/runtime.jar
4ceee000-4cefe000 r-xp 00000000 03:04 69384      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libnet.so
4cefe000-4ceff000 rwxp 0000f000 03:04 69384      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libnet.so
4ceff000-4cf05000 r-xp 00000000 03:04 69385      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libnio.so
4cf05000-4cf06000 rwxp 00005000 03:04 69385      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/jre/lib/i386/libnio.so
4cf06000-4cf1b000 r-xs 00000000 03:04 178454     /opt/eclipse/plugins/org.eclipse.core.runtime.compatibility_3.0.0/compatibility.jar
4cf1b000-4cf2f000 r-xs 00000000 03:04 181029     /opt/eclipse/plugins/org.eclipse.update.configurator_3.0.0/configurator.jar
4cf2f000-4d07e000 r-xs 00000000 03:04 178981     /opt/eclipse/plugins/org.eclipse.ui.ide_3.0.1/ide.jar
4d07e000-4d07f000 r-xs 00000000 03:04 181025     /opt/eclipse/plugins/org.eclipse.ui.workbench.compatibility_3.0.0/compatibility.jar
4d07f000-4d2b4000 r-xs 00000000 03:04 178449     /opt/eclipse/plugins/org.eclipse.ui.workbench_3.0.1/workbench.jar
4d2b4000-4d332000 r-xs 00000000 03:04 179367     /opt/eclipse/plugins/org.eclipse.jface_3.0.0/jface.jar
4d332000-4d333000 r-xs 00000000 03:04 180187     /opt/eclipse/plugins/org.eclipse.ui_3.0.1/ui.jar
4d333000-4d346000 r-xs 00000000 03:04 178418     /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk/swt-mozilla.jar
4d346000-4d353000 r-xs 00000000 03:04 178417     /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk/swt-pi.jar
4d353000-4d431000 r-xs 00000000 03:04 178419     /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk/swt.jar
4d431000-4d467000 r-xp 00000000 03:04 178429     /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-pi-gtk-3063.so
4d467000-4d469000 rwxp 00035000 03:04 178429     /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-pi-gtk-3063.so
4d469000-4d46a000 r-xp 00000000 03:04 15585      /usr/lib/locale/en_GB.utf8/LC_IDENTIFICATION
4d46a000-4d46b000 r-xp 00000000 03:04 17602      /usr/lib/locale/en_GB.utf8/LC_MEASUREMENT
4d46b000-4d46c000 r-xp 00000000 03:04 17471      /usr/lib/locale/en_GB.utf8/LC_TELEPHONE
4d46c000-4d46d000 r-xp 00000000 03:04 17402      /usr/lib/locale/en_GB.utf8/LC_ADDRESS
4d46d000-4d46e000 r-xp 00000000 03:04 17577      /usr/lib/locale/en_GB.utf8/LC_NAME
4d46e000-4d46f000 r-xp 00000000 03:04 17599      /usr/lib/locale/en_GB.utf8/LC_PAPER
4d46f000-4d470000 r-xp 00000000 03:04 17569      /usr/lib/locale/en_GB.utf8/LC_MESSAGES/SYS_LC_MESSAGES
4d470000-4d471000 r-xp 00000000 03:04 17472      /usr/lib/locale/en_GB.utf8/LC_MONETARY
4d471000-4d478000 r-xp 00000000 03:04 178430     /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-atk-gtk-3063.so
4d478000-4d479000 rwxp 00007000 03:04 178430     /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-atk-gtk-3063.so
4d47c000-4d736000 r-xp 00000000 03:04 57235      /opt/gnome/lib/libgtk-x11-2.0.so.0.400.9
4d736000-4d73f000 rwxp 002ba000 03:04 57235      /opt/gnome/lib/libgtk-x11-2.0.so.0.400.9
4d742000-4d7ac000 r-xp 00000000 03:04 57229      /opt/gnome/lib/libgdk-x11-2.0.so.0.400.9
4d7ac000-4d7b1000 rwxp 00069000 03:04 57229      /opt/gnome/lib/libgdk-x11-2.0.so.0.400.9
4d7b1000-4d7ca000 r-xp 00000000 03:04 18883      /opt/gnome/lib/libatk-1.0.so.0.600.0
4d7ca000-4d7cc000 rwxp 00018000 03:04 18883      /opt/gnome/lib/libatk-1.0.so.0.600.0
4d7cc000-4d7e0000 r-xp 00000000 03:04 57231      /opt/gnome/lib/libgdk_pixbuf-2.0.so.0.400.9
4d7e0000-4d7e1000 rwxp 00013000 03:04 57231      /opt/gnome/lib/libgdk_pixbuf-2.0.so.0.400.9
4d7e1000-4d7e5000 r-xp 00000000 03:04 30226      /opt/gnome/lib/libpangoxft-1.0.so.0.400.1
4d7e5000-4d7e6000 rwxp 00003000 03:04 30226      /opt/gnome/lib/libpangoxft-1.0.so.0.400.1
4d7e6000-4d7f0000 r-xp 00000000 03:04 30224      /opt/gnome/lib/libpangox-1.0.so.0.400.1
4d7f0000-4d7f1000 rwxp 0000a000 03:04 30224      /opt/gnome/lib/libpangox-1.0.so.0.400.1
4d7f1000-4d820000 r-xp 00000000 03:04 30220      /opt/gnome/lib/libpango-1.0.so.0.400.1
4d820000-4d825000 rwxp 0002e000 03:04 30220      /opt/gnome/lib/libpango-1.0.so.0.400.1
4d825000-4d85d000 r-xp 00000000 03:04 18188      /opt/gnome/lib/libgobject-2.0.so.0.400.6
4d85d000-4d85f000 rwxp 00037000 03:04 18188      /opt/gnome/lib/libgobject-2.0.so.0.400.6
4d85f000-4d862000 r-xp 00000000 03:04 18186      /opt/gnome/lib/libgmodule-2.0.so.0.400.6
4d862000-4d863000 rwxp 00002000 03:04 18186      /opt/gnome/lib/libgmodule-2.0.so.0.400.6
4d863000-4d866000 r-xp 00000000 03:04 18190      /opt/gnome/lib/libgthread-2.0.so.0.400.6
4d866000-4d867000 rwxp 00003000 03:04 18190      /opt/gnome/lib/libgthread-2.0.so.0.400.6
4d867000-4d8e5000 r-xp 00000000 03:04 18184      /opt/gnome/lib/libglib-2.0.so.0.400.6
4d8e5000-4d8e6000 rwxp 0007e000 03:04 18184      /opt/gnome/lib/libglib-2.0.so.0.400.6
4d8e6000-4d8eb000 r-xp 00000000 03:04 19347      /usr/X11R6/lib/libXtst.so.6.1
4d8eb000-4d8ec000 rwxp 00004000 03:04 19347      /usr/X11R6/lib/libXtst.so.6.1
4d8ec000-4d9e4000 r-xp 00000000 03:04 19305      /usr/X11R6/lib/libX11.so.6.2
4d9e4000-4d9e8000 rwxp 000f7000 03:04 19305      /usr/X11R6/lib/libX11.so.6.2
4d9e8000-4d9eb000 r-xp 00000000 03:04 19340      /usr/X11R6/lib/libXrandr.so.2.0
4d9eb000-4d9ec000 rwxp 00002000 03:04 19340      /usr/X11R6/lib/libXrandr.so.2.0
4d9ec000-4d9f3000 r-xp 00000000 03:04 19329      /usr/X11R6/lib/libXi.so.6.0
4d9f3000-4d9f4000 rwxp 00006000 03:04 19329      /usr/X11R6/lib/libXi.so.6.0
4d9f4000-4da06000 r-xp 00000000 03:04 19327      /usr/X11R6/lib/libXft.so.2.1.2
4da06000-4da07000 rwxp 00011000 03:04 19327      /usr/X11R6/lib/libXft.so.2.1.2
4da07000-4da6f000 r-xp 00000000 03:04 14375      /usr/lib/libfreetype.so.6.3.7
4da6f000-4da76000 rwxp 00068000 03:04 14375      /usr/lib/libfreetype.so.6.3.7
4da76000-4da9b000 r-xp 00000000 03:04 18691      /usr/lib/libfontconfig.so.1.0.4
4da9b000-4da9f000 rwxp 00025000 03:04 18691      /usr/lib/libfontconfig.so.1.0.4
4daa0000-4daa8000 r-xp 00000000 03:04 19316      /usr/X11R6/lib/libXcursor.so.1.0.2
4daa8000-4daa9000 rwxp 00007000 03:04 19316      /usr/X11R6/lib/libXcursor.so.1.0.2
4daa9000-4dab0000 r-xp 00000000 03:04 19342      /usr/X11R6/lib/libXrender.so.1.2.2
4dab0000-4dab1000 rwxp 00006000 03:04 19342      /usr/X11R6/lib/libXrender.so.1.2.2
4dab1000-4dabe000 r-xp 00000000 03:04 19320      /usr/X11R6/lib/libXext.so.6.4
4dabe000-4dabf000 rwxp 0000d000 03:04 19320      /usr/X11R6/lib/libXext.so.6.4
4dabf000-4dae3000 r-xp 00000000 03:04 30222      /opt/gnome/lib/libpangoft2-1.0.so.0.400.1
4dae3000-4dae4000 rwxp 00024000 03:04 30222      /opt/gnome/lib/libpangoft2-1.0.so.0.400.1
4dae4000-4db01000 r-xp 00000000 03:04 17872      /usr/lib/libexpat.so.0.5.0
4db01000-4db03000 rwxp 0001d000 03:04 17872      /usr/lib/libexpat.so.0.5.0
4db03000-4dbdb000 r-xp 00000000 03:04 17604      /usr/lib/locale/en_GB.utf8/LC_COLLATE
4dbdb000-4dbdc000 r-xp 00000000 03:04 17401      /usr/lib/locale/en_GB.utf8/LC_TIME
4dbdc000-4dbdd000 r-xp 00000000 03:04 17580      /usr/lib/locale/en_GB.utf8/LC_NUMERIC
4dbdd000-4dbde000 r-xp 00000000 03:04 184841     /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
4dbde000-4dbdf000 rwxp 00000000 03:04 184841     /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
4dbdf000-4dbe7000 r-xp 00000000 03:04 57271      /opt/gnome/share/locale/en_GB/LC_MESSAGES/gtk20.mo
4dbe7000-4dbfe000 r-xp 00000000 03:04 57270      /opt/gnome/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo
4dbfe000-4dbff000 r-xp 00000000 03:04 14922      /usr/lib/gconv/ISO8859-1.so
4dbff000-4dc01000 rwxp 00000000 03:04 14922      /usr/lib/gconv/ISO8859-1.so
4dc01000-4dc27000 r-xp 00000000 03:04 178427     /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-gtk-3063.so
4dc27000-4dc29000 rwxp 00026000 03:04 178427     /opt/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-gtk-3063.so
4dc29000-4dc43000 r-xp 00000000 03:04 68903      /opt/gnome/lib/gtk-2.0/2.4.0/engines/libqtengine.so
4dc43000-4dc44000 rwxp 0001a000 03:04 68903      /opt/gnome/lib/gtk-2.0/2.4.0/engines/libqtengine.so
4dc44000-4e2fe000 r-xp 00000000 03:04 50981      /usr/lib/qt3/lib/libqt-mt.so.3.3.3
4e2fe000-4e33f000 rwxp 006ba000 03:04 50981      /usr/lib/qt3/lib/libqt-mt.so.3.3.3
4e342000-4e343000 r-xp 00000000 03:04 17169      /usr/share/locale/en_GB/LC_MESSAGES/libc.mo
4e343000-4e353000 r-xs 00000000 03:04 179288     /opt/eclipse/plugins/org.eclipse.help_3.0.0/help.jar
4e355000-4e382000 r-xp 00000000 03:04 18745      /usr/lib/libpng.so.3.1.2.6
4e382000-4e383000 rwxp 0002d000 03:04 18745      /usr/lib/libpng.so.3.1.2.6
4e383000-4e393000 r-xp 00000000 03:04 18138      /lib/libz.so.1.2.1
4e393000-4e394000 rwxp 0000f000 03:04 18138      /lib/libz.so.1.2.1
4e394000-4e39b000 r-xp 00000000 03:04 19302      /usr/X11R6/lib/libSM.so.6.0
4e39b000-4e39c000 rwxp 00007000 03:04 19302      /usr/X11R6/lib/libSM.so.6.0
4e39c000-4e3b1000 r-xp 00000000 03:04 19300      /usr/X11R6/lib/libICE.so.6.3
4e3b1000-4e3b2000 rwxp 00014000 03:04 19300      /usr/X11R6/lib/libICE.so.6.3
4e3b4000-4e467000 r-xp 00000000 03:04 18824      /usr/lib/libstdc++.so.5.0.7
4e467000-4e46c000 rwxp 000b3000 03:04 18824      /usr/lib/libstdc++.so.5.0.7
4e471000-4e478000 r-xp 00000000 03:04 18144      /lib/libgcc_s.so.1
4e478000-4e479000 rwxp 00006000 03:04 18144      /lib/libgcc_s.so.1
4e479000-4e4e3000 r-xp 00000000 03:04 61366      /usr/lib/qt3/plugins/styles/thinkeramik.so
4e4e3000-4e4e6000 rwxp 00069000 03:04 61366      /usr/lib/qt3/plugins/styles/thinkeramik.so
4e4e6000-4e4f4000 r-xp 00000000 03:04 71586      /usr/X11R6/lib/X11/fonts/truetype/SUSESans-Roman.ttf
4e4f4000-4e524000 rwxs 00000000 00:06 73302025   /SYSV00000000 (deleted)
4e524000-4e532000 r-xp 00000000 03:04 71583      /usr/X11R6/lib/X11/fonts/truetype/SUSESans-Bold.ttf
4e532000-4e5d1000 r-xs 00000000 03:04 179775     /opt/eclipse/plugins/org.eclipse.core.resources_3.0.1/resources.jar
4e6d3000-4e78a000 r-xs 00000000 03:04 179179     /opt/eclipse/plugins/org.eclipse.ant.ui_3.0.1/antui.jar
4e78a000-4e7c8000 r-xs 00000000 03:04 180855     /opt/eclipse/plugins/org.eclipse.ui.editors_3.0.1/editors.jar
4e7c8000-4e7f2000 r-xs 00000000 03:04 180445     /opt/eclipse/plugins/org.eclipse.text_3.0.1/text.jar
4e7f2000-4e889000 r-xs 00000000 03:04 179299     /opt/eclipse/plugins/org.eclipse.jface.text_3.0.1/jfacetext.jar
4e889000-4e8e6000 r-xs 00000000 03:04 180933     /opt/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.0.1/texteditor.jar
4e8e6000-4e8f2000 r-xs 00000000 03:04 178438     /opt/eclipse/plugins/org.eclipse.core.filebuffers_3.0.1/filebuffers.jar
4e8f2000-4e91e000 r-xs 00000000 03:04 180927     /opt/eclipse/plugins/org.eclipse.team.core_3.0.0/team.jar
4e91e000-4e92c000 r-xs 00000000 03:04 178469     /opt/eclipse/plugins/org.eclipse.ui.views_3.0.0/views.jar
4e92c000-4e935000 r-xs 00000000 03:04 178463     /opt/eclipse/plugins/org.eclipse.ant.core_3.0.0/antsupport.jar
4e935000-4ea2a000 r-xs 00000000 03:04 180898     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant.jar
4ea2a000-4ea2c000 r-xs 00000000 03:04 180904     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-antlr.jar
4ea2c000-4ea2f000 r-xs 00000000 03:04 180896     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-apache-bcel.jar
4ea2f000-4ea33000 r-xs 00000000 03:04 180884     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-apache-bsf.jar
4ea33000-4ea34000 r-xs 00000000 03:04 180908     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-apache-log4j.jar
4ea34000-4ea40000 r-xs 00000000 03:04 180885     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-apache-oro.jar
4ea40000-4ea41000 r-xs 00000000 03:04 180899     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-apache-regexp.jar
4ea41000-4ea42000 r-xs 00000000 03:04 180888     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-apache-resolver.jar
4ea42000-4ea43000 r-xs 00000000 03:04 180903     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-commons-logging.jar
4ea43000-4ea4c000 r-xs 00000000 03:04 180890     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-commons-net.jar
4ea4c000-4ea4f000 r-xs 00000000 03:04 180895     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-icontract.jar
4ea4f000-4ea55000 r-xs 00000000 03:04 180891     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-jai.jar
4ea55000-4ea57000 r-xs 00000000 03:04 180905     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-javamail.jar
4ea57000-4ea59000 r-xs 00000000 03:04 180889     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-jdepend.jar
4ea59000-4ea5b000 r-xs 00000000 03:04 180893     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-jmf.jar
4ea5b000-4ea61000 r-xs 00000000 03:04 180894     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-jsch.jar
4ea61000-4ea73000 r-xs 00000000 03:04 180910     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-junit.jar
4ea73000-4ea76000 r-xs 00000000 03:04 180902     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-launcher.jar
4ea76000-4ea79000 r-xs 00000000 03:04 180892     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-netrexx.jar
4ea79000-4eadd000 r-xs 00000000 03:04 180906     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-nodeps.jar
4eadd000-4eae6000 r-xs 00000000 03:04 180909     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-starteam.jar
4eae6000-4eae7000 r-xs 00000000 03:04 180901     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-stylebook.jar
4eae7000-4eae9000 r-xs 00000000 03:04 180887     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-swing.jar
4eae9000-4eafa000 r-xs 00000000 03:04 180907     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-trax.jar
4eafa000-4eb06000 r-xs 00000000 03:04 180886     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-vaj.jar
4eb06000-4eb0a000 r-xs 00000000 03:04 180900     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-weblogic.jar
4eb0a000-4eb0c000 r-xs 00000000 03:04 180897     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-xalan1.jar
4eb0c000-4eb0d000 r-xs 00000000 03:04 180883     /opt/eclipse/plugins/org.apache.ant_1.6.2/lib/ant-xslp.jar
4eb0d000-4eb1c000 r-xp 00000000 03:04 71585      /usr/X11R6/lib/X11/fonts/truetype/SUSESans-Oblique.ttf
4eb2b000-4eb2e000 r-xp 00000000 03:04 30230      /opt/gnome/lib/pango/1.4.0/modules/pango-arabic-fc.so
4eb2e000-4eb2f000 rwxp 00002000 03:04 30230      /opt/gnome/lib/pango/1.4.0/modules/pango-arabic-fc.so
4eb2f000-4eb31000 r-xp 00000000 03:04 30233      /opt/gnome/lib/pango/1.4.0/modules/pango-hangul-fc.so
4eb31000-4eb32000 rwxp 00001000 03:04 30233      /opt/gnome/lib/pango/1.4.0/modules/pango-hangul-fc.so
4ebaf000-4ebc7000 r-xp 00000000 03:04 67798      /usr/share/ghostscript/fonts/n022003l.pfb
4ebe3000-4ece9000 r-xp 00000000 03:04 121596     /usr/X11R6/lib/X11/fonts/uni/newunifont.pcf.gz
4ed7d000-4ed95000 r-xs 00000000 03:04 181020     /opt/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.0.1/refcore.jar
4ee25000-4ee91000 r-xp 00000000 03:04 69047      /usr/X11R6/lib/X11/fonts/misc/f10.pcf.gz
4ef33000-4ef53000 r-xs 00000000 03:04 179157     /opt/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.0.1/refui.jar
4ef92000-4ef99000 r-xp 00000000 03:04 73312      /usr/X11R6/lib/X11/fonts/misc/6x10.pcf.gz
4f11c000-4f136000 r-xs 00000000 03:04 179099     /opt/eclipse/plugins/org.eclipse.ui.externaltools_3.0.1/externaltools.jar
4f1c1000-4f6d9000 r-xs 00000000 03:04 178092     /opt/eclipse/plugins/org.eclipse.jdt.ui_3.0.1/jdt.jar
4f6d9000-4f9a8000 r-xs 00000000 03:04 179119     /opt/eclipse/plugins/org.eclipse.jdt.core_3.0.1/jdtcore.jar
4f9a8000-4fe84000 r-xs 00000000 03:04 78350      /usr/lib/jvm/java-1.4.2-sun-1.4.2.05/lib/tools.jar
4fe84000-4fe86000 r-xs 00000000 03:04 178562     /opt/eclipse/plugins/org.eclipse.pde.ui_3.0.1/pdeuiant.jar
4fe86000-4fe8b000 r-xs 00000000 03:04 180127     /opt/eclipse/plugins/org.eclipse.pde.build_3.0.1/lib/pdebuild-ant.jar
4fe8b000-4fe8d000 r-xs 00000000 03:04 180615     /opt/eclipse/plugins/org.eclipse.pde_3.0.1/ant_tasks/pde-ant.jar
4fe8d000-4fe8f000 r-xs 00000000 03:04 179777     /opt/eclipse/plugins/org.eclipse.core.resources_3.0.1/ant_tasks/resources-ant.jar
4fe8f000-4fe92000 r-xs 00000000 03:04 179120     /opt/eclipse/plugins/org.eclipse.jdt.core_3.0.1/jdtCompilerAdapter.jar
4fe92000-4fe95000 r-xs 00000000 03:04 179178     /opt/eclipse/plugins/org.eclipse.ant.ui_3.0.1/lib/antrunner.jar
4fe95000-4fe9c000 r-xs 00000000 03:04 179177     /opt/eclipse/plugins/org.eclipse.ant.ui_3.0.1/lib/remoteAnt.jar
4fe9c000-4fea4000 r-xs 00000000 03:04 178462     /opt/eclipse/plugins/org.eclipse.ant.core_3.0.0/lib/antsupportlib.jar
4ffa6000-50006000 r-xs 00000000 03:04 180039     /opt/eclipse/plugins/org.eclipse.search_3.0.1/search.jar
50006000-500e7000 r-xs 00000000 03:04 177679     /opt/eclipse/plugins/org.eclipse.debug.ui_3.0.1/dtui.jar
500e7000-5011f000 r-xs 00000000 03:04 179769     /opt/eclipse/plugins/org.eclipse.debug.core_3.0.1/dtcore.jar
5011f000-5012c000 r-xs 00000000 03:04 178975     /opt/eclipse/plugins/org.eclipse.core.expressions_3.0.0/expressions.jar
5012c000-5018c000 rwxs 00000000 00:06 81068039   /SYSV00000000 (deleted)
5020d000-50213000 r-xs 00000000 03:04 139963     /opt/eclipse/plugins/org.eclipse.update.scheduler_3.0.0/scheduler.jar
502de000-5030b000 r-xs 00000000 03:04 180089     /opt/eclipse/plugins/org.eclipse.jdt.launching_3.0.1/launching.jar

Heap at VM Abort:
Heap
def new generation   total 1472K, used 1347K [0x44750000, 0x448e0000, 0x44c30000)
 eden space 1344K,  90% used [0x44750000, 0x44880dd8, 0x448a0000)
 from space 128K, 100% used [0x448c0000, 0x448e0000, 0x448e0000)
 to   space 128K,   0% used [0x448a0000, 0x448a0000, 0x448c0000)
tenured generation   total 18248K, used 14070K [0x44c30000, 0x45e02000, 0x48750000)
  the space 18248K,  77% used [0x44c30000, 0x459edaf8, 0x459edc00, 0x45e02000)
compacting perm gen  total 19200K, used 19100K [0x48750000, 0x49a10000, 0x4c750000)
  the space 19200K,  99% used [0x48750000, 0x499f7218, 0x499f7400, 0x49a10000)

Local Time = Fri Nov 19 16:24:52 2004
Elapsed Time = 19
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_05-b04 mixed mode)
#
# An error report file has been saved as hs_err_pid7031.log.
# Please refer to the file for further information.
#



Back to the top