could not open design view in eclipse

Hi ,

i’m newbie to Vaadin , when i’m trying to open the a Vaadin
example
in the design mode in eclipse this error occurs : " could not open design view "

Here is my environment :

OS : windows pro. 7
eclipse Version: Helios Service Release 2
Build id: 20110301-1815

Vaadin : Vaadin Visual Designer for Eclipse 0.8.0.201103170201
Vaadin Eclipse Integration 1.3.1.201012171040
Book of Vaadin 6.5.4.201103281247

Any recommendations ?

Thanks
Sherif

I assume you have created the class with the New… → Vaadin Composite wizard. The Visual Designer requires a certain structure for the class to be able to parse it and the class must inherit CustomComponent. Also, the plugin is not able to parse any arbitrary statements in the autogenerated methods (identified by the @AutoGenerated annnotation) but any custom code must be outside of them.

If you have created the class correctly and you have not modified any @AutoGenerated methods by hand, try to upgrade to the latest Visual Designer plugin from
http://vaadin.com/eclipse/experimental
. It should have much better error reporting for parse errors.

Thanks your solution fixed my problem, but how i can run this example now ?

Thanks
Sherif

Neither the 5-minute tutorial nor the address book tutorial were designed for or with the Visual Designer.

As for simply running the application, you need to start an application server and deploy the application there, and connect to the application with a web server. If you are not familiar with running Tomcat or other Java application servers, see e.g.
the project setup chapter
in the book.

hi,
I have also problems with the design view of the Eclipse add-on:



	at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
	at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
	at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
	at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
	at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
	at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
	at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
	at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:80)
	at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setToBeRendered(UIElementImpl.java:290)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.hidePart(PartServiceImpl.java:1160)
	at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.hidePart(PartServiceImpl.java:1095)
	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.closePart(StackRenderer.java:1069)
	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.access$5(StackRenderer.java:1051)
	at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer$11.close(StackRenderer.java:945)
	at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1833)
	at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:283)
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
	at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
	at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
	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:597)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1450)

Environment details:


eclipse.buildId=4.3.0.I20130605-2000
java.version=1.6.0_35 (same error with java.version=1.7.0_21)
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_GB
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product

same problem with me…see the attached log file I did all the suggestion mentioned above kindly help me
13425.txt (7.17 KB)

java.lang.NullPointerException
at org.eclipse.ui.internal.PopupMenuExtender.dispose(PopupMenuExtender.java:547)
at org.eclipse.ui.part.MultiPageEditorSite.dispose(MultiPageEditorSite.java:217)
at org.eclipse.ui.part.MultiPageEditorPart$9.run(MultiPageEditorPart.java:1020)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.part.MultiPageEditorPart.disposePart(MultiPageEditorPart.java:1015)
at org.eclipse.ui.part.MultiPageEditorPart.dispose(MultiPageEditorPart.java:506)
at com.vaadin.visualdesigner.eclipse.editors.VaadinEditor.dispose(VaadinEditor.java:269)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.invalidate(CompatibilityPart.java:226)
at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.destroy(CompatibilityPart.java:392)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:877)
at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:857)
at org.eclipse.e4.core.internal.di.InjectorImpl.disposed(InjectorImpl.java:386)
at org.eclipse.e4.core.internal.di.Requestor.disposed(Requestor.java:132)
at org.eclipse.e4.core.internal.contexts.ContextObjectSupplier$ContextInjectionListener.update(ContextObjectSupplier.java:76)
at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.update(TrackableComputationExt.java:107)
at org.eclipse.e4.core.internal.contexts.TrackableComputationExt.handleInvalid(TrackableComputationExt.java:70)
at org.eclipse.e4.core.internal.contexts.EclipseContext.dispose(EclipseContext.java:171)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.clearContext(PartRenderingEngine.java:940)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeRemoveGui(PartRenderingEngine.java:920)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$3(PartRenderingEngine.java:828)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$8.run(PartRenderingEngine.java:823)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.removeGui(PartRenderingEngine.java:808)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$1.handleEvent(PartRenderingEngine.java:153)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
at org.eclipse.swt.widgets.Display.syncExec(Display.java:4688)
at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:205)
at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:80)
at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58)
at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
at org.eclipse.e4.ui.model.application.ui.impl.UIElementImpl.setToBeRendered(UIElementImpl.java:290)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.hidePart(PartServiceImpl.java:1166)
at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.hidePart(PartServiceImpl.java:1101)
at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.closePart(StackRenderer.java:1069)
at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.access$5(StackRenderer.java:1051)
at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer$11.close(StackRenderer.java:945)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1852)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:284)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1057)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4170)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3759)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)

session data

eclipse.buildId=3.5.0.201312060013-M1-e43
java.version=1.7.0_25
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.springsource.sts.ide
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.springsource.sts.ide

Vaadin Plugin for eclipse 2.2.0.201312051010

I was working with Vaadin composite 2 days ago and everything was running fine. The was composite drag and drop from the design view and was added in the UI file and then added on tomcat 7 server, everything was ok.

From yesterday everytime I try to open the design tab of that java composite file, eclipse shut itself down and gave me the attached error file.

Could you please let me know what has changed recently and why did it happen? I tried to un-install the Vaadin plug-in for eclipse and re-install, eclipse still shut itself down everytime I try to click on the design tab.

A fatal error has been detected by the Java Runtime Environment:

SIGSEGV (0xb) at pc=0x00007fc1c00b1030, pid=19307, tid=140474606012160

JRE version: 7.0_25-b15

Java VM: Java HotSpot™ 64-Bit Server VM (23.25-b01 mixed mode linux-amd64 compressed oops)

Problematic frame:

C 0x00007fc1c00b1030

[error occurred during error reporting (printing problematic frame), id 0xb]

Failed to write core dump. Core dumps have been disabled. To enable core dumping, try “ulimit -c unlimited” before starting Java again

If you would like to submit a bug report, please visit:

http://bugreport.sun.com/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 (0x00007fc2c4008000): JavaThread “main” [_thread_in_native, id=19308, stack(0x00007fc2caedc000,0x00007fc2cafdd000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00007fc1c00b1030

Registers:
RAX=0x00007fc29809a700, RBX=0x00007fc248c3e210, RCX=0x00007fc29809a700, RDX=0x0000000000000001
RSP=0x00007fc2cafd7168, RBP=0x00007fc2cafd7210, RSI=0x0000000000000002, RDI=0x00007fc233197ac0
R8 =0x000000000000002f, R9 =0x0000000000000000, R10=0x00007fc23331b000, R11=0x000000354c27b670
R12=0x0000000000000200, R13=0x00007fc2404010b0, R14=0xffff000000000000, R15=0xffff000000000002
RIP=0x00007fc1c00b1030, EFLAGS=0x0000000000010212, CSGSFS=0x0000000000000033, ERR=0x0000000000000014
TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007fc2cafd7168)
0x00007fc2cafd7168: 00007fc240061b02 7fffffff00000091
0x00007fc2cafd7178: 00007fc29809a700 00007fc20000000d
0x00007fc2cafd7188: 0000003500000001 00007fc233197940
0x00007fc2cafd7198: 00007fc200000004 00007fc248ca58c0
0x00007fc2cafd71a8: 00007fc240363660 00007fc240337988
0x00007fc2cafd71b8: 00007fc24003c000 00007fc248c3e228
0x00007fc2cafd71c8: 00007fc240401048 00007fc2cafd72d0
0x00007fc2cafd71d8: 000000354ccb5a10 00007fc248c80400
0x00007fc2cafd71e8: 00007fc248c3e210 00007fc240401000
0x00007fc2cafd71f8: 00007fc240283108 00007fc240337988
0x00007fc2cafd7208: 000000354ccb5a10 00007fc240401048
0x00007fc2cafd7218: 000000354c28a45f 00007fc240363660
0x00007fc2cafd7228: 00007fc248c80400 00007fc248c3e228
0x00007fc2cafd7238: 00007fc2cafd72d0 00007fc298092f80
0x00007fc2cafd7248: 00007fc248c80400 00007fc298092f80
0x00007fc2cafd7258: 0000000000000000 00007fc2cafd72d0
0x00007fc2cafd7268: 00007fc240283108 00007fc240337950
0x00007fc2cafd7278: 00007fc240337988 00007fc240337940
0x00007fc2cafd7288: 0000000000000004 00007fc29808cac0
0x00007fc2cafd7298: 000000354c337254 00007fc248cc2318
0x00007fc2cafd72a8: 00007fc2cafd72d0 00007fc29808cac0
0x00007fc2cafd72b8: 000000354bed66fd 00007fc2cafd72c0
0x00007fc2cafd72c8: 00007fc2cafd7360 0000000000000000
0x00007fc2cafd72d8: 00007fc2332b0000 00007fc200000000
0x00007fc2cafd72e8: 000000354bf409d4 00007fc248ca3bb0
0x00007fc2cafd72f8: 00007fc248c80400 00007fc240337988
0x00007fc2cafd7308: 00007fc2cafd73e0 00007fc2cafd7360
0x00007fc2cafd7318: 000000354bbd41a4 00007fc2c5931010
0x00007fc2cafd7328: 00007fc248ca3800 00007fc2cafd76e8
0x00007fc2cafd7338: 0000000000000000 00007fc2c52ce010
0x00007fc2cafd7348: 00007fc20000000a 00007fc2c5931010
0x00007fc2cafd7358: 0000000000000000 00007fc2335aace0

Instructions: (pc=0x00007fc1c00b1030)
0x00007fc1c00b1010:
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xb]

Register to memory mapping:

RAX=0x00007fc29809a700 is an unknown value
RBX=0x00007fc248c3e210 is an unknown value
RCX=0x00007fc29809a700 is an unknown value
RDX=0x0000000000000001 is an unknown value
RSP=0x00007fc2cafd7168 is pointing into the stack for thread: 0x00007fc2c4008000
RBP=0x00007fc2cafd7210 is pointing into the stack for thread: 0x00007fc2c4008000
RSI=0x0000000000000002 is an unknown value
RDI=0x00007fc233197ac0 is an unknown value
R8 =0x000000000000002f is an unknown value
R9 =0x0000000000000000 is an unknown value
R10=0x00007fc23331b000 is an unknown value
R11=0x000000354c27b670: <offset 0xa7b670> in /usr/lib64/libwebkit-1.0.so.2 at 0x000000354b800000
R12=0x0000000000000200 is an unknown value
R13=0x00007fc2404010b0 is an unknown value
R14=0xffff000000000000 is an unknown value
R15=0xffff000000000002 is an unknown value

Stack: [0x00007fc2caedc000,0x00007fc2cafdd000]
, sp=0x00007fc2cafd7168, free space=1004k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0x00007fc1c00b1030
[error occurred during error reporting (printing native stack), id 0xb]

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(JZ)Z
J org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(JZ)Z
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+36
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run()V+638
j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12
j org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(Lorg/eclipse/e4/ui/model/application/MApplicationElement;Lorg/eclipse/e4/core/contexts/IEclipseContext;)Ljava/lang/Object;+57
j org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(Lorg/eclipse/e4/ui/model/application/MApplicationElement;)V+20
j org.eclipse.ui.internal.Workbench$5.run()V+236
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;+108
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;+119
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;+57
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
j org.eclipse.equinox.launcher.Main.main([Ljava/lang/String;)V+10
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x00007fc23c057000 JavaThread “896439840@qtp-851983568-4” [_thread_blocked, id=19626, stack(0x00007fc2987ce000,0x00007fc2988cf000)]

0x00007fc23c018800 JavaThread “341569409@qtp-851983568-3” [_thread_blocked, id=19625, stack(0x00007fc2acae1000,0x00007fc2acbe2000)]

0x00007fc2c5e81000 JavaThread “Timer-0” daemon [_thread_blocked, id=19622, stack(0x00007fc29972f000,0x00007fc299830000)]

0x00007fc2c5e6f800 JavaThread “1812310883@qtp-851983568-1 - Acceptor0 SelectChannelConnector@0.0.0.0:55436” [_thread_in_native, id=19621, stack(0x00007fc2ae334000,0x00007fc2ae435000)]

0x00007fc2c5ec9800 JavaThread “866539718@qtp-851983568-0” [_thread_blocked, id=19620, stack(0x00007fc2acbe2000,0x00007fc2acce3000)]

0x00007fc2c58d0000 JavaThread “org.eclipse.jdt.internal.ui.text.JavaReconciler” daemon [_thread_blocked, id=19607, stack(0x00007fc29942c000,0x00007fc29952d000)]

0x00007fc270004000 JavaThread "[ThreadPool Manager]

  • Idle Thread" daemon [_thread_blocked, id=19474, stack(0x00007fc299214000,0x00007fc299315000)]

0x00007fc23c003800 JavaThread “Worker-8” [_thread_blocked, id=19352, stack(0x00007fc29952d000,0x00007fc29962e000)]

0x00007fc23c001000 JavaThread “Worker-6” [_thread_blocked, id=19348, stack(0x00007fc29962e000,0x00007fc29972f000)]

0x00007fc24c095000 JavaThread “Worker-4” [_thread_blocked, id=19344, stack(0x00007fc2ac8df000,0x00007fc2ac9e0000)]

0x00007fc2c5302800 JavaThread “JavaScript indexing” daemon [_thread_blocked, id=19343, stack(0x00007fc2ac9e0000,0x00007fc2acae1000)]

0x00007fc2c512f800 JavaThread “Java indexing” daemon [_thread_blocked, id=19337, stack(0x00007fc2ad0b0000,0x00007fc2ad1b1000)]

0x00007fc2600c7800 JavaThread “Bundle File Closer” daemon [_thread_blocked, id=19334, stack(0x00007fc2acfaf000,0x00007fc2ad0b0000)]

0x00007fc26c0b1000 JavaThread “Worker-1” [_thread_blocked, id=19332, stack(0x00007fc2ae132000,0x00007fc2ae233000)]

0x00007fc27805f000 JavaThread “EMF Reference Cleaner” daemon [_thread_blocked, id=19330, stack(0x00007fc2ae031000,0x00007fc2ae132000)]

0x00007fc2741d2000 JavaThread “Worker-JM” [_thread_blocked, id=19327, stack(0x00007fc2ae233000,0x00007fc2ae334000)]

0x00007fc274110000 JavaThread "[Timer]

  • Main Queue Handler" daemon [_thread_blocked, id=19326, stack(0x00007fc2ae57d000,0x00007fc2ae67e000)]

0x00007fc274001000 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=19324, stack(0x00007fc2ae435000,0x00007fc2ae536000)]

0x00007fc2c44d7800 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=19323, stack(0x00007fc2ae67e000,0x00007fc2ae77f000)]

0x00007fc2c44bc800 JavaThread “State Data Manager” daemon [_thread_blocked, id=19322, stack(0x00007fc2ae77f000,0x00007fc2ae880000)]

0x00007fc2c449f800 JavaThread “Framework Active Thread” [_thread_blocked, id=19321, stack(0x00007fc2ae880000,0x00007fc2ae981000)]

0x00007fc2c41b7800 JavaThread “Service Thread” daemon [_thread_blocked, id=19319, stack(0x00007fc2af7f8000,0x00007fc2af8f9000)]

0x00007fc2c41b5800 JavaThread “C2 CompilerThread1” daemon [_thread_in_native, id=19318, stack(0x00007fc2af8f9000,0x00007fc2af9fa000)]

0x00007fc2c41b2800 JavaThread “C2 CompilerThread0” daemon [_thread_blocked, id=19317, stack(0x00007fc29a06f000,0x00007fc29a170000)]

0x00007fc2c41b0000 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=19316, stack(0x00007fc2af9fa000,0x00007fc2afafb000)]

0x00007fc2c4162000 JavaThread “Finalizer” daemon [_thread_blocked, id=19315, stack(0x00007fc2afafb000,0x00007fc2afbfc000)]

0x00007fc2c4160000 JavaThread “Reference Handler” daemon [_thread_blocked, id=19314, stack(0x00007fc2afbfc000,0x00007fc2afcfd000)]

=>0x00007fc2c4008000 JavaThread “main” [_thread_in_native, id=19308, stack(0x00007fc2caedc000,0x00007fc2cafdd000)]

Other Threads:
0x00007fc2c4158000 VMThread [stack: 0x00007fc2afcfd000,0x00007fc2afdfe000]
[id=19313]

0x00007fc2c41c2800 WatcherThread [stack: 0x00007fc2af6f7000,0x00007fc2af7f8000]
[id=19320]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
PSYoungGen total 135040K, used 90703K [0x00000000f5560000, 0x00000000ffe40000, 0x0000000100000000)
eden space 97664K, 75% used [0x00000000f5560000,0x00000000f9d572e8,0x00000000fb4c0000)
from space 37376K, 45% used [0x00000000fb4c0000,0x00000000fc55c970,0x00000000fd940000)
to space 36288K, 0% used [0x00000000fdad0000,0x00000000fdad0000,0x00000000ffe40000)
ParOldGen total 93184K, used 70489K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 75% used [0x00000000e0000000,0x00000000e44d6430,0x00000000e5b00000)
PSPermGen total 181376K, used 131312K [0x00000000d0000000, 0x00000000db120000, 0x00000000e0000000)
object space 181376K, 72% used [0x00000000d0000000,0x00000000d803c020,0x00000000db120000)

Card table byte_map: [0x00007fc2ca418000,0x00007fc2ca599000]
byte_map_base: 0x00007fc2c9d98000

Polling page: 0x00007fc2cb218000

Code Cache [0x00007fc2c1000000, 0x00007fc2c1770000, 0x00007fc2c4000000)
total_blobs=2611 nmethods=1868 adapters=691 free_code_cache=41796Kb largest_free_block=42583936

Compilation events (10 events):
Event: 470.530 Thread 0x00007fc2c41b2800 2058 java.util.HashMap::removeEntryForKey (150 bytes)
Event: 470.536 Thread 0x00007fc2c41b2800 nmethod 2058 0x00007fc2c172e550 code [0x00007fc2c172e6e0, 0x00007fc2c172eab8]

Event: 470.541 Thread 0x00007fc2c41b2800 2059 java.util.HashMap::remove (19 bytes)
Event: 470.546 Thread 0x00007fc2c41b2800 nmethod 2059 0x00007fc2c170e9d0 code [0x00007fc2c170eb60, 0x00007fc2c170ef38]

Event: 470.546 Thread 0x00007fc2c41b2800 2060 java.util.HashSet::remove (20 bytes)
Event: 470.556 Thread 0x00007fc2c41b2800 nmethod 2060 0x00007fc2c170afd0 code [0x00007fc2c170b1c0, 0x00007fc2c170ba10]

Event: 470.556 Thread 0x00007fc2c41b2800 2061 sun.nio.cs.ISO_8859_1$Encoder::encode (107 bytes)
Event: 470.559 Thread 0x00007fc2c41b2800 nmethod 2061 0x00007fc2c12b7e10 code [0x00007fc2c12b7f80, 0x00007fc2c12b8258]

Event: 470.559 Thread 0x00007fc2c41b2800 2062 sun.reflect.generics.parser.SignatureParser::parseIdentifier (115 bytes)
Event: 470.573 Thread 0x00007fc2c41b2800 nmethod 2062 0x00007fc2c1684b90 code [0x00007fc2c1684d60, 0x00007fc2c1685518]

GC Heap History (10 events):
Event: 346.966 GC heap before
{Heap before GC invocations=26 (full 3):
PSYoungGen total 132416K, used 12131K [0x00000000f5560000, 0x00000000ffc20000, 0x0000000100000000)
eden space 98048K, 12% used [0x00000000f5560000,0x00000000f6138dd0,0x00000000fb520000)
from space 34368K, 0% used [0x00000000fda90000,0x00000000fda90000,0x00000000ffc20000)
to space 36352K, 0% used [0x00000000fb520000,0x00000000fb520000,0x00000000fd8a0000)
ParOldGen total 93184K, used 73524K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 78% used [0x00000000e0000000,0x00000000e47cd360,0x00000000e5b00000)
PSPermGen total 172544K, used 115925K [0x00000000d0000000, 0x00000000da880000, 0x00000000e0000000)
object space 172544K, 67% used [0x00000000d0000000,0x00000000d71355d0,0x00000000da880000)
Event: 346.977 GC heap after
Heap after GC invocations=26 (full 3):
PSYoungGen total 134400K, used 1222K [0x00000000f5560000, 0x00000000ffd60000, 0x0000000100000000)
eden space 98048K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fb520000)
from space 36352K, 3% used [0x00000000fb520000,0x00000000fb651bb0,0x00000000fd8a0000)
to space 36992K, 0% used [0x00000000fd940000,0x00000000fd940000,0x00000000ffd60000)
ParOldGen total 93184K, used 73588K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 78% used [0x00000000e0000000,0x00000000e47dd370,0x00000000e5b00000)
PSPermGen total 172544K, used 115925K [0x00000000d0000000, 0x00000000da880000, 0x00000000e0000000)
object space 172544K, 67% used [0x00000000d0000000,0x00000000d71355d0,0x00000000da880000)
}
Event: 346.977 GC heap before
{Heap before GC invocations=27 (full 4):
PSYoungGen total 134400K, used 1222K [0x00000000f5560000, 0x00000000ffd60000, 0x0000000100000000)
eden space 98048K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fb520000)
from space 36352K, 3% used [0x00000000fb520000,0x00000000fb651bb0,0x00000000fd8a0000)
to space 36992K, 0% used [0x00000000fd940000,0x00000000fd940000,0x00000000ffd60000)
ParOldGen total 93184K, used 73588K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 78% used [0x00000000e0000000,0x00000000e47dd370,0x00000000e5b00000)
PSPermGen total 172544K, used 115925K [0x00000000d0000000, 0x00000000da880000, 0x00000000e0000000)
object space 172544K, 67% used [0x00000000d0000000,0x00000000d71355d0,0x00000000da880000)
Event: 347.362 GC heap after
Heap after GC invocations=27 (full 4):
PSYoungGen total 134400K, used 0K [0x00000000f5560000, 0x00000000ffd60000, 0x0000000100000000)
eden space 98048K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fb520000)
from space 36352K, 0% used [0x00000000fb520000,0x00000000fb520000,0x00000000fd8a0000)
to space 36992K, 0% used [0x00000000fd940000,0x00000000fd940000,0x00000000ffd60000)
ParOldGen total 93184K, used 70909K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 76% used [0x00000000e0000000,0x00000000e453f438,0x00000000e5b00000)
PSPermGen total 180288K, used 115924K [0x00000000d0000000, 0x00000000db010000, 0x00000000e0000000)
object space 180288K, 64% used [0x00000000d0000000,0x00000000d7135330,0x00000000db010000)
}
Event: 406.966 GC heap before
{Heap before GC invocations=28 (full 4):
PSYoungGen total 134400K, used 4127K [0x00000000f5560000, 0x00000000ffd60000, 0x0000000100000000)
eden space 98048K, 4% used [0x00000000f5560000,0x00000000f5967f00,0x00000000fb520000)
from space 36352K, 0% used [0x00000000fb520000,0x00000000fb520000,0x00000000fd8a0000)
to space 36992K, 0% used [0x00000000fd940000,0x00000000fd940000,0x00000000ffd60000)
ParOldGen total 93184K, used 70909K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 76% used [0x00000000e0000000,0x00000000e453f438,0x00000000e5b00000)
PSPermGen total 180288K, used 115926K [0x00000000d0000000, 0x00000000db010000, 0x00000000e0000000)
object space 180288K, 64% used [0x00000000d0000000,0x00000000d7135bd0,0x00000000db010000)
Event: 406.973 GC heap after
Heap after GC invocations=28 (full 4):
PSYoungGen total 134656K, used 64K [0x00000000f5560000, 0x00000000ffe20000, 0x0000000100000000)
eden space 97664K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fb4c0000)
from space 36992K, 0% used [0x00000000fd940000,0x00000000fd950000,0x00000000ffd60000)
to space 37376K, 0% used [0x00000000fb4c0000,0x00000000fb4c0000,0x00000000fd940000)
ParOldGen total 93184K, used 70909K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 76% used [0x00000000e0000000,0x00000000e453f438,0x00000000e5b00000)
PSPermGen total 180288K, used 115926K [0x00000000d0000000, 0x00000000db010000, 0x00000000e0000000)
object space 180288K, 64% used [0x00000000d0000000,0x00000000d7135bd0,0x00000000db010000)
}
Event: 406.973 GC heap before
{Heap before GC invocations=29 (full 5):
PSYoungGen total 134656K, used 64K [0x00000000f5560000, 0x00000000ffe20000, 0x0000000100000000)
eden space 97664K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fb4c0000)
from space 36992K, 0% used [0x00000000fd940000,0x00000000fd950000,0x00000000ffd60000)
to space 37376K, 0% used [0x00000000fb4c0000,0x00000000fb4c0000,0x00000000fd940000)
ParOldGen total 93184K, used 70909K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 76% used [0x00000000e0000000,0x00000000e453f438,0x00000000e5b00000)
PSPermGen total 180288K, used 115926K [0x00000000d0000000, 0x00000000db010000, 0x00000000e0000000)
object space 180288K, 64% used [0x00000000d0000000,0x00000000d7135bd0,0x00000000db010000)
Event: 407.452 GC heap after
Heap after GC invocations=29 (full 5):
PSYoungGen total 134656K, used 0K [0x00000000f5560000, 0x00000000ffe20000, 0x0000000100000000)
eden space 97664K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fb4c0000)
from space 36992K, 0% used [0x00000000fd940000,0x00000000fd940000,0x00000000ffd60000)
to space 37376K, 0% used [0x00000000fb4c0000,0x00000000fb4c0000,0x00000000fd940000)
ParOldGen total 93184K, used 70489K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 75% used [0x00000000e0000000,0x00000000e44d6430,0x00000000e5b00000)
PSPermGen total 181376K, used 115926K [0x00000000d0000000, 0x00000000db120000, 0x00000000e0000000)
object space 181376K, 63% used [0x00000000d0000000,0x00000000d7135bd0,0x00000000db120000)
}
Event: 463.598 GC heap before
{Heap before GC invocations=30 (full 5):
PSYoungGen total 134656K, used 97664K [0x00000000f5560000, 0x00000000ffe20000, 0x0000000100000000)
eden space 97664K, 100% used [0x00000000f5560000,0x00000000fb4c0000,0x00000000fb4c0000)
from space 36992K, 0% used [0x00000000fd940000,0x00000000fd940000,0x00000000ffd60000)
to space 37376K, 0% used [0x00000000fb4c0000,0x00000000fb4c0000,0x00000000fd940000)
ParOldGen total 93184K, used 70489K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 75% used [0x00000000e0000000,0x00000000e44d6430,0x00000000e5b00000)
PSPermGen total 181376K, used 125699K [0x00000000d0000000, 0x00000000db120000, 0x00000000e0000000)
object space 181376K, 69% used [0x00000000d0000000,0x00000000d7ac0f60,0x00000000db120000)
Event: 463.638 GC heap after
Heap after GC invocations=30 (full 5):
PSYoungGen total 135040K, used 17010K [0x00000000f5560000, 0x00000000ffe40000, 0x0000000100000000)
eden space 97664K, 0% used [0x00000000f5560000,0x00000000f5560000,0x00000000fb4c0000)
from space 37376K, 45% used [0x00000000fb4c0000,0x00000000fc55c970,0x00000000fd940000)
to space 36288K, 0% used [0x00000000fdad0000,0x00000000fdad0000,0x00000000ffe40000)
ParOldGen total 93184K, used 70489K [0x00000000e0000000, 0x00000000e5b00000, 0x00000000f5560000)
object space 93184K, 75% used [0x00000000e0000000,0x00000000e44d6430,0x00000000e5b00000)
PSPermGen total 181376K, used 125699K [0x00000000d0000000, 0x00000000db120000, 0x00000000e0000000)
object space 181376K, 69% used [0x00000000d0000000,0x00000000d7ac0f60,0x00000000db120000)
}

Deoptimization events (10 events):
Event: 470.264 Thread 0x00007fc2c4008000 Uncommon trap -34 fr.pc 0x00007fc2c1138f94
Event: 470.264 Thread 0x00007fc2c4008000 Uncommon trap -34 fr.pc 0x00007fc2c13a583c
Event: 470.264 Thread 0x00007fc2c4008000 Uncommon trap -34 fr.pc 0x00007fc2c13a583c
Event: 470.264 Thread 0x00007fc2c4008000 Uncommon trap -34 fr.pc 0x00007fc2c13a583c
Event: 470.264 Thread 0x00007fc2c4008000 Uncommon trap -34 fr.pc 0x00007fc2c13a583c
Event: 470.265 Thread 0x00007fc2c4008000 Uncommon trap -34 fr.pc 0x00007fc2c111f260
Event: 470.296 Thread 0x00007fc2c4008000 Uncommon trap -34 fr.pc 0x00007fc2c1138fe4
Event: 470.463 Thread 0x00007fc2c5e6f800 Uncommon trap -83 fr.pc 0x00007fc2c12cd8a8
Event: 470.525 Thread 0x00007fc2c5ec9800 Uncommon trap -34 fr.pc 0x00007fc2c1138f94
Event: 470.535 Thread 0x00007fc2c5ec9800 Uncommon trap -34 fr.pc 0x00007fc2c1130830

Internal exceptions (10 events):
Event: 470.590 Thread 0x00007fc2c5ec9800 Threw 0x00000000f9b2eeb0 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDict
Event: 470.591 Thread 0x00007fc2c5ec9800 Threw 0x00000000f9b3ac98 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDict
Event: 470.593 Thread 0x00007fc2c5ec9800 Threw 0x00000000f9b615c8 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDict
Event: 470.595 Thread 0x00007fc2c5ec9800 Threw 0x00000000f9b83220 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDict
Event: 470.599 Thread 0x00007fc2c5ec9800 Threw 0x00000000f9b9d110 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDict
Event: 470.601 Thread 0x00007fc2c5ec9800 Threw 0x00000000f9bba100 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDict
Event: 470.603 Thread 0x00007fc2c5ec9800 Threw 0x00000000f9bd2cf8 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDict
Event: 470.604 Thread 0x00007fc2c5ec9800 Threw 0x00000000f9be4f50 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDict
Event: 470.605 Thread 0x00007fc2c5ec9800 Threw 0x00000000f9befa68 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDict
Event: 470.606 Thread 0x00007fc2c5ec9800 Threw 0x00000000f9bf76c0 at /HUDSON/workspace/jdk7u25-2-build-linux-amd64-product/jdk7u25/hotspot/src/share/vm/classfile/systemDict

Events (10 events):
Event: 470.677 Executing VM operation: RevokeBias
Event: 470.678 Executing VM operation: RevokeBias done
Event: 470.678 Executing VM operation: RevokeBias
Event: 470.678 Executing VM operation: RevokeBias done
Event: 470.679 Executing VM operation: RevokeBias
Event: 470.679 Executing VM operation: RevokeBias done
Event: 470.720 Executing VM operation: RevokeBias
Event: 470.721 Executing VM operation: RevokeBias done
Event: 470.721 Executing VM operation: RevokeBias
Event: 470.721 Executing VM operation: RevokeBias done

Dynamic libraries:
00400000-00401000 r-xp 00000000 fd:00 2498516 /opt/jdk1.7.0_25/bin/java
00600000-00601000 rw-p 00000000 fd:00 2498516 /opt/jdk1.7.0_25/bin/java
00ef4000-00fce000 rw-p 00000000 00:00 0 [heap]

d0000000-db120000 rw-p 00000000 00:00 0
db120000-e0000000 rw-p 00000000 00:00 0
e0000000-e5b00000 rw-p 00000000 00:00 0
e5b00000-f5560000 rw-p 00000000 00:00 0
f5560000-ffe40000 rw-p 00000000 00:00 0
ffe40000-100000000 —p 00000000 00:00 0
3307800000-3307837000 r-xp 00000000 fd:00 797030 /usr/lib64/librsvg-2.so.2.26.0
3307837000-3307a37000 —p 00037000 fd:00 797030 /usr/lib64/librsvg-2.so.2.26.0
3307a37000-3307a39000 rw-p 00037000 fd:00 797030 /usr/lib64/librsvg-2.so.2.26.0
3539200000-3539220000 r-xp 00000000 fd:00 1713393 /lib64/ld-2.12.so
353941f000-3539420000 r–p 0001f000 fd:00 1713393 /lib64/ld-2.12.so
3539420000-3539421000 rw-p 00020000 fd:00 1713393 /lib64/ld-2.12.so
3539421000-3539422000 rw-p 00000000 00:00 0
3539600000-3539683000 r-xp 00000000 fd:00 1714186 /lib64/libm-2.12.so
3539683000-3539882000 —p 00083000 fd:00 1714186 /lib64/libm-2.12.so
3539882000-3539883000 r–p 00082000 fd:00 1714186 /lib64/libm-2.12.so
3539883000-3539884000 rw-p 00083000 fd:00 1714186 /lib64/libm-2.12.so
3539a00000-3539b8b000 r-xp 00000000 fd:00 1713394 /lib64/libc-2.12.so
3539b8b000-3539d8a000 —p 0018b000 fd:00 1713394 /lib64/libc-2.12.so
3539d8a000-3539d8e000 r–p 0018a000 fd:00 1713394 /lib64/libc-2.12.so
3539d8e000-3539d8f000 rw-p 0018e000 fd:00 1713394 /lib64/libc-2.12.so
3539d8f000-3539d94000 rw-p 00000000 00:00 0
3539e00000-3539e02000 r-xp 00000000 fd:00 1714177 /lib64/libdl-2.12.so
3539e02000-353a002000 —p 00002000 fd:00 1714177 /lib64/libdl-2.12.so
353a002000-353a003000 r–p 00002000 fd:00 1714177 /lib64/libdl-2.12.so
353a003000-353a004000 rw-p 00003000 fd:00 1714177 /lib64/libdl-2.12.so
353a200000-353a217000 r-xp 00000000 fd:00 1713405 /lib64/libpthread-2.12.so
353a217000-353a417000 —p 00017000 fd:00 1713405 /lib64/libpthread-2.12.so
353a417000-353a418000 r–p 00017000 fd:00 1713405 /lib64/libpthread-2.12.so
353a418000-353a419000 rw-p 00018000 fd:00 1713405 /lib64/libpthread-2.12.so
353a419000-353a41d000 rw-p 00000000 00:00 0
353a600000-353a615000 r-xp 00000000 fd:00 1714182 /lib64/libz.so.1.2.3
353a615000-353a814000 —p 00015000 fd:00 1714182 /lib64/libz.so.1.2.3
353a814000-353a815000 r–p 00014000 fd:00 1714182 /lib64/libz.so.1.2.3
353a815000-353a816000 rw-p 00015000 fd:00 1714182 /lib64/libz.so.1.2.3
353aa00000-353aa07000 r-xp 00000000 fd:00 1713406 /lib64/librt-2.12.so
353aa07000-353ac06000 —p 00007000 fd:00 1713406 /lib64/librt-2.12.so
353ac06000-353ac07000 r–p 00006000 fd:00 1713406 /lib64/librt-2.12.so
353ac07000-353ac08000 rw-p 00007000 fd:00 1713406 /lib64/librt-2.12.so
353ae00000-353af03000 r-xp 00000000 fd:00 1714172 /lib64/libglib-2.0.so.0.2600.1
353af03000-353b103000 —p 00103000 fd:00 1714172 /lib64/libglib-2.0.so.0.2600.1
353b103000-353b104000 rw-p 00103000 fd:00 1714172 /lib64/libglib-2.0.so.0.2600.1
353b104000-353b105000 rw-p 00000000 00:00 0
353b200000-353b21d000 r-xp 00000000 fd:00 1714183 /lib64/libselinux.so.1
353b21d000-353b41c000 —p 0001d000 fd:00 1714183 /lib64/libselinux.so.1
353b41c000-353b41d000 r–p 0001c000 fd:00 1714183 /lib64/libselinux.so.1
353b41d000-353b41e000 rw-p 0001d000 fd:00 1714183 /lib64/libselinux.so.1
353b41e000-353b41f000 rw-p 00000000 00:00 0
353b600000-353b616000 r-xp 00000000 fd:00 1714181 /lib64/libresolv-2.12.so
353b616000-353b816000 —p 00016000 fd:00 1714181 /lib64/libresolv-2.12.so
353b816000-353b817000 r–p 00016000 fd:00 1714181 /lib64/libresolv-2.12.so
353b817000-353b818000 rw-p 00017000 fd:00 1714181 /lib64/libresolv-2.12.so
353b818000-353b81a000 rw-p 00000000 00:00 0
353ba00000-353ba04000 r-xp 00000000 fd:00 1714173 /lib64/libgthread-2.0.so.0.2600.1
353ba04000-353bc03000 —p 00004000 fd:00 1714173 /lib64/libgthread-2.0.so.0.2600.1
353bc03000-353bc04000 rw-p 00003000 fd:00 1714173 /lib64/libgthread-2.0.so.0.2600.1
353be00000-353be4a000 r-xp 00000000 fd:00 1714176 /lib64/libgobject-2.0.so.0.2600.1
353be4a000-353c049000 —p 0004a000 fd:00 1714176 /lib64/libgobject-2.0.so.0.2600.1
353c049000-353c04b000 rw-p 00049000 fd:00 1714176 /lib64/libgobject-2.0.so.0.2600.1
353c04b000-353c04c000 rw-p 00000000 00:00 0
353c200000-353c21d000 r-xp 00000000 fd:00 807888 /usr/lib64/libxcb.so.1.1.0
353c21d000-353c41d000 —p 0001d000 fd:00 807888 /usr/lib64/libxcb.so.1.1.0
353c41d000-353c41e000 rw-p 0001d000 fd:00 807888 /usr/lib64/libxcb.so.1.1.0
353c600000-353c737000 r-xp 00000000 fd:00 807917 /usr/lib64/libX11.so.6.3.0
353c737000-353c937000 —p 00137000 fd:00 807917 /usr/lib64/libX11.so.6.3.0
353c937000-353c93d000 rw-p 00137000 fd:00 807917 /usr/lib64/libX11.so.6.3.0
353ca00000-353ca02000 r-xp 00000000 fd:00 807671 /usr/lib64/libXau.so.6.0.0
353ca02000-353cc02000 —p 00002000 fd:00 807671 /usr/lib64/libXau.so.6.0.0
353cc02000-353cc03000 rw-p 00002000 fd:00 807671 /usr/lib64/libXau.so.6.0.0
353ce00000-353ce12000 r-xp 00000000 fd:00 809090 /usr/lib64/libXext.so.6.4.0
353ce12000-353d012000 —p 00012000 fd:00 809090 /usr/lib64/libXext.so.6.4.0
353d012000-353d013000 rw-p 00012000 fd:00 809090 /usr/lib64/libXext.so.6.4.0
353d200000-353d298000 r-xp 00000000 fd:00 807260 /usr/lib64/libfreetype.so.6.3.22
353d298000-353d497000 —p 00098000 fd:00 807260 /usr/lib64/libfreetype.so.6.3.22
353d497000-353d49d000 rw-p 00097000 fd:00 807260 /usr/lib64/libfreetype.so.6.3.22
353d600000-353d626000 r-xp 00000000 fd:00 1714187 /lib64/libexpat.so.1.5.2
353d626000-353d825000 —p 00026000 fd:00 1714187 /lib64/libexpat.so.1.5.2
353d825000-353d828000 rw-p 00025000 fd:00 1714187 /lib64/libexpat.so.1.5.2
353da00000-353da34000 r-xp 00000000 fd:00 807669 /usr/lib64/libfontconfig.so.1.4.4
353da34000-353dc34000 —p 00034000 fd:00 807669 /usr/lib64/libfontconfig.so.1.4.4
353dc34000-353dc36000 rw-p 00034000 fd:00 807669 /usr/lib64/libfontconfig.so.1.4.4
353de00000-353de25000 r-xp 00000000 fd:00 807670 /usr/lib64/libpng12.so.0.49.0
353de25000-353e025000 —p 00025000 fd:00 807670 /usr/lib64/libpng12.so.0.49.0
353e025000-353e026000 rw-p 00025000 fd:00 807670 /usr/lib64/libpng12.so.0.49.0
353e200000-353e209000 r-xp 00000000 fd:00 808032 /usr/lib64/libXrender.so.1.3.0
353e209000-353e409000 —p 00009000 fd:00 808032 /usr/lib64/libXrender.so.1.3.0
353e409000-353e40a000 rw-p 00009000 fd:00 808032 /usr/lib64/libXrender.so.1.3.0
353e600000-353e60e000 r-xp 00000000 fd:00 809568 /usr/lib64/libXi.so.6.1.0
353e60e000-353e80e000 —p 0000e000 fd:00 809568 /usr/lib64/libXi.so.6.1.0
353e80e000-353e80f000 rw-p 0000e000 fd:00 809568 /usr/lib64/libXi.so.6.1.0
353ea00000-353ea09000 r-xp 00000000 fd:00 812519 /usr/lib64/libXcursor.so.1.0.2
353ea09000-353ec09000 —p 00009000 fd:00 812519 /usr/lib64/libXcursor.so.1.0.2
353ec09000-353ec0a000 rw-p 00009000 fd:00 812519 /usr/lib64/libXcursor.so.1.0.2
353ee00000-353ee02000 r-xp 00000000 fd:00 809122 /usr/lib64/libXinerama.so.1.0.0
353ee02000-353f001000 —p 00002000 fd:00 809122 /usr/lib64/libXinerama.so.1.0.0
353f001000-353f002000 rw-p 00001000 fd:00 809122 /usr/lib64/libXinerama.so.1.0.0
353f200000-353f205000 r-xp 00000000 fd:00 812484 /usr/lib64/libXfixes.so.3.1.0
353f205000-353f405000 —p 00005000 fd:00 812484 /usr/lib64/libXfixes.so.3.1.0
353f405000-353f406000 rw-p 00005000 fd:00 812484 /usr/lib64/libXfixes.so.3.1.0
353f600000-353f640000 r-xp 00000000 fd:00 1714197 /lib64/libdbus-1.so.3.4.0
353f640000-353f83f000 —p 00040000 fd:00 1714197 /lib64/libdbus-1.so.3.4.0
353f83f000-353f840000 r–p 0003f000 fd:00 1714197 /lib64/libdbus-1.so.3.4.0
353f840000-353f841000 rw-p 00040000 fd:00 1714197 /lib64/libdbus-1.so.3.4.0
353fa00000-353fa0a000 r-xp 00000000 fd:00 812483 /usr/lib64/libXrandr.so.2.2.0
353fa0a000-353fc09000 —p 0000a000 fd:00 812483 /usr/lib64/libXrandr.so.2.2.0
353fc09000-353fc0a000 rw-p 00009000 fd:00 812483 /usr/lib64/libXrandr.so.2.2.0
353fe00000-353fe16000 r-xp 00000000 fd:00 1714188 /lib64/libgcc_s-4.4.7-20120601.so.1
353fe16000-3540015000 —p 00016000 fd:00 1714188 /lib64/libgcc_s-4.4.7-20120601.so.1
3540015000-3540016000 rw-p 00015000 fd:00 1714188 /lib64/libgcc_s-4.4.7-20120601.so.1
3540200000-3540203000 r-xp 00000000 fd:00 1714179 /lib64/libgmodule-2.0.so.0.2600.1
3540203000-3540402000 —p 00003000 fd:00 1714179 /lib64/libgmodule-2.0.so.0.2600.1
3540402000-3540403000 rw-p 00002000 fd:00 1714179 /lib64/libgmodule-2.0.so.0.2600.1
3540600000-3540604000 r-xp 00000000 fd:00 1714207 /lib64/libuuid.so.1.3.0
3540604000-3540803000 —p 00004000 fd:00 1714207 /lib64/libuuid.so.1.3.0
3540803000-3540804000 rw-p 00003000 fd:00 1714207 /lib64/libuuid.so.1.3.0
3540a00000-3540a0c000 r-xp 00000000 fd:00 1714229 /lib64/libudev.so.0.5.1
3540a0c000-3540c0c000 —p 0000c000 fd:00 1714229 /lib64/libudev.so.0.5.1
3540c0c000-3540c0d000 r–p 0000c000 fd:00 1714229 /lib64/libudev.so.0.5.1
3540c0d000-3540c0e000 rw-p 0000d000 fd:00 1714229 /lib64/libudev.so.0.5.1
3540e00000-3540e40000 r-xp 00000000 fd:00 813074 /usr/lib64/libibus.so.2.0.0
3540e40000-3541040000 —p 00040000 fd:00 813074 /usr/lib64/libibus.so.2.0.0
3541040000-3541042000 rw-p 00040000 fd:00 813074 /usr/lib64/libibus.so.2.0.0
3541042000-3541043000 rw-p 00000000 00:00 0
3541600000-3541617000 r-xp 00000000 fd:00 789752 /usr/lib64/libICE.so.6.3.0
3541617000-3541817000 —p 00017000 fd:00 789752 /usr/lib64/libICE.so.6.3.0
3541817000-3541818000 rw-p 00017000 fd:00 789752 /usr/lib64/libICE.so.6.3.0
3541818000-354181c000 rw-p 00000000 00:00 0
3541a00000-3541b0b000 r-xp 00000000 fd:00 1714184 /lib64/libgio-2.0.so.0.2600.1
3541b0b000-3541d0b000 —p 0010b000 fd:00 1714184 /lib64/libgio-2.0.so.0.2600.1
3541d0b000-3541d10000 rw-p 0010b000 fd:00 1714184 /lib64/libgio-2.0.so.0.2600.1
3541d10000-3541d11000 rw-p 00000000 00:00 0
3541e00000-3541e07000 r-xp 00000000 fd:00 828691 /usr/lib64/libSM.so.6.0.1
3541e07000-3542007000 —p 00007000 fd:00 828691 /usr/lib64/libSM.so.6.0.1
3542007000-3542008000 rw-p 00007000 fd:00 828691 /usr/lib64/libSM.so.6.0.1
3543a00000-3543b48000 r-xp 00000000 fd:00 807814 /usr/lib64/libxml2.so.2.7.6
3543b48000-3543d47000 —p 00148000 fd:00 807814 /usr/lib64/libxml2.so.2.7.6
3543d47000-3543d51000 rw-p 00147000 fd:00 807814 /usr/lib64/libxml2.so.2.7.6
3543d51000-3543d52000 rw-p 00000000 00:00 0
3543e00000-3543e02000 r-xp 00000000 fd:00 812547 /usr/lib64/libXdamage.so.1.1.0
3543e02000-3544001000 —p 00002000 fd:00 812547 /usr/lib64/libXdamage.so.1.1.0
3544001000-3544002000 rw-p 00001000 fd:00 812547 /usr/lib64/libXdamage.so.1.1.0
3544200000-354421e000 r-xp 00000000 fd:00 812558 /usr/lib64/libgdk_pixbuf-2.0.so.0.2000.1
354421e000-354441e000 —p 0001e000 fd:00 812558 /usr/lib64/libgdk_pixbuf-2.0.so.0.2000.1
354441e000-354441f000 rw-p 0001e000 fd:00 812558 /usr/lib64/libgdk_pixbuf-2.0.so.0.2000.1
3544600000-35446b6000 r-xp 00000000 fd:00 813511 /usr/lib64/libgdk-x11-2.0.so.0.2000.1
35446b6000-35448b6000 —p 000b6000 fd:00 813511 /usr/lib64/libgdk-x11-2.0.so.0.2000.1
35448b6000-35448bb000 rw-p 000b6000 fd:00 813511 /usr/lib64/libgdk-x11-2.0.so.0.2000.1
3544a00000-3544a29000 r-xp 00000000 fd:00 808297 /usr/lib64/libpangoft2-1.0.so.0.2800.1
3544a29000-3544c28000 —p 00029000 fd:00 808297 /usr/lib64/libpangoft2-1.0.so.0.2800.1
3544c28000-3544c2a000 rw-p 00028000 fd:00 808297 /usr/lib64/libpangoft2-1.0.so.0.2800.1
3544e00000-3544e48000 r-xp 00000000 fd:00 808277 /usr/lib64/libpango-1.0.so.0.2800.1
3544e48000-3545048000 —p 00048000 fd:00 808277 /usr/lib64/libpango-1.0.so.0.2800.1
3545048000-354504b000 rw-p 00048000 fd:00 808277 /usr/lib64/libpango-1.0.so.0.2800.1
3545200000-3545283000 r-xp 00000000 fd:00 807256 /usr/lib64/libpixman-1.so.0.26.2
3545283000-3545482000 —p 00083000 fd:00 807256 /usr/lib64/libpixman-1.so.0.26.2
3545482000-3545488000 rw-p 00082000 fd:00 807256 /usr/lib64/libpixman-1.so.0.26.2
3545600000-3545a6a000 r-xp 00000000 fd:00 815591 /usr/lib64/libgtk-x11-2.0.so.0.2000.1
3545a6a000-3545c69000 —p 0046a000 fd:00 815591 /usr/lib64/libgtk-x11-2.0.so.0.2000.1
3545c69000-3545c74000 rw-p 00469000 fd:00 815591 /usr/lib64/libgtk-x11-2.0.so.0.2000.1
3545c74000-3545c76000 rw-p 00000000 00:00 0
3545e00000-3545e76000 r-xp 00000000 fd:00 808144 /usr/lib64/libcairo.so.2.10800.8
3545e76000-3546076000 —p 00076000 fd:00 808144 /usr/lib64/libcairo.so.2.10800.8
3546076000-3546079000 rw-p 00076000 fd:00 808144 /usr/lib64/libcairo.so.2.10800.8
3546200000-3546202000 r-xp 00000000 fd:00 812520 /usr/lib64/libXcomposite.so.1.0.0
3546202000-3546401000 —p 00002000 fd:00 812520 /usr/lib64/libXcomposite.so.1.0.0
3546401000-3546402000 rw-p 00001000 fd:00 812520 /usr/lib64/libXcomposite.so.1.0.0
3546600000-354660b000 r-xp 00000000 fd:00 808622 /usr/lib64/libpangocairo-1.0.so.0.2800.1
354660b000-354680b000 —p 0000b000 fd:00 808622 /usr/lib64/libpangocairo-1.0.so.0.2800.1
354680b000-354680c000 rw-p 0000b000 fd:00 808622 /usr/lib64/libpangocairo-1.0.so.0.2800.1
3546a00000-3546a1e000 r-xp 00000000 fd:00 815441 /usr/lib64/libatk-1.0.so.0.3009.1
3546a1e000-3546c1e000 —p 0001e000 fd:00 815441 /usr/lib64/libatk-1.0.so.0.3009.1
3546c1e000-3546c21000 rw-p 0001e000 fd:00 815441 /usr/lib64/libatk-1.0.so.0.3009.1
3546e00000-3546e10000 r-xp 00000000 fd:00 1714200 /lib64/libbz2.so.1.0.4
3546e10000-354700f000 —p 00010000 fd:00 1714200 /lib64/libbz2.so.1.0.4
354700f000-3547011000 rw-p 0000f000 fd:00 1714200 /lib64/libbz2.so.1.0.4
3547200000-3547210000 r-xp 00000000 fd:00 808711 /usr/lib64/libgeoclue.so.0.0.0
3547210000-3547410000 —p 00010000 fd:00 808711 /usr/lib64/libgeoclue.so.0.0.0
3547410000-3547411000 rw-p 00010000 fd:00 808711 /usr/lib64/libgeoclue.so.0.0.0
3547600000-3547672000 r-xp 00000000 fd:00 1714246 /lib64/libgcrypt.so.11.5.3
3547672000-3547871000 —p 00072000 fd:00 1714246 /lib64/libgcrypt.so.11.5.3
3547871000-3547872000 r–p 00071000 fd:00 1714246 /lib64/libgcrypt.so.11.5.3
3547872000-3547875000 rw-p 00072000 fd:00 1714246 /lib64/libgcrypt.so.11.5.3
3547a00000-3547a0d000 r-xp 00000000 fd:00 834127 /usr/lib64/libgstpbutils-0.10.so.0.20.0
3547a0d000-3547c0c000 —p 0000d000 fd:00 834127 /usr/lib64/libgstpbutils-0.10.so.0.20.0
3547c0c000-3547c0e000 rw-p 0000c000 fd:00 834127 /usr/lib64/libgstpbutils-0.10.so.0.20.0
3547e00000-3547e05000 r-xp 00000000 fd:00 828696 /usr/lib64/libXtst.so.6.1.0
3547e05000-3548005000 —p 00005000 fd:00 828696 /usr/lib64/libXtst.so.6.1.0
3548005000-3548006000 rw-p 00005000 fd:00 828696 /usr/lib64/libXtst.so.6.1.0
3548200000-3548222000 r-xp 00000000 fd:00 802013 /usr/lib64/libdbus-glib-1.so.2.1.0
3548222000-3548421000 —p 00022000 fd:00 802013 /usr/lib64/libdbus-glib-1.so.2.1.0
3548421000-3548423000 rw-p 00021000 fd:00 802013 /usr/lib64/libdbus-glib-1.so.2.1.0
3548600000-3548788000 r-xp 00000000 fd:00 834247 /usr/lib64/libicui18n.so.42.1
3548788000-3548988000 —p 00188000 fd:00 834247 /usr/lib64/libicui18n.so.42.1
3548988000-3548995000 rw-p 00188000 fd:00 834247 /usr/lib64/libicui18n.so.42.1
3548995000-3548996000 rw-p 00000000 00:00 0
3548a00000-3548b3f000 r-xp 00000000 fd:00 834246 /usr/lib64/libicuuc.so.42.1
3548b3f000-3548d3f000 —p 0013f000 fd:00 834246 /usr/lib64/libicuuc.so.42.1
3548d3f000-3548d50000 rw-p 0013f000 fd:00 834246 /usr/lib64/libicuuc.so.42.1
3548d50000-3548d52000 rw-p 00000000 00:00 0
3549000000-35490db000 r-xp 00000000 fd:00 803948 /usr/lib64/libgstreamer-0.10.so.0.25.0
35490db000-35492da000 —p 000db000 fd:00 803948 /usr/lib64/libgstreamer-0.10.so.0.25.0
35492da000-35492e2000 rw-p 000da000 fd:00 803948 /usr/lib64/libgstreamer-0.10.so.0.25.0
35492e2000-35492e3000 rw-p 00000000 00:00 0
3549400000-3549407000 r-xp 00000000 fd:00 808040 /usr/lib64/libgstvideo-0.10.so.0.20.0
3549407000-3549607000 —p 00007000 fd:00 808040 /usr/lib64/libgstvideo-0.10.so.0.20.0
3549607000-3549608000 rw-p 00007000 fd:00 808040 /usr/lib64/libgstvideo-0.10.so.0.20.0
3549800000-354980c000 r-xp 00000000 fd:00 801787 /usr/lib64/libgstapp-0.10.so.0.20.0
354980c000-3549a0b000 —p 0000c000 fd:00 801787 /usr/lib64/libgstapp-0.10.so.0.20.0
3549a0b000-3549a0c000 rw-p 0000b000 fd:00 801787 /usr/lib64/libgstapp-0.10.so.0.20.0
3549c00000-3549c07000 r-xp 00000000 fd:00 1714203 /lib64/libcrypt-2.12.so
3549c07000-3549e07000 —p 00007000 fd:00 1714203 /lib64/libcrypt-2.12.so
3549e07000-3549e08000 r–p 00007000 fd:00 1714203 /lib64/libcrypt-2.12.so
3549e08000-3549e09000 rw-p 00008000 fd:00 1714203 /lib64/libcrypt-2.12.so
3549e09000-3549e37000 rw-p 00000000 00:00 0
354a000000-354a071000 r-xp 00000000 fd:00 1714202 /lib64/libfreebl3.so
354a071000-354a270000 —p 00071000 fd:00 1714202 /lib64/libfreebl3.so
354a270000-354a272000 r–p 00070000 fd:00 1714202 /lib64/libfreebl3.so
354a272000-354a273000 rw-p 00072000 fd:00 1714202 /lib64/libfreebl3.so
354a273000-354a277000 rw-p 00000000 00:00 0
354a400000-354a410000 r-xp 00000000 fd:00 808316 /usr/lib64/libtasn1.so.3.1.6
354a410000-354a60f000 —p 00010000 fd:00 808316 /usr/lib64/libtasn1.so.3.1.6
354a60f000-354a610000 rw-p 0000f000 fd:00 808316 /usr/lib64/libtasn1.so.3.1.6
354a800000-354a82c000 r-xp 00000000 fd:00 834119 /usr/lib64/libvorbis.so.0.4.3
354a82c000-354aa2b000 —p 0002c000 fd:00 834119 /usr/lib64/libvorbis.so.0.4.3
354aa2b000-354aa2c000 rw-p 0002b000 fd:00 834119 /usr/lib64/libvorbis.so.0.4.3
354b000000-354b002000 r-xp 00000000 fd:00 1714185 /lib64/libutil-2.12.so
354b002000-354b201000 —p 00002000 fd:00 1714185 /lib64/libutil-2.12.so
354b201000-354b202000 r–p 00001000 fd:00 1714185 /lib64/libutil-2.12.so
354b202000-354b203000 rw-p 00002000 fd:00 1714185 /lib64/libutil-2.12.so
354b400000-354b411000 r-xp 00000000 fd:00 834121 /usr/lib64/libtdb.so.1.2.10
354b411000-354b610000 —p 00011000 fd:00 834121 /usr/lib64/libtdb.so.1.2.10
354b610000-354b611000 rw-p 00010000 fd:00 834121 /usr/lib64/libtdb.so.1.2.10
354b800000-354c964000 r-xp 00000000 fd:00 834248 /usr/lib64/libwebkit-1.0.so.2.17.8
354c964000-354cb63000 —p 01164000 fd:00 834248 /usr/lib64/libwebkit-1.0.so.2.17.8
354cb63000-354ccb0000 rw-p 01163000 fd:00 834248 /usr/lib64/libwebkit-1.0.so.2.17.8
354ccb0000-354ccd9000 rw-p 00000000 00:00 0
354d800000-354d809000 r-xp 00000000 fd:00 807718 /usr/lib64/libltdl.so.7.2.1
354d809000-354da08000 —p 00009000 fd:00 807718 /usr/lib64/libltdl.so.7.2.1
354da08000-354da09000 rw-p 00008000 fd:00 807718 /usr/lib64/libltdl.so.7.2.1
354dc00000-354dc05000 r-xp 00000000 fd:00 834118 /usr/lib64/libogg.so.0.6.0
354dc05000-354de05000 —p 00005000 fd:00 834118 /usr/lib64/libogg.so.0.6.0
354de05000-354de06000 rw-p 00005000 fd:00 834118 /usr/lib64/libogg.so.0.6.0
354e000000-354e003000 r-xp 00000000 fd:00 1704080 /lib64/libgpg-error.so.0.5.0
354e003000-354e202000 —p 00003000 fd:00 1704080 /lib64/libgpg-error.so.0.5.0
354e202000-354e203000 r–p 00002000 fd:00 1704080 /lib64/libgpg-error.so.0.5.0
354e203000-354e204000 rw-p 00003000 fd:00 1704080 /lib64/libgpg-error.so.0.5.0
354e400000-354e43b000 r-xp 00000000 fd:00 812251 /usr/lib64/libxslt.so.1.1.26
354e43b000-354e63b000 —p 0003b000 fd:00 812251 /usr/lib64/libxslt.so.1.1.26
354e63b000-354e63d000 rw-p 0003b000 fd:00 812251 /usr/lib64/libxslt.so.1.1.26
354e800000-354e80a000 r-xp 00000000 fd:00 834201 /usr/lib64/libenchant.so.1.5.0
354e80a000-354ea0a000 —p 0000a000 fd:00 834201 /usr/lib64/libenchant.so.1.5.0
354ea0a000-354ea0b000 rw-p 0000a000 fd:00 834201 /usr/lib64/libenchant.so.1.5.0
354ec00000-354ec9c000 r-xp 00000000 fd:00 825694 /usr/lib64/libgnutls.so.26.14.12
354ec9c000-354ee9c000 —p 0009c000 fd:00 825694 /usr/lib64/libgnutls.so.26.14.12
354ee9c000-354eea3000 rw-p 0009c000 fd:00 825694 /usr/lib64/libgnutls.so.26.14.12
354f000000-354f007000 r-xp 00000000 fd:00 831678 /usr/lib64/libgailutil.so.18.0.1
354f007000-354f206000 —p 00007000 fd:00 831678 /usr/lib64/libgailutil.so.18.0.1
354f206000-354f207000 rw-p 00006000 fd:00 831678 /usr/lib64/libgailutil.so.18.0.1
354f400000-3550345000 r-xp 00000000 fd:00 797221 /usr/lib64/libicudata.so.42.1
3550345000-3550544000 —p 00f45000 fd:00 797221 /usr/lib64/libicudata.so.42.1
3550544000-3550545000 rw-p 00f44000 fd:00 797221 /usr/lib64/libicudata.so.42.1
3550800000-3550807000 r-xp 00000000 fd:00 834120 /usr/lib64/libvorbisfile.so.3.3.2
3550807000-3550a06000 —p 00007000 fd:00 834120 /usr/lib64/libvorbisfile.so.3.3.2
3550a06000-3550a07000 rw-p 00006000 fd:00 834120 /usr/lib64/libvorbisfile.so.3.3.2
3552c00000-3552c04000 r-xp 00000000 fd:00 834123 /usr/lib64/libcanberra-gtk.so.0.1.5
3552c04000-3552e03000 —p 00004000 fd:00 834123 /usr/lib64/libcanberra-gtk.so.0.1.5
3552e03000-3552e04000 rw-p 00003000 fd:00 834123 /usr/lib64/libcanberra-gtk.so.0.1.5
3553400000-355340f000 r-xp 00000000 fd:00 834122 /usr/lib64/libcanberra.so.0.2.1
355340f000-355360f000 —p 0000f000 fd:00 834122 /usr/lib64/libcanberra.so.0.2.1
355360f000-3553610000 rw-p 0000f000 fd:00 834122 /usr/lib64/libcanberra.so.0.2.1
3553800000-3553851000 r-xp 00000000 fd:00 808093 /usr/lib64/libsoup-2.4.so.1.3.0
3553851000-3553a50000 —p 00051000 fd:00 808093 /usr/lib64/libsoup-2.4.so.1.3.0
3553a50000-3553a54000 rw-p 00050000 fd:00 808093 /usr/lib64/libsoup-2.4.so.1.3.0
7fc232f40000-7fc2331c0000 rw-p 00000000 00:00 0
7fc2331ff000-7fc2335ff000 rw-p 00000000 00:00 0
7fc2335ff000-7fc233600000 —p 00000000 00:00 0
7fc233600000-7fc234000000 rw-p 00000000 00:00 0
7fc234000000-7fc2345f8000 rw-p 00000000 00:00 0
7fc2345f8000-7fc238000000 —p 00000000 00:00 0
7fc238000000-7fc2382b3000 rw-p 00000000 00:00 0
7fc2382b3000-7fc23c000000 —p 00000000 00:00 0
7fc23c000000-7fc23c0f2000 rw-p 00000000 00:00 0
7fc23c0f2000-7fc240000000 —p 00000000 00:00 0
7fc24003c000-7fc240080000 rwxp 00000000 00:00 0
7fc240080000-7fc2400c0000 rw-p 00000000 00:00 0
7fc2400f1000-7fc240801000 rw-p 00000000 00:00 0
7fc240801000-7fc240802000 r-xp 00000000 fd:00 787984 /usr/lib64/gconv/ISO8859-1.so
7fc240802000-7fc240a02000 —p 00001000 fd:00 787984 /usr/lib64/gconv/ISO8859-1.so
7fc240a02000-7fc240a03000 r–p 00001000 fd:00 787984 /usr/lib64/gconv/ISO8859-1.so
7fc240a03000-7fc240a04000 rw-p 00002000 fd:00 787984 /usr/lib64/gconv/ISO8859-1.so
7fc240a04000-7fc240a41000 r-xp 00000000 fd:00 797559 /usr/lib64/libhunspell-1.2.so.0.0.0
7fc240a41000-7fc240c40000 —p 0003d000 fd:00 797559 /usr/lib64/libhunspell-1.2.so.0.0.0
7fc240c40000-7fc240c45000 rw-p 0003c000 fd:00 797559 /usr/lib64/libhunspell-1.2.so.0.0.0
7fc240c45000-7fc244000000 r–p 00000000 fd:00 1196299 /usr/share/icons/hicolor/icon-theme.cache
7fc244000000-7fc2443e3000 rw-p 00000000 00:00 0
7fc2443e3000-7fc248000000 —p 00000000 00:00 0
7fc248025000-7fc24802a000 r-xp 00000000 fd:00 789229 /usr/lib64/enchant/libenchant_myspell.so
7fc24802a000-7fc248229000 —p 00005000 fd:00 789229 /usr/lib64/enchant/libenchant_myspell.so
7fc248229000-7fc24822a000 rw-p 00004000 fd:00 789229 /usr/lib64/enchant/libenchant_myspell.so
7fc24822a000-7fc24822b000 —p 00000000 00:00 0
7fc24822b000-7fc248d2b000 rw-p 00000000 00:00 0
7fc248d2b000-7fc248d2c000 —p 00000000 00:00 0
7fc248d2c000-7fc24972c000 rw-p 00000000 00:00 0
7fc24972c000-7fc249814000 r-xp 00000000 fd:00 801821 /usr/lib64/libstdc++.so.6.0.13
7fc249814000-7fc249a14000 —p 000e8000 fd:00 801821 /usr/lib64/libstdc++.so.6.0.13
7fc249a14000-7fc249a1b000 r–p 000e8000 fd:00 801821 /usr/lib64/libstdc++.so.6.0.13
7fc249a1b000-7fc249a1d000 rw-p 000ef000 fd:00 801821 /usr/lib64/libstdc++.so.6.0.13
7fc249a1d000-7fc249a32000 rw-p 00000000 00:00 0
7fc249a32000-7fc249a91000 r-xp 00000000 fd:00 801825 /usr/lib64/libXt.so.6.0.0
7fc249a91000-7fc249c90000 —p 0005f000 fd:00 801825 /usr/lib64/libXt.so.6.0.0
7fc249c90000-7fc249c96000 rw-p 0005e000 fd:00 801825 /usr/lib64/libXt.so.6.0.0
7fc249c96000-7fc249c97000 rw-p 00000000 00:00 0
7fc249c97000-7fc249d23000 r-xp 00000000 fd:00 834113 /usr/lib64/libsqlite3.so.0.8.6
7fc249d23000-7fc249f22000 —p 0008c000 fd:00 834113 /usr/lib64/libsqlite3.so.0.8.6
7fc249f22000-7fc249f25000 rw-p 0008b000 fd:00 834113 /usr/lib64/libsqlite3.so.0.8.6
7fc249f25000-7fc249f26000 rw-p 00000000 00:00 0
7fc249f26000-7fc249f65000 r-xp 00000000 fd:00 807821 /usr/lib64/libjpeg.so.62.0.0
7fc249f65000-7fc24a165000 —p 0003f000 fd:00 807821 /usr/lib64/libjpeg.so.62.0.0
7fc24a165000-7fc24a166000 rw-p 0003f000 fd:00 807821 /usr/lib64/libjpeg.so.62.0.0
7fc24a166000-7fc24a176000 rw-p 00000000 00:00 0
7fc24a176000-7fc24a1b4000 r-xp 00000000 fd:00 798393 /usr/lib64/libgstbase-0.10.so.0.25.0
7fc24a1b4000-7fc24a3b3000 —p 0003e000 fd:00 798393 /usr/lib64/libgstbase-0.10.so.0.25.0
7fc24a3b3000-7fc24a3b4000 rw-p 0003d000 fd:00 798393 /usr/lib64/libgstbase-0.10.so.0.25.0
7fc24a3b4000-7fc24a3bf000 r-xp 00000000 fd:00 941353 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-webkit-gtk-4333.so
7fc24a3bf000-7fc24a5bf000 —p 0000b000 fd:00 941353 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-webkit-gtk-4333.so
7fc24a5bf000-7fc24a5c0000 rw-p 0000b000 fd:00 941353 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-webkit-gtk-4333.so
7fc24a5c0000-7fc24c000000 r–p 00000000 fd:00 1205433 /usr/share/icons/gnome/icon-theme.cache
7fc24c000000-7fc24c26c000 rw-p 00000000 00:00 0
7fc24c26c000-7fc250000000 —p 00000000 00:00 0
7fc250000000-7fc25016b000 rw-p 00000000 00:00 0
7fc25016b000-7fc254000000 —p 00000000 00:00 0
7fc254000000-7fc254021000 rw-p 00000000 00:00 0
7fc254021000-7fc258000000 —p 00000000 00:00 0
7fc258000000-7fc258764000 rw-p 00000000 00:00 0
7fc258764000-7fc25c000000 —p 00000000 00:00 0
7fc25c000000-7fc25c02f000 rw-p 00000000 00:00 0
7fc25c02f000-7fc260000000 —p 00000000 00:00 0
7fc260000000-7fc260166000 rw-p 00000000 00:00 0
7fc260166000-7fc264000000 —p 00000000 00:00 0
7fc264000000-7fc264021000 rw-p 00000000 00:00 0
7fc264021000-7fc268000000 —p 00000000 00:00 0
7fc268000000-7fc26833c000 rw-p 00000000 00:00 0
7fc26833c000-7fc26c000000 —p 00000000 00:00 0
7fc26c000000-7fc26c2cc000 rw-p 00000000 00:00 0
7fc26c2cc000-7fc270000000 —p 00000000 00:00 0
7fc270000000-7fc270021000 rw-p 00000000 00:00 0
7fc270021000-7fc274000000 —p 00000000 00:00 0
7fc274000000-7fc274251000 rw-p 00000000 00:00 0
7fc274251000-7fc278000000 —p 00000000 00:00 0
7fc278000000-7fc2780b9000 rw-p 00000000 00:00 0
7fc2780b9000-7fc27c000000 —p 00000000 00:00 0
7fc27c000000-7fc27c021000 rw-p 00000000 00:00 0
7fc27c021000-7fc280000000 —p 00000000 00:00 0
7fc280000000-7fc280021000 rw-p 00000000 00:00 0
7fc280021000-7fc284000000 —p 00000000 00:00 0
7fc284000000-7fc284021000 rw-p 00000000 00:00 0
7fc284021000-7fc288000000 —p 00000000 00:00 0
7fc288000000-7fc288021000 rw-p 00000000 00:00 0
7fc288021000-7fc28c000000 —p 00000000 00:00 0
7fc28c000000-7fc28e251000 rw-p 00000000 00:00 0
7fc28e251000-7fc290000000 —p 00000000 00:00 0
7fc290000000-7fc29210f000 rw-p 00000000 00:00 0
7fc29210f000-7fc294000000 —p 00000000 00:00 0
7fc294000000-7fc294021000 rw-p 00000000 00:00 0
7fc294021000-7fc298000000 —p 00000000 00:00 0
7fc29803c000-7fc298044000 rw-p 00000000 00:00 0
7fc298044000-7fc298048000 rwxp 00000000 00:00 0
7fc298048000-7fc298080000 r–s 00496000 fd:00 1333875 /home/farrahs/.eclipse/org.eclipse.platform_4.3.0_77110119_linux_gtk_x86_64/configuration/org.eclipse.osgi/bundles/838/1/.cp/VisualDesigner/WebContent/WEB-INF/lib/vaadin-6.8.5.jar
7fc298080000-7fc2980c8000 rw-p 00000000 00:00 0
7fc2980c8000-7fc2980ce000 r–s 0003d000 fd:00 833773 /opt/eclipse-jee/plugins/org.eclipse.wst.common.snippets_1.2.200.v201204260225.jar
7fc2980ce000-7fc298105000 r–p 00000000 fd:00 1057192 /usr/share/fonts/dejavu/DejaVuSansMono-BoldOblique.ttf
7fc298105000-7fc29813d000 r–p 00000000 fd:00 1057193 /usr/share/fonts/dejavu/DejaVuSansMono-Oblique.ttf
7fc29813d000-7fc298187000 r–p 00000000 fd:00 1057191 /usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf
7fc298187000-7fc2981d6000 r–p 00000000 fd:00 1057194 /usr/share/fonts/dejavu/DejaVuSansMono.ttf
7fc2981d6000-7fc2981ef000 r–s 00139000 fd:00 833818 /opt/eclipse-jee/plugins/org.eclipse.jdt.debug.ui_3.6.200.v20130514-0841.jar
7fc2981ef000-7fc298221000 r–s 001d9000 fd:00 833075 /opt/eclipse-jee/plugins/org.eclipse.jpt.jpa.ui_3.3.1.v201308091651.jar
7fc298221000-7fc298229000 r–s 00041000 fd:00 833117 /opt/eclipse-jee/plugins/org.eclipse.jpt.jaxb.ui_1.4.0.v201305082238.jar
7fc298229000-7fc2982a9000 r–p 00000000 fd:00 1057196 /usr/share/fonts/dejavu/DejaVuSans-BoldOblique.ttf
7fc2982a9000-7fc298329000 r–p 00000000 fd:00 1057198 /usr/share/fonts/dejavu/DejaVuSans-Oblique.ttf
7fc298329000-7fc2983c0000 r–s 00951000 fd:00 832470 /opt/eclipse-jee/plugins/org.eclipse.jdt.ui_3.9.1.v20130820-1427.jar
7fc2983c0000-7fc2983eb000 r–s 00274000 fd:00 833110 /opt/eclipse-jee/plugins/org.eclipse.jst.j2ee.core_1.3.0.v201306042200.jar
7fc2983eb000-7fc29846b000 r–s 00743000 fd:00 833210 /opt/eclipse-jee/plugins/org.eclipse.wst.jsdt.ui_1.1.400.v201308141852.jar
7fc29846b000-7fc2984ad000 r–s 00367000 fd:00 833111 /opt/eclipse-jee/plugins/org.eclipse.ui.workbench_3.105.1.v20130821-1411.jar
7fc2984ad000-7fc2984b2000 r-xp 00000000 fd:00 1703963 /lib64/libnss_dns-2.12.so
7fc2984b2000-7fc2986b1000 —p 00005000 fd:00 1703963 /lib64/libnss_dns-2.12.so
7fc2986b1000-7fc2986b2000 r–p 00004000 fd:00 1703963 /lib64/libnss_dns-2.12.so
7fc2986b2000-7fc2986b3000 rw-p 00005000 fd:00 1703963 /lib64/libnss_dns-2.12.so
7fc2986b3000-7fc2987ce000 r–s 00e0c000 fd:00 1589797 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-client/jars/vaadin-client-7.1.10.jar
7fc2987ce000-7fc2987d1000 —p 00000000 00:00 0
7fc2987d1000-7fc2988cf000 rw-p 00000000 00:00 0
7fc2988cf000-7fc298929000 r–s 005c0000 fd:00 1589869 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-client-compiler/jars/vaadin-client-compiler-7.1.11.jar
7fc298929000-7fc298a44000 r–s 00e0d000 fd:00 1589868 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-client/jars/vaadin-client-7.1.11.jar
7fc298a44000-7fc298a7d000 r-xp 00000000 fd:00 834166 /usr/lib64/libcroco-0.6.so.3.0.1
7fc298a7d000-7fc298c7d000 —p 00039000 fd:00 834166 /usr/lib64/libcroco-0.6.so.3.0.1
7fc298c7d000-7fc298c81000 rw-p 00039000 fd:00 834166 /usr/lib64/libcroco-0.6.so.3.0.1
7fc298c81000-7fc298cbc000 r-xp 00000000 fd:00 819429 /usr/lib64/libgsf-1.so.114.0.15
7fc298cbc000-7fc298ebb000 —p 0003b000 fd:00 819429 /usr/lib64/libgsf-1.so.114.0.15
7fc298ebb000-7fc298ec0000 rw-p 0003a000 fd:00 819429 /usr/lib64/libgsf-1.so.114.0.15
7fc298ec0000-7fc298ec1000 rw-p 00000000 00:00 0
7fc298ec1000-7fc298ec3000 r-xp 00000000 fd:00 810070 /usr/lib64/gtk-2.0/2.10.0/loaders/svg_loader.so
7fc298ec3000-7fc2990c2000 —p 00002000 fd:00 810070 /usr/lib64/gtk-2.0/2.10.0/loaders/svg_loader.so
7fc2990c2000-7fc2990c3000 rw-p 00001000 fd:00 810070 /usr/lib64/gtk-2.0/2.10.0/loaders/svg_loader.so
7fc2990c3000-7fc2990d3000 rw-p 00000000 00:00 0
7fc2990d7000-7fc2990df000 rw-p 00000000 00:00 0
7fc2990e3000-7fc2990eb000 rwxp 00000000 00:00 0
7fc2990eb000-7fc299214000 r–s 0179a000 fd:00 1589821 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-client-compiler-deps/jars/vaadin-client-compiler-deps-1.0.2.jar
7fc299214000-7fc299217000 —p 00000000 00:00 0
7fc299217000-7fc299315000 rw-p 00000000 00:00 0
7fc299318000-7fc29932b000 r–s 000e0000 fd:00 833034 /opt/eclipse-jee/plugins/org.eclipse.jface.text_3.8.101.v20130802-1147.jar
7fc29932b000-7fc29933f000 r–s 000f9000 fd:00 833330 /opt/eclipse-jee/plugins/org.eclipse.jface_3.9.1.v20130725-1141.jar
7fc29933f000-7fc2993ba000 r–s 007bc000 fd:00 1458205 /home/farrahs/.ivy2/cache/org.eclipse.persistence/eclipselink/jars/eclipselink-2.5.1.jar
7fc2993ba000-7fc2993fb000 r–s 00296000 fd:00 833173 /opt/eclipse-jee/plugins/org.eclipse.jpt.jpa.core_3.3.1.v201308261920.jar
7fc2993fb000-7fc29942c000 r–s 001c0000 fd:00 1458408 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-shared/jars/vaadin-shared-7.1.11.jar
7fc29942c000-7fc29942f000 —p 00000000 00:00 0
7fc29942f000-7fc29952d000 rw-p 00000000 00:00 0
7fc29952d000-7fc299530000 —p 00000000 00:00 0
7fc299530000-7fc29962e000 rw-p 00000000 00:00 0
7fc29962e000-7fc299631000 —p 00000000 00:00 0
7fc299631000-7fc29972f000 rw-p 00000000 00:00 0
7fc29972f000-7fc299732000 —p 00000000 00:00 0
7fc299732000-7fc299830000 rw-p 00000000 00:00 0
7fc299832000-7fc29983f000 r–s 00073000 fd:00 833859 /opt/eclipse-jee/plugins/org.eclipse.jpt.common.core_1.3.0.v201304300138.jar
7fc29983f000-7fc299854000 r–s 000eb000 fd:00 1458405 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-themes/jars/vaadin-themes-7.1.11.jar
7fc299854000-7fc29987e000 r–s 002a6000 fd:00 1458404 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-server/jars/vaadin-server-7.1.11.jar
7fc29987f000-7fc299887000 rw-p 00000000 00:00 0
7fc299887000-7fc29988e000 r–s 0004e000 fd:00 1589819 /home/farrahs/.ivy2/cache/org.apache.james/apache-mime4j/jars/apache-mime4j-0.6.jar
7fc29988e000-7fc299896000 rw-p 00000000 00:00 0
7fc299896000-7fc29989f000 r–s 00060000 fd:00 832344 /opt/eclipse-jee/plugins/org.eclipse.pde.api.tools.ui_1.0.401.v20130730-1957.jar
7fc29989f000-7fc2998a5000 r–s 0003c000 fd:00 1458217 /home/farrahs/.ivy2/cache/org.apache.commons/commons-jexl/jars/commons-jexl-2.1.1.jar
7fc2998a5000-7fc2998ab000 r–s 00069000 fd:00 1458211 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-theme-compiler/jars/vaadin-theme-compiler-7.1.10.jar
7fc2998ab000-7fc29990b000 rw-s 00000000 00:04 19759152 /SYSV00000000 (deleted)
7fc29990b000-7fc299997000 r–p 00000000 fd:00 1057195 /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf
7fc299997000-7fc299e28000 r–p 00000000 fd:00 1711177 /usr/share/icons/Mist/icon-theme.cache
7fc299e28000-7fc299e5a000 r-xp 00000000 fd:00 132665 /opt/jdk1.7.0_25/jre/lib/amd64/libsunec.so
7fc299e5a000-7fc29a059000 —p 00032000 fd:00 132665 /opt/jdk1.7.0_25/jre/lib/amd64/libsunec.so
7fc29a059000-7fc29a05f000 rw-p 00031000 fd:00 132665 /opt/jdk1.7.0_25/jre/lib/amd64/libsunec.so
7fc29a05f000-7fc29a06f000 rw-p 00000000 00:00 0
7fc29a06f000-7fc29a072000 —p 00000000 00:00 0
7fc29a072000-7fc29a170000 rw-p 00000000 00:00 0
7fc29a170000-7fc2a0000000 r–p 00000000 fd:00 827598 /usr/lib/locale/locale-archive
7fc2a0000000-7fc2a0021000 rw-p 00000000 00:00 0
7fc2a0021000-7fc2a4000000 —p 00000000 00:00 0
7fc2a4000000-7fc2a4021000 rw-p 00000000 00:00 0
7fc2a4021000-7fc2a8000000 —p 00000000 00:00 0
7fc2a8000000-7fc2a80e1000 rw-p 00000000 00:00 0
7fc2a80e1000-7fc2ac000000 —p 00000000 00:00 0
7fc2ac002000-7fc2ac028000 r–s 00184000 fd:00 1458215 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-shared-deps/jars/vaadin-shared-deps-1.0.2.jar
7fc2ac028000-7fc2ac084000 r–p 00000000 fd:00 1193511 /usr/share/icons/System/icon-theme.cache
7fc2ac084000-7fc2ac0ad000 r-xp 00000000 fd:00 927715 /usr/lib64/gio/modules/libgvfsdbus.so
7fc2ac0ad000-7fc2ac2ac000 —p 00029000 fd:00 927715 /usr/lib64/gio/modules/libgvfsdbus.so
7fc2ac2ac000-7fc2ac2ae000 rw-p 00028000 fd:00 927715 /usr/lib64/gio/modules/libgvfsdbus.so
7fc2ac2ae000-7fc2ac2c4000 r-xp 00000000 fd:00 809043 /usr/lib64/libgvfscommon.so.0.0.0
7fc2ac2c4000-7fc2ac4c4000 —p 00016000 fd:00 809043 /usr/lib64/libgvfscommon.so.0.0.0
7fc2ac4c4000-7fc2ac4c5000 rw-p 00016000 fd:00 809043 /usr/lib64/libgvfscommon.so.0.0.0
7fc2ac4c5000-7fc2ac4d8000 r-xp 00000000 fd:00 927714 /usr/lib64/gio/modules/libgioremote-volume-monitor.so
7fc2ac4d8000-7fc2ac6d8000 —p 00013000 fd:00 927714 /usr/lib64/gio/modules/libgioremote-volume-monitor.so
7fc2ac6d8000-7fc2ac6d9000 rw-p 00013000 fd:00 927714 /usr/lib64/gio/modules/libgioremote-volume-monitor.so
7fc2ac6d9000-7fc2ac6df000 r-xp 00000000 fd:00 811870 /usr/lib64/gtk-2.0/2.10.0/immodules/im-ibus.so
7fc2ac6df000-7fc2ac8de000 —p 00006000 fd:00 811870 /usr/lib64/gtk-2.0/2.10.0/immodules/im-ibus.so
7fc2ac8de000-7fc2ac8df000 rw-p 00005000 fd:00 811870 /usr/lib64/gtk-2.0/2.10.0/immodules/im-ibus.so
7fc2ac8df000-7fc2ac8e2000 —p 00000000 00:00 0
7fc2ac8e2000-7fc2ac9e0000 rw-p 00000000 00:00 0
7fc2ac9e0000-7fc2ac9e3000 —p 00000000 00:00 0
7fc2ac9e3000-7fc2acae1000 rw-p 00000000 00:00 0
7fc2acae1000-7fc2acae4000 —p 00000000 00:00 0
7fc2acae4000-7fc2acbe2000 rw-p 00000000 00:00 0
7fc2acbe2000-7fc2acbe5000 —p 00000000 00:00 0
7fc2acbe5000-7fc2acce3000 rw-p 00000000 00:00 0
7fc2acce4000-7fc2acce7000 r–s 00012000 fd:00 1458024 /home/farrahs/.ivy2/cache/javax.servlet/javax.servlet-api/jars/javax.servlet-api-3.0.1.jar
7fc2acce7000-7fc2accec000 r–s 00041000 fd:00 1589817 /home/farrahs/.ivy2/cache/commons-lang/commons-lang/jars/commons-lang-2.6.jar
7fc2accec000-7fc2acd1d000 r–s 001c0000 fd:00 1458209 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-shared/jars/vaadin-shared-7.1.10.jar
7fc2acd1d000-7fc2acd21000 rwxp 00000000 00:00 0
7fc2acd21000-7fc2acd2c000 r–s 00084000 fd:00 833702 /opt/eclipse-jee/plugins/org.eclipse.ui.workbench.texteditor_3.8.101.v20130729-1318.jar
7fc2acd2c000-7fc2acd3e000 r–s 000dc000 fd:00 832515 /opt/eclipse-jee/plugins/org.eclipse.wst.xml.ui_1.1.401.v201308132110.jar
7fc2acd3e000-7fc2acd5b000 r–s 00131000 fd:00 833944 /opt/eclipse-jee/plugins/org.eclipse.persistence.jpa.jpql_2.5.1.v20130824-981335c.jar
7fc2acd5b000-7fc2acd61000 r-xp 00000000 fd:00 797574 /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fc2acd61000-7fc2acf60000 —p 00006000 fd:00 797574 /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fc2acf60000-7fc2acf61000 rw-p 00005000 fd:00 797574 /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fc2acf61000-7fc2acfaf000 r–s 008b6000 fd:00 833172 /opt/eclipse-jee/plugins/com.ibm.icu_50.1.1.v201304230130.jar
7fc2acfaf000-7fc2acfb2000 —p 00000000 00:00 0
7fc2acfb2000-7fc2ad0b0000 rw-p 00000000 00:00 0
7fc2ad0b0000-7fc2ad0b3000 —p 00000000 00:00 0
7fc2ad0b3000-7fc2ad1b1000 rw-p 00000000 00:00 0
7fc2ad1b1000-7fc2ad1b5000 r–s 00027000 fd:00 1458380 /home/farrahs/.ivy2/cache/commons-io/commons-io/jars/commons-io-2.2.jar
7fc2ad1b5000-7fc2ad1b7000 r–s 0000a000 fd:00 1589815 /home/farrahs/.ivy2/cache/commons-codec/commons-codec/jars/commons-codec-1.3.jar
7fc2ad1b7000-7fc2ad1b8000 r–s 00002000 fd:00 1589813 /home/farrahs/.ivy2/cache/org.jdesktop/swing-worker/jars/swing-worker-1.1.jar
7fc2ad1b8000-7fc2ad1bb000 r–s 0001e000 fd:00 1589823 /home/farrahs/.ivy2/cache/org.mortbay.jetty/servlet-api-2.5/jars/servlet-api-2.5-6.1.11.jar
7fc2ad1bb000-7fc2ad1bf000 r–s 00024000 fd:00 1589811 /home/farrahs/.ivy2/cache/org.mortbay.jetty/jetty-util/jars/jetty-util-6.1.11.jar
7fc2ad1bf000-7fc2ad1c6000 r–s 00074000 fd:00 1589809 /home/farrahs/.ivy2/cache/org.mortbay.jetty/jetty/jars/jetty-6.1.11.jar
7fc2ad1c6000-7fc2ad1c7000 r–s 00002000 fd:00 1589807 /home/farrahs/.ivy2/cache/ant/ant-launcher/jars/ant-launcher-1.6.5.jar
7fc2ad1c7000-7fc2ad1d6000 r–s 000ee000 fd:00 1589805 /home/farrahs/.ivy2/cache/ant/ant/jars/ant-1.6.5.jar
7fc2ad1d6000-7fc2ad1f1000 r–s 00000000 fd:00 1053245 /usr/share/mime/mime.cache
7fc2ad1f1000-7fc2ad1fe000 r–s 0007c000 fd:00 1589803 /home/farrahs/.ivy2/cache/commons-collections/commons-collections/jars/commons-collections-3.1.jar
7fc2ad1fe000-7fc2ad213000 r–s 000eb000 fd:00 1458195 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-themes/jars/vaadin-themes-7.1.10.jar
7fc2ad213000-7fc2ad21b000 rw-p 00000000 00:00 0
7fc2ad21b000-7fc2ad23c000 r–s 0019a000 fd:00 833802 /opt/eclipse-jee/plugins/org.eclipse.jst.j2ee_1.1.701.v201308301800.jar
7fc2ad23c000-7fc2ad24d000 r–s 00120000 fd:00 833030 /opt/eclipse-jee/plugins/org.eclipse.pde.core_3.9.1.v20130628-1111.jar
7fc2ad24d000-7fc2ad262000 r–s 00260000 fd:00 833318 /opt/eclipse-jee/plugins/org.eclipse.swt.gtk.linux.x86_64_3.102.1.v20130827-2048.jar
7fc2ad262000-7fc2ad2bc000 r–s 005c0000 fd:00 1589799 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-client-compiler/jars/vaadin-client-compiler-7.1.10.jar
7fc2ad2bc000-7fc2ad2be000 r–s 0000e000 fd:00 1589801 /home/farrahs/.ivy2/cache/javax.validation/validation-api/jars/validation-api-1.0.0.GA-sources.jar
7fc2ad2be000-7fc2ad2c6000 r–s 00072000 fd:00 1458227 /home/farrahs/.ivy2/cache/com.vaadin.external.atmosphere/atmosphere-runtime/bundles/atmosphere-runtime-1.0.18.vaadin1.jar
7fc2ad2c6000-7fc2ad2cc000 r–s 0003e000 fd:00 1458213 /home/farrahs/.ivy2/cache/org.jsoup/jsoup/jars/jsoup-1.6.3.jar
7fc2ad2cc000-7fc2ad2de000 r–s 00171000 fd:00 829600 /opt/apache-tomcat-7.0.47/lib/catalina.jar
7fc2ad2de000-7fc2ad2ed000 r–s 001a9000 fd:00 829601 /opt/apache-tomcat-7.0.47/lib/ecj-4.2.2.jar
7fc2ad2ee000-7fc2ad2f2000 r–s 001f8000 fd:00 1458407 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-client-compiled/jars/vaadin-client-compiled-7.1.11.jar
7fc2ad2f2000-7fc2ad2f8000 r–s 00069000 fd:00 1458409 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-theme-compiler/jars/vaadin-theme-compiler-7.1.11.jar
7fc2ad2fa000-7fc2ad30c000 r–s 0010f000 fd:00 832336 /opt/eclipse-jee/plugins/org.eclipse.emf.ecore_2.9.1.v20130827-0309.jar
7fc2ad30c000-7fc2ad30f000 r–s 001f8000 fd:00 1458199 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-client-compiled/jars/vaadin-client-compiled-7.1.10.jar
7fc2ad30f000-7fc2ad31d000 r–s 000be000 fd:00 829608 /opt/apache-tomcat-7.0.47/lib/tomcat-coyote.jar
7fc2ad31d000-7fc2ad347000 r–s 002a6000 fd:00 1458193 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-server/jars/vaadin-server-7.1.10.jar
7fc2ad347000-7fc2ad34e000 r–s 00079000 fd:00 1333866 /home/farrahs/.eclipse/org.eclipse.platform_4.3.0_77110119_linux_gtk_x86_64/configuration/org.eclipse.osgi/bundles/838/1/.cp/lib/jetty-6.1.16.jar
7fc2ad34e000-7fc2ad376000 r–s 0021a000 fd:00 833710 /opt/eclipse-jee/plugins/org.eclipse.ui.ide_3.9.1.v20130704-1828.jar
7fc2ad376000-7fc2ad381000 r-xp 00000000 fd:00 941297 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-atk-gtk-4333.so
7fc2ad381000-7fc2ad581000 —p 0000b000 fd:00 941297 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-atk-gtk-4333.so
7fc2ad581000-7fc2ad582000 rw-p 0000b000 fd:00 941297 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-atk-gtk-4333.so
7fc2ad582000-7fc2ad58f000 r-xp 00000000 fd:00 941290 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-cairo-gtk-4333.so
7fc2ad58f000-7fc2ad78e000 —p 0000d000 fd:00 941290 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-cairo-gtk-4333.so
7fc2ad78e000-7fc2ad78f000 rw-p 0000c000 fd:00 941290 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-cairo-gtk-4333.so
7fc2ad78f000-7fc2ad790000 r–s 00001000 fd:00 1458233 /home/farrahs/.ivy2/cache/com.vaadin.external.atmosphere/atmosphere-compat-tomcat7/bundles/atmosphere-compat-tomcat7-1.0.18.vaadin1.jar
7fc2ad791000-7fc2ad7a0000 r–s 000a0000 fd:00 833382 /opt/eclipse-jee/plugins/org.eclipse.wst.html.core_1.1.701.v201307311532.jar
7fc2ad7a0000-7fc2ad7c2000 r–s 0018e000 fd:00 833108 /opt/eclipse-jee/plugins/org.eclipse.mylyn.tasks.ui_3.9.1.v20130917-0100.jar
7fc2ad7c2000-7fc2ad7d5000 r–s 000bf000 fd:00 833934 /opt/eclipse-jee/plugins/org.eclipse.wst.server.ui_1.4.104.v20130830_1134.jar
7fc2ad7d5000-7fc2ad7d6000 r–s 00001000 fd:00 1458231 /home/farrahs/.ivy2/cache/com.vaadin.external.atmosphere/atmosphere-compat-tomcat/bundles/atmosphere-compat-tomcat-1.0.18.vaadin1.jar
7fc2ad7d6000-7fc2ad7dd000 r–s 00000000 fd:00 821685 /usr/lib64/gconv/gconv-modules.cache
7fc2ad7dd000-7fc2ad806000 r–s 0033e000 fd:00 833948 /opt/eclipse-jee/plugins/org.eclipse.wst.jsdt.core_1.3.0.v201308282108.jar
7fc2ad806000-7fc2ad809000 —p 00000000 00:00 0
7fc2ad809000-7fc2ad82e000 rw-p 00000000 00:00 0
7fc2ad82e000-7fc2ad830000 r–s 00007000 fd:00 1458235 /home/farrahs/.ivy2/cache/com.vaadin.external.slf4j/vaadin-slf4j-jdk14/jars/vaadin-slf4j-jdk14-1.6.1.jar
7fc2ad830000-7fc2ad832000 r–s 00037000 fd:00 1458197 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-push/jars/vaadin-push-7.1.10.jar
7fc2ad832000-7fc2ad836000 r–s 00025000 fd:00 829615 /opt/apache-tomcat-7.0.47/lib/tomcat7-websocket.jar
7fc2ad836000-7fc2ad83b000 r–s 0002f000 fd:00 833327 /opt/eclipse-jee/plugins/org.eclipse.jst.ws.jaxws.ui_1.0.300.v201302270042.jar
7fc2ad83b000-7fc2ad859000 r–s 00141000 fd:00 833463 /opt/eclipse-jee/plugins/org.eclipse.jpt.jpa.eclipselink.core_2.3.1.v201308281654.jar
7fc2ad859000-7fc2ad85b000 r–s 0000b000 fd:00 829612 /opt/apache-tomcat-7.0.47/lib/tomcat-i18n-ja.jar
7fc2ad85b000-7fc2ad85e000 r–s 00013000 fd:00 829605 /opt/apache-tomcat-7.0.47/lib/jsp-api.jar
7fc2ad85e000-7fc2ad888000 r–s 00476000 fd:00 832500 /opt/eclipse-jee/plugins/org.eclipse.jdt.core_3.9.1.v20130905-0837.jar
7fc2ad888000-7fc2ad88a000 r–s 00009000 fd:00 1458223 /home/farrahs/.ivy2/cache/commons-cli/commons-cli/jars/commons-cli-1.2.jar
7fc2ad88a000-7fc2ad892000 r–s 000ec000 fd:00 833679 /opt/eclipse-jee/plugins/org.eclipse.xsd_2.9.1.v20130902-0605.jar
7fc2ad893000-7fc2ad895000 r–s 00011000 fd:00 829610 /opt/apache-tomcat-7.0.47/lib/tomcat-i18n-es.jar
7fc2ad895000-7fc2ad89f000 r–s 00371000 fd:00 2498587 /opt/jdk1.7.0_25/jre/lib/charsets.jar
7fc2ad8a2000-7fc2ad8ac000 r–s 00077000 fd:00 833428 /opt/eclipse-jee/plugins/org.eclipse.wst.css.core_1.1.701.v201307311518.jar
7fc2ad8ad000-7fc2ad8b2000 r–s 00035000 fd:00 833832 /opt/eclipse-jee/plugins/org.eclipse.jst.servlet.ui_1.1.700.v201303151600.jar
7fc2ad8b2000-7fc2ad8b6000 r–s 00035000 fd:00 833135 /opt/eclipse-jee/plugins/org.eclipse.jst.j2ee.navigator.ui_1.1.600.v201203142300.jar
7fc2ad8b6000-7fc2ad8ba000 r–s 0002d000 fd:00 833489 /opt/eclipse-jee/plugins/org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar
7fc2ad8ba000-7fc2ad8be000 r–s 0003b000 fd:00 829599 /opt/apache-tomcat-7.0.47/lib/catalina-tribes.jar
7fc2ad8c0000-7fc2ad8c5000 r–s 00026000 fd:00 833940 /opt/eclipse-jee/plugins/org.eclipse.jst.ws.jaxws.dom.runtime_1.0.200.v201109042201.jar
7fc2ad8c5000-7fc2ad8ce000 r–s 0005d000 fd:00 832464 /opt/eclipse-jee/plugins/org.eclipse.mylyn.tasks.core_3.9.1.v20130917-0100.jar
7fc2ad8ce000-7fc2ad8dc000 r–s 000a7000 fd:00 833731 /opt/eclipse-jee/plugins/org.eclipse.wst.xml.core_1.1.801.v201308100603.jar
7fc2ad8df000-7fc2ad8e6000 r–s 0004e000 fd:00 833062 /opt/eclipse-jee/plugins/org.eclipse.debug.core_3.8.0.v20130514-0954.jar
7fc2ad8e6000-7fc2ad8ed000 r–s 0004f000 fd:00 833090 /opt/eclipse-jee/plugins/org.eclipse.emf.common_2.9.1.v20130827-0309.jar
7fc2ad8ed000-7fc2ad8ef000 r–s 0001f000 fd:00 829598 /opt/apache-tomcat-7.0.47/lib/catalina-ha.jar
7fc2ad8f0000-7fc2ad8f4000 r–s 0001c000 fd:00 833076 /opt/eclipse-jee/plugins/org.eclipse.equinox.p2.repository_2.3.0.v20130412-2032.jar
7fc2ad8f4000-7fc2ad8fc000 r–s 000ce000 fd:00 2893785 /home/farrahs/workspace/testMySQL/WebContent/WEB-INF/lib/mysql-connector-java-5.1.28-bin.jar
7fc2ad8fc000-7fc2ad904000 r–s 0008b000 fd:00 829604 /opt/apache-tomcat-7.0.47/lib/jasper.jar
7fc2ad906000-7fc2ad90d000 r–s 00053000 fd:00 833723 /opt/eclipse-jee/plugins/org.eclipse.wst.server.core_1.5.0.v20130501_1704.jar
7fc2ad90d000-7fc2ad912000 r–s 0002a000 fd:00 1458241 /home/farrahs/.ivy2/cache/com.google.code.gson/gson/jars/gson-2.2.jar
7fc2ad912000-7fc2ad920000 r–s 000d2000 fd:00 1458207 /home/farrahs/.ivy2/cache/com.vaadin.addon/vaadin-charts/jars/vaadin-charts-1.1.4.jar
7fc2ad920000-7fc2ad923000 r–s 00029000 fd:00 829606 /opt/apache-tomcat-7.0.47/lib/servlet-api.jar
7fc2ad923000-7fc2ad927000 r–s 00036000 fd:00 829609 /opt/apache-tomcat-7.0.47/lib/tomcat-dbcp.jar
7fc2ad92a000-7fc2ad92c000 r–s 00004000 fd:00 1458239 /home/farrahs/.ivy2/cache/org.eclipse.persistence/commonj.sdo/jars/commonj.sdo-2.1.1.jar
7fc2ad92c000-7fc2ad932000 r–s 00022000 fd:00 1458237 /home/farrahs/.ivy2/cache/org.eclipse.persistence/javax.persistence/jars/javax.persistence-2.1.0.jar
7fc2ad932000-7fc2ad93a000 r–s 000ce000 fd:00 1458201 /home/farrahs/.ivy2/cache/mysql/mysql-connector-java/jars/mysql-connector-java-5.1.28.jar
7fc2ad93a000-7fc2ad944000 r–s 0007f000 fd:00 833112 /opt/eclipse-jee/plugins/org.eclipse.m2e.core_1.4.0.20130601-0317.jar
7fc2ad944000-7fc2ad947000 r–s 0003b000 fd:00 1458221 /home/farrahs/.ivy2/cache/net.sourceforge.cssparser/cssparser/jars/cssparser-0.9.5.jar
7fc2ad948000-7fc2ad94f000 r–s 00053000 fd:00 833182 /opt/eclipse-jee/plugins/org.eclipse.jdt.apt.core_3.3.500.v20120516-0617.jar
7fc2ad951000-7fc2ad959000 rw-p 00000000 00:00 0
7fc2ad959000-7fc2ad95e000 r–s 00030000 fd:00 1458203 /home/farrahs/.ivy2/cache/com.vaadin.addon/jpacontainer/jars/jpacontainer-3.1.1.jar
7fc2ad95e000-7fc2ad963000 r–s 0005c000 fd:00 833140 /opt/eclipse-jee/plugins/org.eclipse.m2e.model.edit_1.4.0.20130601-0317.jar
7fc2ad963000-7fc2ad96e000 r–s 000c0000 fd:00 833715 /opt/eclipse-jee/plugins/org.eclipse.core.resources_3.8.101.v20130717-0806.jar
7fc2ad96e000-7fc2ad96f000 r–s 00003000 fd:00 1458219 /home/farrahs/.ivy2/cache/org.w3c.css/sac/jars/sac-1.3.jar
7fc2ad970000-7fc2ad975000 r–s 00038000 fd:00 833378 /opt/eclipse-jee/plugins/org.eclipse.text_3.5.300.v20130515-1451.jar
7fc2ad975000-7fc2ad977000 r-xp 00000000 fd:00 941306 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/77/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7fc2ad977000-7fc2ada76000 —p 00002000 fd:00 941306 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/77/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7fc2ada76000-7fc2ada77000 rw-p 00001000 fd:00 941306 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/77/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7fc2ada77000-7fc2adb0f000 r–p 00000000 fd:00 1057199 /usr/share/fonts/dejavu/DejaVuSans.ttf
7fc2adb0f000-7fc2adb13000 r–s 00000000 fd:00 1057600 /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-le64.cache-3
7fc2adb13000-7fc2adb1c000 r–s 00000000 fd:00 1057514 /var/cache/fontconfig/b79f3aaa7d385a141ab53ec885cc22a8-le64.cache-3
7fc2adb1c000-7fc2adb1f000 r–s 00000000 fd:00 1069488 /var/cache/fontconfig/0b1bcc92b4d25cc154d77dafe3bceaa0-le64.cache-3
7fc2adb1f000-7fc2adb21000 r–s 00000000 fd:00 1069501 /var/cache/fontconfig/2e1514a9fdd499050989183bb65136db-le64.cache-3
7fc2adb21000-7fc2adb24000 r–s 00000000 fd:00 1069506 /var/cache/fontconfig/5c755b2f27115486aa6359c84dd3cbda-le64.cache-3
7fc2adb24000-7fc2adb25000 r–s 00000000 fd:00 1069498 /var/cache/fontconfig/b966c23d19cce9e9a98d55765cf2a0c7-le64.cache-3
7fc2adb25000-7fc2adb27000 r–s 00000000 fd:00 1069492 /var/cache/fontconfig/3f821257dd33660ba7bbb45c32deb84c-le64.cache-3
7fc2adb27000-7fc2adb29000 r–s 00000000 fd:00 1069508 /var/cache/fontconfig/830f035fa84a65ce80e050178dbb630d-le64.cache-3
7fc2adb29000-7fc2adb2a000 r–s 00000000 fd:00 1069502 /var/cache/fontconfig/81a173283b451552b599cfaafd6236bd-le64.cache-3
7fc2adb2a000-7fc2adb2b000 r–s 00000000 fd:00 1069503 /var/cache/fontconfig/ac68f755438cc3dc5a526084839fc7ca-le64.cache-3
7fc2adb2b000-7fc2adb2c000 r–s 00000000 fd:00 1069504 /var/cache/fontconfig/6cfc7d49b27ba7d3eb71ab86e04def2c-le64.cache-3
7fc2adb2c000-7fc2adb2d000 r–s 00000000 fd:00 1069510 /var/cache/fontconfig/46d51d90fe9d963f6f4186edb936a931-le64.cache-3
7fc2adb2d000-7fc2adb2e000 r–s 00000000 fd:00 1069509 /var/cache/fontconfig/b887eea8f1b96e1d899b44ed6681fc27-le64.cache-3
7fc2adb2e000-7fc2adb2f000 r–s 00000000 fd:00 1069507 /var/cache/fontconfig/860639f272b8b4b3094f9e399e41bccd-le64.cache-3
7fc2adb2f000-7fc2adb30000 r–s 00000000 fd:00 1069505 /var/cache/fontconfig/211368abcb0ff835c229ff05c9ec01dc-le64.cache-3
7fc2adb30000-7fc2adb31000 r–s 00000000 fd:00 1069511 /var/cache/fontconfig/c46020d7221988a13df853d2b46304fc-le64.cache-3
7fc2adb31000-7fc2adb32000 r–s 00000000 fd:00 1069494 /var/cache/fontconfig/df893b4576ad6107f9397134092c4059-le64.cache-3
7fc2adb32000-7fc2adb33000 r–s 00000000 fd:00 1069500 /var/cache/fontconfig/900402270e15d763a6e008bb2d4c7686-le64.cache-3
7fc2adb33000-7fc2adba6000 r-xp 00000000 fd:00 941289 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-pi-gtk-4333.so
7fc2adba6000-7fc2adda5000 —p 00073000 fd:00 941289 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-pi-gtk-4333.so
7fc2adda5000-7fc2adda8000 rw-p 00072000 fd:00 941289 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-pi-gtk-4333.so
7fc2adda8000-7fc2addaa000 rw-p 00000000 00:00 0
7fc2addaa000-7fc2ade28000 r-xp 00000000 fd:00 941288 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-gtk-4333.so
7fc2ade28000-7fc2ae027000 —p 0007e000 fd:00 941288 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-gtk-4333.so
7fc2ae027000-7fc2ae02f000 rw-p 0007d000 fd:00 941288 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-gtk-4333.so
7fc2ae02f000-7fc2ae031000 rw-p 00000000 00:00 0
7fc2ae031000-7fc2ae034000 —p 00000000 00:00 0
7fc2ae034000-7fc2ae132000 rw-p 00000000 00:00 0
7fc2ae132000-7fc2ae135000 —p 00000000 00:00 0
7fc2ae135000-7fc2ae233000 rw-p 00000000 00:00 0
7fc2ae233000-7fc2ae236000 —p 00000000 00:00 0
7fc2ae236000-7fc2ae334000 rw-p 00000000 00:00 0
7fc2ae334000-7fc2ae337000 —p 00000000 00:00 0
7fc2ae337000-7fc2ae435000 rw-p 00000000 00:00 0
7fc2ae435000-7fc2ae438000 —p 00000000 00:00 0
7fc2ae438000-7fc2ae536000 rw-p 00000000 00:00 0
7fc2ae536000-7fc2ae537000 r–s 00000000 fd:00 1069499 /var/cache/fontconfig/47f48679023f44a4d1e44699a69464f6-le64.cache-3
7fc2ae537000-7fc2ae538000 r–s 00000000 fd:00 1069490 /var/cache/fontconfig/2881ed3fd21ca306ddad6f9b0dd3189f-le64.cache-3
7fc2ae538000-7fc2ae539000 r–s 00000000 fd:00 1069489 /var/cache/fontconfig/3c3fb04d32a5211b073874b125d29701-le64.cache-3
7fc2ae539000-7fc2ae53a000 r–s 00000000 fd:00 1069491 /var/cache/fontconfig/e61abf8156cc476151baa07d67337cae-le64.cache-3
7fc2ae53a000-7fc2ae53e000 r–s 00000000 fd:00 1057412 /var/cache/fontconfig/b67b32625a2bb51b023d3814a918f351-le64.cache-3
7fc2ae53e000-7fc2ae53f000 r–s 00000000 fd:00 1069496 /var/cache/fontconfig/991510d2da7f7b2bf8468002aae90060-le64.cache-3
7fc2ae53f000-7fc2ae541000 r–s 00000000 fd:00 1069495 /var/cache/fontconfig/d3379abda271c4acd2ad0c01f565d0b0-le64.cache-3
7fc2ae541000-7fc2ae542000 r–s 00000000 fd:00 1069487 /var/cache/fontconfig/b4d0b56f766d89640448751fcd18ec1e-le64.cache-3
7fc2ae542000-7fc2ae54b000 r–s 00000000 fd:00 1057411 /var/cache/fontconfig/12b26b760a24f8b4feb03ad48a333a72-le64.cache-3
7fc2ae54b000-7fc2ae55d000 r–s 00000000 fd:00 1057410 /var/cache/fontconfig/74717c444f6fd72454fa9c9c0ee01ca7-le64.cache-3
7fc2ae55d000-7fc2ae564000 r–s 00000000 fd:00 1073413 /var/cache/fontconfig/928306c3ad40271d946e41014a49fc28-le64.cache-3
7fc2ae564000-7fc2ae565000 r–s 00000000 fd:00 1069493 /var/cache/fontconfig/1248881498ac025e45c3042f6afe9284-le64.cache-3
7fc2ae565000-7fc2ae568000 r–s 00000000 fd:00 1069370 /var/cache/fontconfig/beeeeb3dfe132a8a0633a017c99ce0c0-le64.cache-3
7fc2ae56b000-7fc2ae570000 r–s 0003d000 fd:00 833787 /opt/eclipse-jee/plugins/org.eclipse.emf.edit_2.9.0.v20130902-0605.jar
7fc2ae570000-7fc2ae572000 r–s 0000d000 fd:00 1458225 /home/farrahs/.ivy2/cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar
7fc2ae575000-7fc2ae579000 rwxp 00000000 00:00 0
7fc2ae579000-7fc2ae57d000 r–s 00027000 fd:00 1333877 /home/farrahs/.eclipse/org.eclipse.platform_4.3.0_77110119_linux_gtk_x86_64/configuration/org.eclipse.osgi/bundles/838/1/.cp/VisualDesigner/WebContent/WEB-INF/lib/gson-1.7.1.jar
7fc2ae57d000-7fc2ae580000 —p 00000000 00:00 0
7fc2ae580000-7fc2ae67e000 rw-p 00000000 00:00 0
7fc2ae67e000-7fc2ae681000 —p 00000000 00:00 0
7fc2ae681000-7fc2ae77f000 rw-p 00000000 00:00 0
7fc2ae77f000-7fc2ae782000 —p 00000000 00:00 0
7fc2ae782000-7fc2ae880000 rw-p 00000000 00:00 0
7fc2ae880000-7fc2ae883000 —p 00000000 00:00 0
7fc2ae883000-7fc2ae981000 rw-p 00000000 00:00 0
7fc2ae981000-7fc2ae984000 r-xp 00000000 fd:00 797248 /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fc2ae984000-7fc2aeb84000 —p 00003000 fd:00 797248 /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fc2aeb84000-7fc2aeb85000 rw-p 00003000 fd:00 797248 /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fc2aeb85000-7fc2aeb8a000 r-xp 00000000 fd:00 802496 /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so
7fc2aeb8a000-7fc2aed8a000 —p 00005000 fd:00 802496 /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so
7fc2aed8a000-7fc2aed8b000 rw-p 00005000 fd:00 802496 /usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so
7fc2aed8b000-7fc2aed8e000 r-xp 00000000 fd:00 812019 /usr/lib64/gtk-2.0/modules/libpk-gtk-module.so
7fc2aed8e000-7fc2aef8d000 —p 00003000 fd:00 812019 /usr/lib64/gtk-2.0/modules/libpk-gtk-module.so
7fc2aef8d000-7fc2aef8e000 rw-p 00002000 fd:00 812019 /usr/lib64/gtk-2.0/modules/libpk-gtk-module.so
7fc2aef8e000-7fc2aefb8000 r-xp 00000000 fd:00 803494 /usr/lib64/gtk-2.0/2.10.0/engines/libclearlooks.so
7fc2aefb8000-7fc2af1b8000 —p 0002a000 fd:00 803494 /usr/lib64/gtk-2.0/2.10.0/engines/libclearlooks.so
7fc2af1b8000-7fc2af1b9000 rw-p 0002a000 fd:00 803494 /usr/lib64/gtk-2.0/2.10.0/engines/libclearlooks.so
7fc2af1b9000-7fc2af1c8000 r-xp 00000000 fd:00 832473 /opt/eclipse-jee/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835/eclipse_1506.so
7fc2af1c8000-7fc2af2c8000 —p 0000f000 fd:00 832473 /opt/eclipse-jee/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835/eclipse_1506.so
7fc2af2c8000-7fc2af2c9000 rw-p 0000f000 fd:00 832473 /opt/eclipse-jee/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835/eclipse_1506.so
7fc2af2c9000-7fc2af2ca000 rw-p 00000000 00:00 0
7fc2af2ca000-7fc2af2df000 r-xp 00000000 fd:00 132656 /opt/jdk1.7.0_25/jre/lib/amd64/libnet.so
7fc2af2df000-7fc2af4df000 —p 00015000 fd:00 132656 /opt/jdk1.7.0_25/jre/lib/amd64/libnet.so
7fc2af4df000-7fc2af4e0000 rw-p 00015000 fd:00 132656 /opt/jdk1.7.0_25/jre/lib/amd64/libnet.so
7fc2af4e0000-7fc2af4f0000 r-xp 00000000 fd:00 132706 /opt/jdk1.7.0_25/jre/lib/amd64/libnio.so
7fc2af4f0000-7fc2af6f0000 —p 00010000 fd:00 132706 /opt/jdk1.7.0_25/jre/lib/amd64/libnio.so
7fc2af6f0000-7fc2af6f1000 rw-p 00010000 fd:00 132706 /opt/jdk1.7.0_25/jre/lib/amd64/libnio.so
7fc2af6f1000-7fc2af6f5000 r–s 0008a000 fd:00 2504515 /opt/jdk1.7.0_25/jre/lib/jsse.jar
7fc2af6f5000-7fc2af6f7000 r–s 0000b000 fd:00 833799 /opt/eclipse-jee/plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
7fc2af6f7000-7fc2af6f8000 —p 00000000 00:00 0
7fc2af6f8000-7fc2af7f8000 rw-p 00000000 00:00 0
7fc2af7f8000-7fc2af7fb000 —p 00000000 00:00 0
7fc2af7fb000-7fc2af8f9000 rw-p 00000000 00:00 0
7fc2af8f9000-7fc2af8fc000 —p 00000000 00:00 0
7fc2af8fc000-7fc2af9fa000 rw-p 00000000 00:00 0
7fc2af9fa000-7fc2af9fd000 —p 00000000 00:00 0
7fc2af9fd000-7fc2afafb000 rw-p 00000000 00:00 0
7fc2afafb000-7fc2afafe000 —p 00000000 00:00 0
7fc2afafe000-7fc2afbfc000 rw-p 00000000 00:00 0
7fc2afbfc000-7fc2afbff000 —p 00000000 00:00 0
7fc2afbff000-7fc2afcfd000 rw-p 00000000 00:00 0
7fc2afcfd000-7fc2afcfe000 —p 00000000 00:00 0
7fc2afcfe000-7fc2b0000000 rw-p 00000000 00:00 0
7fc2b0000000-7fc2b008f000 rw-p 00000000 00:00 0
7fc2b008f000-7fc2b4000000 —p 00000000 00:00 0
7fc2b4000000-7fc2b4090000 rw-p 00000000 00:00 0
7fc2b4090000-7fc2b8000000 —p 00000000 00:00 0
7fc2b8000000-7fc2b80d4000 rw-p 00000000 00:00 0
7fc2b80d4000-7fc2bc000000 —p 00000000 00:00 0
7fc2bc000000-7fc2bc097000 rw-p 00000000 00:00 0
7fc2bc097000-7fc2c0000000 —p 00000000 00:00 0
7fc2c0000000-7fc2c0002000 r–s 0001d000 fd:00 829613 /opt/apache-tomcat-7.0.47/lib/tomcat-jdbc.jar
7fc2c0002000-7fc2c0003000 r–s 00003000 fd:00 829596 /opt/apache-tomcat-7.0.47/lib/annotations-api.jar
7fc2c0004000-7fc2c0007000 r–s 00019000 fd:00 833933 /opt/eclipse-jee/plugins/org.eclipse.core.filebuffers_3.5.300.v20130225-1821.jar
7fc2c0007000-7fc2c000c000 r–s 00038000 fd:00 1333874 /home/farrahs/.eclipse/org.eclipse.platform_4.3.0_77110119_linux_gtk_x86_64/configuration/org.eclipse.osgi/bundles/838/1/.cp/VisualDesigner/WebContent/WEB-INF/lib/dragdroplayouts-0.8.1.jar
7fc2c000c000-7fc2c000d000 r–s 00003000 fd:00 132625 /opt/jdk1.7.0_25/jre/lib/ext/sunec.jar
7fc2c000d000-7fc2c000f000 r–s 00007000 fd:00 829616 /opt/apache-tomcat-7.0.47/lib/websocket-api.jar
7fc2c0011000-7fc2c0015000 r–s 00027000 fd:00 1333867 /home/farrahs/.eclipse/org.eclipse.platform_4.3.0_77110119_linux_gtk_x86_64/configuration/org.eclipse.osgi/bundles/838/1/.cp/lib/jetty-util-6.1.16.jar
7fc2c0015000-7fc2c0019000 r–s 00025000 fd:00 833194 /opt/eclipse-jee/plugins/org.eclipse.mylyn.java.ui_3.9.1.v20130917-0100.jar
7fc2c001c000-7fc2c001e000 r–s 0000c000 fd:00 829597 /opt/apache-tomcat-7.0.47/lib/catalina-ant.jar
7fc2c001f000-7fc2c002a000 r–s 00082000 fd:00 833546 /opt/eclipse-jee/plugins/org.eclipse.ui.editors_3.8.100.v20130513-1637.jar
7fc2c002a000-7fc2c0034000 r–s 0005a000 fd:00 833473 /opt/eclipse-jee/plugins/org.eclipse.ui.navigator_3.5.300.v20130517-0139.jar
7fc2c0034000-7fc2c0039000 r–s 00026000 fd:00 833021 /opt/eclipse-jee/plugins/org.eclipse.e4.ui.workbench.swt_0.12.1.v20130815-1438.jar
7fc2c0039000-7fc2c003f000 rwxp 00000000 00:00 0
7fc2c003f000-7fc2c0042000 r–s 0001c000 fd:00 829603 /opt/apache-tomcat-7.0.47/lib/jasper-el.jar
7fc2c0043000-7fc2c0045000 r–s 0000d000 fd:00 2769013 /home/farrahs/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar
7fc2c0045000-7fc2c0047000 r–s 00009000 fd:00 1995035 /home/farrahs/.m2/repository/org/apache/maven/shared/maven-filtering/1.0/maven-filtering-1.0.jar
7fc2c0047000-7fc2c004b000 r–s 00033000 fd:00 941725 /home/farrahs/.m2/repository/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar
7fc2c004b000-7fc2c004e000 r–s 0001b000 fd:00 2769011 /home/farrahs/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar
7fc2c004e000-7fc2c0053000 r–s 00027000 fd:00 833826 /opt/eclipse-jee/plugins/org.eclipse.jst.jee.ui_1.0.600.v201304080956.jar
7fc2c0056000-7fc2c005e000 r–s 00050000 fd:00 832502 /opt/eclipse-jee/plugins/org.eclipse.wst.common.project.facet.core_1.4.300.v201111030424.jar
7fc2c005e000-7fc2c0075000 r–s 00130000 fd:00 834021 /opt/eclipse-jee/plugins/org.apache.xerces_2.9.0.v201101211617.jar
7fc2c0075000-7fc2c007b000 r–s 0003b000 fd:00 833572 /opt/eclipse-jee/plugins/org.eclipse.datatools.connectivity_1.2.9.v201307261105.jar
7fc2c007c000-7fc2c0089000 r–s 008bc000 fd:00 834046 /opt/eclipse-jee/plugins/com.vaadin.wysiwyg.eclipse_2.2.0.201312051010.jar
7fc2c0089000-7fc2c0093000 r–s 0006a000 fd:00 833340 /opt/eclipse-jee/plugins/org.eclipse.search_3.9.0.v20130312-1625.jar
7fc2c0093000-7fc2c009a000 r–s 00070000 fd:00 834045 /opt/eclipse-jee/plugins/com.vaadin.integration.eclipse_2.2.0.201312051010.jar
7fc2c009a000-7fc2c009d000 r–s 00018000 fd:00 943288 /opt/eclipse-jee/configuration/org.eclipse.osgi/bundles/837/1/.cp/lib/commons-io-1.4.jar
7fc2c009d000-7fc2c00a3000 r–s 00037000 fd:00 833058 /opt/eclipse-jee/plugins/org.eclipse.e4.ui.workbench_1.0.1.v20130910-2014.jar
7fc2c00a3000-7fc2c00a7000 r–s 00019000 fd:00 833925 /opt/eclipse-jee/plugins/org.eclipse.jst.j2ee.jca_1.1.700.v201305311500.jar
7fc2c00a7000-7fc2c00ad000 r–s 00049000 fd:00 833478 /opt/eclipse-jee/plugins/org.eclipse.jst.j2ee.ejb_1.1.700.v201305012100.jar
7fc2c00ad000-7fc2c00b1000 r–s 0002d000 fd:00 132627 /opt/jdk1.7.0_25/jre/lib/ext/sunjce_provider.jar
7fc2c00b1000-7fc2c00b5000 rwxp 00000000 00:00 0
7fc2c00b7000-7fc2c00bc000 r–s 0003b000 fd:00 833704 /opt/eclipse-jee/plugins/org.eclipse.help_3.6.0.v20130326-1254.jar
7fc2c00bc000-7fc2c00bf000 rw-s 00000000 00:04 19726375 /SYSV00000000 (deleted)
7fc2c00bf000-7fc2c00c2000 r–s 00013000 fd:00 832994 /opt/eclipse-jee/plugins/org.eclipse.jst.ws.jaxws.utils_1.0.200.v201201032002.jar
7fc2c00c2000-7fc2c00c6000 r–s 00037000 fd:00 132630 /opt/jdk1.7.0_25/jre/lib/ext/sunpkcs11.jar
7fc2c00c6000-7fc2c0e43000 rw-p 00000000 00:00 0
7fc2c0e43000-7fc2c1000000 r–s 039f9000 fd:00 2504475 /opt/jdk1.7.0_25/jre/lib/rt.jar
7fc2c1000000-7fc2c1770000 rwxp 00000000 00:00 0
7fc2c1770000-7fc2c5ed3000 rw-p 00000000 00:00 0
7fc2c5ed3000-7fc2c8000000 —p 00000000 00:00 0
7fc2c8002000-7fc2c8005000 r–s 00013000 fd:00 833320 /opt/eclipse-jee/plugins/org.eclipse.jdt.core.manipulation_1.5.0.v20130605-1748.jar
7fc2c8005000-7fc2c800f000 r–s 00254000 fd:00 2504503 /opt/jdk1.7.0_25/jre/lib/resources.jar
7fc2c800f000-7fc2c8011000 r–s 0000a000 fd:00 829611 /opt/apache-tomcat-7.0.47/lib/tomcat-i18n-fr.jar
7fc2c8011000-7fc2c8025000 r–s 00140000 fd:00 833490 /opt/eclipse-jee/plugins/org.eclipse.osgi_3.9.1.v20130814-1242.jar
7fc2c8025000-7fc2c8085000 rw-s 00000000 00:04 19693606 /SYSV00000000 (deleted)
7fc2c8085000-7fc2c808f000 r–s 00064000 fd:00 832993 /opt/eclipse-jee/plugins/org.eclipse.wst.sse.core_1.1.801.v201307171524.jar
7fc2c8090000-7fc2c8092000 r–s 0000a000 fd:00 829602 /opt/apache-tomcat-7.0.47/lib/el-api.jar
7fc2c8095000-7fc2c8099000 r–s 00034000 fd:00 833008 /opt/eclipse-jee/plugins/org.eclipse.emf.ecore.xmi_2.9.1.v20130827-0309.jar
7fc2c8099000-7fc2c80a0000 r–s 00049000 fd:00 833067 /opt/eclipse-jee/plugins/org.eclipse.ltk.core.refactoring_3.6.100.v20130605-1748.jar
7fc2c80a0000-7fc2c80a2000 r–s 0000c000 fd:00 833915 /opt/eclipse-jee/plugins/org.eclipse.jst.jee.ejb_1.0.400.v201305070000.jar
7fc2c80a2000-7fc2c80a4000 r–s 00002000 fd:00 2769010 /home/farrahs/.m2/repository/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar
7fc2c80a5000-7fc2c80a8000 r–s 00017000 fd:00 833127 /opt/eclipse-jee/plugins/org.eclipse.jst.jee_1.0.600.v201305131500.jar
7fc2c80a8000-7fc2c80ab000 r–s 0000b000 fd:00 832984 /opt/eclipse-jee/plugins/org.eclipse.jst.ws.jaxws.dom.integration_1.0.200.v201109042201.jar
7fc2c80ab000-7fc2c80ad000 r–s 00006000 fd:00 2769009 /home/farrahs/.m2/repository/commons-cli/commons-cli/1.0/commons-cli-1.0.jar
7fc2c80ad000-7fc2c80b0000 r–s 0001c000 fd:00 833829 /opt/eclipse-jee/plugins/org.eclipse.mylyn.context.core_3.9.1.v20130917-0100.jar
7fc2c80b0000-7fc2c80b2000 r–s 00019000 fd:00 2504501 /opt/jdk1.7.0_25/jre/lib/jce.jar
7fc2c80b2000-7fc2c80b5000 r–s 00018000 fd:00 833317 /opt/eclipse-jee/plugins/org.eclipse.core.commands_3.6.100.v20130515-1857.jar
7fc2c80b5000-7fc2c80b7000 r–s 00008000 fd:00 833602 /opt/eclipse-jee/plugins/org.eclipse.jst.jee.web_1.0.400.v201305070100.jar
7fc2c80b7000-7fc2c80bb000 r–s 0001a000 fd:00 833126 /opt/eclipse-jee/plugins/org.eclipse.ui.navigator.resources_3.4.500.v20130516-1049.jar
7fc2c80bb000-7fc2c80bf000 r–s 00022000 fd:00 833363 /opt/eclipse-jee/plugins/org.eclipse.ui_3.105.0.v20130522-1122.jar
7fc2c80bf000-7fc2c80c0000 r–s 00001000 fd:00 1995034 /home/farrahs/.m2/repository/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar
7fc2c80c2000-7fc2c80c3000 r–s 00002000 fd:00 1995033 /home/farrahs/.m2/repository/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar
7fc2c80c3000-7fc2c80c5000 r–s 00005000 fd:00 2508195 /home/farrahs/.m2/repository/org/apache/maven/plugins/maven-resources-plugin/2.5/maven-resources-plugin-2.5.jar
7fc2c80c5000-7fc2c80c8000 r–s 00018000 fd:00 1458243 /home/farrahs/.ivy2/cache/commons-io/commons-io/jars/commons-io-1.4.jar
7fc2c80ca000-7fc2c80cd000 r–s 00014000 fd:00 833496 /opt/eclipse-jee/plugins/org.eclipse.ui.views_3.6.100.v20130326-1250.jar
7fc2c80cd000-7fc2c80cf000 r–s 0000d000 fd:00 833427 /opt/eclipse-jee/plugins/org.eclipse.jdt.compiler.tool_1.0.200.v20130530-1010.jar
7fc2c80cf000-7fc2c80d5000 r–s 00025000 fd:00 833045 /opt/eclipse-jee/plugins/org.eclipse.jst.common.project.facet.core_1.4.201.v201108161900.jar
7fc2c80d6000-7fc2c80d7000 r–s 00001000 fd:00 829607 /opt/apache-tomcat-7.0.47/lib/tomcat-api.jar
7fc2c80d7000-7fc2c80d8000 r–s 00005000 fd:00 829614 /opt/apache-tomcat-7.0.47/lib/tomcat-util.jar
7fc2c80d8000-7fc2c80dc000 r–s 000f7000 fd:00 132624 /opt/jdk1.7.0_25/jre/lib/ext/localedata.jar
7fc2c80de000-7fc2c80e2000 r–s 0006d000 fd:00 2504506 /opt/jdk1.7.0_25/jre/lib/jfr.jar
7fc2c80e4000-7fc2c80e6000 r–s 00001000 fd:00 132629 /opt/jdk1.7.0_25/jre/lib/ext/dnsns.jar
7fc2c80e6000-7fc2c80e9000 r–s 0006c000 fd:00 833733 /opt/eclipse-jee/plugins/org.eclipse.jst.standard.schemas_1.2.100.v201305161752.jar
7fc2c80e9000-7fc2c9ee9000 rw-p 00000000 00:00 0
7fc2c9ee9000-7fc2c9eea000 —p 00000000 00:00 0
7fc2c9eea000-7fc2c9fea000 rw-p 00000000 00:00 0
7fc2c9fea000-7fc2c9feb000 —p 00000000 00:00 0
7fc2c9feb000-7fc2ca0eb000 rw-p 00000000 00:00 0
7fc2ca0eb000-7fc2ca0ec000 —p 00000000 00:00 0
7fc2ca0ec000-7fc2ca1ec000 rw-p 00000000 00:00 0
7fc2ca1ec000-7fc2ca1ed000 —p 00000000 00:00 0
7fc2ca1ed000-7fc2ca346000 rw-p 00000000 00:00 0
7fc2ca346000-7fc2ca36d000 rw-p 00000000 00:00 0
7fc2ca36d000-7fc2ca39b000 rw-p 00000000 00:00 0
7fc2ca39b000-7fc2ca418000 rw-p 00000000 00:00 0
7fc2ca418000-7fc2ca471000 rw-p 00000000 00:00 0
7fc2ca471000-7fc2ca498000 rw-p 00000000 00:00 0
7fc2ca498000-7fc2ca4c6000 rw-p 00000000 00:00 0
7fc2ca4c6000-7fc2ca542000 rw-p 00000000 00:00 0
7fc2ca542000-7fc2ca598000 rw-p 00000000 00:00 0
7fc2ca598000-7fc2ca5b7000 rw-p 00000000 00:00 0
7fc2ca5b7000-7fc2ca659000 rw-p 00000000 00:00 0
7fc2ca659000-7fc2ca674000 r-xp 00000000 fd:00 132681 /opt/jdk1.7.0_25/jre/lib/amd64/libzip.so
7fc2ca674000-7fc2ca873000 —p 0001b000 fd:00 132681 /opt/jdk1.7.0_25/jre/lib/amd64/libzip.so
7fc2ca873000-7fc2ca874000 rw-p 0001a000 fd:00 132681 /opt/jdk1.7.0_25/jre/lib/amd64/libzip.so
7fc2ca874000-7fc2ca880000 r-xp 00000000 fd:00 1703965 /lib64/libnss_files-2.12.so
7fc2ca880000-7fc2caa80000 —p 0000c000 fd:00 1703965 /lib64/libnss_files-2.12.so
7fc2caa80000-7fc2caa81000 r–p 0000c000 fd:00 1703965 /lib64/libnss_files-2.12.so
7fc2caa81000-7fc2caa82000 rw-p 0000d000 fd:00 1703965 /lib64/libnss_files-2.12.so
7fc2caa83000-7fc2caa86000 r–s 0000f000 fd:00 833054 /opt/eclipse-jee/plugins/org.eclipse.equinox.p2.core_2.3.0.v20130327-2119.jar
7fc2caa88000-7fc2caa89000 r–p 00000000 00:00 0
7fc2caa8a000-7fc2caa8c000 r–s 00024000 fd:00 833863 /opt/eclipse-jee/plugins/org.eclipse.jdt.compiler.apt_1.0.600.v20130530-1010.jar
7fc2caa8c000-7fc2caa8d000 r–s 00001000 fd:00 1458229 /home/farrahs/.ivy2/cache/com.vaadin.external.atmosphere/atmosphere-compat-jbossweb/bundles/atmosphere-compat-jbossweb-1.0.18.vaadin1.jar
7fc2caa8d000-7fc2caa90000 r–s 00018000 fd:00 1333865 /home/farrahs/.eclipse/org.eclipse.platform_4.3.0_77110119_linux_gtk_x86_64/configuration/org.eclipse.osgi/bundles/838/1/.cp/lib/commons-io-1.4.jar
7fc2caa93000-7fc2caa96000 r–s 00012000 fd:00 832467 /opt/eclipse-jee/plugins/org.eclipse.mylyn.commons.net_3.9.1.v20130917-0100.jar
7fc2caa96000-7fc2caa99000 r–s 00011000 fd:00 832492 /opt/eclipse-jee/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar
7fc2caa99000-7fc2caa9b000 r–s 00010000 fd:00 833782 /opt/eclipse-jee/plugins/org.eclipse.wst.web_1.1.700.v201305311600.jar
7fc2caa9b000-7fc2caaa3000 rw-s 00000000 fd:00 2627382 /tmp/hsperfdata_farrahs/19307
7fc2caaa3000-7fc2caacc000 r-xp 00000000 fd:00 132672 /opt/jdk1.7.0_25/jre/lib/amd64/libjava.so
7fc2caacc000-7fc2caccc000 —p 00029000 fd:00 132672 /opt/jdk1.7.0_25/jre/lib/amd64/libjava.so
7fc2caccc000-7fc2cacce000 rw-p 00029000 fd:00 132672 /opt/jdk1.7.0_25/jre/lib/amd64/libjava.so
7fc2cacce000-7fc2cacdb000 r-xp 00000000 fd:00 132661 /opt/jdk1.7.0_25/jre/lib/amd64/libverify.so
7fc2cacdb000-7fc2caeda000 —p 0000d000 fd:00 132661 /opt/jdk1.7.0_25/jre/lib/amd64/libverify.so
7fc2caeda000-7fc2caedc000 rw-p 0000c000 fd:00 132661 /opt/jdk1.7.0_25/jre/lib/amd64/libverify.so
7fc2caedc000-7fc2caedf000 —p 00000000 00:00 0
7fc2caedf000-7fc2cafe0000 rw-p 00000000 00:00 0
7fc2cafe0000-7fc2caff6000 r-xp 00000000 fd:00 132701 /opt/jdk1.7.0_25/jre/lib/amd64/jli/libjli.so
7fc2caff6000-7fc2cb1f6000 —p 00016000 fd:00 132701 /opt/jdk1.7.0_25/jre/lib/amd64/jli/libjli.so
7fc2cb1f6000-7fc2cb1f7000 rw-p 00016000 fd:00 132701 /opt/jdk1.7.0_25/jre/lib/amd64/jli/libjli.so
7fc2cb1f7000-7fc2cb1f8000 rw-p 00000000 00:00 0
7fc2cb1f8000-7fc2cb1f9000 r–s 00001000 fd:00 1333876 /home/farrahs/.eclipse/org.eclipse.platform_4.3.0_77110119_linux_gtk_x86_64/configuration/org.eclipse.osgi/bundles/838/1/.cp/VisualDesigner/WebContent/WEB-INF/lib/refresher-1.1.1.jar
7fc2cb1f9000-7fc2cb1fa000 r–s 00004000 fd:00 1333873 /home/farrahs/.eclipse/org.eclipse.platform_4.3.0_77110119_linux_gtk_x86_64/configuration/org.eclipse.osgi/bundles/838/1/.cp/VisualDesigner/WebContent/WEB-INF/lib/customfield-1.0.0.jar
7fc2cb1fa000-7fc2cb1fb000 r–s 00001000 fd:00 833902 /opt/eclipse-jee/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.200.v20130514-1256/runtime_registry_compatibility.jar
7fc2cb1fb000-7fc2cb1fe000 r–s 0002a000 fd:00 833364 /opt/eclipse-jee/plugins/org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar
7fc2cb1fe000-7fc2cb200000 r–s 0001f000 fd:00 1333868 /home/farrahs/.eclipse/org.eclipse.platform_4.3.0_77110119_linux_gtk_x86_64/configuration/org.eclipse.osgi/bundles/838/1/.cp/lib/servlet-api-2.5-20081211.jar
7fc2cb200000-7fc2cb202000 r–s 00015000 fd:00 833698 /opt/eclipse-jee/plugins/org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar
7fc2cb202000-7fc2cb204000 r–s 00008000 fd:00 832517 /opt/eclipse-jee/plugins/org.eclipse.mylyn.monitor.core_3.9.1.v20130917-0100.jar
7fc2cb204000-7fc2cb206000 r–s 00005000 fd:00 833843 /opt/eclipse-jee/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20130327-2119.jar
7fc2cb206000-7fc2cb208000 r–s 00017000 fd:00 833499 /opt/eclipse-jee/plugins/org.eclipse.ant.core_3.2.500.v20130402-1746.jar
7fc2cb208000-7fc2cb20b000 r–s 00013000 fd:00 833365 /opt/eclipse-jee/plugins/org.eclipse.core.expressions_3.4.500.v20130515-1343.jar
7fc2cb20b000-7fc2cb20c000 r–s 00004000 fd:00 833727 /opt/eclipse-jee/plugins/org.eclipse.swt_3.102.1.v20130827-2021.jar
7fc2cb20c000-7fc2cb20d000 rw-p 00000000 00:00 0
7fc2cb20d000-7fc2cb20e000 r–s 00038000 fd:00 1458406 /home/farrahs/.ivy2/cache/com.vaadin/vaadin-push/jars/vaadin-push-7.1.11.jar
7fc2cb20e000-7fc2cb20f000 rw-p 00000000 00:00 0
7fc2cb20f000-7fc2cb211000 r–s 0000b000 fd:00 833688 /opt/eclipse-jee/plugins/org.eclipse.jst.ws.jaxws.dom.ui_1.0.0.v201004171919.jar
7fc2cb211000-7fc2cb213000 r–s 0000e000 fd:00 833767 /opt/eclipse-jee/plugins/org.eclipse.compare.core_3.5.300.v20130514-1224.jar
7fc2cb213000-7fc2cb216000 r–s 00018000 fd:00 833598 /opt/eclipse-jee/plugins/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar
7fc2cb216000-7fc2cb217000 r–s 00010000 fd:00 132626 /opt/jdk1.7.0_25/jre/lib/ext/zipfs.jar
7fc2cb217000-7fc2cb218000 rw-p 00000000 00:00 0
7fc2cb218000-7fc2cb219000 r–p 00000000 00:00 0
7fc2cb219000-7fc2cb21a000 rw-p 00000000 00:00 0
7fc2cb21a000-7fc2cbc5b000 r-xp 00000000 fd:00 132679 /opt/jdk1.7.0_25/jre/lib/amd64/server/libjvm.so
7fc2cbc5b000-7fc2cbe5b000 —p 00a41000 fd:00 132679 /opt/jdk1.7.0_25/jre/lib/amd64/server/libjvm.so
7fc2cbe5b000-7fc2cbefe000 rw-p 00a41000 fd:00 132679 /opt/jdk1.7.0_25/jre/lib/amd64/server/libjvm.so
7fc2cbefe000-7fc2cbf3a000 rw-p 00000000 00:00 0
7fff17e18000-7fff17e2d000 rw-p 00000000 00:00 0 [stack]

7fff17f6b000-7fff17f6c000 r-xp 00000000 00:00 0 [vdso]

ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]

VM Arguments:
jvm_args: -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms40m -Xmx512m
java_command: /opt/eclipse-jee//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -os linux -ws gtk -arch x86_64 -showsplash /opt/eclipse-jee//plugins/org.eclipse.platform_4.3.1.v20130911-1000/splash.bmp -launcher /opt/eclipse-jee/eclipse -name Eclipse --launcher.library /opt/eclipse-jee//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835/eclipse_1506.so -startup /opt/eclipse-jee//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.appendVmargs -exitdata 12c001c -product org.eclipse.epp.package.jee.product -vm /opt/jdk1.7.0_25/bin/java -vmargs -Dosgi.requiredJavaVersion=1.6 -XX:MaxPermSize=256m -Xms40m -Xmx512m -jar /opt/eclipse-jee//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
Launcher Type: SUN_STANDARD

Environment Variables:
JAVA_HOME=/opt/jdk1.7.0_25
PATH=/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin
LD_LIBRARY_PATH=
SHELL=/bin/bash
DISPLAY=:1001.0

Signal Handlers:
SIGSEGV: [libjvm.so+0x8a26a0]
, sa_mask[0]
=0x7ffbfeff, sa_flags=0x10000004
SIGBUS: [libjvm.so+0x8a26a0]
, sa_mask[0]
=0x7ffbfeff, sa_flags=0x10000004
SIGFPE: [libjvm.so+0x73f3d0]
, sa_mask[0]
=0x7ffbfeff, sa_flags=0x10000004
SIGPIPE: SIG_IGN, sa_mask[0]
=0x00001000, sa_flags=0x10000000
SIGXFSZ: [libjvm.so+0x73f3d0]
, sa_mask[0]
=0x7ffbfeff, sa_flags=0x10000004
SIGILL: [libjvm.so+0x73f3d0]
, sa_mask[0]
=0x7ffbfeff, sa_flags=0x10000004
SIGUSR1: SIG_DFL, sa_mask[0]
=0x00000000, sa_flags=0x00000000
SIGUSR2: [libjvm.so+0x73ed20]
, sa_mask[0]
=0x00000000, sa_flags=0x10000004
SIGHUP: [libjvm.so+0x7410b0]
, sa_mask[0]
=0x7ffbfeff, sa_flags=0x10000004
SIGINT: [libjvm.so+0x7410b0]
, sa_mask[0]
=0x7ffbfeff, sa_flags=0x10000004
SIGTERM: [libjvm.so+0x7410b0]
, sa_mask[0]
=0x7ffbfeff, sa_flags=0x10000004
SIGQUIT: [libjvm.so+0x7410b0]
, sa_mask[0]
=0x7ffbfeff, sa_flags=0x10000004

--------------- S Y S T E M ---------------

OS:Scientific Linux release 6.5 (Carbon)

uname:Linux 2.6.32-358.11.1.el6.x86_64 #1 SMP Tue Jun 11 17:23:30 CDT 2013 x86_64
libc:glibc 2.12 NPTL 2.12
rlimit: STACK 10240k, CORE 0k, NPROC 1024, NOFILE 4096, AS infinity
load average:0.89 0.54 0.43

/proc/meminfo:
MemTotal: 8057772 kB
MemFree: 2070088 kB
Buffers: 300264 kB
Cached: 1572464 kB
SwapCached: 12516 kB
Active: 4232884 kB
Inactive: 1303380 kB
Active(anon): 3121740 kB
Inactive(anon): 568932 kB
Active(file): 1111144 kB
Inactive(file): 734448 kB
Unevictable: 24 kB
Mlocked: 24 kB
SwapTotal: 4128760 kB
SwapFree: 3850156 kB
Dirty: 6032 kB
Writeback: 0 kB
AnonPages: 3646224 kB
Mapped: 160036 kB
Shmem: 27136 kB
Slab: 245540 kB
SReclaimable: 187388 kB
SUnreclaim: 58152 kB
KernelStack: 5120 kB
PageTables: 113472 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 8157644 kB
Committed_AS: 5968484 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 291340 kB
VmallocChunk: 34359442124 kB
HardwareCorrupted: 0 kB
AnonHugePages: 2744320 kB
HugePages_Total: 0
HugePages_Free: 0
HugePages_Rsvd: 0
HugePages_Surp: 0
Hugepagesize: 2048 kB
DirectMap4k: 10240 kB
DirectMap2M: 8378368 kB

CPU:total 4 (4 cores per cpu, 1 threads per core) family 6 model 23 stepping 10, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc, tscinvbit

/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Xeon(R) CPU E5420 @ 2.50GHz
stepping : 10
cpu MHz : 2493.750
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni ssse3 cx16 sse4_1 xsave hypervisor lahf_lm dts
bogomips : 4987.50
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:

processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Xeon(R) CPU E5420 @ 2.50GHz
stepping : 10
cpu MHz : 2493.750
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni ssse3 cx16 sse4_1 xsave hypervisor lahf_lm dts
bogomips : 4987.50
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:

processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Xeon(R) CPU E5420 @ 2.50GHz
stepping : 10
cpu MHz : 2493.750
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni ssse3 cx16 sse4_1 xsave hypervisor lahf_lm dts
bogomips : 4987.50
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:

processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Xeon(R) CPU E5420 @ 2.50GHz
stepping : 10
cpu MHz : 2493.750
cache size : 6144 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 3
initial apicid : 3
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc arch_perfmon pebs bts xtopology tsc_reliable nonstop_tsc aperfmperf unfair_spinlock pni ssse3 cx16 sse4_1 xsave hypervisor lahf_lm dts
bogomips : 4987.50
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:

Memory: 4k page, physical 8057772k(2070088k free), swap 4128760k(3850156k free)

vm_info: Java HotSpot™ 64-Bit Server VM (23.25-b01) for linux-amd64 JRE (1.7.0_25-b15), built on Jun 5 2013 20:48:36 by “java_re” with gcc 4.3.0 20080428 (Red Hat 4.3.0-8)

time: Thu Feb 13 09:37:41 2014
elapsed time: 470 seconds