Eclipse crash

Eclipse randomly crashes on me. I've tried to reproduce the problem but it seems to be totally random. From what I've gathered it has something to do with UTF-16.so but I really have no clue. Im running GNOME 3.0 with Gnome-Shell form the testing repo. I've attached the crash log from Eclipse and the output from 'uname -a'. Thx in advance for any insight that is provided....I need eclipse for all my Java related homework and for GWT.
eclipse crash log:
# A fatal error has been detected by the Java Runtime Environment:
# SIGSEGV (0xb) at pc=0x8a2e7a4c, pid=3431, tid=3075876544
# JRE version: 6.0_24-b07
# Java VM: Java HotSpot(TM) Client VM (19.1-b02 mixed mode linux-x86 )
# Problematic frame:
# C [UTF-16.so+0xa4c] gconv+0x35c
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
--------------- T H R E A D ---------------
Current thread (0x0896d400): JavaThread "main" [_thread_in_native, id=3431, stack(0xbff3f000,0xbff8f000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=2 (SEGV_ACCERR), si_addr=0x85cdd000
Registers:
EAX=0x85cdd000, EBX=0x8a2eaff4, ECX=0x00000000, EDX=0x09382a74
ESP=0xbff8c0b0, EBP=0x85cdd002, ESI=0x09382a70, EDI=0x00000000
EIP=0x8a2e7a4c, CR2=0x85cdd000, EFLAGS=0x00210212
Register to memory mapping:
EAX=0x85cdd000
0x85cdd000 is pointing to unknown location
EBX=0x8a2eaff4
0x8a2eaff4: <offset 0x3ff4> in /usr/lib/gconv/UTF-16.so at 0x8a2e7000
ECX=0x00000000
0x00000000 is pointing to unknown location
EDX=0x09382a74
0x09382a74 is pointing to unknown location
ESP=0xbff8c0b0
0xbff8c0b0 is pointing into the stack for thread: 0x0896d400
"main" prio=10 tid=0x0896d400 nid=0xd67 runnable [0xbff8d000]
java.lang.Thread.State: RUNNABLE
EBP=0x85cdd002
0x85cdd002 is pointing to unknown location
ESI=0x09382a70
0x09382a70 is pointing to unknown location
EDI=0x00000000
0x00000000 is pointing to unknown location
Top of Stack: (sp=0xbff8c0b0)
0xbff8c0b0: 08a2d598 00000000 bff8c178 bff8c24d
0xbff8c0c0: 08c8295c 849d6028 b76c5ff4 08c8295c
0xbff8c0d0: 093a4e4c bff8c250 b758351d 9713a4b8
0xbff8c0e0: 09388f00 00000000 00000000 00000000
0xbff8c0f0: 85cdc288 09380f80 00000004 b75825a0
0xbff8c100: bff8c118 00000002 08c8a91c 093a4f14
0xbff8c110: 00000000 8a2e76f0 00000000 00000000
0xbff8c120: 093a49ec 093a4e4c bff8c144 b76c5ff4
Instructions: (pc=0x8a2e7a4c)
0x8a2e7a3c: 00 00 00 89 4c 24 60 90 8d 74 26 00 8b 7c 24 34
0x8a2e7a4c: 0f b7 08 85 ff 0f 84 29 01 00 00 66 c1 c9 08 66
Stack: [0xbff3f000,0xbff8f000], sp=0xbff8c0b0, free space=308k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [UTF-16.so+0xa4c] gconv+0x35c
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.eclipse.swt.internal.mozilla.XPCOM._NS_NewLocalFile(II[I)I+0
j org.eclipse.swt.internal.mozilla.XPCOM.NS_NewLocalFile(II[I)I+10
j org.eclipse.swt.browser.AppFileLocProvider.<init>(Ljava/lang/String;Ljava/lang/String;Z)V+94
j org.eclipse.swt.browser.Mozilla.create(Lorg/eclipse/swt/widgets/Composite;I)Z+551
j org.eclipse.swt.browser.Browser.<init>(Lorg/eclipse/swt/widgets/Composite;I)V+302
j org.eclipse.jface.internal.text.html.BrowserInformationControl.isAvailable(Lorg/eclipse/swt/widgets/Composite;)Z+12
j org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover$HoverControlCreator.doCreateInformationControl(Lorg/eclipse/swt/widgets/Shell;)Lorg/eclipse/jface/text/IInformationControl;+18
j org.eclipse.jface.text.AbstractReusableInformationControlCreator.createInformationControl(Lorg/eclipse/swt/widgets/Shell;)Lorg/eclipse/jface/text/IInformationControl;+20
j org.eclipse.jface.text.AbstractInformationControlManager.getInformationControl()Lorg/eclipse/jface/text/IInformationControl;+176
j org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(Lorg/eclipse/swt/graphics/Rectangle;Ljava/lang/Object;)V+18
j org.eclipse.jface.text.AbstractInformationControlManager.presentInformation()V+70
j org.eclipse.jface.text.AbstractHoverInformationControlManager.presentInformation()V+64
j org.eclipse.jface.text.TextViewerHoverManager.doPresentInformation()V+1
j org.eclipse.jface.text.TextViewerHoverManager$5.run()V+4
j org.eclipse.swt.widgets.RunnableLock.run()V+11
j org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29
j org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+58
j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j org.eclipse.ui.internal.Workbench.runUI()I+555
j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j org.eclipse.ui.internal.Workbench$7.run()V+55
j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18
j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2
j org.eclipse.ui.internal.ide.application.IDEApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+99
j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161
j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211
j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126
j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x09132c00 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=3517, stack(0x89c5e000,0x89caf000)]
0x8b0a1000 JavaThread "H2 Log Writer MODEL" daemon [_thread_blocked, id=3515, stack(0x89caf000,0x89d00000)]
0x08de2800 JavaThread "H2 File Lock Watchdog /media/fc0f85c1-5673-4354-92c4-04c636d8202d/home/kicsyromy/workspace/.metadata/.plugins/org.eclipse.dltk.core.index.sql.h2/model.lock.db" daemon [_thread_blocked, id=3514, stack(0x89e1d000,0x89e6e000)]
0x08f04400 JavaThread "PHP Debugger Daemon Thread - Port: 9000" daemon [_thread_in_native, id=3511, stack(0x89e6e000,0x89ebf000)]
0x08f03c00 JavaThread "PHP Debugger Daemon Thread - Port: 10000" daemon [_thread_in_native, id=3510, stack(0x89ebf000,0x89f10000)]
0x8a171400 JavaThread "Worker-5" [_thread_blocked, id=3509, stack(0x8a005000,0x8a056000)]
0x8b042c00 JavaThread "DLTK indexing" daemon [_thread_blocked, id=3508, stack(0x8ac76000,0x8acc7000)]
0x08dfc800 JavaThread "Worker-4" [_thread_blocked, id=3507, stack(0x8aaa6000,0x8aaf7000)]
0x8b4da400 JavaThread "Worker-3" [_thread_blocked, id=3506, stack(0x8ade9000,0x8ae3a000)]
0x8a99f400 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=3469, stack(0x8a265000,0x8a2b6000)]
0x08b6a400 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=3468, stack(0x8a88b000,0x8a8dc000)]
0x8b0a6400 JavaThread "Worker-2" [_thread_blocked, id=3464, stack(0x8ab03000,0x8ab54000)]
0x08f25c00 JavaThread "4895754@qtp-11419048-1 - Acceptor0 [email protected]:50313" [_thread_in_native, id=3463, stack(0x8ab54000,0x8aba5000)]
0x08ecfc00 JavaThread "26461030@qtp-11419048-0" [_thread_blocked, id=3462, stack(0x8aba5000,0x8abf6000)]
0x08d04000 JavaThread "Java indexing" daemon [_thread_blocked, id=3461, stack(0x8ad34000,0x8ad85000)]
0x08cbf000 JavaThread "Worker-1" [_thread_blocked, id=3460, stack(0x8b2bc000,0x8b30d000)]
0x08c4f800 JavaThread "Worker-0" [_thread_blocked, id=3458, stack(0x8ae75000,0x8aec6000)]
0x8b476400 JavaThread "Worker-JM" [_thread_blocked, id=3457, stack(0x8b21a000,0x8b26b000)]
0x08aff800 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=3456, stack(0x8b26b000,0x8b2bc000)]
0x08ac0000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=3454, stack(0x8b30d000,0x8b35e000)]
0x8b473c00 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=3453, stack(0x8b35e000,0x8b3af000)]
0x8b44c000 JavaThread "State Data Manager" daemon [_thread_blocked, id=3452, stack(0x8b3af000,0x8b400000)]
0x089d0400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3450, stack(0x8b5fb000,0x8b64c000)]
0x089cd800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=3449, stack(0x8b64c000,0x8b6cd000)]
0x089cc000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=3448, stack(0x8b6cd000,0x8b71e000)]
0x089be000 JavaThread "Finalizer" daemon [_thread_blocked, id=3447, stack(0x8b71e000,0x8b76f000)]
0x089b9400 JavaThread "Reference Handler" daemon [_thread_blocked, id=3446, stack(0x8b76f000,0x8b7c0000)]
=>0x0896d400 JavaThread "main" [_thread_in_native, id=3431, stack(0xbff3f000,0xbff8f000)]
Other Threads:
0x089b5800 VMThread [stack: 0x8b7c0000,0x8b841000] [id=3445]
0x089db800 WatcherThread [stack: 0x8b57a000,0x8b5fb000] [id=3451]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 26560K, used 1326K [0x8bc50000, 0x8d920000, 0x93c50000)
eden space 23616K, 5% used [0x8bc50000, 0x8bd9bab8, 0x8d360000)
from space 2944K, 0% used [0x8d360000, 0x8d360000, 0x8d640000)
to space 2944K, 0% used [0x8d640000, 0x8d640000, 0x8d920000)
tenured generation total 58912K, used 35346K [0x93c50000, 0x975d8000, 0xa3c50000)
the space 58912K, 59% used [0x93c50000, 0x95ed4a20, 0x95ed4c00, 0x975d8000)
compacting perm gen total 58112K, used 57896K [0xa3c50000, 0xa7510000, 0xb3c50000)
the space 58112K, 99% used [0xa3c50000, 0xa74da078, 0xa74da200, 0xa7510000)
No shared spaces configured.
Dynamic libraries:
08048000-0804c000 r-xp 00000000 08:01 838 /opt/eclipse/eclipse
0804c000-0804d000 rw-p 00003000 08:01 838 /opt/eclipse/eclipse
088fb000-0951b000 rw-p 00000000 00:00 0 [heap]
842c9000-842dd000 r-xp 00000000 08:01 544811 /usr/lib/libICE.so.6.3.0
842dd000-842de000 rw-p 00013000 08:01 544811 /usr/lib/libICE.so.6.3.0
842de000-842e0000 rw-p 00000000 00:00 0
842e0000-8432d000 r-xp 00000000 08:01 545523 /usr/lib/libXt.so.6.0.0
8432d000-84331000 rw-p 0004c000 08:01 545523 /usr/lib/libXt.so.6.0.0
84331000-843fa000 r-xp 00000000 08:01 544846 /usr/lib/libasound.so.2.0.0
843fa000-843fe000 rw-p 000c9000 08:01 544846 /usr/lib/libasound.so.2.0.0
843fe000-84437000 r-xp 00000000 08:01 553694 /usr/lib/libevent-2.0.so.5.0.1
84437000-84438000 rw-p 00039000 08:01 553694 /usr/lib/libevent-2.0.so.5.0.1
84438000-8448b000 r-xp 00000000 08:01 553662 /usr/lib/libhunspell-1.2.so.0.0.0
8448b000-8448f000 rw-p 00053000 08:01 553662 /usr/lib/libhunspell-1.2.so.0.0.0
8448f000-844a4000 r-xp 00000000 08:01 552655 /usr/lib/libnssutil3.so
844a4000-844a7000 rw-p 00015000 08:01 552655 /usr/lib/libnssutil3.so
844a7000-845b5000 r-xp 00000000 08:01 552651 /usr/lib/libnss3.so
845b5000-845b9000 rw-p 0010d000 08:01 552651 /usr/lib/libnss3.so
845b9000-845ba000 rw-p 00000000 00:00 0
845ba000-845dc000 r-xp 00000000 08:01 552658 /usr/lib/libsmime3.so
845dc000-845de000 rw-p 00022000 08:01 552658 /usr/lib/libsmime3.so
845de000-8460a000 r-xp 00000000 08:01 552648 /usr/lib/libssl3.so
8460a000-8460c000 rw-p 0002c000 08:01 552648 /usr/lib/libssl3.so
8460c000-84912000 r-xp 00000000 08:01 764 /usr/lib/xulrunner-2.0/libmozjs.so
84912000-8492e000 rw-p 00305000 08:01 764 /usr/lib/xulrunner-2.0/libmozjs.so
8492e000-849c8000 r-xp 00000000 08:01 546621 /usr/lib/libsqlite3.so.0.8.6
849c8000-849cb000 rw-p 00099000 08:01 546621 /usr/lib/libsqlite3.so.0.8.6
849cb000-858b3000 r-xp 00000000 08:01 766 /usr/lib/xulrunner-2.0/libxul.so
858b3000-859df000 rw-p 00ee8000 08:01 766 /usr/lib/xulrunner-2.0/libxul.so
859df000-85a12000 rw-p 00000000 00:00 0
85a12000-85af4000 r-xp 00000000 08:01 528494 /usr/lib/libstdc++.so.6.0.16
85af4000-85af8000 r--p 000e1000 08:01 528494 /usr/lib/libstdc++.so.6.0.16
85af8000-85af9000 rw-p 000e5000 08:01 528494 /usr/lib/libstdc++.so.6.0.16
85af9000-85b00000 rw-p 00000000 00:00 0
85b00000-85b70000 rw-p 00000000 00:00 0
85b70000-85c00000 ---p 00000000 00:00 0
85c03000-85c40000 r-xp 00000000 08:01 548335 /usr/lib/libjpeg.so.8.0.2
85c40000-85c41000 rw-p 0003d000 08:01 548335 /usr/lib/libjpeg.so.8.0.2
85c41000-85c51000 rw-p 00000000 00:00 0
85c51000-85c81000 r-xp 00000000 08:01 552644 /usr/lib/libnspr4.so
85c81000-85c83000 rw-p 0002f000 08:01 552644 /usr/lib/libnspr4.so
85c83000-85c84000 rw-p 00000000 00:00 0
85ca2000-85cbe000 r-xp 00000000 08:01 528515 /usr/lib/libgcc_s.so.1
85cbe000-85cbf000 rw-p 0001b000 08:01 528515 /usr/lib/libgcc_s.so.1
85cc4000-85cdc000 r-xp 00000000 08:01 262609 /home/kicsyromy/.eclipse/org.eclipse.platform_3.6.1_1473617060/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-mozilla-gtk-3655.so
85cdc000-85cdd000 rw-p 00018000 08:01 262609 /home/kicsyromy/.eclipse/org.eclipse.platform_3.6.1_1473617060/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-mozilla-gtk-3655.so
85cdd000-85ce0000 ---p 00000000 00:00 0
85ce0000-85d2e000 rwxp 00000000 00:00 0
85d2e000-85d31000 ---p 00000000 00:00 0
85d31000-85d7f000 rwxp 00000000 00:00 0
85d7f000-85d82000 ---p 00000000 00:00 0
85d82000-85dd0000 rwxp 00000000 00:00 0
85dd0000-85dd3000 ---p 00000000 00:00 0
85dd3000-85e21000 rwxp 00000000 00:00 0
85e21000-85e2f000 r-xp 00000000 08:01 130750 /lib/libudev.so.0.11.1
85e2f000-85e30000 rw-p 0000e000 08:01 130750 /lib/libudev.so.0.11.1
85e30000-85e6b000 r-xp 00000000 08:01 543501 /usr/lib/libdbus-1.so.3.5.3
85e6b000-85e6c000 r--p 0003b000 08:01 543501 /usr/lib/libdbus-1.so.3.5.3
85e6c000-85e6d000 rw-p 0003c000 08:01 543501 /usr/lib/libdbus-1.so.3.5.3
85e6d000-85e97000 r-xp 00000000 08:01 549513 /usr/lib/gio/modules/libgvfsdbus.so
85e97000-85e98000 rw-p 00029000 08:01 549513 /usr/lib/gio/modules/libgvfsdbus.so
85e98000-865cd000 r--p 00000000 08:01 701103 /usr/share/icons/hicolor/icon-theme.cache
865cd000-89bcb000 r--p 00000000 08:01 813188 /usr/share/icons/gnome/icon-theme.cache
89bcb000-89c0d000 r--s 0043d000 08:01 261814 /opt/eclipse/configuration/org.eclipse.osgi/bundles/305/1/.cp/libs/gwt-dev-tools.jar
89c0d000-89c10000 ---p 00000000 00:00 0
89c10000-89c5e000 rwxp 00000000 00:00 0
89c5e000-89c61000 ---p 00000000 00:00 0
89c61000-89caf000 rwxp 00000000 00:00 0
89caf000-89cb2000 ---p 00000000 00:00 0
89cb2000-89d00000 rwxp 00000000 00:00 0
89d00000-89dfb000 rw-p 00000000 00:00 0
89dfb000-89e00000 ---p 00000000 00:00 0
89e06000-89e1c000 r-xp 00000000 08:01 549511 /usr/lib/libgvfscommon.so.0.0.0
89e1c000-89e1d000 rw-p 00016000 08:01 549511 /usr/lib/libgvfscommon.so.0.0.0
89e1d000-89e20000 ---p 00000000 00:00 0
89e20000-89e6e000 rwxp 00000000 00:00 0
89e6e000-89e71000 ---p 00000000 00:00 0
89e71000-89ebf000 rwxp 00000000 00:00 0
89ebf000-89ec2000 ---p 00000000 00:00 0
89ec2000-89f10000 rwxp 00000000 00:00 0
89f10000-89f59000 r--s 003b8000 08:01 7018 /opt/eclipse/plugins/org.eclipse.pde.ui_3.6.1.v20100810_r361.jar
89f59000-89fa2000 r-xp 00000000 08:01 548788 /usr/lib/libORBit-2.so.0.1.0
89fa2000-89fac000 rw-p 00048000 08:01 548788 /usr/lib/libORBit-2.so.0.1.0
89fac000-8a005000 r--s 00368000 08:01 8111 /opt/eclipse/plugins/org.eclipse.wb.core_0.9.0.r36x201102111430.jar
8a005000-8a008000 ---p 00000000 00:00 0
8a008000-8a056000 rwxp 00000000 00:00 0
8a056000-8a0a0000 r--s 003bb000 08:01 8442 /opt/eclipse/plugins/org.eclipse.dltk.ui_2.0.0.v20100909-1720.jar
8a0a0000-8a100000 rw-s 00000000 00:04 1409028 /SYSV00000000 (deleted)
8a100000-8a1fd000 rw-p 00000000 00:00 0
8a1fd000-8a200000 ---p 00000000 00:00 0
8a200000-8a206000 r-xp 00000000 08:01 544819 /usr/lib/libSM.so.6.0.1
8a206000-8a207000 rw-p 00005000 08:01 544819 /usr/lib/libSM.so.6.0.1
8a207000-8a20e000 r-xp 00000000 08:01 548901 /usr/lib/libstartup-notification-1.so.0.0.0
8a20e000-8a20f000 rw-p 00006000 08:01 548901 /usr/lib/libstartup-notification-1.so.0.0.0
8a20f000-8a229000 r--s 00000000 08:01 661693 /usr/share/mime/mime.cache
8a229000-8a246000 r--s 0017a000 08:01 8162 /opt/eclipse/plugins/org.eclipse.team.cvs.ui_3.3.301.R36x_v20100825-0800.jar
8a246000-8a265000 r--s 0016b000 08:01 8250 /opt/eclipse/plugins/org.eclipse.mylyn.tasks.ui_3.4.2.v20100902-0100-e3x.jar
8a265000-8a268000 ---p 00000000 00:00 0
8a268000-8a2b6000 rwxp 00000000 00:00 0
8a2b6000-8a2d2000 r--s 00141000 08:01 8173 /opt/eclipse/plugins/org.eclipse.team.ui_3.5.101.R36x_v20100825-0800.jar
8a2d6000-8a2db000 r-xp 00000000 08:01 261133 /opt/eclipse/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-xpcominit-gtk-3655.so
8a2db000-8a2dd000 rw-p 00005000 08:01 261133 /opt/eclipse/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-xpcominit-gtk-3655.so
8a2dd000-8a2e1000 r--s 0001d000 08:01 8228 /opt/eclipse/plugins/org.eclipse.ui.externaltools_3.2.0.v20100427.jar
8a2e1000-8a2e7000 r--s 00032000 08:01 8339 /opt/eclipse/plugins/org.eclipse.mylyn.context.ui_3.4.1.v20100909-0100-e3x.jar
8a2e7000-8a2ea000 r-xp 00000000 08:01 524531 /usr/lib/gconv/UTF-16.so
8a2ea000-8a2eb000 r--p 00002000 08:01 524531 /usr/lib/gconv/UTF-16.so
8a2eb000-8a2ec000 rw-p 00003000 08:01 524531 /usr/lib/gconv/UTF-16.so
8a2ec000-8a323000 r--p 00000000 08:01 654694 /usr/share/fonts/TTF/DejaVuSansMono-BoldOblique.ttf
8a323000-8a35c000 r--p 00000000 08:01 654682 /usr/share/fonts/TTF/DejaVuSansMono-Oblique.ttf
8a35c000-8a3a7000 r--p 00000000 08:01 654680 /usr/share/fonts/TTF/DejaVuSansMono-Bold.ttf
8a3a7000-8a400000 r--p 00000000 08:01 661057 /usr/share/fonts/ubuntu-font-family/Ubuntu-BI.ttf
8a400000-8a4ff000 rw-p 00000000 00:00 0
8a4ff000-8a500000 ---p 00000000 00:00 0
8a501000-8a504000 r-xp 00000000 08:01 130707 /lib/libuuid.so.1.3.0
8a504000-8a505000 rw-p 00002000 08:01 130707 /lib/libuuid.so.1.3.0
8a505000-8a508000 r--s 00012000 08:01 8313 /opt/eclipse/plugins/org.eclipse.jdt.core.manipulation_1.3.0.v20100520-0800.jar
8a508000-8a50f000 r--s 00048000 08:01 8130 /opt/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.5.100.v20100526-0800.jar
8a50f000-8a519000 r--s 00066000 08:01 8286 /opt/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.5.0.v20100526-0800.jar
8a519000-8a523000 r--s 0011b000 08:01 8436 /opt/eclipse/plugins/org.h2_1.1.117.v20091003-1000.jar
8a523000-8a583000 r--p 00000000 08:01 661063 /usr/share/fonts/ubuntu-font-family/Ubuntu-RI.ttf
8a583000-8a5d6000 r--p 00000000 08:01 661056 /usr/share/fonts/ubuntu-font-family/Ubuntu-B.ttf
8a5d6000-8a600000 r--s 00223000 08:01 8461 /opt/eclipse/plugins/org.eclipse.php.ui_2.2.1.v20100822-1200.jar
8a600000-8a6f6000 rw-p 00000000 00:00 0
8a6f6000-8a700000 ---p 00000000 00:00 0
8a703000-8a708000 r--s 00044000 08:01 8282 /opt/eclipse/plugins/org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
8a708000-8a70c000 r--s 00024000 08:01 8232 /opt/eclipse/plugins/org.eclipse.ui.console_3.5.0.v20100526.jar
8a70c000-8a70f000 r-xp 00000000 08:01 543803 /usr/lib/libxcb-atom.so.1.0.0
8a70f000-8a710000 rw-p 00002000 08:01 543803 /usr/lib/libxcb-atom.so.1.0.0
8a710000-8a719000 r--s 0005d000 08:01 8227 /opt/eclipse/plugins/org.eclipse.wst.sse.core_1.1.502.v201008311901.jar
8a719000-8a72b000 r--s 000d3000 08:01 8169 /opt/eclipse/plugins/org.eclipse.wst.sse.ui_1.2.2.v201008232126.jar
8a72b000-8a72f000 r--s 0001a000 08:01 8426 /opt/eclipse/plugins/org.eclipse.wst.xsl.debug.ui_1.0.100.v201004290328.jar
8a72f000-8a741000 r--s 000b8000 08:01 8473 /opt/eclipse/plugins/org.eclipse.wst.server.ui_1.1.205.v20100908.jar
8a741000-8a746000 r--s 00025000 08:01 8468 /opt/eclipse/plugins/org.eclipse.wst.jsdt.debug.ui_1.0.1.v201008170101.jar
8a746000-8a749000 r--s 0001d000 08:01 8458 /opt/eclipse/plugins/org.eclipse.php.server.ui_2.2.0.v20100505-0800.jar
8a749000-8a753000 r--s 00067000 08:01 8452 /opt/eclipse/plugins/org.eclipse.php.debug.ui_2.2.0.v20100822-0100.jar
8a753000-8a75c000 r--s 0005a000 08:01 7014 /opt/eclipse/plugins/org.eclipse.pde.api.tools.ui_1.0.201.v20100820_r361.jar
8a75c000-8a792000 r-xp 00000000 08:01 548895 /usr/lib/libgconf-2.so.4.1.5
8a792000-8a795000 rw-p 00036000 08:01 548895 /usr/lib/libgconf-2.so.4.1.5
8a795000-8a79e000 r--s 00142000 08:01 7020 /opt/eclipse/plugins/com.google.gdt.eclipse.core_2.2.0.v201102111811.jar
8a79e000-8a7cf000 r--s 00240000 08:01 8155 /opt/eclipse/plugins/org.eclipse.debug.ui_3.6.1.v20100901_r361.jar
8a7cf000-8a7d2000 r-xp 00000000 08:01 552643 /usr/lib/libplc4.so
8a7d2000-8a7d3000 rw-p 00002000 08:01 552643 /usr/lib/libplc4.so
8a7d3000-8a7da000 r--s 00052000 08:01 8126 /opt/eclipse/plugins/org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar
8a7da000-8a7ed000 r--s 000dc000 08:01 8131 /opt/eclipse/plugins/org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar
8a7ed000-8a7f9000 r--s 00082000 08:01 8387 /opt/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar
8a7f9000-8a88b000 r--s 008f6000 08:01 8379 /opt/eclipse/plugins/org.eclipse.jdt.ui_3.6.1.r361_v20100825-0800.jar
8a88b000-8a88e000 ---p 00000000 00:00 0
8a88e000-8a8dc000 rwxp 00000000 00:00 0
8a8df000-8a8ed000 r--s 0007f000 08:01 8488 /opt/eclipse/plugins/org.eclipse.wb.core.lib_0.9.0.r36x201102111430/lib/commons-collections-3.2.1.jar
8a8f0000-8a8f9000 r--s 00037000 08:01 8493 /opt/eclipse/plugins/org.eclipse.wb.core.lib_0.9.0.r36x201102111430/lib/commons-primitives-1.0.jar
8a8f9000-8a8fd000 r--s 00022000 08:01 8312 /opt/eclipse/plugins/org.eclipse.mylyn.java.ui_3.4.0.v20100608-0100-e3x.jar
8a900000-8a9f9000 rw-p 00000000 00:00 0
8a9f9000-8aa00000 ---p 00000000 00:00 0
8aa00000-8aa05000 r--s 00021000 08:01 8172 /opt/eclipse/plugins/org.eclipse.ui_3.6.1.M20100826-1330.jar
8aa05000-8aa0f000 r-xp 00000000 08:01 261132 /opt/eclipse/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-cairo-gtk-3655.so
8aa0f000-8aa10000 rw-p 00009000 08:01 261132 /opt/eclipse/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-cairo-gtk-3655.so
8aa13000-8aa16000 rw-s 00000000 00:04 1376259 /SYSV00000000 (deleted)
8aa16000-8aa1b000 r-xp 00000000 08:01 654692 /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
8aa1b000-8aa1c000 rw-p 00005000 08:01 654692 /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
8aa1e000-8aa27000 r--s 0006b000 08:01 8485 /opt/eclipse/plugins/org.eclipse.wb.core.lib_0.9.0.r36x201102111430/lib/MVEL-fork.jar
8aa27000-8aa3d000 r--s 000fa000 08:01 8495 /opt/eclipse/plugins/org.eclipse.wb.core.lib_0.9.0.r36x201102111430/lib/guava-r08.jar
8aa3d000-8aa5d000 r--s 0016c000 08:01 7021 /opt/eclipse/plugins/com.google.gdt.eclipse.designer_2.2.0.r36x201102111505.jar
8aa5f000-8aa76000 r--s 00127000 08:01 8191 /opt/eclipse/plugins/org.apache.xerces_2.9.0.v201005080400.jar
8aa76000-8aa92000 r--s 00278000 08:01 8444 /opt/eclipse/plugins/org.eclipse.php.core_2.2.1.v20100822-1200.jar
8aa92000-8aa9a000 r--s 0004c000 08:01 8220 /opt/eclipse/plugins/org.eclipse.debug.core_3.6.0.v20100519.jar
8aa9a000-8aaa6000 r--s 0007e000 08:01 8448 /opt/eclipse/plugins/org.eclipse.php.debug.core_2.2.0.v20100822-0100.jar
8aaa6000-8aaa9000 ---p 00000000 00:00 0
8aaa9000-8aaf7000 rwxp 00000000 00:00 0
8aaf7000-8aafb000 r--s 00028000 08:01 7038 /opt/eclipse/plugins/com.google.gdt.eclipse.suite_2.2.0.v201102111811.jar
8aafd000-8ab01000 r-xp 00000000 08:01 261406 /opt/eclipse/configuration/org.eclipse.osgi/bundles/333/1/.cp/os/linux/x86/libwbp.so
8ab01000-8ab02000 r--p 00003000 08:01 261406 /opt/eclipse/configuration/org.eclipse.osgi/bundles/333/1/.cp/os/linux/x86/libwbp.so
8ab02000-8ab03000 rw-p 00004000 08:01 261406 /opt/eclipse/configuration/org.eclipse.osgi/bundles/333/1/.cp/os/linux/x86/libwbp.so
8ab03000-8ab06000 ---p 00000000 00:00 0
8ab06000-8ab54000 rwxp 00000000 00:00 0
8ab54000-8ab57000 ---p 00000000 00:00 0
8ab57000-8aba5000 rwxp 00000000 00:00 0
8aba5000-8aba8000 ---p 00000000 00:00 0
8aba8000-8abf6000 rwxp 00000000 00:00 0
8abf7000-8abfb000 r--s 0000d000 08:01 8687 /opt/eclipse/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/jdi.jar
8abfb000-8ac07000 r--s 0005a000 08:01 8114 /opt/eclipse/plugins/org.eclipse.wb.core.xml_0.9.0.r36x201102111443.jar
8ac07000-8ac0b000 r--s 00044000 08:01 8274 /opt/eclipse/plugins/org.eclipse.jdt.launching_3.5.100.v20100526.jar
8ac0b000-8ac14000 r--s 0005b000 08:01 8226 /opt/eclipse/plugins/org.eclipse.jdt.junit_3.6.1.r361_v20100825-0800.jar
8ac14000-8ac2e000 r--s 0012c000 08:01 8211 /opt/eclipse/plugins/org.eclipse.jdt.debug.ui_3.5.0.v20100602-0830.jar
8ac2e000-8ac3d000 r--s 000da000 08:01 8198 /opt/eclipse/plugins/org.eclipse.ant.ui_3.5.0.v20100427.jar
8ac3d000-8ac4a000 r--s 000be000 08:01 8686 /opt/eclipse/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/jdimodel.jar
8ac4a000-8ac5b000 r--s 004f7000 08:01 7039 /opt/eclipse/plugins/com.google.gwt.eclipse.core_2.2.0.v201102111811.jar
8ac5d000-8ac63000 r--s 0003e000 08:01 8441 /opt/eclipse/plugins/org.eclipse.dltk.launching_2.0.0.v20100806-1245.jar
8ac63000-8ac6b000 r--s 00045000 08:01 7022 /opt/eclipse/plugins/com.google.gdt.eclipse.designer.UiBinder_2.2.0.r36x201102111505.jar
8ac6b000-8ac70000 r--s 0002d000 08:01 261834 /opt/eclipse/configuration/org.eclipse.osgi/bundles/286/1/.cp/lib/ant_stripped.jar
8ac70000-8ac76000 r--s 00041000 08:01 261833 /opt/eclipse/configuration/org.eclipse.osgi/bundles/286/1/.cp/lib/htmlparser.jar
8ac76000-8ac79000 ---p 00000000 00:00 0
8ac79000-8acc7000 rwxp 00000000 00:00 0
8acc7000-8acd1000 r--s 00089000 08:01 8285 /opt/eclipse/plugins/org.eclipse.update.core_3.2.402.R36x_v20100629.jar
8acd1000-8acd2000 r--s 00007000 08:01 8280 /opt/eclipse/plugins/org.eclipse.update.scheduler_3.2.300.v20100512.jar
8acd2000-8acd6000 r--s 00017000 08:01 8197 /opt/eclipse/plugins/org.eclipse.mylyn.team.ui_3.4.2.v20100909-0100-e3x.jar
8acd6000-8acf2000 r--s 0016f000 08:01 8438 /opt/eclipse/plugins/org.eclipse.dltk.core_2.0.1.v20100806-1245.jar
8acf2000-8acf5000 r--s 00018000 08:01 8121 /opt/eclipse/plugins/org.eclipse.mylyn.context.core_3.4.1.v20100909-0100-e3x.jar
8acf5000-8acfa000 r--s 0002d000 08:01 8327 /opt/eclipse/plugins/org.eclipse.mylyn.bugzilla.ui_3.4.2.v20100909-0100-e3x.jar
8acfa000-8acfe000 r--s 00031000 08:01 8132 /opt/eclipse/plugins/org.eclipse.mylyn.bugzilla.core_3.4.2.v20100902-0100-e3x.jar
8acfe000-8ad07000 r--s 00059000 08:01 8167 /opt/eclipse/plugins/org.eclipse.mylyn.commons.ui_3.4.0.v20100608-0100-e3x.jar
8ad07000-8ad0e000 r--s 00094000 08:01 706029 /opt/java/jre/lib/jsse.jar
8ad0e000-8ad14000 r--s 00049000 08:01 8348 /opt/eclipse/plugins/org.apache.commons.httpclient_3.1.0.v201005080502.jar
8ad14000-8ad16000 r--s 0000f000 08:01 8360 /opt/eclipse/plugins/org.eclipse.mylyn.commons.net_3.4.1.v20100625-2100-e3x.jar
8ad17000-8ad1a000 r-xp 00000000 08:01 765 /usr/lib/xulrunner-2.0/libxpcom.so
8ad1a000-8ad1b000 rw-p 00002000 08:01 765 /usr/lib/xulrunner-2.0/libxpcom.so
8ad1b000-8ad1f000 r--s 00035000 08:01 805546 /opt/java/jre/lib/ext/sunpkcs11.jar
8ad1f000-8ad21000 r-xp 00000000 08:01 130592 /lib/libutil-2.13.so
8ad21000-8ad22000 r--p 00001000 08:01 130592 /lib/libutil-2.13.so
8ad22000-8ad23000 rw-p 00002000 08:01 130592 /lib/libutil-2.13.so
8ad23000-8ad28000 r--s 00021000 08:01 7019 /opt/eclipse/plugins/com.google.appengine.eclipse.core_2.2.0.v201102111811.jar
8ad28000-8ad30000 r--s 00052000 08:01 8302 /opt/eclipse/plugins/org.eclipse.mylyn.tasks.core_3.4.1.v20100730-0100-e3x.jar
8ad32000-8ad34000 r--s 00007000 08:01 8178 /opt/eclipse/plugins/org.eclipse.jsch.core_1.1.200.I20100505-1245.jar
8ad34000-8ad37000 ---p 00000000 00:00 0
8ad37000-8ad85000 rwxp 00000000 00:00 0
8ad85000-8ad8d000 r--s 00115000 08:01 706006 /opt/java/jre/lib/resources.jar
8ad8d000-8ad92000 r--s 00038000 08:01 8300 /opt/eclipse/plugins/org.eclipse.text_3.5.0.v20100601-1300.jar
8ad95000-8adbe000 r--s 00425000 08:01 8294 /opt/eclipse/plugins/org.eclipse.jdt.core_3.6.1.v_A68_R36x.jar
8adbe000-8adc3000 r--s 00040000 08:01 8491 /opt/eclipse/plugins/org.eclipse.wb.core.lib_0.9.0.r36x201102111430/lib/commons-lang-2.5.jar
8adc3000-8adc6000 r--s 0000a000 08:01 8174 /opt/eclipse/plugins/org.eclipse.mylyn.monitor.ui_3.4.0.v20100608-0100-e3x.jar
8adc6000-8adc8000 r-xp 00000000 08:01 543805 /usr/lib/libxcb-event.so.1.0.0
8adc8000-8adc9000 rw-p 00001000 08:01 543805 /usr/lib/libxcb-event.so.1.0.0
8adc9000-8add4000 r--s 0007d000 08:01 8279 /opt/eclipse/plugins/org.eclipse.ui.editors_3.6.1.r361_v20100825-0800.jar
8add6000-8addd000 r--s 00050000 08:01 8146 /opt/eclipse/plugins/org.eclipse.wst.server.core_1.1.204.v20100908.jar
8addd000-8ade6000 r--s 00056000 08:01 8384 /opt/eclipse/plugins/org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar
8ade6000-8ade8000 r-xp 00000000 08:01 543802 /usr/lib/libxcb-aux.so.0.0.0
8ade8000-8ade9000 rw-p 00001000 08:01 543802 /usr/lib/libxcb-aux.so.0.0.0
8ade9000-8adec000 ---p 00000000 00:00 0
8adec000-8ae3a000 rwxp 00000000 00:00 0
8ae3a000-8ae43000 r-xp 00000000 08:01 261131 /opt/eclipse/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-atk-gtk-3655.so
8ae43000-8ae44000 rw-p 00008000 08:01 261131 /opt/eclipse/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-atk-gtk-3655.so
8ae44000-8ae65000 r--s 00607000 08:01 8343 /opt/eclipse/plugins/com.ibm.icu_4.2.1.v20100412.jar
8ae65000-8ae67000 r-xp 00000000 08:01 552642 /usr/lib/libplds4.so
8ae67000-8ae68000 rw-p 00001000 08:01 552642 /usr/lib/libplds4.so
8ae68000-8ae72000 r--s 00084000 08:01 8380 /opt/eclipse/plugins/org.eclipse.team.cvs.core_3.3.300.I20100526-0800.jar
8ae72000-8ae75000 r--s 00013000 08:01 705991 /opt/java/jre/lib/jce.jar
8ae75000-8ae78000 ---p 00000000 00:00 0
8ae78000-8aec6000 rwxp 00000000 00:00 0
8aec7000-8aec9000 r--s 00007000 08:01 8456 /opt/eclipse/plugins/org.eclipse.php.server.core_2.2.0.v20100410-0300.jar
8aec9000-8aecb000 r-xp 00000000 08:01 261413 /opt/eclipse/configuration/org.eclipse.osgi/bundles/41/1/.cp/os/linux/x86/libunixfile_1_0_0.so
8aecb000-8aecc000 rw-p 00001000 08:01 261413 /opt/eclipse/configuration/org.eclipse.osgi/bundles/41/1/.cp/os/linux/x86/libunixfile_1_0_0.so
8aecc000-8aece000 r--s 00005000 08:01 8381 /opt/eclipse/plugins/org.eclipse.mylyn.commons.core_3.4.0.v20100608-0100-e3x.jar
8aece000-8aed9000 r--s 000b1000 08:01 8152 /opt/eclipse/plugins/org.eclipse.core.resources_3.6.0.R36x_v20100825-0600.jar
8aed9000-8aeff000 r--s 0020a000 08:01 8365 /opt/eclipse/plugins/org.eclipse.ui.ide_3.6.1.M20100825-0800.jar
8aeff000-8af4e000 r--p 00000000 08:01 654678 /usr/share/fonts/TTF/DejaVuSansMono.ttf
8af4e000-8afa6000 r--p 00000000 08:01 661062 /usr/share/fonts/ubuntu-font-family/Ubuntu-R.ttf
8afa6000-8afb6000 r--s 00000000 08:01 918695 /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-le32d4.cache-3
8afb6000-8afbf000 r--s 00000000 08:01 918690 /var/cache/fontconfig/5a02e0a9ca9b27d0aa4bd0c42ba2438d-le32d4.cache-3
8afbf000-8b000000 r--s 00000000 08:01 918687 /var/cache/fontconfig/17090aa38d5c6f09fb8c5c354938f1d7-le32d4.cache-3
8b000000-8b0ff000 rw-p 00000000 00:00 0
8b0ff000-8b100000 ---p 00000000 00:00 0
8b100000-8b101000 r-xp 00000000 08:01 763 /usr/lib/xulrunner-2.0/libmozalloc.so
8b101000-8b102000 rw-p 00000000 08:01 763 /usr/lib/xulrunner-2.0/libmozalloc.so
8b102000-8b104000 r--s 00000000 08:01 918696 /var/cache/fontconfig/5dac49e74d8a3622eea6c94592a6c625-le32d4.cache-3
8b104000-8b10a000 r--s 00000000 08:01 918689 /var/cache/fontconfig/d62e99ef547d1d24cdb1bd22ec1a2976-le32d4.cache-3
8b10a000-8b14b000 r--s 00000000 08:01 918686 /var/cache/fontconfig/df311e82a1a24c41a75c2c930223552e-le32d4.cache-3
8b14b000-8b14f000 r-xp 00000000 08:01 544807 /usr/lib/libXtst.so.6.1.0
8b14f000-8b150000 rw-p 00003000 08:01 544807 /usr/lib/libXtst.so.6.1.0
8b150000-8b151000 r--s 00008000 08:01 8373 /opt/eclipse/plugins/org.eclipse.mylyn.monitor.core_3.4.0.v20100608-0100-e3x.jar
8b151000-8b16a000 r--s 00000000 08:01 918688 /var/cache/fontconfig/f6b893a7224233d96cb72fd88691c0b4-le32d4.cache-3
8b16a000-8b16e000 rwxp 00000000 00:00 0
8b16e000-8b1c7000 r-xp 00000000 08:01 261130 /opt/eclipse/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-pi-gtk-3655.so
8b1c7000-8b1c9000 rw-p 00058000 08:01 261130 /opt/eclipse/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-pi-gtk-3655.so
8b1c9000-8b1ca000 rw-p 00000000 00:00 0
8b1ca000-8b1cd000 r-xp 00000000 08:01 261129 /opt/eclipse/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-gtk-3655.so
8b1cd000-8b1ce000 rw-p 00002000 08:01 261129 /opt/eclipse/configuration/org.eclipse.osgi/bundles/206/1/.cp/libswt-gtk-3655.so
8b1ce000-8b1cf000 rw-p 00000000 00:00 0
8b1d0000-8b1d3000 r--s 00024000 08:01 8490 /opt/eclipse/plugins/org.eclipse.wb.core.lib_0.9.0.r36x201102111430/lib/commons-io-2.0.1.jar
8b1d3000-8b21a000 r--s 003ab000 08:01 8196 /opt/eclipse/plugins/org.eclipse.ui.workbench_3.6.1.M20100826-1330.jar
8b21a000-8b21d000 ---p 00000000 00:00 0
8b21d000-8b26b000 rwxp 00000000 00:00 0
8b26b000-8b26e000 ---p 00000000 00:00 0
8b26e000-8b2bc000 rwxp 00000000 00:00 0
8b2bc000-8b2bf000 ---p 00000000 00:00 0
8b2bf000-8b30d000 rwxp 00000000 00:00 0
8b30d000-8b310000 ---p 00000000 00:00 0
8b310000-8b35e000 rwxp 00000000 00:00 0
8b35e000-8b361000 ---p 00000000 00:00 0
8b361000-8b3af000 rwxp 00000000 00:00 0
8b3af000-8b3b2000 ---p 00000000 00:00 0
8b3b2000-8b400000 rwxp 00000000 00:00 0
8b400000-8b4fc000 rw-p 00000000 00:00 0
8b4fc000-8b500000 ---p 00000000 00:00 0
8b500000-8b501000 r--s 00000000 08:01 918691 /var/cache/fontconfig/6ba42ae0000f58711b5caaf10d690066-le32d4.cache-3
8b502000-8b503000 r--s 00004000 08:01 8450 /opt/eclipse/plugins/org.eclipse.php.debug.daemon_2.2.0.v20100410-0300.jar
8b503000-8b506000 r--s 0000e000 08:01 8144 /opt/eclipse/plugins/org.eclipse.mylyn.tasks.search_3.4.0.v20100608-0100-e3x.jar
8b506000-8b51b000 r--s 00212000 08:01 8177 /opt/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.6.1.v3655c.jar
8b51b000-8b530000 r--s 000f1000 08:01 8366 /opt/eclipse/plugins/org.eclipse.jface_3.6.1.M20100825-0800.jar
8b530000-8b532000 r--s 00001000 08:01 8511 /opt/eclipse/plugins/org.eclipse.ui.workbench.compatibility_3.2.100.I20100511-0800/compatibility.jar
8b532000-8b534000 r--s 00001000 08:01 805548 /opt/java/jre/lib/ext/dnsns.jar
8b534000-8b535000 r--s 0000a000 08:01 8224 /opt/eclipse/plugins/org.apache.commons.logging_1.0.4.v200904062259.jar
8b536000-8b53d000 r--s 0003c000 08:01 8189 /opt/eclipse/plugins/org.eclipse.wst.common.snippets_1.2.1.v201008251905.jar
8b53d000-8b53e000 r--s 00004000 08:01 8170 /opt/eclipse/plugins/org.eclipse.mylyn.team.cvs_3.4.1.v20100909-0100-e3x.jar
8b53e000-8b540000 r--s 00017000 08:01 8160 /opt/eclipse/plugins/org.eclipse.update.configurator_3.3.100.v20100512.jar
8b540000-8b543000 r--s 00027000 08:01 805544 /opt/java/jre/lib/ext/sunjce_provider.jar
8b543000-8b544000 r--s 00002000 08:01 142215 /opt/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.3.0.v20100520/runtime_registry_compatibility.jar
8b544000-8b548000 r--s 00029000 08:01 8291 /opt/eclipse/plugins/org.eclipse.equinox.registry_3.5.0.v20100503.jar
8b548000-8b54a000 r--s 0000a000 08:01 8118 /opt/eclipse/plugins/org.eclipse.wb.os.linux_0.9.0.r36x201102111430.jar
8b54a000-8b54c000 r--s 00008000 08:01 8314 /opt/eclipse/plugins/org.eclipse.epp.usagedata.gathering_1.3.0.R201005261100.jar
8b54c000-8b553000 r-xp 00000000 08:01 706053 /opt/java/jre/lib/i386/libnio.so
8b553000-8b554000 rw-p 00006000 08:01 706053 /opt/java/jre/lib/i386/libnio.so
8b554000-8b568000 r-xp 00000000 08:01 706054 /opt/java/jre/lib/i386/libnet.so
8b568000-8b569000 rw-p 00013000 08:01 706054 /opt/java/jre/lib/i386/libnet.so
8b569000-8b57a000 r--s 00108000 08:01 8290 /opt/eclipse/plugins/org.eclipse.osgi_3.6.1.R36x_v20100806.jar
8b57a000-8b57b000 ---p 00000000 00:00 0
8b57b000-8b5fb000 rwxp 00000000 00:00 0
8b5fb000-8b5fe000 ---p 00000000 00:00 0
8b5fe000-8b64c000 rwxp 00000000 00:00 0
8b64c000-8b64f000 ---p 00000000 00:00 0
8b64f000-8b6cd000 rwxp 00000000 00:00 0
8b6cd000-8b6d0000 ---p 00000000 00:00 0
8b6d0000-8b71e000 rwxp 00000000 00:00 0
8b71e000-8b721000 ---p 00000000 00:00 0
8b721000-8b76f000 rwxp 00000000 00:00 0
8b76f000-8b772000 ---p 00000000 00:00 0
8b772000-8b7c0000 rwxp 00000000 00:00 0
8b7c0000-8b7c1000 ---p 00000000 00:00 0
8b7c1000-8b841000 rwxp 00000000 00:00 0
8b841000-8b875000 rw-p 00000000 00:00 0
8b875000-8ba0d000 r--s 03027000 08:01 706000 /opt/java/jre/lib/rt.jar
8ba0d000-8ba2a000 rw-p 00000000 00:00 0
8ba2a000-8ba8e000 rw-p 00000000 00:00 0
8ba8e000-8baab000 rw-p 00000000 00:00 0
8baab000-8bb0f000 rw-p 00000000 00:00 0
8bb0f000-8bb1e000 rw-p 00000000 00:00 0
8bb1e000-8bb4f000 rw-p 00000000 00:00 0
8bb4f000-8bb6c000 rw-p 00000000 00:00 0
8bb6c000-8bbcf000 rw-p 00000000 00:00 0
8bbcf000-8bbec000 rw-p 00000000 00:00 0
8bbec000-8bc4f000 rw-p 00000000 00:00 0
8bc4f000-8d920000 rw-p 00000000 00:00 0
8d920000-93c50000 rw-p 00000000 00:00 0
93c50000-975d8000 rw-p 00000000 00:00 0
975d8000-a3c50000 rw-p 00000000 00:00 0
a3c50000-a7510000 rw-p 00000000 00:00 0
a7510000-b3c50000 rw-p 00000000 00:00 0
b3c50000-b3c51000 r--s 00004000 08:01 8123 /opt/eclipse/plugins/org.eclipse.swt_3.6.1.v3655c.jar
b3c51000-b3c54000 r--s 000cb000 08:01 805547 /opt/java/jre/lib/ext/localedata.jar
b3c54000-b3c6a000 rw-p 00000000 00:00 0
b3c6a000-b3cd4000 rw-p 00000000 00:00 0
b3cd4000-b4224000 rwxp 00000000 00:00 0
b4224000-b5cd4000 rw-p 00000000 00:00 0
b5cd4000-b5ce9000 r-xp 00000000 08:01 130586 /lib/libnsl-2.13.so
b5ce9000-b5cea000 r--p 00015000 08:01 130586 /lib/libnsl-2.13.so
b5cea000-b5ceb000 rw-p 00016000 08:01 130586 /lib/libnsl-2.13.so
b5ceb000-b5ced000 rw-p 00000000 00:00 0
b5ced000-b5cef000 r--s 00008000 08:01 8440 /opt/eclipse/plugins/org.eclipse.dltk.core.index.sql.h2_2.0.1.v20100909-1720.jar
b5cef000-b5cf0000 r--s 00006000 08:01 8439 /opt/eclipse/plugins/org.eclipse.dltk.core.index.sql_2.0.1.v20100909-1720.jar
b5cf0000-b5cf2000 r--s 00007000 08:01 8388 /opt/eclipse/plugins/org.eclipse.core.variables_3.2.400.v20100505.jar
b5cf2000-b5d01000 r-xp 00000000 08:01 706064 /opt/java/jre/lib/i386/libzip.so
b5d01000-b5d03000 rw-p 0000e000 08:01 706064 /opt/java/jre/lib/i386/libzip.so
b5d03000-b5d0b000 rw-s 00000000 08:01 660442 /tmp/hsperfdata_kicsyromy/3431
b5d0b000-b5d2e000 r-xp 00000000 08:01 706068 /opt/java/jre/lib/i386/libjava.so
b5d2e000-b5d30000 rw-p 00023000 08:01 706068 /opt/java/jre/lib/i386/libjava.so
b5d30000-b61f2000 r-xp 00000000 08:01 805557 /opt/java/jre/lib/i386/client/libjvm.so
b61f2000-b6215000 rw-p 004c2000 08:01 805557 /opt/java/jre/lib/i386/client/libjvm.so
b6215000-b6631000 rw-p 00000000 00:00 0
b6631000-b6691000 rw-s 00000000 00:04 1343490 /SYSV00000000 (deleted)
b6691000-b66f4000 rw-p 00000000 00:00 0
b66f4000-b671d000 r-xp 00000000 08:01 665805 /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
b671d000-b671e000 rw-p 00028000 08:01 665805 /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
b671e000-b6727000 r-xp 00000000 08:01 544946 /usr/lib/libltdl.so.7.3.0
b6727000-b6728000 rw-p 00008000 08:01 544946 /usr/lib/libltdl.so.7.3.0
b6728000-b6737000 r-xp 00000000 08:01 545000 /usr/lib/libtdb.so.1.2.9
b6737000-b6738000 rw-p 0000e000 08:01 545000 /usr/lib/libtdb.so.1.2.9
b6738000-b675d000 r-xp 00000000 08:01 544857 /usr/lib/libvorbis.so.0.4.5
b675d000-b675e000 rw-p 00025000 08:01 544857 /usr/lib/libvorbis.so.0.4.5
b675e000-b6765000 r-xp 00000000 08:01 544856 /usr/lib/libvorbisfile.so.3.3.4
b6765000-b6766000 rw-p 00006000 08:01 544856 /usr/lib/libvorbisfile.so.3.3.4
b6766000-b6768000 r--s 00017000 08:01 8344 /opt/eclipse/plugins/org.eclipse.equinox.common_3.6.0.v20100503.jar
b6769000-b676a000 r--s 00000000 08:01 788982 /home/kicsyromy/.local/share/mime/mime.cache
b676a000-b676c000 r--s 0000a000 08:01 8237 /opt/eclipse/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
b676c000-b6772000 r-xp 00000000 08:01 805563 /opt/java/jre/lib/i386/native_threads/libhpi.so
b6772000-b6773000 rw-p 00006000 08:01 805563 /opt/java/jre/lib/i386/native_threads/libhpi.so
b6773000-b6774000 rw-p 00000000 00:00 0
b6774000-b677f000 r-xp 00000000 08:01 706035 /opt/java/jre/lib/i386/libverify.so
b677f000-b6780000 rw-p 0000b000 08:01 706035 /opt/java/jre/lib/i386/libverify.so
b6780000-b6783000 r-xp 00000000 08:01 654690 /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
b6783000-b6784000 rw-p 00002000 08:01 654690 /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
b6784000-b678f000 r-xp 00000000 08:01 130595 /lib/libnss_files-2.13.so
b678f000-b6790000 r--p 0000a000 08:01 130595 /lib/libnss_files-2.13.so
b6790000-b6791000 rw-p 0000b000 08:01 130595 /lib/libnss_files-2.13.so
b6791000-b67ae000 r-xp 00000000 08:01 551310 /usr/lib/libatk-1.0.so.0.9.1
b67ae000-b67b0000 rw-p 0001c000 08:01 551310 /usr/lib/libatk-1.0.so.0.9.1
b67b0000-b6c05000 r-xp 00000000 08:01 548575 /usr/lib/libgtk-x11-2.0.so.0.2400.4
b6c05000-b6c0b000 rw-p 00455000 08:01 548575 /usr/lib/libgtk-x11-2.0.so.0.2400.4
b6c0b000-b6c0c000 rw-p 00000000 00:00 0
b6c0c000-b6c10000 r-xp 00000000 08:01 543654 /usr/lib/libXdmcp.so.6.0.0
b6c10000-b6c11000 rw-p 00003000 08:01 543654 /usr/lib/libXdmcp.so.6.0.0
b6c11000-b6c13000 r-xp 00000000 08:01 543668 /usr/lib/libXau.so.6.0.0
b6c13000-b6c14000 rw-p 00001000 08:01 543668 /usr/lib/libXau.so.6.0.0
b6c14000-b6c2b000 r-xp 00000000 08:01 543682 /usr/lib/libxcb.so.1.1.0
b6c2b000-b6c2c000 rw-p 00016000 08:01 543682 /usr/lib/libxcb.so.1.1.0
b6c2c000-b6c93000 r-xp 00000000 08:01 545111 /usr/lib/libpixman-1.so.0.20.2
b6c93000-b6c97000 rw-p 00066000 08:01 545111 /usr/lib/libpixman-1.so.0.20.2
b6c97000-b6cbd000 r-xp 00000000 08:01 542879 /usr/lib/libexpat.so.1.5.2
b6cbd000-b6cbf000 rw-p 00026000 08:01 542879 /usr/lib/libexpat.so.1.5.2
b6cbf000-b6cd3000 r-xp 00000000 08:01 528312 /usr/lib/libz.so.1.2.5
b6cd3000-b6cd4000 rw-p 00013000 08:01 528312 /usr/lib/libz.so.1.2.5
b6cd4000-b6ce7000 r-xp 00000000 08:01 130594 /lib/libresolv-2.13.so
b6ce7000-b6ce8000 r--p 00012000 08:01 130594 /lib/libresolv-2.13.so
b6ce8000-b6ce9000 rw-p 00013000 08:01 130594 /lib/libresolv-2.13.so
b6ce9000-b6ceb000 rw-p 00000000 00:00 0
b6ceb000-b6d6c000 r-xp 00000000 08:01 545229 /usr/lib/libfreetype.so.6.6.2
b6d6c000-b6d70000 rw-p 00081000 08:01 545229 /usr/lib/libfreetype.so.6.6.2
b6d70000-b6d96000 r-xp 00000000 08:01 566098 /usr/lib/libpangoft2-1.0.so.0.2800.4
b6d96000-b6d97000 rw-p 00026000 08:01 566098 /usr/lib/libpangoft2-1.0.so.0.2800.4
b6d97000-b6eaf000 r-xp 00000000 08:01 544653 /usr/lib/libX11.so.6.3.0
b6eaf000-b6eb3000 rw-p 00117000 08:01 544653 /usr/lib/libX11.so.6.3.0
b6eb3000-b6f4f000 r-xp 00000000 08:01 546347 /usr/lib/libcairo.so.2.11000.2
b6f4f000-b6f51000 rw-p 0009b000 08:01 546347 /usr/lib/libcairo.so.2.11000.2
b6f51000-b6f53000 rw-p 00000000 00:00 0
b6f53000-b6f7b000 r-xp 00000000 08:01 130575 /lib/libm-2.13.so
b6f7b000-b6f7c000 r--p 00027000 08:01 130575 /lib/libm-2.13.so
b6f7c000-b6f7d000 rw-p 00028000 08:01 130575 /lib/libm-2.13.so
b6f7d000-b6fa2000 r-xp 00000000 08:01 545885 /usr/lib/libpng14.so.14.5.0
b6fa2000-b6fa3000 rw-p 00025000 08:01 545885 /usr/lib/libpng14.so.14.5.0
b6fa3000-b6fc4000 r-xp 00000000 08:01 569927 /usr/lib/libgdk_pixbuf-2.0.so.0.2300.3
b6fc4000-b6fc5000 rw-p 00021000 08:01 569927 /usr/lib/libgdk_pixbuf-2.0.so.0.2300.3
b6fc5000-b6fc9000 r-xp 00000000 08:01 545147 /usr/lib/libXfixes.so.3.1.0
b6fc9000-b6fca000 rw-p 00003000 08:01 545147 /usr/lib/libXfixes.so.3.1.0
b6fca000-b6fcc000 r-xp 00000000 08:01 545149 /usr/lib/libXdamage.so.1.1.0
b6fcc000-b6fcd000 rw-p 00001000 08:01 545149 /usr/lib/libXdamage.so.1.1.0
b6fcd000-b6fcf000 r-xp 00000000 08:01 545930 /usr/lib/libXcomposite.so.1.0.0
b6fcf000-b6fd0000 rw-p 00001000 08:01 545930 /usr/lib/libXcomposite.so.1.0.0
b6fd0000-b6fd8000 r-xp 00000000 08:01 545847 /usr/lib/libXcursor.so.1.0.2
b6fd8000-b6fd9000 rw-p 00007000 08:01 545847 /usr/lib/libXcursor.so.1.0.2
b6fd9000-b6fdf000 r-xp 00000000 08:01 545826 /usr/lib/libXrandr.so.2.2.0
b6fdf000-b6fe0000 rw-p 00005000 08:01 545826 /usr/lib/libXrandr.so.2.2.0
b6fe0000-b6fec000 r-xp 00000000 08:01 544791 /usr/lib/libXi.so.6.1.0
b6fec000-b6fed000 rw-p 0000b000 08:01 544791 /usr/lib/libXi.so.6.1.0
b6fed000-b6fef000 r-xp 00000000 08:01 545947 /usr/lib/libXinerama.so.1.0.0
b6fef000-b6ff0000 rw-p 00001000 08:01 545947 /usr/lib/libXinerama.so.1.0.0
b6ff0000-b6ff7000 r-xp 00000000 08:01 545808 /usr/lib/libXrender.so.1.3.0
b6ff7000-b6ff8000 rw-p 00007000 08:01 545808 /usr/lib/libXrender.so.1.3.0
b6ff8000-b7005000 r-xp 00000000 08:01 544657 /usr/lib/libXext.so.6.4.0
b7005000-b7006000 rw-p 0000d000 08:01 544657 /usr/lib/libXext.so.6.4.0
b7006000-b7032000 r-xp 00000000 08:01 545457 /usr/lib/libfontconfig.so.1.4.4
b7032000-b7034000 rw-p 0002b000 08:01 545457 /usr/lib/libfontconfig.so.1.4.4
b7034000-b7139000 r-xp 00000000 08:01 530488 /usr/lib/libgio-2.0.so.0.2902.0
b7139000-b713c000 rw-p 00105000 08:01 530488 /usr/lib/libgio-2.0.so.0.2902.0
b713c000-b713d000 rw-p 00000000 00:00 0
b713d000-b717c000 r-xp 00000000 08:01 566096 /usr/lib/libpango-1.0.so.0.2800.4
b717c000-b717e000 rw-p 0003e000 08:01 566096 /usr/lib/libpango-1.0.so.0.2800.4
b717e000-b7188000 r-xp 00000000 08:01 566100 /usr/lib/libpangocairo-1.0.so.0.2800.4
b7188000-b7189000 rw-p 00009000 08:01 566100 /usr/lib/libpangocairo-1.0.so.0.2800.4
b7189000-b7234000 r-xp 00000000 08:01 548574 /usr/lib/libgdk-x11-2.0.so.0.2400.4
b7234000-b7237000 rw-p 000aa000 08:01 548574 /usr/lib/libgdk-x11-2.0.so.0.2400.4
b7237000-b7273000 r-xp 00000000 08:01 130736 /lib/libpcre.so.0.0.1
b7273000-b7274000 rw-p 0003b000 08:01 130736 /lib/libpcre.so.0.0.1
b7274000-b7349000 r-xp 00000000 08:01 530474 /usr/lib/libglib-2.0.so.0.2902.0
b7349000-b734a000 rw-p 000d4000 08:01 530474 /usr/lib/libglib-2.0.so.0.2902.0
b734a000-b738f000 r-xp 00000000 08:01 530486 /usr/lib/libgobject-2.0.so.0.2902.0
b738f000-b7391000 rw-p 00044000 08:01 530486 /usr/lib/libgobject-2.0.so.0.2902.0
b7391000-b7396000 r-xp 00000000 08:01 544823 /usr/lib/libogg.so.0.7.1
b7396000-b7397000 rw-p 00004000 08:01 544823 /usr/lib/libogg.so.0.7.1
b7397000-b73a5000 r-xp 00000000 08:01 549860 /usr/lib/libcanberra.so.0.2.4
b73a5000-b73a6000 rw-p 0000d000 08:01 549860 /usr/lib/libcanberra.so.0.2.4
b73a6000-b73a9000 r-xp 00000000 08:01 549866 /usr/lib/libcanberra-gtk.so.0.1.7
b73a9000-b73aa000 rw-p 00003000 08:01 549866 /usr/lib/libcanberra-gtk.so.0.1.7
b73aa000-b73ae000 r-xp 00000000 08:01 662464 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
b73ae000-b73af000 rw-p 00004000 08:01 662464 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
b73af000-b7562000 r--p 00000000 08:01 573946 /usr/lib/locale/locale-archive
b7562000-b7564000 rw-p 00000000 00:00 0
b7564000-b76c3000 r-xp 00000000 08:01 130576 /lib/libc-2.13.so
b76c3000-b76c4000 ---p 0015f000 08:01 130576 /lib/libc-2.13.so
b76c4000-b76c6000 r--p 0015f000 08:01 130576 /lib/libc-2.13.so
b76c6000-b76c7000 rw-p 00161000 08:01 130576 /lib/libc-2.13.so
b76c7000-b76ca000 rw-p 00000000 00:00 0
b76ca000-b76cd000 r-xp 00000000 08:01 130563 /lib/libdl-2.13.so
b76cd000-b76ce000 r--p 00002000 08:01 130563 /lib/libdl-2.13.so
b76ce000-b76cf000 rw-p 00003000 08:01 130563 /lib/libdl-2.13.so
b76cf000-b76e6000 r-xp 00000000 08:01 130574 /lib/libpthread-2.13.so
b76e6000-b76e7000 r--p 00016000 08:01 130574 /lib/libpthread-2.13.so
b76e7000-b76e8000 rw-p 00017000 08:01 130574 /lib/libpthread-2.13.so
b76e8000-b76ea000 rw-p 00000000 00:00 0
b76ea000-b76eb000 r--p 00000000 00:00 0
b76eb000-b76ed000 r-xp 00000000 08:01 530481 /usr/lib/libgmodule-2.0.so.0.2902.0
b76ed000-b76ee000 rw-p 00002000 08:01 530481 /usr/lib/libgmodule-2.0.so.0.2902.0
b76ee000-b76f5000 r-xp 00000000 08:01 135341 /lib/librt-2.13.so
b76f5000-b76f6000 r--p 00006000 08:01 135341 /lib/librt-2.13.so
b76f6000-b76f7000 rw-p 00007000 08:01 135341 /lib/librt-2.13.so
b76f7000-b76fa000 r-xp 00000000 08:01 530476 /usr/lib/libgthread-2.0.so.0.2902.0
b76fa000-b76fb000 rw-p 00003000 08:01 530476 /usr/lib/libgthread-2.0.so.0.2902.0
b76fb000-b7707000 r-xp 00000000 08:01 142197 /opt/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.1.R36x_v20100810/eclipse_1309.so
b7707000-b7708000 rw-p 0000c000 08:01 142197 /opt/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.1.R36x_v20100810/eclipse_1309.so
b7708000-b7709000 rw-p 00000000 00:00 0
b7709000-b770a000 r-xp 00000000 00:00 0 [vdso]
b770a000-b7728000 r-xp 00000000 08:01 130589 /lib/ld-2.13.so
b7728000-b7729000 r--p 0001d000 08:01 130589 /lib/ld-2.13.so
b7729000-b772a000 rw-p 0001e000 08:01 130589 /lib/ld-2.13.so
bff3f000-bff42000 ---p 00000000 00:00 0
bff43000-bff8f000 rwxp 00000000 00:00 0 [stack]
bff8f000-bff90000 rw-p 00000000 00:00 0
VM Arguments:
jvm_args: -Xmx384m -Dorg.eclipse.swt.browser.UseWebKitGTK=true -XX:MaxPermSize=256m
java_command: <unknown>
Launcher Type: generic
Environment Variables:
JAVA_HOME=/opt/java/jre
PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/java/jre/bin:/usr/bin/vendor_perl:/usr/bin/core_perl
USERNAME=kicsyromy
LD_LIBRARY_PATH=/opt/java/jre/lib/i386/client:/opt/java/jre/lib/i386:/usr/lib/xulrunner-devel-2.0:/usr/lib/xulrunner-devel-2.0
SHELL=/bin/bash
DISPLAY=:0
Signal Handlers:
SIGSEGV: [libjvm.so+0x452e10], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x452e10], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x374120], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGXFSZ: [libjvm.so+0x374120], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x374120], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x377100], sa_mask[0]=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x376ce0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x376ce0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x376ce0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x376ce0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
--------------- S Y S T E M ---------------
OS:Linux
uname:Linux 2.6.38-ARCH #1 SMP PREEMPT Sun Apr 17 14:51:34 UTC 2011 i686
libc:glibc 2.13 NPTL 2.13
rlimit: STACK 8192k, CORE 0k, NPROC 16103, NOFILE 1024, AS infinity
load average:0.06 0.08 0.19
/proc/meminfo:
MemTotal: 2063380 kB
MemFree: 564004 kB
Buffers: 84152 kB
Cached: 983900 kB
SwapCached: 0 kB
Active: 832640 kB
Inactive: 585056 kB
Active(anon): 349992 kB
Inactive(anon): 1212 kB
Active(file): 482648 kB
Inactive(file): 583844 kB
Unevictable: 0 kB
Mlocked: 0 kB
HighTotal: 1187528 kB
HighFree: 32600 kB
LowTotal: 875852 kB
LowFree: 531404 kB
SwapTotal: 2097148 kB
SwapFree: 2097148 kB
Dirty: 28 kB
Writeback: 0 kB
AnonPages: 345644 kB
Mapped: 73308 kB
Shmem: 1564 kB
Slab: 45672 kB
SReclaimable: 35188 kB
SUnreclaim: 10484 kB
KernelStack: 1976 kB
PageTables: 2280 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 3128836 kB
Committed_AS: 1020236 kB
VmallocTotal: 122880 kB
VmallocUsed: 51680 kB
VmallocChunk: 41980 kB
HardwareCorrupted: 0 kB
AnonHugePages: 65536 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 4096 kB
DirectMap4k: 36856 kB
DirectMap4M: 872448 kB
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 13, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
Memory: 4k page, physical 2063380k(564004k free), swap 2097148k(2097148k free)
vm_info: Java HotSpot(TM) Client VM (19.1-b02) for linux-x86 JRE (1.6.0_24-b07), built on Feb 2 2011 17:10:45 by "java_re" with gcc 3.2.1-7a (J2SE release)
time: Wed Apr 20 08:54:52 2011
elapsed time: 30 seconds
'uname -a' output:
Linux kicsyromy-GX700 2.6.38-ARCH #1 SMP PREEMPT Sun Apr 17 14:51:34 UTC 2011 i686 Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz GenuineIntel GNU/Linux

Please open threads in appropriate forums. Gnome3 is still in testing
moved to [testing]
Check if this helps, although they are not using Gnome3, so it might not be relevant
https://bbs.archlinux.org/viewtopic.php?id=115543

Similar Messages

  • Flash Builder 4.6 Eclipse plug in, Eclipse crashes when browse button clicked

    Ever since I added the AIR components for iOS platform to Flash Builder 4.6 following this procedure,
    http://kb2.adobe.com/cps/899/cpsid_89938.html
    Eclipse crashes every time I click a "Browse" button that is supposed to open a file directory.
    Eclipse SDK
    Version: 3.7.1
    Build id: M20110909-1335
    Has anyone else experienced this?
    I'm on Mac OS X 10.7.2
    Thanks.

    R Grieve wrote:
    This sounds like something has gone wrong during installation. CSAR and CSLIBS references should be set up automatically during installation.
    There should also be no need to import the Flex SDKs as CS Extension Builder 2.0 ships with them included. It won't do any harm though having the CS Flex SDKs imported.
    Can you detail how you installed CS Extension Builder 2.0, please and where you obtained it from?
    Here are the installation instructions I would recommend starting from a clean FlashBuilder 4.6 instance:
    To install Adobe Creative Suite Extension Builder, download the ZIP file and unzip it into a root location (SDKRoot).
    Install Extension Builder in Eclipse with Flash Builder or Flash Builder Standalone:
    In Eclipse, choose Help > Install New Software.
    In the Install dialog, click Add.
    In the Add Site dialog, click Local... to browse to the SDK root folder or enter the URL of the update site.
    Name the site CS SDK and click OK to confirm the changes.
    Select the new CS SDK site in the "Work with" field.
    -- Select all the Adobe Creative Suite Extension Builder components.
    -- Click Next to confirm the selection.
    In the Install Details review dialog, click Next to confirm that you want to install all the components listed.
    Accept the terms of license agreements and click Finish.
    Re-start  Eclipse as recommended.
    I obtained it from Adobe and installed it using the Help > Install software option, but without unzipping it. Maybe that was it.
    Now I've done a clean installation and it works perfect. I did it with administrator permissions, don't know if it has anything to do with it, but I read it somewhere and did so just in case!
    Thanks a lot!

  • Diagnosing Eclipse crashes

    Ever since my last system update eclipse crashes for no apparent reason.
    I have determined that it is not due to lack of memory, because the heap status in eclipse always shows that memory is available when eclipse crashes.
    I have Eclipse 4.3.2 installed via pacman. And jdk7-openjdk, jre7-openjdk and jre7-openjdk-headless also installed via pacman. (This setup was working perfectly until a few days ago)
    This is my /usr/share/eclipse/eclipse.ini
    -startup
    plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
    --launcher.library
    plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140116-2212
    -product
    org.eclipse.epp.package.standard.product
    --launcher.defaultAction
    openFile
    -showsplash
    org.eclipse.platform
    --launcher.XXMaxPermSize
    256m
    --launcher.defaultAction
    openFile
    --launcher.appendVmargs
    -vmargs
    -Dosgi.requiredJavaVersion=1.6
    -XX:MaxPermSize=512m
    -Xms512m
    -Xmx1024m
    This is a log (workspace/.metadata/.log) when the eclipse crashed:
    !SESSION 2014-03-28 18:42:31.757 -----------------------------------------------
    eclipse.buildId=4.3.2.M20140221-1700
    java.version=1.7.0_51
    java.vendor=Oracle Corporation
    BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=pt_PT
    Framework arguments: -product org.eclipse.epp.package.standard.product
    Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.standard.product
    !ENTRY org.eclipse.m2e.logback.appender 2 0 2014-03-28 18:43:05.707
    !MESSAGE CatalogItem org.eclipse.m2e.discovery.lifecyclemapping.m2e-egit does not contain lifecycle mapping metadata
    !ENTRY org.eclipse.m2e.logback.appender 2 0 2014-03-28 18:43:05.711
    !MESSAGE CatalogItem org.eclipse.m2e.discovery.lifecyclemapping.m2e-subversive does not contain lifecycle mapping metadata
    !ENTRY org.eclipse.m2e.logback.appender 2 0 2014-03-28 18:43:05.713
    !MESSAGE CatalogItem org.eclipse.m2e.discovery.lifecyclemapping.m2e-subclipse does not contain lifecycle mapping metadata
    !ENTRY org.eclipse.m2e.logback.appender 2 0 2014-03-28 18:43:17.747
    !MESSAGE Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
    (this message about UTF-8 is repeated some more times, removed for clarity)
    !ENTRY org.eclipse.m2e.logback.appender 2 0 2014-03-28 18:44:11.844
    !MESSAGE Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
    This is a log returned by running
    $ /usr/share/eclipse/eclipse -clean -consoleLog -debug
    Start VM: /usr/bin/java
    -Dosgi.requiredJavaVersion=1.6
    -XX:MaxPermSize=512m
    -Xms512m
    -Xmx1024m
    -jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
    -os linux
    -ws gtk
    -arch x86_64
    -showsplash /usr/share/eclipse//plugins/org.eclipse.platform_4.3.2.v20140221-1700/splash.bmp
    -launcher /usr/share/eclipse/eclipse
    -name Eclipse
    --launcher.library /usr/share/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140116-2212/eclipse_1508.so
    -startup /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
    --launcher.appendVmargs
    -exitdata 7c002a
    -product org.eclipse.epp.package.standard.product
    -clean
    -consoleLog
    -debug
    -vm /usr/bin/java
    -vmargs
    -Dosgi.requiredJavaVersion=1.6
    -XX:MaxPermSize=512m
    -Xms512m
    -Xmx1024m
    -jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
    Install location:
    file:/usr/share/eclipse/
    Configuration file:
    file:/usr/share/eclipse/configuration/config.ini loaded
    Configuration location:
    file:/home/simao/.eclipse/org.eclipse.platform_4.3.2_1543616141_linux_gtk_x86_64/configuration/
    Configuration file:
    file:/home/simao/.eclipse/org.eclipse.platform_4.3.2_1543616141_linux_gtk_x86_64/configuration/config.ini loaded
    Loading timestamp file from:
    file:/home/simao/.eclipse/org.eclipse.platform_4.3.2_1543616141_linux_gtk_x86_64/configuration/ .baseConfigIniTimestamp
    Timestamps found:
    config.ini in the base: 1393237980000
    remembered 1393237980000
    Shared configuration location:
    file:/usr/share/eclipse/configuration/
    Framework located:
    file:/usr/share/eclipse/plugins/org.eclipse.osgi_3.9.1.v20140110-1610.jar
    Loading extension: reference:file:../../../../home/simao/.eclipse/org.eclipse.platform_4.3.2_1543616141_linux_gtk_x86_64/plugins/org.eclipse.equinox.weaving.hook_1.0.200.v20120524-1707.jar
    eclipse.properties not found
    Framework classpath:
    file:/usr/share/eclipse/plugins/org.eclipse.osgi_3.9.1.v20140110-1610.jar
    file:/usr/share/eclipse/plugins/
    file:/usr/share/eclipse/plugins/../../../../home/simao/.eclipse/org.eclipse.platform_4.3.2_1543616141_linux_gtk_x86_64/plugins/org.eclipse.equinox.weaving.hook_1.0.200.v20120524-1707.jar
    Splash location:
    /usr/share/eclipse//plugins/org.eclipse.platform_4.3.2.v20140221-1700/splash.bmp
    Debug options:
    file:/home/simao/.options not found
    Time to load bundles: 41
    org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
    Starting application: 9429
    !SESSION 2014-03-28 18:55:10.163 -----------------------------------------------
    eclipse.buildId=4.3.2.M20140221-1700
    java.version=1.7.0_51
    java.vendor=Oracle Corporation
    BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=pt_PT
    Framework arguments: -product org.eclipse.epp.package.standard.product
    Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.standard.product -clean -consoleLog -debug
    !ENTRY org.eclipse.core.resources 2 10035 2014-03-28 18:55:21.761
    !MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
    org.eclipse.m2e.logback.configuration: Logback config file: /home/simao/Documents/Workspace/Educare/.metadata/.plugins/org.eclipse.m2e.logback.configuration/logback.1.4.0.20130601-0317.xml
    org.eclipse.m2e.logback.configuration: Initializing logback
    org.eclipse.m2e.logback.configuration: eclipse.consoleLog=true
    No bp log location saved, using default.
    [000:000] Cpu: 16.4.2, x4, 3010Mhz, 7989MB
    [000:000] Computer model: Not available
    No bp log location saved, using default.
    [000:000] Cpu: 16.4.2, x4, 3010Mhz, 7989MB
    [000:000] Computer model: Not available
    [000:000] Browser XEmbed support present: 1
    [000:000] Browser toolkit is Gtk2.
    [000:000] Using Gtk2 toolkit
    [000:036] Warning(optionsfile.cc:47): Load: Could not open file, err=2
    [000:036] No bp log location saved, using default.
    [000:036] Cpu: 16.4.2, x4, 3010Mhz, 7989MB
    [000:037] Computer model: Not available
    [000:037] Browser XEmbed support present: 1
    [000:037] Browser toolkit is Gtk2.
    [000:037] Using Gtk2 toolkit
    [000:046] Warning(optionsfile.cc:47): Load: Could not open file, err=2
    [000:046] No bp log location saved, using default.
    [000:047] Cpu: 16.4.2, x4, 3010Mhz, 7989MB
    [000:047] Computer model: Not available
    [000:038] Warning(optionsfile.cc:47): Load: Could not open file, err=2
    [000:038] No bp log location saved, using default.
    [000:039] Cpu: 16.4.2, x4, 3010Mhz, 7989MB
    [000:039] Computer model: Not available
    [000:039] Browser XEmbed support present: 1
    [000:039] Browser toolkit is Gtk2.
    [000:039] Using Gtk2 toolkit
    [000:048] Warning(optionsfile.cc:47): Load: Could not open file, err=2
    [000:048] No bp log location saved, using default.
    [000:049] Cpu: 16.4.2, x4, 3010Mhz, 7989MB
    [000:049] Computer model: Not available
    java version "1.7.0_51"
    OpenJDK Runtime Environment (IcedTea 2.4.5) (ArchLinux build 7.u51_2.4.5-1-x86_64)
    OpenJDK 64-Bit Server VM (build 24.51-b03, mixed mode)
    Can anyone help me debug this problem? I have no idea what to do next since the logs aren't outputing anything I can work with.
    I've also tried to download a zip of eclipse from the official site and then run that eclipse executable but I got the same results.
    Last edited by Lasering (2014-03-28 21:23:30)

    When Eclipse crashes frequently, I often find that a recent webkitgtk update is to blame.
    Try switching to the mozilla swt browser backend.  It solved the problem for me.
    To do that, add the following system property to the "-vmargs" argument within your /usr/share/eclipse/eclipse.ini:
    -Dorg.eclipse.swt.browser.DefaultType=mozilla

  • Eclipse crashes right at startup

    After upgrading the system with `pacman -Syy` and `pacman -Su`, it is no
    longer possible to start Eclipse. Trying to do so results in the following error
    message:
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0x00007f3eba331150, pid=1218, tid=139907392960256
    # JRE version: Java(TM) SE Runtime Environment (8.0_31-b13) (build 1.8.0_31-b13)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.31-b07 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C  [libpthread.so.0+0x12150]  __lll_unlock_elision+0x30
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # An error report file with more information is saved as:
    # /home/albert/hs_err_pid1218.log
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.java.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    This problem also occurs with GGTS, the Groovy on Grails Tool Suite (installed directly
    from SpringSource).

    This could well be the case. After manually installing the newest NVIDIA drivers, Eclipse
    (and also GGTS) started without problems. I can't confirm that downgrading would also
    work, since my attempt to do so resulted in a system that wouldn't start X at all ;-).

  • [Ubuntu] Eclipse Crashes on First Run

    Hi.
    This is the first time I've tried to install Eclipse to my computer.
    When I run this code, I've ran to this error.
    ./eclipse
    Error Log:
    Quote:
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00007fefa0f712a1, pid=6372, tid=140668565608192
    # JRE version: Java(TM) SE Runtime Environment (7.0_80-b15) (build 1.7.0_80-b15)
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.80-b11 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # C [libsoup-2.4.so.1+0x6c2a1] soup_session_feature_detach+0x11
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # An error report file with more information is saved as:
    # /home/angeloanan/eclipse/hs_err_pid6372.log
    # If you would like to submit a bug report, please visit:
    # bugreport.java.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    With an report file (attached)
    I've read the announcement and added the following to eclipse.ini
    -vm
    Java/Directory/Here
    I'm running Java 8 with amd64
    What should I do? You may ask more in this post and I'll try to reply it soon.
    Thank you.

    Hi,
    I'm very sure that I'm using Ubuntu 14.04 (Unity)
    I'm not sure about the WebKitGTK+ since I just know it from you.
    I've ran the command on my terminal : apt-cache policy libgtk2.0-0 libgtk-3-0
    It returns with this:
    ~$ apt-cache policy libgtk2.0-0 libgtk-3-0
    libgtk2.0-0:
    Installed: 2.24.23-0ubuntu1.2
    Candidate: 2.24.23-0ubuntu1.2
    Version table:
    *** 2.24.23-0ubuntu1.2 0
    500 http://archive.ubuntu[dot]com/ubuntu/ trusty-updates/main amd64 Packages
    100 /var/lib/dpkg/status
    2.24.23-0ubuntu1 0
    500 http://archive.ubuntu[dot]com/ubuntu/ trusty/main amd64 Packages
    libgtk-3-0:
    Installed: 3.10.8-0ubuntu1.5
    Candidate: 3.10.8-0ubuntu1.6
    Version table:
    3.10.8-0ubuntu1.6 0
    500 http://archive.ubuntu[dot]com/ubuntu/ trusty-updates/main amd64 Packages
    *** 3.10.8-0ubuntu1.5 0
    100 /var/lib/dpkg/status
    3.10.8-0ubuntu1.4 0
    500 http://archive.ubuntu[dot]com/ubuntu/ trusty-security/main amd64 Packages
    3.10.8-0ubuntu1 0
    500 http://archive.ubuntu[dot]com/ubuntu/ trusty/main amd64 Packages
    I don't know how to switch the WebKitGTK+
    any help for this?

  • [SOLVED] Eclipse crashes XServer and freezes

    After a system upgrade eclipse regulalary crashes the complete xsession. This usuallualy happens after I press ctrl + space.
    When I start eclipse in a new xsession after the crash it freezes at startup. The logs do not contain any error messages that whould hint to a problem.
    The strange thing is, sometimes a succeed to restart eclipse after a crashed xsesssion. In this case, eclipse runs for hours without a crash. Either the crash happens in the first minutes after starting the ide or not at all.
    I have found this older bug: http://bugs.archlinux.org/task/10278. My symptoms are very similar, but the described workaround doesn't fix my problem.
    My system setup:
    xorg-server 1.7.6-3
    xfce
    jdk 6u20-1
    eclipse 3.5.2
    Update: I found the following message in my Xorg.log. Also eclipse isn't the only application causing the crash. Sometimes even the xfce terminal emulator crashes x.
    Backtrace:
    0: /usr/bin/Xorg (xorg_backtrace+0x28) [0x45cd68]
    1: /usr/bin/Xorg (0x400000+0x59a09) [0x459a09]
    2: /lib/libpthread.so.0 (0x7f4081021000+0xef20) [0x7f408102ff20]
    3: /lib/libc.so.6 (__select+0x13) [0x7f40803478b3]
    4: /usr/bin/Xorg (WaitForSomething+0x1ba) [0x45f67a]
    5: /usr/bin/Xorg (0x400000+0x45eb2) [0x445eb2]
    6: /usr/bin/Xorg (0x400000+0x21aac) [0x421aac]
    7: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f408029eb1d]
    8: /usr/bin/Xorg (0x400000+0x21659) [0x421659]
    Fatal server error:
    Caught signal 3 (Quit). Server aborting
    Last edited by Nadayanna (2010-06-24 16:17:25)

    I forgot that gdm must be always the last daemon in rc.conf. Putting gmd last the list solved my problem. No more crashes!

  • [Solved] eclipse crashes when click help- welcome

    And also crashes when clicking color-theme plugin setting.Error message:
    JVM terminated. Exit code=127
    /opt/java/bin/java
    -Xms40m
    -Xmx512m
    -XX:MaxPermSize=256m
    -jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    -os linux
    -ws gtk
    -arch x86_64
    -showsplash /usr/share/eclipse//plugins/org.eclipse.platform_4.2.2.v201302041200/splash.bmp
    -launcher /usr/share/eclipse/eclipse
    -name Eclipse
    --launcher.library /usr/share/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807/eclipse_1502.so
    -startup /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    --launcher.overrideVmargs
    -exitdata 18450085
    -vm /opt/java/bin/java
    -vmargs
    -Xms40m
    -Xmx512m
    -XX:MaxPermSize=256m
    -jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    Added code tags -- Inxsible
    Didn't happen before. I also tried using libwebkit with -Dorg.eclipse.swt.browser.UseWebKitGTK=true (as suggested in ArchWiki:eclipse) and it also crashes.
    Last edited by xgdgsc (2013-04-27 09:21:13)

    Since then I even tried OpenJDK instead of Oracle JDK, tried downgrading to Eclipse 4.2.1, unsintalled and reinstalled everything, tried the Eclipse portable version from their site, and the problem was still there. What should I do? What can cause this, it didn't happened 1 week ago, what's gone wrong?
    I even tried removing everything from workspaces but my source code, and all .eclipse and sh!t, I even tried running it as another user, and it still crashes on help -> welcome or every fifth minute in best case.

  • Eclipse crashing

    Hi all. I am currently developing a GUI for my software application.
    I'm using Eclipse 3.1
    It seems that most of the time, when I try to run my GUI, Eclipse will crash, giving me the following message:
    JVM terminated. Exit code = 1
    C:\Program Files\Java\j2re1.4.2_09\bin\javaw.exe
    -Xms40m
    -Xmx256m
    -jar C:\Program Files\Eclipse\startup.jar
    -os win32
    -ws win32
    -arch x86
    -launcher C:\Program Files\Eclipse\eclipse.exe
    -name Eclipse
    -showsplash 600
    -exitdata c20_10c
    -vm C:\Program Files\Java\j2re1.4.2_09\bin\javaw.exe
    -vmargs
    -Xms40m
    -Xmx256m
    -jar C:\Program Files\Eclipse\startup.jar
    An error log file is also generated, with the header as follows:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x74c9dd88, pid=3940, tid=204
    Can anyone enlighten me on what's causing the problem?
    It does not happen all the time, but it's rather frequent, like 70-80%.

    cookiecaper wrote:What driver and video card are you using?
    lspci -v
    01:00.0 VGA compatible controller: nVidia Corporation G98 [GeForce 9300 GE] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: nVidia Corporation Device 060c
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
    Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
    I/O ports at dc80 [size=128]
    [virtual] Expansion ROM at fde00000 [disabled] [size=128K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [100] Virtual Channel
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Kernel driver in use: nvidia
    Kernel modules: nvidia, nouveau, nvidiafb
    pacman -Ss
    extra/nvidia 256.44-1 [installed]
    extra/nvidia-utils 256.44-1 [installed]
    I should also mention that I am running x86_64
    uname -a
    Linux darkside325 2.6.34-ARCH #1 SMP PREEMPT Wed Aug 11 00:23:15 CEST 2010 x86_64 Intel(R) Core(TM)2 Quad CPU Q9550 @ 2.83GHz GenuineIntel GNU/Linux
    Last edited by mmccaskill (2010-08-18 19:48:02)

  • Windows 7 x64 RC, Java 1.6 update 14 Eclipse crash

    Hey folks. I've poked around on the forum and Google, but I can't find anything recent matching my problem. I'm posting this on this forum, as well as the Eclipse forum, in hopes of resolving this quickly.
    I have installed JDK 1.6 update 14 on a fresh install of Windows 7 64 bit. I can compile and run a simple Hello World class just fine. I have set my path appropriately, but when I launch eclipse, the JVM terminates with the error in this screen shot:
    [http://www.johnsoncs.com/images/eclipse_crash.png]
    Does anybody have any suggestions/ideas?
    Thanks,
    Ryan Johnson

    As of today the following is the list of windows OSes that the lastest version of Java (Version 6 Update 16) supports.
    Windows 2000 , Windows XP , Vista , Windows 2003 , Windows 2008 Server
    Note carefully in the above that it doesn't say windows 7.
    Thus if you attempt use it on Windows 7 it might or might not work. It might not work initially and it might not work in some odd way that you are only going to discover on Sunday night at 2am when your 24x7 app is no longer 24x7.
    Now if you want Sun to fix this problem (no version for windows 7) then the very best way is for you to establish a sales or support relationship with Sun. And then use that to push for a version. Since 1.7 is supposed to be released shortly you are going to need a really big monetary relationship to make them do anything. (I looked and I couldn't find anything that suggests 1.7 will support Windows 7.)
    Other than that your choices are limited to the following.
    - Tinker with your OS and java in the hopes that you might get it to work and that it doesn't fail in some mysterious and serious way later on.
    - Don't use Windows 7.
    - Don't use java - at least not from Sun. And I just looked at JRocket and it doesn't support Windows 7 either.

  • Crashing WindowBuilder and I invisible structure in Eclipse Mars

    Hi,
    I have Eclipse Mars in Linux Mint. When I create a project java with jframe with design in WindowBuilder, the system crashed. For a time it works and then disappear view of structure components and eclipse crashes.
    The output of terminal is in file terminal.txt
    Sorry for my English

    No help will be coming. I have reported the same bug for RHEL 6 over six months ago. The developer will blame the window manager, then linux in general then say he does not have linux and thus cannot help you. WindowBuilder apears to use some feature that is not well implemented in the SWT GTK libraries. Everything else in linux works, the rest of eclipse works but not windowbuilder. No support is coming because, linux is after all the wild west of operating systems. I suggest, that if you can, switch to Netbeans and the always working GUI builder it has ( though I hate the appoach it takes ).
    Eric Clayberg wrote on Tue, 23 December 2014 19:58If it is appearing in multiple window managers, it is likely a problem with one of the updated OS libraries included with that update. A video driver bug could also be the cause and would affect multiple window managers as well. I doubt the problem lies in any Eclipse or SWT code as you stated it worked fine prior to the OS update. Something is disabling off screen rendering, so you are getting a blank image. I have seen "optimizations" like that done in Linux updates in the past and then seem them backed out in the very next update. Each new generation of developers hacking on Linux seems to introduce the same bug and then fix it later. I have seen this happen several times over the last ten years or so. Unfortunately, Linux is the Wild West of operating systems, and you are guaranteed virtually no forward, backward, or sideways (between distros) compatibility.

  • Eclipse loses installed software after update. How to manage?

    Whenever eclipse gets updated with `pacman -Syu` I lose all my installed software. As you can imagine, this is really annoying because when I start eclipse there are zombie buttons in the UI that no longer do anything because those plugins aren't installed anymore (at least not from eclipse's point of view). I'm assuming those buttons appear in the UI due to some eclipse-auto-generated configs that remain in my workspace. Is there a way to upgrade and *not* lose installed software? (I'm talking about software installed using update sites within eclipse)
    EDIT: The only way that I know how to solve the problem is to remove the .metadata folder from my workspace then recreate my perspective layout from scratch, redo all my settings in preferences, and reinstall all the plugins I want. That's obviously not something I want to keep doing every time eclipse gets updated.
    EDIT: After reinstalling Spring MVC plugins eclipse crashes after startup. I tried downgrading to the previous version of eclipse from pacman's cache, reinstalled Spring MVC, and now it's still crashing.
    Last edited by trusktr (2014-03-10 05:50:42)

    take back date setting to two-three days past
    power off
    power on
    open Settings-Game Center
    sign in
    correct date settings

  • Oracle JVM 6u21 and Eclipse

    If you have been experiencing Eclipse crashes since updating to Sun/Oracle JVM 6u21 (aka 1.6.0_21), head over to the following blog post to read about a workaround...
    http://lt-rider.blogspot.com/2010/07/oracle-jvm-6u21-and-eclipse.html
    - Konstantin

    Oracle has produced another build of 6u21 JVM that reverts the change that adversely affected Eclipse. If you have reverted back to an older JVM, you can safely move forward to 6u21. The build 1.6.0_21-b07 is safe to use. The version that Eclipse has trouble with is b06. You can check which version you have by running "java -version".
    - Konstantin

  • Plugin not found in eclipse

    In Windows 7 32-bit I just installed the latest eclipse (Indigo) and flash builder (4.6).  Following the plugin install instructions I ran the utility program.  When I run eclipse nothing indicates that it found the plugin -- nothing in perspectives or views menus, nothing in the install history/plugins.  Looking in my eclipse dropin directory I see a .link file to the flash builder directory.
    Any suggestions as to what might be wrong?
    --jon

    And now I know the answer (I hope)......
    1) On windows 7, life is a LOT easier if Eclipse is NOT located in "Program Files".  Put it in the root, as in "/eclipse".
    2) Through trial and error it seems that Flash Builder 4.6 does NOT work with the latest Eclipse, which is 4.7.1.  It does seem to work fine with 4.7.0 (i.e. the same version distributed with the almost 1GB download -- who thought that was a good idea?).  With Eclipse 3.7.1, playing around with the Flash preferences randomly crashes Eclipse (I have not seen an Eclipse crash in many years -- kudos to Adobe).
    3) It seems that some of the Eclipse defaults under Flash Builder are off.  Under instaled flex sdks I had to manually point it to the right directories.
    --jon

  • Java crash - unknown reason

    I'm writing a project which requires lots of file access and a lot of computation, and takes about 3 days to run. I normally run it out of the Eclipse editor, but the error happens even if I don't. When I come back, Eclipse has crashed (as has the Gnome Main Menu) and the message I get is:
    JVM terminated. Exit code=1
    /home/hbc25/Desktop/jdk1.6.0_05/bin/java
    -Dosgi.requiredJavaVersion=1.5
    -Xms40m
    -Xmx256m
    -jar /home/hbc25/Apps/eclipseLatest/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -os linux
    -ws gtk
    -arch x86_64
    -showsplash
    -launcher /home/hbc25/Apps/eclipseLatest/eclipse/eclipse
    -name Eclipse
    --launcher.library /home/hbc25/Apps/eclipseLatest/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.3.R33x_v20080118/eclipse_1023.so
    -startup /home/hbc25/Apps/eclipseLatest/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -exitdata a800f
    -vm /home/hbc25/Desktop/jdk1.6.0_05/bin/java
    -vmargs
    -Dosgi.requiredJavaVersion=1.5
    -Xms40m
    -Xmx256m
    -jar /home/hbc25/Apps/eclipseLatest/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    Any ideas? I can supply more info if needed.
    Thanks,
    Hywc

    Do you have some Error log? Here is run Eclipse opt info.
    I think " -Xms40m -Xmx256m" is too small to run a big program. Most of time Eclipse crashed is memory reason.
    And I have a question. Though your program has been finished, why you need Ecliipse to run it? You can use command to run your program, and close other program(include Gnome). It will accelerate your program.
    Good Luck!
    Edited by: Edward_bai on Mar 13, 2008 7:10 AM

  • J2ME Eclipse, midp.zip

    The Eclipse J2ME plug-in installation requires the file midp.zip from the J2ME Wireless Toolkit, but the file does not exist. How can I get this file (for MIDP2.0) ???
    thank you

    Well I downloaded it and tried to install it into Eclipse 3 M6, but Eclipse crashes after copying the pluginfiles:
    Problem during startup. Check ".log" file in the ".metadata" directory of your workspace.
    This log file doesn't hold something meaningfull to me:
    !SESSION ----------------------------------------------------------------------
    !ENTRY org.eclipse.core.launcher 4 0 Jan 26, 2004 16:16:30.580
    !MESSAGE Exception launching the Eclipse Platform:
    !STACK
    java.lang.NullPointerException
         at org.eclipse.ui.internal.registry.RegistryReader$1.compare(RegistryReader.java:102)
         at java.util.Arrays.mergeSort(Unknown Source)
         at java.util.Arrays.sort(Unknown Source)
         at java.util.Collections.sort(Unknown Source)
         at org.eclipse.ui.internal.registry.RegistryReader.orderExtensions(RegistryReader.java:107)
         at org.eclipse.ui.internal.registry.RegistryReader.readRegistry(RegistryReader.java:158)
         at org.eclipse.ui.internal.registry.WizardsRegistryReader.readWizards(WizardsRegistryReader.java:156)
         at org.eclipse.ui.internal.registry.NewWizardsRegistryReader.readWizards(NewWizardsRegistryReader.java:350)
         at org.eclipse.ui.internal.registry.NewWizardsRegistryReader.getWizardElements(NewWizardsRegistryReader.java:371)
         at org.eclipse.ui.actions.NewWizardMenu.hasExamples(NewWizardMenu.java:212)
         at org.eclipse.ui.actions.NewWizardMenu.fillMenu(NewWizardMenu.java:119)
         at org.eclipse.ui.actions.NewWizardMenu.fill(NewWizardMenu.java:196)
         at org.eclipse.jface.action.MenuManager.update(MenuManager.java:573)
         at org.eclipse.jface.action.MenuManager.update(MenuManager.java:462)
         at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:210)
         at org.eclipse.jface.action.MenuManager.update(MenuManager.java:573)
         at org.eclipse.jface.action.MenuManager.update(MenuManager.java:462)
         at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:210)
         at org.eclipse.jface.action.MenuManager.update(MenuManager.java:573)
         at org.eclipse.jface.action.MenuManager.update(MenuManager.java:462)
         at org.eclipse.jface.action.MenuManager.createMenuBar(MenuManager.java:147)
         at org.eclipse.jface.window.ApplicationWindow.configureShell(ApplicationWindow.java:294)
         at org.eclipse.ui.internal.WorkbenchWindow.configureShell(WorkbenchWindow.java:714)
         at org.eclipse.jface.window.Window.createShell(Window.java:353)
         at org.eclipse.jface.window.Window.create(Window.java:304)
         at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1136)
         at org.eclipse.ui.internal.Workbench.init(Workbench.java:875)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1459)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:246)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:139)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:47)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:85)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:279)
         at org.eclipse.core.launcher.Main.run(Main.java:742)
         at org.eclipse.core.launcher.Main.main(Main.java:581)
    Any ideas, what went wrong? I have to delete the plugin directory, the workspace directory and .config in order to make eclipse to start again, deleting the plugin only won't help.

Maybe you are looking for

  • UPDATED: I am so close to getting it working, Problem description and Code

    Hello to the SDN community, I am a new member and I am very inexperienced with Java. I am writing a simple photo album application that will compile and run, but not really run how I would like it to. I am sure the code is not as pretty as more exper

  • Can't access OS X shared folder after Win 8 upgrade

    I have a Mountain Lion Mac and a Win 7 PC with folder sharing over wifi for many months. After the Win 8 upgarde last night, the Mac still can read and write the shared PC folder, but not vice versa. PC sees Mac as a network drive, but it keeps sayin

  • EDI Partner Profile

    Hi Guru ! Currently facing EDI Partner Profile error. I know we use TCode WE20. Please help me how to set the inbound & outbound parameters? Point will be rewarded once issue get resolved. Thanks. With Regards Rekha

  • CS6 / CC

    are there any known compatibility issues between CS6 indesign/incopy and the rest of the CC suite?

  • Multiple columns Drag n Drop in JTable

    Issue: I'm building a JTable with groupable column headers like this: GROUP A_ | GROUP B_ col1 | col2 | col3 | col4 I based this on the GroupableHeader example at: http://www2.gol.com/users/tame/swing/examples/JTableExamples1.html Question: How would