Bug#740008: eclipse (or libswt-gtk-3-java?) segfaults when closing dialog windows

pasky at ucw.cz pasky at ucw.cz
Mon Feb 24 21:28:20 UTC 2014


Package: eclipse
Version: 3.8.1-5.1
Severity: important

Dear Maintainer,

I'm experiencing extremely frequently crashing eclipse.  It turns out
that most of the time I close a dialog window, eclipse crashes; 100%
way to reproduce for me: click "new", select "java project"+next, press
Esc to close the window, segfault happens.

There seem to be other recent crash reports, but they don't have enough
data for me to confirm they are the same thing or something different.
I have taken a look at #734930 and tried to uninstall libwebkitgtk-1.0-0
but to no avail, it still crashes.

The key part of crash report:

> Stack: [0x00007fdf41c5c000,0x00007fdf41d5d000],  sp=0x00007fdf41d57010,  free space=1004k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
> C  [libgobject-2.0.so.0+0x194c8]  g_object_get_qdata+0x18
> 
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> J  org.eclipse.swt.internal.gtk.OS._g_object_get_qdata(JI)J
> J  org.eclipse.swt.internal.gtk.OS.g_object_get_qdata(JI)J
> j  org.eclipse.swt.widgets.Display.removeWidget(J)Lorg/eclipse/swt/widgets/Widget;+19
> j  org.eclipse.swt.widgets.Combo.deregister()V+21
> j  org.eclipse.swt.widgets.Widget.releaseWidget()V+1
> j  org.eclipse.swt.widgets.Control.releaseWidget()V+1

When inspecting the core dump with gdb,

> (gdb) bt
> #0  0x00007fdf40fc01d5 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
> #1  0x00007fdf40fc3388 in __GI_abort () at abort.c:90
> #2  0x00007fdf409bcd29 in os::abort(bool) () from /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so
> #3  0x00007fdf40b1932f in VMError::report_and_die() () from /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so
> #4  0x00007fdf409c422f in JVM_handle_linux_signal () from /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so
> #5  <signal handler called>
> #6  0x00007fdf2fab84c8 in g_object_get_qdata (object=0x7fdf392caa10, quark=674) at /tmp/buildd/glib2.0-2.38.2/./gobject/gobject.c:3256
> #7  0x00007fdf3527ead6 in ?? ()
> #8  0x0000000000000000 in ?? ()
> (gdb) bt
> #0  0x00007fdf40fc01d5 in __GI_raise (sig=sig at entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
> #1  0x00007fdf40fc3388 in __GI_abort () at abort.c:90
> #2  0x00007fdf409bcd29 in os::abort(bool) () from /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so
> #3  0x00007fdf40b1932f in VMError::report_and_die() () from /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so
> #4  0x00007fdf409c422f in JVM_handle_linux_signal () from /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so
> #5  <signal handler called>
> #6  0x00007fdf2fab84c8 in g_object_get_qdata (object=0x7fdf392caa10, quark=674) at /tmp/buildd/glib2.0-2.38.2/./gobject/gobject.c:3256
> #7  0x00007fdf3527ead6 in ?? ()
> #8  0x0000000000000000 in ?? ()
> (gdb) frame 6
> #6  0x00007fdf2fab84c8 in g_object_get_qdata (object=0x7fdf392caa10, quark=674) at /tmp/buildd/glib2.0-2.38.2/./gobject/gobject.c:3256
> 3256    /tmp/buildd/glib2.0-2.38.2/./gobject/gobject.c: No such file or directory.
> (gdb) info locals
> __inst = 0x7fdf392caa10
> __r = <optimized out>
> _g_boolean_var_ = <optimized out>
> __PRETTY_FUNCTION__ = "g_object_get_qdata"
> (gdb) print *object
> $1 = {g_type_instance = {g_class = 0xe00}, ref_count = 0, qdata = 0x7fdf39954810}
> (gdb) print *object->qdata
> $2 = {n_qdatas = 943521280, qdatas = 0x5}

I'm attaching the full crash report.

It may be a bug in Eclipse or libwebkitgtk-1.0-0, I don't know.  List
of my gtk/swt packages:

ii  libswt-cairo-gtk-3-jni     3.8.2-3      amd64        Standard Widget Toolkit for GTK+ Cairo JNI library
ii  libswt-glx-gtk-3-jni       3.8.2-3      amd64        Standard Widget Toolkit for GTK+ GLX JNI library
ii  libswt-gnome-gtk-3-jni     3.8.2-3      amd64        Standard Widget Toolkit for GTK+ GNOME JNI library
ii  libswt-gtk-3-java          3.8.2-3      amd64        Standard Widget Toolkit for GTK+ Java library
ii  libswt-gtk-3-jni           3.8.2-3      amd64        Standard Widget Toolkit for GTK+ JNI library
ii  libswt-webkit-gtk-3-jni    3.8.2-3      amd64        Standard Widget Toolkit for GTK+ WebKit JNI library
ii  libgtk-3-0:amd64           3.8.6-1      amd64        GTK+ graphical user interface library
ii  libgtk-3-bin               3.8.6-1      amd64        programs for the GTK+ graphical user interface library
ii  libgtk-3-common            3.8.6-1      all          common files for the GTK+ graphical user interface library

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=cs_CZ.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages eclipse depends on:
ii  eclipse-jdt  3.8.1-5.1
ii  eclipse-pde  3.8.1-5.1

eclipse recommends no packages.

eclipse suggests no packages.

Versions of packages eclipse-platform depends on:
ii  ant                            1.9.3-2
ii  ant-optional                   1.9.3-2
ii  default-jre [java6-runtime]    1:1.7-49
ii  eclipse-platform-data          3.8.1-5.1
ii  eclipse-rcp                    3.8.1-5.1
ii  gcj-4.7-jre [java5-runtime]    4.7.2-3
ii  gcj-4.8-jre [java5-runtime]    4.8.2-16
ii  gcj-jre [java5-runtime]        4:4.8.2-2
ii  gconf-service                  3.2.6-1
ii  java-common                    0.49
ii  libc6                          2.17-97
ii  libcommons-codec-java          1.9-1
ii  libcommons-httpclient-java     3.1-10.2
ii  libcommons-logging-java        1.1.3-1
ii  libgconf-2-4                   3.2.6-1
ii  libglib2.0-0                   2.38.2-5
ii  libjetty8-java                 8.1.3-9
ii  libjsch-java                   0.1.50-1
ii  liblucene2-java                2.9.4+ds1-4
ii  libservlet3.0-java             7.0.50-1
ii  multiarch-support              2.17-97
ii  openjdk-6-jre [java6-runtime]  6b30-1.13.1-1
ii  openjdk-7-jre [java6-runtime]  7u21-2.3.9-5
ii  sat4j                          2.3.2-1

Versions of packages eclipse-platform recommends:
ii  eclipse-pde  3.8.1-5.1

Versions of packages eclipse-platform suggests:
ii  eclipse-jdt  3.8.1-5.1

Versions of packages eclipse-pde depends on:
ii  default-jre [java6-runtime]    1:1.7-49
ii  eclipse-jdt                    3.8.1-5.1
ii  eclipse-platform               3.8.1-5.1
ii  gcj-4.7-jre [java5-runtime]    4.7.2-3
ii  gcj-4.8-jre [java5-runtime]    4.8.2-16
ii  gcj-jre [java5-runtime]        4:4.8.2-2
ii  libasm3-java                   3.3.2-2
ii  openjdk-6-jre [java6-runtime]  6b30-1.13.1-1
ii  openjdk-7-jre [java6-runtime]  7u21-2.3.9-5

eclipse-pde suggests no packages.

Versions of packages eclipse-jdt depends on:
ii  default-jre [java6-runtime]    1:1.7-49
ii  eclipse-platform               3.8.1-5.1
ii  gcj-4.7-jre [java5-runtime]    4.7.2-3
ii  gcj-4.8-jre [java5-runtime]    4.8.2-16
ii  gcj-jre [java5-runtime]        4:4.8.2-2
ii  junit                          3.8.2-8
ii  junit4                         4.11-2
ii  libhamcrest-java               1.3-4
ii  openjdk-6-jre [java6-runtime]  6b30-1.13.1-1
ii  openjdk-7-jre [java6-runtime]  7u21-2.3.9-5

Versions of packages eclipse-jdt recommends:
ii  default-jdk  1:1.7-49

eclipse-jdt suggests no packages.

-- no debconf information
-------------- next part --------------
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fdf2fab84c8, pid=5774, tid=140596858963712
#
# JRE version: 7.0_21-b02
# Java VM: OpenJDK 64-Bit Server VM (23.7-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libgobject-2.0.so.0+0x194c8]  g_object_get_qdata+0x18
#
# Core dump written. Default location: /home/pasky/src/brm/brmson/yodaqa/core or core.5774
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
# 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 (0x00007fdf38009800):  JavaThread "main" [_thread_in_native, id=5775, stack(0x00007fdf41c5c000,0x00007fdf41d5d000)]

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

Registers:
RAX=0x0000000000000e00, RBX=0x00007fdf392caa10, RCX=0x00000000000002a2, RDX=0x00007fdf392caa10
RSP=0x00007fdf41d57010, RBP=0x00000000000002a2, RSI=0x00000000000002a2, RDI=0x00007fdf392caa10
R8 =0x00000000e8598208, R9 =0x0000000000000000, R10=0x00007fdf3527ea64, R11=0x00000000e9386db8
R12=0x0000000000000000, R13=0x00007fdf41d570c8, R14=0x00007fdf41d57060, R15=0x00007fdf38009800
RIP=0x00007fdf2fab84c8, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
  TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007fdf41d57010)
0x00007fdf41d57010:   00000000d8c85b78 00007fdf41d570a0
0x00007fdf41d57020:   00007fdf41d57070 00007fdf3527ead6
0x00007fdf41d57030:   0000000000000000 00000000fa438120
0x00007fdf41d57040:   00007fdf41d57040 00000000d8c4eafa
0x00007fdf41d57050:   00007fdf41d570a0 00000000d8e85938
0x00007fdf41d57060:   00000000e93853f8 00000000d8c4eb18
0x00007fdf41d57070:   00000000e8598208 00007fdf3527da84
0x00007fdf41d57080:   00007fdf392caa10 00007fdf000002a2
0x00007fdf41d57090:   0000000000000007 0000000000000000
0x00007fdf41d570a0:   0000000000000011 00007fdf41d570a8
0x00007fdf41d570b0:   00007fdf41d57120 00007fdf35006275
0x00007fdf41d570c0:   00007fdf35006275 00000000000002a2
0x00007fdf41d570d0:   00007fdf392caa10 0000000000000000
0x00007fdf41d570e0:   00007fdf41d570e0 00000000d8d38fc3
0x00007fdf41d570f0:   00007fdf41d57150 00000000d8d5fbc0
0x00007fdf41d57100:   0000000000000000 00000000d8d39018
0x00007fdf41d57110:   00007fdf41d570c8 00007fdf41d57140
0x00007fdf41d57120:   00007fdf41d57198 00007fdf35006333
0x00007fdf41d57130:   0000000000000000 0000000000000000
0x00007fdf41d57140:   00007fdf392caa10 00007fdf392caa10
0x00007fdf41d57150:   00000000e91b75a8 00007fdf41d57158
0x00007fdf41d57160:   00000000d989b5bd 00007fdf41d571b8
0x00007fdf41d57170:   00000000dbb3f568 0000000000000000
0x00007fdf41d57180:   00000000d989b628 00007fdf41d57140
0x00007fdf41d57190:   00007fdf41d571b8 00007fdf41d57200
0x00007fdf41d571a0:   00007fdf35006158 0000000000000000
0x00007fdf41d571b0:   0000000000000000 00000000fa438120
0x00007fdf41d571c0:   00007fdf41d571c0 00000000d8c69ea1
0x00007fdf41d571d0:   00007fdf41d57210 00000000d8e82bb0
0x00007fdf41d571e0:   0000000000000000 00000000d8c69eb8
0x00007fdf41d571f0:   00007fdf41d571b8 00007fdf41d57210
0x00007fdf41d57200:   00007fdf41d57258 00007fdf35006158 

Instructions: (pc=0x00007fdf2fab84c8)
0x00007fdf2fab84a8:   0f 1f 84 00 00 00 00 00 55 53 48 89 fb 48 83 ec
0x00007fdf2fab84b8:   08 48 85 ff 74 21 48 8b 07 89 f5 48 85 c0 74 06
0x00007fdf2fab84c8:   48 83 38 50 74 3a be 50 00 00 00 48 89 df e8 c5
0x00007fdf2fab84d8:   85 01 00 85 c0 75 29 48 8d 15 e8 1d 02 00 48 8d 

Register to memory mapping:

RAX=0x0000000000000e00 is an unknown value
RBX=0x00007fdf392caa10 is an unknown value
RCX=0x00000000000002a2 is an unknown value
RDX=0x00007fdf392caa10 is an unknown value
RSP=0x00007fdf41d57010 is pointing into the stack for thread: 0x00007fdf38009800
RBP=0x00000000000002a2 is an unknown value
RSI=0x00000000000002a2 is an unknown value
RDI=0x00007fdf392caa10 is an unknown value
R8 =0x00000000e8598208 is an oop
java.lang.Thread 
 - klass: 'java/lang/Thread'
R9 =0x0000000000000000 is an unknown value
R10=0x00007fdf3527e890 [CodeBlob (0x00007fdf3527e890)]
Framesize: 10
R11=0x00000000e9386db8 is an oop
org.eclipse.swt.internal.Lock 
 - klass: 'org/eclipse/swt/internal/Lock'
R12=0x0000000000000000 is an unknown value
R13=0x00007fdf41d570c8 is pointing into the stack for thread: 0x00007fdf38009800
R14=0x00007fdf41d57060 is pointing into the stack for thread: 0x00007fdf38009800
R15=0x00007fdf38009800 is a thread


Stack: [0x00007fdf41c5c000,0x00007fdf41d5d000],  sp=0x00007fdf41d57010,  free space=1004k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libgobject-2.0.so.0+0x194c8]  g_object_get_qdata+0x18

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J  org.eclipse.swt.internal.gtk.OS._g_object_get_qdata(JI)J
J  org.eclipse.swt.internal.gtk.OS.g_object_get_qdata(JI)J
j  org.eclipse.swt.widgets.Display.removeWidget(J)Lorg/eclipse/swt/widgets/Widget;+19
j  org.eclipse.swt.widgets.Combo.deregister()V+21
j  org.eclipse.swt.widgets.Widget.releaseWidget()V+1
j  org.eclipse.swt.widgets.Control.releaseWidget()V+1
j  org.eclipse.swt.widgets.Composite.releaseWidget()V+1
j  org.eclipse.swt.widgets.Combo.releaseWidget()V+1
j  org.eclipse.swt.widgets.Widget.release(Z)V+82
j  org.eclipse.swt.widgets.Control.release(Z)V+94
j  org.eclipse.swt.widgets.Composite.releaseChildren(Z)V+34
j  org.eclipse.swt.widgets.Widget.release(Z)V+38
j  org.eclipse.swt.widgets.Control.release(Z)V+94
j  org.eclipse.swt.widgets.Composite.releaseChildren(Z)V+34
j  org.eclipse.swt.widgets.Widget.release(Z)V+38
j  org.eclipse.swt.widgets.Control.release(Z)V+94
j  org.eclipse.swt.widgets.Composite.releaseChildren(Z)V+34
j  org.eclipse.swt.widgets.Widget.release(Z)V+38
j  org.eclipse.swt.widgets.Control.release(Z)V+94
j  org.eclipse.swt.widgets.Composite.releaseChildren(Z)V+34
j  org.eclipse.swt.widgets.Widget.release(Z)V+38
j  org.eclipse.swt.widgets.Control.release(Z)V+94
j  org.eclipse.swt.widgets.Composite.releaseChildren(Z)V+34
j  org.eclipse.swt.widgets.Widget.release(Z)V+38
j  org.eclipse.swt.widgets.Control.release(Z)V+94
j  org.eclipse.swt.widgets.Composite.releaseChildren(Z)V+34
j  org.eclipse.swt.widgets.Widget.release(Z)V+38
j  org.eclipse.swt.widgets.Control.release(Z)V+94
j  org.eclipse.swt.widgets.Composite.releaseChildren(Z)V+34
j  org.eclipse.swt.widgets.Widget.release(Z)V+38
j  org.eclipse.swt.widgets.Control.release(Z)V+94
j  org.eclipse.swt.widgets.Composite.releaseChildren(Z)V+34
j  org.eclipse.swt.widgets.Canvas.releaseChildren(Z)V+42
j  org.eclipse.swt.widgets.Decorations.releaseChildren(Z)V+22
j  org.eclipse.swt.widgets.Shell.releaseChildren(Z)V+100
j  org.eclipse.swt.widgets.Widget.release(Z)V+38
j  org.eclipse.swt.widgets.Control.release(Z)V+94
j  org.eclipse.swt.widgets.Widget.dispose()V+23
j  org.eclipse.swt.widgets.Shell.dispose()V+20
j  org.eclipse.jface.window.Window.close()Z+65
j  org.eclipse.jface.dialogs.Dialog.close()Z+26
j  org.eclipse.jface.wizard.WizardDialog.hardClose()Z+83
j  org.eclipse.jface.wizard.WizardDialog.close()Z+8
j  org.eclipse.jface.window.Window.handleShellCloseEvent()V+6
j  org.eclipse.jface.dialogs.TrayDialog.handleShellCloseEvent()V+12
j  org.eclipse.jface.window.Window$3.shellClosed(Lorg/eclipse/swt/events/ShellEvent;)V+19
j  org.eclipse.swt.widgets.TypedListener.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+279
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j  org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j  org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;Z)V+73
j  org.eclipse.swt.widgets.Widget.sendEvent(ILorg/eclipse/swt/widgets/Event;)V+4
j  org.eclipse.swt.widgets.Shell.closeWidget()V+12
j  org.eclipse.swt.widgets.Shell.close()V+5
j  org.eclipse.swt.widgets.Shell.traverseEscape()Z+26
j  org.eclipse.swt.widgets.Control.traverse(Lorg/eclipse/swt/widgets/Event;)Z+123
j  org.eclipse.swt.widgets.Control.translateTraversal(Lorg/eclipse/swt/internal/gtk/GdkEventKey;)Z+349
j  org.eclipse.swt.widgets.Text.translateTraversal(Lorg/eclipse/swt/internal/gtk/GdkEventKey;)Z+90
j  org.eclipse.swt.widgets.Control.gtk_key_press_event(JJ)J+80
j  org.eclipse.swt.widgets.Text.gtk_key_press_event(JJ)J+83
j  org.eclipse.swt.widgets.Widget.windowProc(JJJ)J+419
j  org.eclipse.swt.widgets.Control.windowProc(JJJ)J+327
j  org.eclipse.swt.widgets.Text.windowProc(JJJ)J+62
j  org.eclipse.swt.widgets.Display.windowProc(JJJ)J+20
v  ~StubRoutines::call_stub
j  org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(J)V+0
j  org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(J)V+8
j  org.eclipse.swt.widgets.Display.eventProc(JJ)J+124
v  ~StubRoutines::call_stub
j  org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(JZ)Z+0
j  org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(JZ)Z+9
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+36
j  org.eclipse.jface.window.Window.runEventLoop(Lorg/eclipse/swt/widgets/Shell;)V+23
j  org.eclipse.jface.window.Window.open()I+49
j  org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(Lorg/eclipse/core/commands/ExecutionEvent;)V+169
j  org.eclipse.ui.internal.handlers.WizardHandler.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+20
j  org.eclipse.ui.internal.handlers.HandlerProxy.execute(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+33
j  org.eclipse.core.commands.Command.executeWithChecks(Lorg/eclipse/core/commands/ExecutionEvent;)Ljava/lang/Object;+164
j  org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+21
j  org.eclipse.ui.internal.handlers.HandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6
j  org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(Lorg/eclipse/core/commands/ParameterizedCommand;Lorg/eclipse/swt/widgets/Event;)Ljava/lang/Object;+6
j  org.eclipse.ui.internal.actions.CommandAction.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+68
j  org.eclipse.ui.internal.actions.CommandAction.run()V+2
j  org.eclipse.ui.actions.NewWizardDropDownAction.run()V+12
j  org.eclipse.jface.action.Action.runWithEvent(Lorg/eclipse/swt/widgets/Event;)V+1
j  org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Lorg/eclipse/swt/widgets/Event;Z)V+354
j  org.eclipse.jface.action.ActionContributionItem.access$2(Lorg/eclipse/jface/action/ActionContributionItem;Lorg/eclipse/swt/widgets/Event;Z)V+3
j  org.eclipse.jface.action.ActionContributionItem$6.handleEvent(Lorg/eclipse/swt/widgets/Event;)V+60
J  org.eclipse.swt.widgets.EventTable.sendEvent(Lorg/eclipse/swt/widgets/Event;)V
j  org.eclipse.swt.widgets.Widget.sendEvent(Lorg/eclipse/swt/widgets/Event;)V+25
j  org.eclipse.swt.widgets.Display.runDeferredEvents()Z+96
j  org.eclipse.swt.widgets.Display.readAndDispatch()Z+46
j  org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9
j  org.eclipse.ui.internal.Workbench.runUI()I+555
j  org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
j  org.eclipse.ui.internal.Workbench$7.run()V+73
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 )
  0x00007fded0035800 JavaThread "Worker-6" [_thread_blocked, id=5812, stack(0x00007fdefc3ef000,0x00007fdefc4f0000)]
  0x00007fdecc004800 JavaThread "Worker-5" [_thread_blocked, id=5811, stack(0x00007fdefc4f0000,0x00007fdefc5f1000)]
  0x00007fded4017800 JavaThread "Worker-4" [_thread_blocked, id=5810, stack(0x00007fdefc5f1000,0x00007fdefc6f2000)]
  0x00007fded805c000 JavaThread "Worker-3" [_thread_blocked, id=5809, stack(0x00007fdefcc20000,0x00007fdefcd21000)]
  0x00007fded4002000 JavaThread "Worker-2" [_thread_blocked, id=5808, stack(0x00007fdefce22000,0x00007fdefcf23000)]
  0x00007fdf39609800 JavaThread "org.eclipse.jdt.internal.ui.text.JavaReconciler" daemon [_thread_blocked, id=5807, stack(0x00007fdefc86b000,0x00007fdefc96c000)]
  0x00007fdf38beb800 JavaThread "Java indexing" daemon [_thread_blocked, id=5805, stack(0x00007fdefcb1f000,0x00007fdefcc20000)]
  0x00007fded4009000 JavaThread "Worker-1" [_thread_blocked, id=5803, stack(0x00007fdefcd21000,0x00007fdefce22000)]
  0x00007fdf3897a000 JavaThread "Worker-0" [_thread_blocked, id=5801, stack(0x00007fdefe5f8000,0x00007fdefe6f9000)]
  0x00007fdef06d7000 JavaThread "Worker-JM" [_thread_blocked, id=5799, stack(0x00007fdefe8fb000,0x00007fdefe9fc000)]
  0x00007fdef045e000 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=5798, stack(0x00007fdefe6f9000,0x00007fdefe7fa000)]
  0x00007fdef0094000 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=5797, stack(0x00007fdefe7fa000,0x00007fdefe8fb000)]
  0x00007fdef0025000 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=5795, stack(0x00007fdefe9fc000,0x00007fdefeafd000)]
  0x00007fdf38583000 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=5794, stack(0x00007fdefeafd000,0x00007fdefebfe000)]
  0x00007fdf38566800 JavaThread "State Data Manager" daemon [_thread_blocked, id=5793, stack(0x00007fdefebfe000,0x00007fdefecff000)]
  0x00007fdf3852d000 JavaThread "Framework Active Thread" [_thread_blocked, id=5792, stack(0x00007fdefecff000,0x00007fdefee00000)]
  0x00007fdf381d8000 JavaThread "Service Thread" daemon [_thread_blocked, id=5786, stack(0x00007fdf34044000,0x00007fdf34145000)]
  0x00007fdf381d5800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=5785, stack(0x00007fdf34145000,0x00007fdf34246000)]
  0x00007fdf381d2800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=5784, stack(0x00007fdf34246000,0x00007fdf34347000)]
  0x00007fdf381d0800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5783, stack(0x00007fdf34347000,0x00007fdf34448000)]
  0x00007fdf38179800 JavaThread "Finalizer" daemon [_thread_blocked, id=5782, stack(0x00007fdf345f6000,0x00007fdf346f7000)]
  0x00007fdf38177000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5781, stack(0x00007fdf346f7000,0x00007fdf347f8000)]
=>0x00007fdf38009800 JavaThread "main" [_thread_in_native, id=5775, stack(0x00007fdf41c5c000,0x00007fdf41d5d000)]

Other Threads:
  0x00007fdf3816e800 VMThread [stack: 0x00007fdf347f8000,0x00007fdf348f9000] [id=5780]
  0x00007fdf381e2800 WatcherThread [stack: 0x00007fdf2feff000,0x00007fdf30000000] [id=5787]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
 PSYoungGen      total 82688K, used 54761K [0x00000000f8000000, 0x00000000ff780000, 0x0000000100000000)
  eden space 68672K, 59% used [0x00000000f8000000,0x00000000fa7ce628,0x00000000fc310000)
  from space 14016K, 99% used [0x00000000fd720000,0x00000000fe4cbee8,0x00000000fe4d0000)
  to   space 20544K, 0% used [0x00000000fc310000,0x00000000fc310000,0x00000000fd720000)
 ParOldGen       total 51968K, used 29832K [0x00000000e8000000, 0x00000000eb2c0000, 0x00000000f8000000)
  object space 51968K, 57% used [0x00000000e8000000,0x00000000e9d222d8,0x00000000eb2c0000)
 PSPermGen       total 61888K, used 61825K [0x00000000d8000000, 0x00000000dbc70000, 0x00000000e8000000)
  object space 61888K, 99% used [0x00000000d8000000,0x00000000dbc604f0,0x00000000dbc70000)

Card table byte_map: [0x00007fdf3e820000,0x00007fdf3e961000] byte_map_base: 0x00007fdf3e160000

Polling page: 0x00007fdf41d9b000

Code Cache  [0x00007fdf35000000, 0x00007fdf352a0000, 0x00007fdf38000000)
 total_blobs=1210 nmethods=643 adapters=518 free_code_cache=46566Kb largest_free_block=47594752

Compilation events (10 events):
Event: 18.177 Thread 0x00007fdf381d2800  670             sun.reflect.ReflectionFactory::langReflectAccess (15 bytes)
Event: 18.177 Thread 0x00007fdf381d5800  671             java.lang.reflect.AccessibleObject::<init> (5 bytes)
Event: 18.177 Thread 0x00007fdf381d5800 nmethod 671 0x00007fdf3521a150 code [0x00007fdf3521a280, 0x00007fdf3521a2d8]
Event: 18.177 Thread 0x00007fdf381d2800 nmethod 670 0x00007fdf3527f490 code [0x00007fdf3527f5c0, 0x00007fdf3527f638]
Event: 18.183 Thread 0x00007fdf381d5800  673             sun.reflect.Reflection::quickCheckMemberAccess (10 bytes)
Event: 18.184 Thread 0x00007fdf381d5800 nmethod 673 0x00007fdf3527be50 code [0x00007fdf3527bf80, 0x00007fdf3527bff8]
Event: 18.528 Thread 0x00007fdf381d2800  674             org.eclipse.swt.layout.GridLayout::layout (4406 bytes)
Event: 18.581 Thread 0x00007fdf381d5800  675   !         org.eclipse.swt.internal.gtk.OS::g_object_get_qdata (36 bytes)
Event: 18.592 Thread 0x00007fdf381d5800 nmethod 675 0x00007fdf3527d790 code [0x00007fdf3527d980, 0x00007fdf3527e510]
Event: 18.873 Thread 0x00007fdf381d2800 nmethod 674 0x00007fdf3528cf10 code [0x00007fdf3528d4a0, 0x00007fdf352958d0]

GC Heap History (10 events):
Event: 4.973 GC heap before
{Heap before GC invocations=7 (full 0):
 PSYoungGen      total 46848K, used 46847K [0x00000000f8000000, 0x00000000fb9c0000, 0x0000000100000000)
  eden space 39552K, 100% used [0x00000000f8000000,0x00000000fa6a0000,0x00000000fa6a0000)
  from space 7296K, 99% used [0x00000000faf60000,0x00000000fb67ff98,0x00000000fb680000)
  to   space 8960K, 0% used [0x00000000fa6a0000,0x00000000fa6a0000,0x00000000faf60000)
 ParOldGen       total 27328K, used 13248K [0x00000000e8000000, 0x00000000e9ab0000, 0x00000000f8000000)
  object space 27328K, 48% used [0x00000000e8000000,0x00000000e8cf0250,0x00000000e9ab0000)
 PSPermGen       total 26432K, used 26379K [0x00000000d8000000, 0x00000000d99d0000, 0x00000000e8000000)
  object space 26432K, 99% used [0x00000000d8000000,0x00000000d99c2ea0,0x00000000d99d0000)
Event: 4.997 GC heap after
Heap after GC invocations=7 (full 0):
 PSYoungGen      total 48512K, used 8942K [0x00000000f8000000, 0x00000000fea00000, 0x0000000100000000)
  eden space 39552K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000fa6a0000)
  from space 8960K, 99% used [0x00000000fa6a0000,0x00000000faf5b990,0x00000000faf60000)
  to   space 14720K, 0% used [0x00000000fdba0000,0x00000000fdba0000,0x00000000fea00000)
 ParOldGen       total 27328K, used 21811K [0x00000000e8000000, 0x00000000e9ab0000, 0x00000000f8000000)
  object space 27328K, 79% used [0x00000000e8000000,0x00000000e954cdb8,0x00000000e9ab0000)
 PSPermGen       total 26432K, used 26379K [0x00000000d8000000, 0x00000000d99d0000, 0x00000000e8000000)
  object space 26432K, 99% used [0x00000000d8000000,0x00000000d99c2ea0,0x00000000d99d0000)
}
Event: 4.997 GC heap before
{Heap before GC invocations=8 (full 1):
 PSYoungGen      total 48512K, used 8942K [0x00000000f8000000, 0x00000000fea00000, 0x0000000100000000)
  eden space 39552K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000fa6a0000)
  from space 8960K, 99% used [0x00000000fa6a0000,0x00000000faf5b990,0x00000000faf60000)
  to   space 14720K, 0% used [0x00000000fdba0000,0x00000000fdba0000,0x00000000fea00000)
 ParOldGen       total 27328K, used 21811K [0x00000000e8000000, 0x00000000e9ab0000, 0x00000000f8000000)
  object space 27328K, 79% used [0x00000000e8000000,0x00000000e954cdb8,0x00000000e9ab0000)
 PSPermGen       total 26432K, used 26379K [0x00000000d8000000, 0x00000000d99d0000, 0x00000000e8000000)
  object space 26432K, 99% used [0x00000000d8000000,0x00000000d99c2ea0,0x00000000d99d0000)
Event: 5.138 GC heap after
Heap after GC invocations=8 (full 1):
 PSYoungGen      total 48512K, used 0K [0x00000000f8000000, 0x00000000fea00000, 0x0000000100000000)
  eden space 39552K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000fa6a0000)
  from space 8960K, 0% used [0x00000000fa6a0000,0x00000000fa6a0000,0x00000000faf60000)
  to   space 14720K, 0% used [0x00000000fdba0000,0x00000000fdba0000,0x00000000fea00000)
 ParOldGen       total 51968K, used 26933K [0x00000000e8000000, 0x00000000eb2c0000, 0x00000000f8000000)
  object space 51968K, 51% used [0x00000000e8000000,0x00000000e9a4d798,0x00000000eb2c0000)
 PSPermGen       total 53056K, used 26371K [0x00000000d8000000, 0x00000000db3d0000, 0x00000000e8000000)
  object space 53056K, 49% used [0x00000000d8000000,0x00000000d99c0ec0,0x00000000db3d0000)
}
Event: 6.277 GC heap before
{Heap before GC invocations=9 (full 1):
 PSYoungGen      total 48512K, used 39552K [0x00000000f8000000, 0x00000000fea00000, 0x0000000100000000)
  eden space 39552K, 100% used [0x00000000f8000000,0x00000000fa6a0000,0x00000000fa6a0000)
  from space 8960K, 0% used [0x00000000fa6a0000,0x00000000fa6a0000,0x00000000faf60000)
  to   space 14720K, 0% used [0x00000000fdba0000,0x00000000fdba0000,0x00000000fea00000)
 ParOldGen       total 51968K, used 26933K [0x00000000e8000000, 0x00000000eb2c0000, 0x00000000f8000000)
  object space 51968K, 51% used [0x00000000e8000000,0x00000000e9a4d798,0x00000000eb2c0000)
 PSPermGen       total 53056K, used 36981K [0x00000000d8000000, 0x00000000db3d0000, 0x00000000e8000000)
  object space 53056K, 69% used [0x00000000d8000000,0x00000000da41d430,0x00000000db3d0000)
Event: 6.294 GC heap after
Heap after GC invocations=9 (full 1):
 PSYoungGen      total 65344K, used 11174K [0x00000000f8000000, 0x00000000fe690000, 0x0000000100000000)
  eden space 54144K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000fb4e0000)
  from space 11200K, 99% used [0x00000000fdba0000,0x00000000fe6898c0,0x00000000fe690000)
  to   space 15808K, 0% used [0x00000000fc7b0000,0x00000000fc7b0000,0x00000000fd720000)
 ParOldGen       total 51968K, used 26933K [0x00000000e8000000, 0x00000000eb2c0000, 0x00000000f8000000)
  object space 51968K, 51% used [0x00000000e8000000,0x00000000e9a4d798,0x00000000eb2c0000)
 PSPermGen       total 53056K, used 36981K [0x00000000d8000000, 0x00000000db3d0000, 0x00000000e8000000)
  object space 53056K, 69% used [0x00000000d8000000,0x00000000da41d430,0x00000000db3d0000)
}
Event: 7.734 GC heap before
{Heap before GC invocations=10 (full 1):
 PSYoungGen      total 65344K, used 65318K [0x00000000f8000000, 0x00000000fe690000, 0x0000000100000000)
  eden space 54144K, 100% used [0x00000000f8000000,0x00000000fb4e0000,0x00000000fb4e0000)
  from space 11200K, 99% used [0x00000000fdba0000,0x00000000fe6898c0,0x00000000fe690000)
  to   space 15808K, 0% used [0x00000000fc7b0000,0x00000000fc7b0000,0x00000000fd720000)
 ParOldGen       total 51968K, used 26933K [0x00000000e8000000, 0x00000000eb2c0000, 0x00000000f8000000)
  object space 51968K, 51% used [0x00000000e8000000,0x00000000e9a4d798,0x00000000eb2c0000)
 PSPermGen       total 53056K, used 48560K [0x00000000d8000000, 0x00000000db3d0000, 0x00000000e8000000)
  object space 53056K, 91% used [0x00000000d8000000,0x00000000daf6c310,0x00000000db3d0000)
Event: 7.757 GC heap after
Heap after GC invocations=10 (full 1):
 PSYoungGen      total 81920K, used 15791K [0x00000000f8000000, 0x00000000fe4d0000, 0x0000000100000000)
  eden space 66112K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000fc090000)
  from space 15808K, 99% used [0x00000000fc7b0000,0x00000000fd71bd80,0x00000000fd720000)
  to   space 14016K, 0% used [0x00000000fd720000,0x00000000fd720000,0x00000000fe4d0000)
 ParOldGen       total 51968K, used 27498K [0x00000000e8000000, 0x00000000eb2c0000, 0x00000000f8000000)
  object space 51968K, 52% used [0x00000000e8000000,0x00000000e9adab48,0x00000000eb2c0000)
 PSPermGen       total 53056K, used 48560K [0x00000000d8000000, 0x00000000db3d0000, 0x00000000e8000000)
  object space 53056K, 91% used [0x00000000d8000000,0x00000000daf6c310,0x00000000db3d0000)
}
Event: 9.006 GC heap before
{Heap before GC invocations=11 (full 1):
 PSYoungGen      total 81920K, used 81903K [0x00000000f8000000, 0x00000000fe4d0000, 0x0000000100000000)
  eden space 66112K, 100% used [0x00000000f8000000,0x00000000fc090000,0x00000000fc090000)
  from space 15808K, 99% used [0x00000000fc7b0000,0x00000000fd71bd80,0x00000000fd720000)
  to   space 14016K, 0% used [0x00000000fd720000,0x00000000fd720000,0x00000000fe4d0000)
 ParOldGen       total 51968K, used 27498K [0x00000000e8000000, 0x00000000eb2c0000, 0x00000000f8000000)
  object space 51968K, 52% used [0x00000000e8000000,0x00000000e9adab48,0x00000000eb2c0000)
 PSPermGen       total 54400K, used 54334K [0x00000000d8000000, 0x00000000db520000, 0x00000000e8000000)
  object space 54400K, 99% used [0x00000000d8000000,0x00000000db50fb58,0x00000000db520000)
Event: 9.031 GC heap after
Heap after GC invocations=11 (full 1):
 PSYoungGen      total 82688K, used 13999K [0x00000000f8000000, 0x00000000ff780000, 0x0000000100000000)
  eden space 68672K, 0% used [0x00000000f8000000,0x00000000f8000000,0x00000000fc310000)
  from space 14016K, 99% used [0x00000000fd720000,0x00000000fe4cbee8,0x00000000fe4d0000)
  to   space 20544K, 0% used [0x00000000fc310000,0x00000000fc310000,0x00000000fd720000)
 ParOldGen       total 51968K, used 29832K [0x00000000e8000000, 0x00000000eb2c0000, 0x00000000f8000000)
  object space 51968K, 57% used [0x00000000e8000000,0x00000000e9d222d8,0x00000000eb2c0000)
 PSPermGen       total 54400K, used 54334K [0x00000000d8000000, 0x00000000db520000, 0x00000000e8000000)
  object space 54400K, 99% used [0x00000000d8000000,0x00000000db50fb58,0x00000000db520000)
}

Deoptimization events (10 events):
Event: 9.983 Thread 0x00007fdecc004800 Uncommon trap 292 fr.pc 0x00007fdf350e38a0
Event: 9.994 Thread 0x00007fdecc004800 Uncommon trap -34 fr.pc 0x00007fdf351b0b58
Event: 9.994 Thread 0x00007fdecc004800 Uncommon trap -34 fr.pc 0x00007fdf351b0b58
Event: 9.994 Thread 0x00007fdecc004800 Uncommon trap -34 fr.pc 0x00007fdf351b0b58
Event: 16.162 Thread 0x00007fdf38009800 Uncommon trap -83 fr.pc 0x00007fdf351f584c
Event: 16.191 Thread 0x00007fdf38009800 Uncommon trap -12 fr.pc 0x00007fdf3521a964
Event: 16.221 Thread 0x00007fdf38009800 Uncommon trap -42 fr.pc 0x00007fdf3527d34c
Event: 18.191 Thread 0x00007fdf38009800 Uncommon trap -42 fr.pc 0x00007fdf3527d34c
Event: 18.193 Thread 0x00007fdf38009800 Uncommon trap -42 fr.pc 0x00007fdf3527d34c
Event: 18.194 Thread 0x00007fdf38009800 Uncommon trap -42 fr.pc 0x00007fdf3527d34c

Internal exceptions (10 events):
Event: 9.534 Thread 0x00007fded4002000 Threw 0x00000000f987eb00 at /scratch/packages/openjdk/7u15/openjdk-7-7u21-2.3.9/build/openjdk/hotspot/src/share/vm/prims/jni.cpp:71
Event: 9.621 Thread 0x00007fdf38009800 Threw 0x00000000f99d2890 at /scratch/packages/openjdk/7u15/openjdk-7-7u21-2.3.9/build/openjdk/hotspot/src/share/vm/prims/jni.cpp:71
Event: 9.657 Thread 0x00007fded4009000 Threw 0x00000000f9b42eb8 at /scratch/packages/openjdk/7u15/openjdk-7-7u21-2.3.9/build/openjdk/hotspot/src/share/vm/interpreter/inte
Event: 9.659 Thread 0x00007fded4009000 Threw 0x00000000f9b49488 at /scratch/packages/openjdk/7u15/openjdk-7-7u21-2.3.9/build/openjdk/hotspot/src/share/vm/prims/jni.cpp:71
Event: 9.660 Thread 0x00007fded4009000 Threw 0x00000000f9b4c9c0 at /scratch/packages/openjdk/7u15/openjdk-7-7u21-2.3.9/build/openjdk/hotspot/src/share/vm/interpreter/inte
Event: 9.660 Thread 0x00007fded4009000 Threw 0x00000000f9b4dfd8 at /scratch/packages/openjdk/7u15/openjdk-7-7u21-2.3.9/build/openjdk/hotspot/src/share/vm/interpreter/inte
Event: 9.706 Thread 0x00007fded4002000 Threw 0x00000000f9c4e840 at /scratch/packages/openjdk/7u15/openjdk-7-7u21-2.3.9/build/openjdk/hotspot/src/share/vm/prims/jni.cpp:71
Event: 9.732 Thread 0x00007fded4002000 Threw 0x00000000f9d35cd8 at /scratch/packages/openjdk/7u15/openjdk-7-7u21-2.3.9/build/openjdk/hotspot/src/share/vm/prims/jni.cpp:71
Event: 16.191 Thread 0x00007fdf38009800 Implicit null exception at 0x00007fdf3521a627 to 0x00007fdf3521a959
Event: 18.200 Thread 0x00007fdf38009800 Threw 0x00000000fa379018 at /scratch/packages/openjdk/7u15/openjdk-7-7u21-2.3.9/build/openjdk/hotspot/src/share/vm/prims/jvm.cpp:11

Events (10 events):
Event: 18.194 Executing VM operation: RevokeBias
Event: 18.194 Executing VM operation: RevokeBias done
Event: 18.194 Executing VM operation: RevokeBias
Event: 18.194 Executing VM operation: RevokeBias done
Event: 18.196 Executing VM operation: RevokeBias
Event: 18.196 Executing VM operation: RevokeBias done
Event: 18.196 Executing VM operation: RevokeBias
Event: 18.196 Executing VM operation: RevokeBias done
Event: 18.200 loading class 0x00007fdf388bd220
Event: 18.200 loading class 0x00007fdf388bd220 done


Dynamic libraries:
00400000-00401000 r-xp 00000000 08:02 5111964                            /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
00600000-00601000 r--p 00000000 08:02 5111964                            /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
00601000-00602000 rw-p 00001000 08:02 5111964                            /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java
009e1000-00a02000 rw-p 00000000 00:00 0                                  [heap]
d8000000-dbc70000 rw-p 00000000 00:00 0 
dbc70000-e8000000 rw-p 00000000 00:00 0 
e8000000-eb2c0000 rw-p 00000000 00:00 0 
eb2c0000-f8000000 rw-p 00000000 00:00 0 
f8000000-ff780000 rw-p 00000000 00:00 0 
ff780000-100000000 rw-p 00000000 00:00 0 
7fdeb4000000-7fdeb4021000 rw-p 00000000 00:00 0 
7fdeb4021000-7fdeb8000000 ---p 00000000 00:00 0 
7fdeb8000000-7fdeb8021000 rw-p 00000000 00:00 0 
7fdeb8021000-7fdebc000000 ---p 00000000 00:00 0 
7fdebc000000-7fdebc021000 rw-p 00000000 00:00 0 
7fdebc021000-7fdec0000000 ---p 00000000 00:00 0 
7fdec0000000-7fdec0021000 rw-p 00000000 00:00 0 
7fdec0021000-7fdec4000000 ---p 00000000 00:00 0 
7fdec4000000-7fdec4021000 rw-p 00000000 00:00 0 
7fdec4021000-7fdec8000000 ---p 00000000 00:00 0 
7fdec8000000-7fdec8260000 rw-p 00000000 00:00 0 
7fdec8260000-7fdecc000000 ---p 00000000 00:00 0 
7fdecc000000-7fdecc116000 rw-p 00000000 00:00 0 
7fdecc116000-7fded0000000 ---p 00000000 00:00 0 
7fded0000000-7fded006b000 rw-p 00000000 00:00 0 
7fded006b000-7fded4000000 ---p 00000000 00:00 0 
7fded4000000-7fded4035000 rw-p 00000000 00:00 0 
7fded4035000-7fded8000000 ---p 00000000 00:00 0 
7fded8000000-7fded81f6000 rw-p 00000000 00:00 0 
7fded81f6000-7fdedc000000 ---p 00000000 00:00 0 
7fdedc000000-7fdedc021000 rw-p 00000000 00:00 0 
7fdedc021000-7fdee0000000 ---p 00000000 00:00 0 
7fdee0000000-7fdee0021000 rw-p 00000000 00:00 0 
7fdee0021000-7fdee4000000 ---p 00000000 00:00 0 
7fdee4000000-7fdee4023000 rw-p 00000000 00:00 0 
7fdee4023000-7fdee8000000 ---p 00000000 00:00 0 
7fdee8000000-7fdee802c000 rw-p 00000000 00:00 0 
7fdee802c000-7fdeec000000 ---p 00000000 00:00 0 
7fdeec000000-7fdeec021000 rw-p 00000000 00:00 0 
7fdeec021000-7fdef0000000 ---p 00000000 00:00 0 
7fdef0000000-7fdef08c7000 rw-p 00000000 00:00 0 
7fdef08c7000-7fdef4000000 ---p 00000000 00:00 0 
7fdef4000000-7fdef4021000 rw-p 00000000 00:00 0 
7fdef4021000-7fdef8000000 ---p 00000000 00:00 0 
7fdef8000000-7fdef8021000 rw-p 00000000 00:00 0 
7fdef8021000-7fdefc000000 ---p 00000000 00:00 0 
7fdefc2b5000-7fdefc2c5000 r--s 000d7000 08:02 5509555                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.ant.ui_3.5.300.dist.jar
7fdefc2c5000-7fdefc2e1000 r--s 0013b000 08:02 5521640                    /usr/share/eclipse/plugins/org.eclipse.team.ui_3.6.200.dist.jar
7fdefc2e1000-7fdefc2ee000 r--s 000c0000 08:02 5521752                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug_3.7.101.dist/jdimodel.jar
7fdefc2ee000-7fdefc2f1000 ---p 00000000 00:00 0 
7fdefc2f1000-7fdefc3ef000 rw-p 00000000 00:00 0 
7fdefc3ef000-7fdefc3f2000 ---p 00000000 00:00 0 
7fdefc3f2000-7fdefc4f0000 rw-p 00000000 00:00 0                          [stack:5812]
7fdefc4f0000-7fdefc4f3000 ---p 00000000 00:00 0 
7fdefc4f3000-7fdefc5f1000 rw-p 00000000 00:00 0                          [stack:5811]
7fdefc5f1000-7fdefc5f4000 ---p 00000000 00:00 0 
7fdefc5f4000-7fdefc6f2000 rw-p 00000000 00:00 0                          [stack:5810]
7fdefc6f2000-7fdefc772000 rw-s 00000000 00:04 425459791                  /SYSV00000000 (deleted)
7fdefc772000-7fdefc7d2000 rw-s 00000000 00:04 425427022                  /SYSV00000000 (deleted)
7fdefc7d2000-7fdefc7d9000 r--s 0004f000 08:02 5514422                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.apt.core_3.3.500.dist.jar
7fdefc7d9000-7fdefc7dd000 r--s 0001c000 08:02 5521667                    /usr/share/eclipse/plugins/org.eclipse.ui.externaltools_3.2.100.dist.jar
7fdefc7e4000-7fdefc802000 r--s 00195000 08:02 8258021                    /usr/share/java/org.eclipse.jgit-3.2.0.201312181205-r.jar
7fdefc802000-7fdefc80b000 r--s 00066000 08:02 5637475                    /usr/share/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.make.ui_7.2.0.dist.jar
7fdefc80b000-7fdefc81c000 r--s 0012d000 08:02 5637451                    /usr/share/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.2.1.dist.jar
7fdefc81c000-7fdefc86b000 r--s 0047b000 08:02 5637433                    /usr/share/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.core_5.5.0.dist.jar
7fdefc86b000-7fdefc86e000 ---p 00000000 00:00 0 
7fdefc86e000-7fdefc96c000 rw-p 00000000 00:00 0                          [stack:5807]
7fdefc96c000-7fdefc9a7000 r--p 00000000 08:02 8262935                    /usr/share/fonts/truetype/dejavu/DejaVuSansMono-BoldOblique.ttf
7fdefc9a7000-7fdefc9e4000 r--p 00000000 08:02 8259225                    /usr/share/fonts/truetype/dejavu/DejaVuSansMono-Oblique.ttf
7fdefc9e4000-7fdefca32000 r--p 00000000 08:02 8263141                    /usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf
7fdefca32000-7fdefca84000 r--p 00000000 08:02 8263124                    /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
7fdefca84000-7fdefcb1f000 r--p 00000000 08:02 8258820                    /usr/share/fonts/truetype/dejavu/DejaVuSans-BoldOblique.ttf
7fdefcb1f000-7fdefcb22000 ---p 00000000 00:00 0 
7fdefcb22000-7fdefcc20000 rw-p 00000000 00:00 0                          [stack:5805]
7fdefcc20000-7fdefcc23000 ---p 00000000 00:00 0 
7fdefcc23000-7fdefcd21000 rw-p 00000000 00:00 0                          [stack:5809]
7fdefcd21000-7fdefcd24000 ---p 00000000 00:00 0 
7fdefcd24000-7fdefce22000 rw-p 00000000 00:00 0                          [stack:5803]
7fdefce22000-7fdefce25000 ---p 00000000 00:00 0 
7fdefce25000-7fdefcf23000 rw-p 00000000 00:00 0                          [stack:5808]
7fdefcf23000-7fdefcf2f000 r-xp 00000000 08:02 4857850                    /usr/lib/jni/libswt-atk-gtk-3836.so
7fdefcf2f000-7fdefd12e000 ---p 0000c000 08:02 4857850                    /usr/lib/jni/libswt-atk-gtk-3836.so
7fdefd12e000-7fdefd12f000 r--p 0000b000 08:02 4857850                    /usr/lib/jni/libswt-atk-gtk-3836.so
7fdefd12f000-7fdefd130000 rw-p 0000c000 08:02 4857850                    /usr/lib/jni/libswt-atk-gtk-3836.so
7fdefd133000-7fdefd13b000 r--s 0004a000 08:02 5521643                    /usr/share/eclipse/plugins/org.eclipse.debug.core_3.7.100.dist.jar
7fdefd13b000-7fdefd1e5000 r--p 00000000 08:02 8263106                    /usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf
7fdefd1e5000-7fdefd213000 r--s 00221000 08:02 5509679                    /usr/share/eclipse/dropins/egit/eclipse/plugins/org.eclipse.egit.ui_3.2.0.201312181205-r.jar
7fdefd213000-7fdefd246000 r--s 0023a000 08:02 5521742                    /usr/share/eclipse/plugins/org.eclipse.debug.ui_3.8.1.dist.jar
7fdefd246000-7fdefd248000 r-xp 00000000 08:02 13373676                   /home/pasky/.eclipse/org.eclipse.platform_3.8_155965261/configuration/org.eclipse.osgi/bundles/35/2/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7fdefd248000-7fdefd447000 ---p 00002000 08:02 13373676                   /home/pasky/.eclipse/org.eclipse.platform_3.8_155965261/configuration/org.eclipse.osgi/bundles/35/2/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7fdefd447000-7fdefd448000 r--p 00001000 08:02 13373676                   /home/pasky/.eclipse/org.eclipse.platform_3.8_155965261/configuration/org.eclipse.osgi/bundles/35/2/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7fdefd448000-7fdefd449000 rw-p 00002000 08:02 13373676                   /home/pasky/.eclipse/org.eclipse.platform_3.8_155965261/configuration/org.eclipse.osgi/bundles/35/2/.cp/os/linux/x86_64/libunixfile_1_0_0.so
7fdefd449000-7fdefd454000 r--s 000b9000 08:02 5521669                    /usr/share/eclipse/plugins/org.eclipse.core.resources_3.8.1.dist.jar
7fdefd454000-7fdefd47c000 r--s 0020c000 08:02 5521649                    /usr/share/eclipse/plugins/org.eclipse.ui.ide_3.8.1.dist.jar
7fdefd47c000-7fdefd481000 r-xp 00000000 08:02 4853296                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fdefd481000-7fdefd680000 ---p 00005000 08:02 4853296                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fdefd680000-7fdefd681000 r--p 00004000 08:02 4853296                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fdefd681000-7fdefd682000 rw-p 00005000 08:02 4853296                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
7fdefd682000-7fdefd68f000 r-xp 00000000 08:02 4852624                    /usr/lib/jni/libswt-cairo-gtk-3836.so
7fdefd68f000-7fdefd88f000 ---p 0000d000 08:02 4852624                    /usr/lib/jni/libswt-cairo-gtk-3836.so
7fdefd88f000-7fdefd890000 r--p 0000d000 08:02 4852624                    /usr/lib/jni/libswt-cairo-gtk-3836.so
7fdefd890000-7fdefd891000 rw-p 0000e000 08:02 4852624                    /usr/lib/jni/libswt-cairo-gtk-3836.so
7fdefd891000-7fdefd897000 r-xp 00000000 08:02 4853287                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fdefd897000-7fdefda96000 ---p 00006000 08:02 4853287                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fdefda96000-7fdefda97000 r--p 00005000 08:02 4853287                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fdefda97000-7fdefda98000 rw-p 00006000 08:02 4853287                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
7fdefda99000-7fdefdb4f000 r--p 00000000 08:02 8263108                    /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
7fdefdb4f000-7fdefdb5d000 r--s 00000000 08:02 9450072                    /var/cache/fontconfig/6aa41aa22e18b8fa06a12da28ea9c28b-le64.cache-4
7fdefdb5d000-7fdefdb68000 r--s 00000000 08:02 9439224                    /var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4
7fdefdb68000-7fdefdb6f000 r--s 00000000 08:02 9439216                    /var/cache/fontconfig/6eb3985aa4124903f6ff08ba781cd364-le64.cache-4
7fdefdb6f000-7fdefdb7a000 r--s 00000000 08:02 9437386                    /var/cache/fontconfig/6d41288fd70b0be22e8c3a91e032eec0-le64.cache-4
7fdefdb7a000-7fdefdbb5000 r--s 00000000 08:02 9438633                    /var/cache/fontconfig/365b55f210c0a22e9a19e35191240f32-le64.cache-4
7fdefdbb5000-7fdefdbba000 r-xp 00000000 08:02 4855233                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7fdefdbba000-7fdefddb9000 ---p 00005000 08:02 4855233                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7fdefddb9000-7fdefddba000 r--p 00004000 08:02 4855233                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7fdefddba000-7fdefddbb000 rw-p 00005000 08:02 4855233                    /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0
7fdefddbb000-7fdefde35000 r-xp 00000000 08:02 4854070                    /usr/lib/jni/libswt-pi-gtk-3836.so
7fdefde35000-7fdefe034000 ---p 0007a000 08:02 4854070                    /usr/lib/jni/libswt-pi-gtk-3836.so
7fdefe034000-7fdefe035000 r--p 00079000 08:02 4854070                    /usr/lib/jni/libswt-pi-gtk-3836.so
7fdefe035000-7fdefe038000 rw-p 0007a000 08:02 4854070                    /usr/lib/jni/libswt-pi-gtk-3836.so
7fdefe038000-7fdefe03a000 rw-p 00000000 00:00 0 
7fdefe03a000-7fdefe0b9000 r-xp 00000000 08:02 4853865                    /usr/lib/jni/libswt-gtk-3836.so
7fdefe0b9000-7fdefe2b8000 ---p 0007f000 08:02 4853865                    /usr/lib/jni/libswt-gtk-3836.so
7fdefe2b8000-7fdefe2b9000 r--p 0007e000 08:02 4853865                    /usr/lib/jni/libswt-gtk-3836.so
7fdefe2b9000-7fdefe2c0000 rw-p 0007f000 08:02 4853865                    /usr/lib/jni/libswt-gtk-3836.so
7fdefe2c0000-7fdefe2c3000 rw-p 00000000 00:00 0 
7fdefe2c5000-7fdefe2ca000 r--s 00046000 08:02 5513892                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.launching_3.6.100.dist.jar
7fdefe2ca000-7fdefe365000 r--p 00000000 08:02 8259152                    /usr/share/fonts/truetype/dejavu/DejaVuSans-Oblique.ttf
7fdefe365000-7fdefe3c1000 r--s 00515000 08:02 5637499                    /usr/share/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.ui_5.6.1.dist.jar
7fdefe3c1000-7fdefe40c000 r--s 003b7000 08:02 4594158                    /usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.ui_3.7.1.dist.jar
7fdefe40f000-7fdefe418000 r--s 0005d000 08:02 5637416                    /usr/share/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.make.core_7.2.0.dist.jar
7fdefe418000-7fdefe421000 r--s 00056000 08:02 5518241                    /usr/share/eclipse/plugins/org.eclipse.ui.navigator_3.5.200.dist.jar
7fdefe421000-7fdefe425000 r--s 00022000 08:02 5518427                    /usr/share/eclipse/plugins/org.eclipse.ui.console_3.5.100.dist.jar
7fdefe425000-7fdefe4bb000 r--s 0091c000 08:02 5521767                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.ui_3.8.1.dist.jar
7fdefe4c7000-7fdefe4d0000 r--s 00086000 08:02 5521746                    /usr/share/eclipse/plugins/org.eclipse.update.core_3.2.600.dist.jar
7fdefe4d0000-7fdefe4d1000 r--s 00000000 08:02 9437997                    /var/cache/fontconfig/087e1975ba9a574b140bb1df193bf770-le64.cache-4
7fdefe4d1000-7fdefe4d2000 r--s 00000000 08:02 9439228                    /var/cache/fontconfig/c05880de57d1f5e948fdfacc138775d9-le64.cache-4
7fdefe4d2000-7fdefe4d6000 r--s 00000000 08:02 9439213                    /var/cache/fontconfig/de156ccd2eddbdc19d37a45b8b2aac9c-le64.cache-4
7fdefe4d6000-7fdefe4db000 r--s 00000000 08:02 9439212                    /var/cache/fontconfig/eb48934c523a49add3824bfad8846c40-le64.cache-4
7fdefe4db000-7fdefe4e0000 r--s 00000000 08:02 9438767                    /var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-4
7fdefe4e0000-7fdefe4e1000 r--s 00000000 08:02 9438766                    /var/cache/fontconfig/9c956a7723ca69a44b382d9179c9802f-le64.cache-4
7fdefe4e1000-7fdefe4e2000 r--s 00000000 08:02 9450260                    /var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4
7fdefe4e2000-7fdefe4e3000 r--s 00000000 08:02 9438637                    /var/cache/fontconfig/9eae20f1ff8cc0a7d125749e875856bd-le64.cache-4
7fdefe4e3000-7fdefe4e5000 r--s 00000000 08:02 9438959                    /var/cache/fontconfig/bf2c1853a9e9b00bb02fe2e9bcf1e201-le64.cache-4
7fdefe4e5000-7fdefe4e9000 r--s 00000000 08:02 9438957                    /var/cache/fontconfig/c57959a16110560c8d0fcea73374aeeb-le64.cache-4
7fdefe4e9000-7fdefe4f0000 r--s 00000000 08:02 9438435                    /var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4
7fdefe4f0000-7fdefe4f4000 r--s 00000000 08:02 9439217                    /var/cache/fontconfig/bf3b770c553c462765856025a94f1ce6-le64.cache-4
7fdefe4f4000-7fdefe4f7000 r--s 00000000 08:02 9438434                    /var/cache/fontconfig/14d493b97896515cad3840ba4896e372-le64.cache-4
7fdefe4f7000-7fdefe4f8000 r--s 00000000 08:02 9438430                    /var/cache/fontconfig/89034621ae2a8922916bb6bfa5799546-le64.cache-4
7fdefe4f8000-7fdefe4fb000 r--s 00000000 08:02 9438397                    /var/cache/fontconfig/e49e89034d371f0f9de17aab02136486-le64.cache-4
7fdefe4fb000-7fdefe4fd000 r--s 00000000 08:02 9438956                    /var/cache/fontconfig/4b14b093aebc79c320de5e86ae1d3314-le64.cache-4
7fdefe4fd000-7fdefe510000 r--s 00000000 08:02 9440247                    /var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4
7fdefe510000-7fdefe511000 r--s 00000000 08:02 9437993                    /var/cache/fontconfig/8a687c406b77f27d99abfeeba937fcce-le64.cache-4
7fdefe511000-7fdefe519000 r--s 00000000 08:02 9450275                    /var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4
7fdefe519000-7fdefe51b000 r--s 00000000 08:02 9438324                    /var/cache/fontconfig/65f976e5259cbe6dc7697b8648396239-le64.cache-4
7fdefe51b000-7fdefe526000 r--s 00000000 08:02 9437385                    /var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4
7fdefe526000-7fdefe527000 r--s 00000000 08:02 9438320                    /var/cache/fontconfig/94f7fe9bd33aadfac165873bd010d595-le64.cache-4
7fdefe527000-7fdefe531000 r--s 00000000 08:02 9438427                    /var/cache/fontconfig/198d8fcf01c96d0cf813f74fd759bdb7-le64.cache-4
7fdefe531000-7fdefe53c000 r--s 00000000 08:02 9437927                    /var/cache/fontconfig/83bf95040141907cd45bb53cf7c1c148-le64.cache-4
7fdefe53c000-7fdefe545000 r--s 00000000 08:02 9437583                    /var/cache/fontconfig/d0972c3d32f097851eb916381fc38920-le64.cache-4
7fdefe545000-7fdefe558000 r--s 00000000 08:02 9440244                    /var/cache/fontconfig/4ac51e5cfbc76fc3f983e470323a16d3-le64.cache-4
7fdefe558000-7fdefe576000 r--s 00000000 08:02 9450073                    /var/cache/fontconfig/467c019e582ee353435ea5c21d137ef6-le64.cache-4
7fdefe576000-7fdefe5b2000 r--s 005fe000 08:02 8258549                    /usr/share/java/com.ibm.icu-4.4.jar
7fdefe5b2000-7fdefe5f8000 r--s 0039d000 08:02 4593302                    /usr/lib/eclipse/plugins/org.eclipse.ui.workbench_3.8.1.dist.jar
7fdefe5f8000-7fdefe5fb000 ---p 00000000 00:00 0 
7fdefe5fb000-7fdefe6f9000 rw-p 00000000 00:00 0                          [stack:5801]
7fdefe6f9000-7fdefe6fc000 ---p 00000000 00:00 0 
7fdefe6fc000-7fdefe7fa000 rw-p 00000000 00:00 0                          [stack:5798]
7fdefe7fa000-7fdefe7fd000 ---p 00000000 00:00 0 
7fdefe7fd000-7fdefe8fb000 rw-p 00000000 00:00 0                          [stack:5797]
7fdefe8fb000-7fdefe8fe000 ---p 00000000 00:00 0 
7fdefe8fe000-7fdefe9fc000 rw-p 00000000 00:00 0                          [stack:5799]
7fdefe9fc000-7fdefe9ff000 ---p 00000000 00:00 0 
7fdefe9ff000-7fdefeafd000 rw-p 00000000 00:00 0                          [stack:5795]
7fdefeafd000-7fdefeb00000 ---p 00000000 00:00 0 
7fdefeb00000-7fdefebfe000 rw-p 00000000 00:00 0                          [stack:5794]
7fdefebfe000-7fdefec01000 ---p 00000000 00:00 0 
7fdefec01000-7fdefecff000 rw-p 00000000 00:00 0                          [stack:5793]
7fdefecff000-7fdefed02000 ---p 00000000 00:00 0 
7fdefed02000-7fdefee00000 rw-p 00000000 00:00 0                          [stack:5792]
7fdefee00000-7fdefee10000 r-xp 00000000 08:02 5112762                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnio.so
7fdefee10000-7fdeff010000 ---p 00010000 08:02 5112762                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnio.so
7fdeff010000-7fdeff011000 r--p 00010000 08:02 5112762                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnio.so
7fdeff011000-7fdeff012000 rw-p 00011000 08:02 5112762                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnio.so
7fdeff012000-7fdeff313000 rw-p 00000000 00:00 0 
7fdeff313000-7fdeff329000 r-xp 00000000 08:02 5112766                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so
7fdeff329000-7fdeff528000 ---p 00016000 08:02 5112766                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so
7fdeff528000-7fdeff529000 r--p 00015000 08:02 5112766                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so
7fdeff529000-7fdeff52a000 rw-p 00016000 08:02 5112766                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libnet.so
7fdeff52a000-7fdeff52d000 r-xp 00000000 08:02 4853285                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fdeff52d000-7fdeff72d000 ---p 00003000 08:02 4853285                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fdeff72d000-7fdeff72e000 r--p 00003000 08:02 4853285                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fdeff72e000-7fdeff72f000 rw-p 00004000 08:02 4853285                    /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
7fdeff72f000-7fdeff738000 r-xp 00000000 08:02 4852696                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libpixmap.so
7fdeff738000-7fdeff938000 ---p 00009000 08:02 4852696                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libpixmap.so
7fdeff938000-7fdeff939000 rw-p 00009000 08:02 4852696                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libpixmap.so
7fdeff939000-7fdeff969000 r-xp 00000000 08:02 4864819                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7fdeff969000-7fdeffb69000 ---p 00030000 08:02 4864819                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7fdeffb69000-7fdeffb6a000 r--p 00030000 08:02 4864819                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7fdeffb6a000-7fdeffb6b000 rw-p 00031000 08:02 4864819                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
7fdeffb6b000-7fdeffbda000 r-xp 00000000 08:02 4852489                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libqtcurve.so
7fdeffbda000-7fdeffdd9000 ---p 0006f000 08:02 4852489                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libqtcurve.so
7fdeffdd9000-7fdeffdda000 r--p 0006e000 08:02 4852489                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libqtcurve.so
7fdeffdda000-7fdeffddc000 rw-p 0006f000 08:02 4852489                    /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libqtcurve.so
7fdeffddc000-7fdeffddd000 rw-p 00000000 00:00 0 
7fdeffddd000-7fdeffdfd000 r-xp 00000000 08:02 4857699                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7fdeffdfd000-7fdeffffd000 ---p 00020000 08:02 4857699                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7fdeffffd000-7fdefffff000 r--p 00020000 08:02 4857699                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7fdefffff000-7fdf00000000 rw-p 00022000 08:02 4857699                    /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.21009.1
7fdf00000000-7fdf00e7a000 rw-p 00000000 00:00 0 
7fdf00e7a000-7fdf04000000 ---p 00000000 00:00 0 
7fdf04000000-7fdf04021000 rw-p 00000000 00:00 0 
7fdf04021000-7fdf08000000 ---p 00000000 00:00 0 
7fdf08000000-7fdf08021000 rw-p 00000000 00:00 0 
7fdf08021000-7fdf0c000000 ---p 00000000 00:00 0 
7fdf0c000000-7fdf0db17000 rw-p 00000000 00:00 0 
7fdf0db17000-7fdf10000000 ---p 00000000 00:00 0 
7fdf10000000-7fdf10021000 rw-p 00000000 00:00 0 
7fdf10021000-7fdf14000000 ---p 00000000 00:00 0 
7fdf14000000-7fdf14021000 rw-p 00000000 00:00 0 
7fdf14021000-7fdf18000000 ---p 00000000 00:00 0 
7fdf18000000-7fdf18021000 rw-p 00000000 00:00 0 
7fdf18021000-7fdf1c000000 ---p 00000000 00:00 0 
7fdf1c000000-7fdf1c021000 rw-p 00000000 00:00 0 
7fdf1c021000-7fdf20000000 ---p 00000000 00:00 0 
7fdf20000000-7fdf20021000 rw-p 00000000 00:00 0 
7fdf20021000-7fdf24000000 ---p 00000000 00:00 0 
7fdf24000000-7fdf24002000 r--s 00000000 08:02 9438276                    /var/cache/fontconfig/423767150eb258c59035de29db6fca84-le64.cache-4
7fdf24002000-7fdf24003000 r--s 00000000 08:02 9450192                    /var/cache/fontconfig/406a1d2d2bf3ed7664fbadefac0b2f66-le64.cache-4
7fdf24003000-7fdf24011000 r--s 00000000 08:02 9437753                    /var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4
7fdf24011000-7fdf24027000 r--s 00191000 08:02 4591202                    /usr/lib/java/swt-gtk-3.8.2.jar
7fdf24040000-7fdf24042000 r--s 00009000 08:02 5525008                    /usr/share/eclipse/dropins/emf/eclipse/plugins/org.eclipse.emf.databinding.edit_1.2.1.dist.jar
7fdf24042000-7fdf24047000 r--s 0002c000 08:02 5525057                    /usr/share/eclipse/dropins/emf/eclipse/plugins/org.eclipse.emf.common_2.8.0.dist.jar
7fdf2404a000-7fdf24054000 r--s 00062000 08:02 5518389                    /usr/share/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.7.0.dist.jar
7fdf24054000-7fdf2406e000 r--s 00128000 08:02 5513948                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug.ui_3.6.100.dist.jar
7fdf2406e000-7fdf24099000 r--s 00455000 08:02 5518441                    /usr/share/eclipse/plugins/org.eclipse.jdt.core_3.8.2.dist.jar
7fdf24099000-7fdf2409b000 r--s 00000000 08:02 9438954                    /var/cache/fontconfig/67709b7835c0f764c1135060c9575660-le64.cache-4
7fdf2409b000-7fdf240a2000 r--s 00000000 08:02 9438779                    /var/cache/fontconfig/53d14c92082a93e67d5078324eb314ca-le64.cache-4
7fdf240a2000-7fdf240a5000 r--s 00000000 08:02 9437910                    /var/cache/fontconfig/de83a0a961185c8bd1f159015d56c039-le64.cache-4
7fdf240a5000-7fdf240b9000 r--s 000ee000 08:02 4593282                    /usr/lib/eclipse/plugins/org.eclipse.jface_3.8.0.dist.jar
7fdf240bd000-7fdf240c0000 r--s 00013000 08:02 5518359                    /usr/share/eclipse/plugins/org.eclipse.core.runtime.compatibility_3.2.200.dist.jar
7fdf240c0000-7fdf240c2000 r--s 00012000 08:02 4593340                    /usr/lib/eclipse/plugins/org.eclipse.equinox.app_1.3.100.dist.jar
7fdf240c2000-7fdf240c4000 r--s 00013000 08:02 4593330                    /usr/lib/eclipse/plugins/org.eclipse.core.jobs_3.5.200.dist.jar
7fdf240c4000-7fdf240c6000 r--s 0000f000 08:02 4593300                    /usr/lib/eclipse/plugins/org.eclipse.core.runtime_3.8.0.dist.jar
7fdf240c7000-7fdf240cb000 r--s 00039000 08:02 8258017                    /usr/share/java/jsch-0.1.50.jar
7fdf240cb000-7fdf244f7000 r-xp 00000000 08:02 4856915                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.22
7fdf244f7000-7fdf246f6000 ---p 0042c000 08:02 4856915                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.22
7fdf246f6000-7fdf24701000 rw-p 0042b000 08:02 4856915                    /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.22
7fdf24701000-7fdf24703000 rw-p 00000000 00:00 0 
7fdf24703000-7fdf2471d000 r-xp 00000000 08:02 4853108                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fdf2471d000-7fdf2491c000 ---p 0001a000 08:02 4853108                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fdf2491c000-7fdf2491e000 r--p 00019000 08:02 4853108                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fdf2491e000-7fdf2491f000 rw-p 0001b000 08:02 4853108                    /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.0.1
7fdf2491f000-7fdf24924000 r-xp 00000000 08:02 4856965                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7fdf24924000-7fdf24b23000 ---p 00005000 08:02 4856965                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7fdf24b23000-7fdf24b24000 r--p 00004000 08:02 4856965                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7fdf24b24000-7fdf24b25000 rw-p 00005000 08:02 4856965                    /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1.0.0
7fdf24b25000-7fdf24b3a000 r-xp 00000000 08:02 4854233                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7fdf24b3a000-7fdf24d39000 ---p 00015000 08:02 4854233                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7fdf24d39000-7fdf24d3b000 r--p 00014000 08:02 4854233                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7fdf24d3b000-7fdf24d3c000 rw-p 00016000 08:02 4854233                    /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0.0.0
7fdf24d3c000-7fdf24d5d000 r-xp 00000000 08:02 4854226                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7fdf24d5d000-7fdf24f5d000 ---p 00021000 08:02 4854226                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7fdf24f5d000-7fdf24f60000 r--p 00021000 08:02 4854226                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7fdf24f60000-7fdf24f61000 rw-p 00024000 08:02 4854226                    /usr/lib/x86_64-linux-gnu/libglapi.so.0.0.0
7fdf24f61000-7fdf24f62000 rw-p 00000000 00:00 0 
7fdf24f62000-7fdf24f67000 r-xp 00000000 08:02 4856931                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fdf24f67000-7fdf25166000 ---p 00005000 08:02 4856931                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fdf25166000-7fdf25167000 rw-p 00004000 08:02 4856931                    /usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fdf25167000-7fdf2516a000 r-xp 00000000 08:02 4853887                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fdf2516a000-7fdf25369000 ---p 00003000 08:02 4853887                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fdf25369000-7fdf2536a000 r--p 00002000 08:02 4853887                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fdf2536a000-7fdf2536b000 rw-p 00003000 08:02 4853887                    /usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fdf2536b000-7fdf25376000 r-xp 00000000 08:02 4854336                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7fdf25376000-7fdf25575000 ---p 0000b000 08:02 4854336                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7fdf25575000-7fdf25576000 r--p 0000a000 08:02 4854336                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7fdf25576000-7fdf25577000 rw-p 0000b000 08:02 4854336                    /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0
7fdf25577000-7fdf25587000 r-xp 00000000 08:02 8520147                    /lib/x86_64-linux-gnu/libudev.so.1.3.5
7fdf25587000-7fdf25787000 ---p 00010000 08:02 8520147                    /lib/x86_64-linux-gnu/libudev.so.1.3.5
7fdf25787000-7fdf25788000 r--p 00010000 08:02 8520147                    /lib/x86_64-linux-gnu/libudev.so.1.3.5
7fdf25788000-7fdf25789000 rw-p 00011000 08:02 8520147                    /lib/x86_64-linux-gnu/libudev.so.1.3.5
7fdf25789000-7fdf2578f000 r-xp 00000000 08:02 4854231                    /usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0
7fdf2578f000-7fdf2598e000 ---p 00006000 08:02 4854231                    /usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0
7fdf2598e000-7fdf2598f000 r--p 00005000 08:02 4854231                    /usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0
7fdf2598f000-7fdf25990000 rw-p 00006000 08:02 4854231                    /usr/lib/x86_64-linux-gnu/libgbm.so.1.0.0
7fdf25990000-7fdf2599f000 r-xp 00000000 08:02 4852140                    /usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0
7fdf2599f000-7fdf25b9e000 ---p 0000f000 08:02 4852140                    /usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0
7fdf25b9e000-7fdf25ba0000 r--p 0000e000 08:02 4852140                    /usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0
7fdf25ba0000-7fdf25ba1000 rw-p 00010000 08:02 4852140                    /usr/lib/x86_64-linux-gnu/libwayland-server.so.0.1.0
7fdf25ba1000-7fdf25bad000 r-xp 00000000 08:02 4852138                    /usr/lib/x86_64-linux-gnu/libwayland-client.so.0.2.0
7fdf25bad000-7fdf25dac000 ---p 0000c000 08:02 4852138                    /usr/lib/x86_64-linux-gnu/libwayland-client.so.0.2.0
7fdf25dac000-7fdf25dae000 r--p 0000b000 08:02 4852138                    /usr/lib/x86_64-linux-gnu/libwayland-client.so.0.2.0
7fdf25dae000-7fdf25daf000 rw-p 0000d000 08:02 4852138                    /usr/lib/x86_64-linux-gnu/libwayland-client.so.0.2.0
7fdf25daf000-7fdf25db1000 r-xp 00000000 08:02 4856056                    /usr/lib/x86_64-linux-gnu/libxcb-shape.so.0.0.0
7fdf25db1000-7fdf25fb1000 ---p 00002000 08:02 4856056                    /usr/lib/x86_64-linux-gnu/libxcb-shape.so.0.0.0
7fdf25fb1000-7fdf25fb2000 r--p 00002000 08:02 4856056                    /usr/lib/x86_64-linux-gnu/libxcb-shape.so.0.0.0
7fdf25fb2000-7fdf25fb3000 rw-p 00003000 08:02 4856056                    /usr/lib/x86_64-linux-gnu/libxcb-shape.so.0.0.0
7fdf25fb3000-7fdf25fb8000 r-xp 00000000 08:02 4852641                    /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0.0.0
7fdf25fb8000-7fdf261b8000 ---p 00005000 08:02 4852641                    /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0.0.0
7fdf261b8000-7fdf261b9000 r--p 00005000 08:02 4852641                    /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0.0.0
7fdf261b9000-7fdf261ba000 rw-p 00006000 08:02 4852641                    /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so.0.0.0
7fdf261ba000-7fdf261bd000 r-xp 00000000 08:02 4851770                    /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7fdf261bd000-7fdf263bd000 ---p 00003000 08:02 4851770                    /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7fdf263bd000-7fdf263be000 r--p 00003000 08:02 4851770                    /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7fdf263be000-7fdf263bf000 rw-p 00004000 08:02 4851770                    /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0.0.0
7fdf263bf000-7fdf263c0000 r-xp 00000000 08:02 4855061                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7fdf263c0000-7fdf265bf000 ---p 00001000 08:02 4855061                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7fdf265bf000-7fdf265c0000 r--p 00000000 08:02 4855061                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7fdf265c0000-7fdf265c1000 rw-p 00001000 08:02 4855061                    /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1.0.0
7fdf265c1000-7fdf265c7000 r-xp 00000000 08:02 4854305                    /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7fdf265c7000-7fdf267c7000 ---p 00006000 08:02 4854305                    /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7fdf267c7000-7fdf267c8000 r--p 00006000 08:02 4854305                    /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7fdf267c8000-7fdf267c9000 rw-p 00007000 08:02 4854305                    /usr/lib/x86_64-linux-gnu/libdatrie.so.1.3.1
7fdf267c9000-7fdf2681d000 r-xp 00000000 08:02 4854426                    /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.926.0
7fdf2681d000-7fdf26a1d000 ---p 00054000 08:02 4854426                    /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.926.0
7fdf26a1d000-7fdf26a1e000 r--p 00054000 08:02 4854426                    /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.926.0
7fdf26a1e000-7fdf26a1f000 rw-p 00055000 08:02 4854426                    /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.926.0
7fdf26a1f000-7fdf26a79000 r-xp 00000000 08:02 4854222                    /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
7fdf26a79000-7fdf26c79000 ---p 0005a000 08:02 4854222                    /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
7fdf26c79000-7fdf26c7b000 r--p 0005a000 08:02 4854222                    /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
7fdf26c7b000-7fdf26c7c000 rw-p 0005c000 08:02 4854222                    /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0
7fdf26c7c000-7fdf26c7d000 rw-p 00000000 00:00 0 
7fdf26c7d000-7fdf26c9b000 r-xp 00000000 08:02 4853894                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fdf26c9b000-7fdf26e9a000 ---p 0001e000 08:02 4853894                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fdf26e9a000-7fdf26e9b000 r--p 0001d000 08:02 4853894                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fdf26e9b000-7fdf26e9c000 rw-p 0001e000 08:02 4853894                    /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fdf26e9c000-7fdf26ea4000 r-xp 00000000 08:02 4855122                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fdf26ea4000-7fdf270a3000 ---p 00008000 08:02 4855122                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fdf270a3000-7fdf270a4000 r--p 00007000 08:02 4855122                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fdf270a4000-7fdf270a5000 rw-p 00008000 08:02 4855122                    /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0
7fdf270a5000-7fdf270a7000 r-xp 00000000 08:02 4856410                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fdf270a7000-7fdf272a6000 ---p 00002000 08:02 4856410                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fdf272a6000-7fdf272a7000 r--p 00001000 08:02 4856410                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fdf272a7000-7fdf272a8000 rw-p 00002000 08:02 4856410                    /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0.0.0
7fdf272a8000-7fdf272c8000 r-xp 00000000 08:02 4854239                    /usr/lib/x86_64-linux-gnu/libEGL.so.1.0.0
7fdf272c8000-7fdf274c8000 ---p 00020000 08:02 4854239                    /usr/lib/x86_64-linux-gnu/libEGL.so.1.0.0
7fdf274c8000-7fdf274c9000 r--p 00020000 08:02 4854239                    /usr/lib/x86_64-linux-gnu/libEGL.so.1.0.0
7fdf274c9000-7fdf274ca000 rw-p 00021000 08:02 4854239                    /usr/lib/x86_64-linux-gnu/libEGL.so.1.0.0
7fdf274ca000-7fdf2756d000 r-xp 00000000 08:02 4855119                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.32.4
7fdf2756d000-7fdf2776c000 ---p 000a3000 08:02 4855119                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.32.4
7fdf2776c000-7fdf27774000 rw-p 000a2000 08:02 4855119                    /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.32.4
7fdf27774000-7fdf2779b000 r-xp 00000000 08:02 8520379                    /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7fdf2779b000-7fdf2799b000 ---p 00027000 08:02 8520379                    /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7fdf2799b000-7fdf2799d000 r--p 00027000 08:02 8520379                    /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7fdf2799d000-7fdf2799e000 rw-p 00029000 08:02 8520379                    /lib/x86_64-linux-gnu/libexpat.so.1.6.0
7fdf2799e000-7fdf279b1000 r-xp 00000000 08:02 8520528                    /lib/x86_64-linux-gnu/libresolv-2.17.so
7fdf279b1000-7fdf27bb1000 ---p 00013000 08:02 8520528                    /lib/x86_64-linux-gnu/libresolv-2.17.so
7fdf27bb1000-7fdf27bb2000 r--p 00013000 08:02 8520528                    /lib/x86_64-linux-gnu/libresolv-2.17.so
7fdf27bb2000-7fdf27bb3000 rw-p 00014000 08:02 8520528                    /lib/x86_64-linux-gnu/libresolv-2.17.so
7fdf27bb3000-7fdf27bb5000 rw-p 00000000 00:00 0 
7fdf27bb5000-7fdf27bd5000 r-xp 00000000 08:02 8520200                    /lib/x86_64-linux-gnu/libselinux.so.1
7fdf27bd5000-7fdf27dd5000 ---p 00020000 08:02 8520200                    /lib/x86_64-linux-gnu/libselinux.so.1
7fdf27dd5000-7fdf27dd6000 r--p 00020000 08:02 8520200                    /lib/x86_64-linux-gnu/libselinux.so.1
7fdf27dd6000-7fdf27dd7000 rw-p 00021000 08:02 8520200                    /lib/x86_64-linux-gnu/libselinux.so.1
7fdf27dd7000-7fdf27dd9000 rw-p 00000000 00:00 0 
7fdf27dd9000-7fdf27dff000 r-xp 00000000 08:02 8520440                    /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7fdf27dff000-7fdf27ffe000 ---p 00026000 08:02 8520440                    /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7fdf27ffe000-7fdf27fff000 r--p 00025000 08:02 8520440                    /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7fdf27fff000-7fdf28000000 rw-p 00026000 08:02 8520440                    /lib/x86_64-linux-gnu/libpng12.so.0.50.0
7fdf28000000-7fdf2802d000 rw-p 00000000 00:00 0 
7fdf2802d000-7fdf2c000000 ---p 00000000 00:00 0 
7fdf2c001000-7fdf2c004000 r--s 0001a000 08:02 4593304                    /usr/lib/eclipse/plugins/org.eclipse.equinox.preferences_3.5.0.dist.jar
7fdf2c004000-7fdf2c006000 r--s 00013000 08:02 4593314                    /usr/lib/eclipse/plugins/org.eclipse.core.contenttype_3.4.200.dist.jar
7fdf2c006000-7fdf2c009000 r--s 00016000 08:02 4593332                    /usr/lib/eclipse/plugins/org.eclipse.equinox.common_3.6.100.dist.jar
7fdf2c009000-7fdf2c00e000 r--s 0001d000 08:02 5525036                    /usr/share/eclipse/dropins/emf/eclipse/plugins/org.eclipse.emf.mapping.ui_2.6.0.dist.jar
7fdf2c00e000-7fdf2c015000 r--s 00049000 08:02 5518409                    /usr/share/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.1.0.dist.jar
7fdf2c016000-7fdf2c017000 r--s 00001000 08:02 5525056                    /usr/share/eclipse/dropins/emf/eclipse/plugins/org.eclipse.emf.mapping.ecore_2.6.0.dist.jar
7fdf2c01e000-7fdf2c022000 r--s 00018000 08:02 5518355                    /usr/share/eclipse/plugins/org.eclipse.ui.navigator.resources_3.4.400.dist.jar
7fdf2c026000-7fdf2c02c000 r--s 00042000 08:02 5518439                    /usr/share/eclipse/plugins/org.eclipse.ui.forms_3.5.200.dist.jar
7fdf2c02c000-7fdf2c030000 r--s 00019000 08:02 5525028                    /usr/share/eclipse/dropins/emf/eclipse/plugins/org.eclipse.emf.ecore.edit_2.8.0.dist.jar
7fdf2c032000-7fdf2c035000 r--s 00011000 08:02 5525006                    /usr/share/eclipse/dropins/emf/eclipse/plugins/org.eclipse.emf.databinding_1.2.0.dist.jar
7fdf2c037000-7fdf2c03a000 r--s 0001a000 08:02 5525014                    /usr/share/eclipse/dropins/emf/eclipse/plugins/org.eclipse.emf.common.ui_2.7.0.dist.jar
7fdf2c03c000-7fdf2c040000 r--s 0000a000 08:02 5515494                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug_3.7.101.dist/jdi.jar
7fdf2c040000-7fdf2c048000 r--s 000f2000 08:02 5525018                    /usr/share/eclipse/dropins/emf/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.8.2.dist.jar
7fdf2c048000-7fdf2c04d000 r--s 0003f000 08:02 5525052                    /usr/share/eclipse/dropins/emf/eclipse/plugins/org.eclipse.emf.codegen_2.8.0.dist.jar
7fdf2c04e000-7fdf2c055000 r--s 00046000 08:02 5518369                    /usr/share/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.6.0.dist.jar
7fdf2c055000-7fdf2c05e000 r--s 0005c000 08:02 4594882                    /usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.api.tools.ui_1.0.400.dist.jar
7fdf2c05f000-7fdf2c062000 r--s 00017000 08:02 5521641                    /usr/share/eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.dist.jar
7fdf2c062000-7fdf2c064000 r--s 00013000 08:02 13390778                   /home/pasky/.eclipse/org.eclipse.platform_3.8_155965261/plugins/org.apache.uima.pear_2.4.2.jar
7fdf2c064000-7fdf2c067000 r--s 00012000 08:02 5518357                    /usr/share/eclipse/plugins/org.eclipse.ui.views_3.6.100.dist.jar
7fdf2c067000-7fdf2c070000 r--s 00055000 08:02 5518238                    /usr/share/eclipse/plugins/org.eclipse.team.core_3.6.100.dist.jar
7fdf2c070000-7fdf2c073000 r--s 00017000 08:02 5518429                    /usr/share/eclipse/plugins/org.eclipse.core.filebuffers_3.5.200.dist.jar
7fdf2c073000-7fdf2c076000 r--s 00011000 08:02 5521756                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.core.manipulation_1.5.0.dist.jar
7fdf2c076000-7fdf2c079000 r--s 00019000 08:02 5637470                    /usr/share/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.codan.ui_3.2.0.dist.jar
7fdf2c079000-7fdf2c081000 r--s 00055000 08:02 13390773                   /home/pasky/.eclipse/org.eclipse.platform_3.8_155965261/plugins/org.apache.uima.caseditor_2.4.2.jar
7fdf2c081000-7fdf2c08a000 r--s 00066000 08:02 5521631                    /usr/share/eclipse/plugins/org.eclipse.search_3.8.0.dist.jar
7fdf2c08a000-7fdf2c08d000 r--s 00022000 08:02 5513641                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.compiler.apt_1.0.500.dist.jar
7fdf2c08d000-7fdf2c0a1000 r--s 000d8000 08:02 5518423                    /usr/share/eclipse/plugins/org.eclipse.jface.text_3.8.1.dist.jar
7fdf2c0a1000-7fdf2c0a6000 r--s 00035000 08:02 5521744                    /usr/share/eclipse/plugins/org.eclipse.text_3.5.200.dist.jar
7fdf2c0a6000-7fdf2c0b1000 r--s 0007d000 08:02 5518379                    /usr/share/eclipse/plugins/org.eclipse.ui.editors_3.8.0.dist.jar
7fdf2c0b1000-7fdf2c0bc000 r--s 00080000 08:02 5518443                    /usr/share/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.8.0.dist.jar
7fdf2c0bc000-7fdf2c11c000 rw-s 00000000 00:04 422772813                  /SYSV00000000 (deleted)
7fdf2c11c000-7fdf2c124000 r-xp 00000000 08:02 4856594                    /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7fdf2c124000-7fdf2c323000 ---p 00008000 08:02 4856594                    /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7fdf2c323000-7fdf2c324000 r--p 00007000 08:02 4856594                    /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7fdf2c324000-7fdf2c325000 rw-p 00008000 08:02 4856594                    /usr/lib/x86_64-linux-gnu/libthai.so.0.2.0
7fdf2c325000-7fdf2c339000 r-xp 00000000 08:02 4854420                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.0
7fdf2c339000-7fdf2c538000 ---p 00014000 08:02 4854420                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.0
7fdf2c538000-7fdf2c539000 r--p 00013000 08:02 4854420                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.0
7fdf2c539000-7fdf2c53a000 rw-p 00014000 08:02 4854420                    /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.3600.0
7fdf2c53a000-7fdf2c53b000 r-xp 00000000 08:02 4852612                    /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3800.2
7fdf2c53b000-7fdf2c73a000 ---p 00001000 08:02 4852612                    /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3800.2
7fdf2c73a000-7fdf2c73b000 r--p 00000000 08:02 4852612                    /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3800.2
7fdf2c73b000-7fdf2c73c000 rw-p 00001000 08:02 4852612                    /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0.3800.2
7fdf2c73c000-7fdf2c73f000 r-xp 00000000 08:02 4852609                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3800.2
7fdf2c73f000-7fdf2c93e000 ---p 00003000 08:02 4852609                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3800.2
7fdf2c93e000-7fdf2c93f000 r--p 00002000 08:02 4852609                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3800.2
7fdf2c93f000-7fdf2c940000 rw-p 00003000 08:02 4852609                    /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.3800.2
7fdf2c940000-7fdf2c951000 r-xp 00000000 08:02 4856333                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fdf2c951000-7fdf2cb50000 ---p 00011000 08:02 4856333                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fdf2cb50000-7fdf2cb51000 r--p 00010000 08:02 4856333                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fdf2cb51000-7fdf2cb52000 rw-p 00011000 08:02 4856333                    /usr/lib/x86_64-linux-gnu/libXext.so.6.4.0
7fdf2cb52000-7fdf2cc87000 r-xp 00000000 08:02 4853899                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fdf2cc87000-7fdf2ce87000 ---p 00135000 08:02 4853899                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fdf2ce87000-7fdf2ce88000 r--p 00135000 08:02 4853899                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fdf2ce88000-7fdf2ce8d000 rw-p 00136000 08:02 4853899                    /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0
7fdf2ce8d000-7fdf2cfa6000 r-xp 00000000 08:02 4854412                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11200.16
7fdf2cfa6000-7fdf2d1a5000 ---p 00119000 08:02 4854412                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11200.16
7fdf2d1a5000-7fdf2d1a8000 r--p 00118000 08:02 4854412                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11200.16
7fdf2d1a8000-7fdf2d1aa000 rw-p 0011b000 08:02 4854412                    /usr/lib/x86_64-linux-gnu/libcairo.so.2.11200.16
7fdf2d1aa000-7fdf2d1ab000 rw-p 00000000 00:00 0 
7fdf2d1ab000-7fdf2d1b0000 r-xp 00000000 08:02 4856032                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fdf2d1b0000-7fdf2d3af000 ---p 00005000 08:02 4856032                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fdf2d3af000-7fdf2d3b0000 r--p 00004000 08:02 4856032                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fdf2d3b0000-7fdf2d3b1000 rw-p 00005000 08:02 4856032                    /usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fdf2d3b1000-7fdf2d3b3000 r-xp 00000000 08:02 4859348                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fdf2d3b3000-7fdf2d5b2000 ---p 00002000 08:02 4859348                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fdf2d5b2000-7fdf2d5b3000 r--p 00001000 08:02 4859348                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fdf2d5b3000-7fdf2d5b4000 rw-p 00002000 08:02 4859348                    /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0
7fdf2d5b4000-7fdf2d5b6000 r-xp 00000000 08:02 4857945                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fdf2d5b6000-7fdf2d7b5000 ---p 00002000 08:02 4857945                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fdf2d7b5000-7fdf2d7b6000 r--p 00001000 08:02 4857945                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fdf2d7b6000-7fdf2d7b7000 rw-p 00002000 08:02 4857945                    /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0
7fdf2d7b7000-7fdf2d7c1000 r-xp 00000000 08:02 4852644                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fdf2d7c1000-7fdf2d9c0000 ---p 0000a000 08:02 4852644                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fdf2d9c0000-7fdf2d9c1000 r--p 00009000 08:02 4852644                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fdf2d9c1000-7fdf2d9c2000 rw-p 0000a000 08:02 4852644                    /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fdf2d9c2000-7fdf2d9cb000 r-xp 00000000 08:02 4852855                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fdf2d9cb000-7fdf2dbca000 ---p 00009000 08:02 4852855                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fdf2dbca000-7fdf2dbcb000 r--p 00008000 08:02 4852855                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fdf2dbcb000-7fdf2dbcc000 rw-p 00009000 08:02 4852855                    /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0
7fdf2dbcc000-7fdf2dbdb000 r-xp 00000000 08:02 4857002                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fdf2dbdb000-7fdf2ddda000 ---p 0000f000 08:02 4857002                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fdf2ddda000-7fdf2dddb000 r--p 0000e000 08:02 4857002                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fdf2dddb000-7fdf2dddc000 rw-p 0000f000 08:02 4857002                    /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0
7fdf2dddc000-7fdf2ddde000 r-xp 00000000 08:02 4852853                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fdf2ddde000-7fdf2dfdd000 ---p 00002000 08:02 4852853                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fdf2dfdd000-7fdf2dfde000 r--p 00001000 08:02 4852853                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fdf2dfde000-7fdf2dfdf000 rw-p 00002000 08:02 4852853                    /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0
7fdf2dfdf000-7fdf2dfe8000 r-xp 00000000 08:02 4855221                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fdf2dfe8000-7fdf2e1e7000 ---p 00009000 08:02 4855221                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fdf2e1e7000-7fdf2e1e8000 r--p 00008000 08:02 4855221                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fdf2e1e8000-7fdf2e1e9000 rw-p 00009000 08:02 4855221                    /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fdf2e1e9000-7fdf2e287000 r-xp 00000000 08:02 4857500                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7fdf2e287000-7fdf2e486000 ---p 0009e000 08:02 4857500                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7fdf2e486000-7fdf2e48c000 r--p 0009d000 08:02 4857500                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7fdf2e48c000-7fdf2e48d000 rw-p 000a3000 08:02 4857500                    /usr/lib/x86_64-linux-gnu/libfreetype.so.6.11.1
7fdf2e48d000-7fdf2e4c7000 r-xp 00000000 08:02 4856033                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fdf2e4c7000-7fdf2e6c6000 ---p 0003a000 08:02 4856033                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fdf2e6c6000-7fdf2e6c8000 r--p 00039000 08:02 4856033                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fdf2e6c8000-7fdf2e6c9000 rw-p 0003b000 08:02 4856033                    /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.8.0
7fdf2e6c9000-7fdf2e825000 r-xp 00000000 08:02 4852630                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3800.2
7fdf2e825000-7fdf2ea24000 ---p 0015c000 08:02 4852630                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3800.2
7fdf2ea24000-7fdf2ea28000 r--p 0015b000 08:02 4852630                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3800.2
7fdf2ea28000-7fdf2ea2a000 rw-p 0015f000 08:02 4852630                    /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.3800.2
7fdf2ea2a000-7fdf2ea2c000 rw-p 00000000 00:00 0 
7fdf2ea2c000-7fdf2ea4b000 r-xp 00000000 08:02 4851958                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2800.2
7fdf2ea4b000-7fdf2ec4a000 ---p 0001f000 08:02 4851958                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2800.2
7fdf2ec4a000-7fdf2ec4b000 r--p 0001e000 08:02 4851958                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2800.2
7fdf2ec4b000-7fdf2ec4c000 rw-p 0001f000 08:02 4851958                    /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.2800.2
7fdf2ec4c000-7fdf2ec96000 r-xp 00000000 08:02 4854418                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.0
7fdf2ec96000-7fdf2ee96000 ---p 0004a000 08:02 4854418                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.0
7fdf2ee96000-7fdf2ee98000 r--p 0004a000 08:02 4854418                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.0
7fdf2ee98000-7fdf2ee99000 rw-p 0004c000 08:02 4854418                    /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.3600.0
7fdf2ee99000-7fdf2eea4000 r-xp 00000000 08:02 4854528                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.0
7fdf2eea4000-7fdf2f0a4000 ---p 0000b000 08:02 4854528                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.0
7fdf2f0a4000-7fdf2f0a5000 r--p 0000b000 08:02 4854528                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.0
7fdf2f0a5000-7fdf2f0a6000 rw-p 0000c000 08:02 4854528                    /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.3600.0
7fdf2f0a6000-7fdf2f153000 r-xp 00000000 08:02 4856914                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.22
7fdf2f153000-7fdf2f353000 ---p 000ad000 08:02 4856914                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.22
7fdf2f353000-7fdf2f358000 rw-p 000ad000 08:02 4856914                    /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.22
7fdf2f358000-7fdf2f396000 r-xp 00000000 08:02 8520428                    /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7fdf2f396000-7fdf2f595000 ---p 0003e000 08:02 8520428                    /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7fdf2f595000-7fdf2f596000 rw-p 0003d000 08:02 8520428                    /lib/x86_64-linux-gnu/libpcre.so.3.13.1
7fdf2f596000-7fdf2f59d000 r-xp 00000000 08:02 4852845                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7fdf2f59d000-7fdf2f79c000 ---p 00007000 08:02 4852845                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7fdf2f79c000-7fdf2f79d000 r--p 00006000 08:02 4852845                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7fdf2f79d000-7fdf2f79e000 rw-p 00007000 08:02 4852845                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.1
7fdf2f79e000-7fdf2f89c000 r-xp 00000000 08:02 8520152                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3800.2
7fdf2f89c000-7fdf2fa9c000 ---p 000fe000 08:02 8520152                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3800.2
7fdf2fa9c000-7fdf2fa9d000 r--p 000fe000 08:02 8520152                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3800.2
7fdf2fa9d000-7fdf2fa9e000 rw-p 000ff000 08:02 8520152                    /lib/x86_64-linux-gnu/libglib-2.0.so.0.3800.2
7fdf2fa9e000-7fdf2fa9f000 rw-p 00000000 00:00 0 
7fdf2fa9f000-7fdf2faee000 r-xp 00000000 08:02 4852610                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3800.2
7fdf2faee000-7fdf2fcee000 ---p 0004f000 08:02 4852610                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3800.2
7fdf2fcee000-7fdf2fcef000 r--p 0004f000 08:02 4852610                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3800.2
7fdf2fcef000-7fdf2fcf0000 rw-p 00050000 08:02 4852610                    /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.3800.2
7fdf2fcf0000-7fdf2fcfd000 r-xp 00000000 08:02 4593290                    /usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.dist/eclipse_1503.so
7fdf2fcfd000-7fdf2fefd000 ---p 0000d000 08:02 4593290                    /usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.dist/eclipse_1503.so
7fdf2fefd000-7fdf2fefe000 r--p 0000d000 08:02 4593290                    /usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.dist/eclipse_1503.so
7fdf2fefe000-7fdf2feff000 rw-p 0000e000 08:02 4593290                    /usr/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.dist/eclipse_1503.so
7fdf2feff000-7fdf2ff00000 ---p 00000000 00:00 0 
7fdf2ff00000-7fdf30000000 rw-p 00000000 00:00 0                          [stack:5787]
7fdf30000000-7fdf30021000 rw-p 00000000 00:00 0 
7fdf30021000-7fdf34000000 ---p 00000000 00:00 0 
7fdf34003000-7fdf3401d000 r--s 000f5000 08:02 5637458                    /usr/share/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.debug.ui_7.3.0.dist.jar
7fdf3401d000-7fdf3401f000 r--s 00003000 08:02 5637493                    /usr/share/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.codan.ui.cxx_3.2.0.dist.jar
7fdf3401f000-7fdf34026000 r--s 0004f000 08:02 5509680                    /usr/share/eclipse/dropins/egit/eclipse/plugins/org.eclipse.egit.core_3.2.0.201312181205-r.jar
7fdf34026000-7fdf3402b000 r--s 00038000 08:02 4593286                    /usr/lib/eclipse/plugins/org.eclipse.help_3.6.0.dist.jar
7fdf3402b000-7fdf3402d000 r--s 00016000 08:02 4593298                    /usr/lib/eclipse/plugins/org.eclipse.update.configurator_3.3.200.dist.jar
7fdf3402d000-7fdf34031000 r--s 0001b000 08:02 5518373                    /usr/share/eclipse/plugins/org.eclipse.equinox.p2.repository_2.2.0.dist.jar
7fdf34031000-7fdf34035000 r--s 0002b000 08:02 5518407                    /usr/share/eclipse/plugins/org.eclipse.equinox.p2.engine_2.2.0.dist.jar
7fdf34035000-7fdf34039000 r--s 00000000 08:02 9438437                    /var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4
7fdf34039000-7fdf3403d000 r--s 0001e000 08:02 4593320                    /usr/lib/eclipse/plugins/org.eclipse.ui_3.8.0.dist.jar
7fdf3403d000-7fdf3403f000 r--s 0000d000 08:02 5521656                    /usr/share/eclipse/plugins/org.eclipse.ui.ide.application_1.0.400.dist.jar
7fdf3403f000-7fdf34041000 r--s 00015000 08:02 5112092                    /usr/lib/jvm/java-7-openjdk-common/jre/lib/jce.jar
7fdf34041000-7fdf34044000 r--s 00012000 08:02 5518485                    /usr/share/eclipse/plugins/org.eclipse.ui.intro.universal_3.2.600.dist/universal.jar
7fdf34044000-7fdf34047000 ---p 00000000 00:00 0 
7fdf34047000-7fdf34145000 rw-p 00000000 00:00 0                          [stack:5786]
7fdf34145000-7fdf34148000 ---p 00000000 00:00 0 
7fdf34148000-7fdf34246000 rw-p 00000000 00:00 0                          [stack:5785]
7fdf34246000-7fdf34249000 ---p 00000000 00:00 0 
7fdf34249000-7fdf34347000 rw-p 00000000 00:00 0                          [stack:5784]
7fdf34347000-7fdf3434a000 ---p 00000000 00:00 0 
7fdf3434a000-7fdf34448000 rw-p 00000000 00:00 0                          [stack:5783]
7fdf34448000-7fdf345f6000 r--p 00000000 08:02 4983183                    /usr/lib/locale/locale-archive
7fdf345f6000-7fdf345f9000 ---p 00000000 00:00 0 
7fdf345f9000-7fdf346f7000 rw-p 00000000 00:00 0                          [stack:5782]
7fdf346f7000-7fdf346fa000 ---p 00000000 00:00 0 
7fdf346fa000-7fdf347f8000 rw-p 00000000 00:00 0                          [stack:5781]
7fdf347f8000-7fdf347f9000 ---p 00000000 00:00 0 
7fdf347f9000-7fdf35000000 rw-p 00000000 00:00 0                          [stack:5780]
7fdf35000000-7fdf352a0000 rwxp 00000000 00:00 0 
7fdf352a0000-7fdf39acc000 rw-p 00000000 00:00 0 
7fdf39acc000-7fdf3c000000 ---p 00000000 00:00 0 
7fdf3c000000-7fdf3c002000 r--s 0000e000 08:02 5637436                    /usr/share/eclipse/dropins/cdt/eclipse/plugins/org.eclipse.cdt.visualizer.ui_1.0.0.dist.jar
7fdf3c002000-7fdf3c003000 r--s 00002000 08:02 8258019                    /usr/share/java/org.eclipse.jgit.java7-3.2.0.201312181205-r.jar
7fdf3c003000-7fdf3c005000 r--s 00012000 08:02 4593288                    /usr/lib/eclipse/plugins/org.eclipse.core.expressions_3.4.400.dist.jar
7fdf3c005000-7fdf3c007000 r--s 0000e000 08:02 5521648                    /usr/share/eclipse/plugins/org.eclipse.equinox.p2.core_2.2.0.dist.jar
7fdf3c007000-7fdf3c009000 r--s 0000b000 08:02 5518395                    /usr/share/eclipse/plugins/org.eclipse.equinox.p2.operations_2.2.0.dist.jar
7fdf3c009000-7fdf3c00c000 r--s 0000b000 08:02 5518413                    /usr/share/eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.1.0.dist.jar
7fdf3c00c000-7fdf3c00e000 r--s 00009000 08:02 5518385                    /usr/share/eclipse/plugins/org.eclipse.ui.net_1.2.101.dist.jar
7fdf3c00e000-7fdf3c011000 r--s 00016000 08:02 5521646                    /usr/share/eclipse/plugins/org.eclipse.equinox.security_1.1.100.dist.jar
7fdf3c011000-7fdf3c012000 r--s 00000000 08:02 9437941                    /var/cache/fontconfig/c277e94e32b20404286a1ddafa5a80f0-le64.cache-4
7fdf3c012000-7fdf3c016000 r--s 00015000 08:02 4593336                    /usr/lib/eclipse/plugins/org.eclipse.core.commands_3.6.1.dist.jar
7fdf3c016000-7fdf3c018000 r--s 00006000 08:02 5521651                    /usr/share/eclipse/plugins/org.eclipse.jsch.core_1.1.400.dist.jar
7fdf3c018000-7fdf3c8ef000 rw-p 00000000 00:00 0 
7fdf3c8ef000-7fdf3ca9c000 r--s 01cde000 08:02 5112237                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/rt.jar
7fdf3ca9c000-7fdf3e39c000 rw-p 00000000 00:00 0 
7fdf3e39c000-7fdf3e39d000 ---p 00000000 00:00 0 
7fdf3e39d000-7fdf3e49d000 rw-p 00000000 00:00 0                          [stack:5779]
7fdf3e49d000-7fdf3e49e000 ---p 00000000 00:00 0 
7fdf3e49e000-7fdf3e59e000 rw-p 00000000 00:00 0                          [stack:5778]
7fdf3e59e000-7fdf3e59f000 ---p 00000000 00:00 0 
7fdf3e59f000-7fdf3e69f000 rw-p 00000000 00:00 0                          [stack:5777]
7fdf3e69f000-7fdf3e6a0000 ---p 00000000 00:00 0 
7fdf3e6a0000-7fdf3e7bf000 rw-p 00000000 00:00 0                          [stack:5776]
7fdf3e7bf000-7fdf3e820000 rw-p 00000000 00:00 0 
7fdf3e820000-7fdf3e83f000 rw-p 00000000 00:00 0 
7fdf3e83f000-7fdf3e8a0000 rw-p 00000000 00:00 0 
7fdf3e8a0000-7fdf3e8ba000 rw-p 00000000 00:00 0 
7fdf3e8ba000-7fdf3e920000 rw-p 00000000 00:00 0 
7fdf3e920000-7fdf3e95c000 rw-p 00000000 00:00 0 
7fdf3e95c000-7fdf3e960000 rw-p 00000000 00:00 0 
7fdf3e960000-7fdf3e96c000 rw-p 00000000 00:00 0 
7fdf3e96c000-7fdf3ea21000 rw-p 00000000 00:00 0 
7fdf3ea21000-7fdf3ea29000 r-xp 00000000 08:02 5112740                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libzip.so
7fdf3ea29000-7fdf3ec28000 ---p 00008000 08:02 5112740                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libzip.so
7fdf3ec28000-7fdf3ec29000 r--p 00007000 08:02 5112740                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libzip.so
7fdf3ec29000-7fdf3ec2a000 rw-p 00008000 08:02 5112740                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libzip.so
7fdf3ec2a000-7fdf3ec36000 r-xp 00000000 08:02 8520545                    /lib/x86_64-linux-gnu/libnss_files-2.17.so
7fdf3ec36000-7fdf3ee35000 ---p 0000c000 08:02 8520545                    /lib/x86_64-linux-gnu/libnss_files-2.17.so
7fdf3ee35000-7fdf3ee36000 r--p 0000b000 08:02 8520545                    /lib/x86_64-linux-gnu/libnss_files-2.17.so
7fdf3ee36000-7fdf3ee37000 rw-p 0000c000 08:02 8520545                    /lib/x86_64-linux-gnu/libnss_files-2.17.so
7fdf3ee37000-7fdf3ee41000 r-xp 00000000 08:02 8520535                    /lib/x86_64-linux-gnu/libnss_nis-2.17.so
7fdf3ee41000-7fdf3f040000 ---p 0000a000 08:02 8520535                    /lib/x86_64-linux-gnu/libnss_nis-2.17.so
7fdf3f040000-7fdf3f041000 r--p 00009000 08:02 8520535                    /lib/x86_64-linux-gnu/libnss_nis-2.17.so
7fdf3f041000-7fdf3f042000 rw-p 0000a000 08:02 8520535                    /lib/x86_64-linux-gnu/libnss_nis-2.17.so
7fdf3f042000-7fdf3f057000 r-xp 00000000 08:02 8520606                    /lib/x86_64-linux-gnu/libnsl-2.17.so
7fdf3f057000-7fdf3f256000 ---p 00015000 08:02 8520606                    /lib/x86_64-linux-gnu/libnsl-2.17.so
7fdf3f256000-7fdf3f257000 r--p 00014000 08:02 8520606                    /lib/x86_64-linux-gnu/libnsl-2.17.so
7fdf3f257000-7fdf3f258000 rw-p 00015000 08:02 8520606                    /lib/x86_64-linux-gnu/libnsl-2.17.so
7fdf3f258000-7fdf3f25a000 rw-p 00000000 00:00 0 
7fdf3f25a000-7fdf3f261000 r-xp 00000000 08:02 8520533                    /lib/x86_64-linux-gnu/libnss_compat-2.17.so
7fdf3f261000-7fdf3f460000 ---p 00007000 08:02 8520533                    /lib/x86_64-linux-gnu/libnss_compat-2.17.so
7fdf3f460000-7fdf3f461000 r--p 00006000 08:02 8520533                    /lib/x86_64-linux-gnu/libnss_compat-2.17.so
7fdf3f461000-7fdf3f462000 rw-p 00007000 08:02 8520533                    /lib/x86_64-linux-gnu/libnss_compat-2.17.so
7fdf3f462000-7fdf3f48d000 r-xp 00000000 08:02 5112748                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libjava.so
7fdf3f48d000-7fdf3f68c000 ---p 0002b000 08:02 5112748                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libjava.so
7fdf3f68c000-7fdf3f68d000 r--p 0002a000 08:02 5112748                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libjava.so
7fdf3f68d000-7fdf3f68f000 rw-p 0002b000 08:02 5112748                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libjava.so
7fdf3f68f000-7fdf3f69e000 r-xp 00000000 08:02 5112736                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libverify.so
7fdf3f69e000-7fdf3f89d000 ---p 0000f000 08:02 5112736                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libverify.so
7fdf3f89d000-7fdf3f89f000 r--p 0000e000 08:02 5112736                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libverify.so
7fdf3f89f000-7fdf3f8a0000 rw-p 00010000 08:02 5112736                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/libverify.so
7fdf3f8a0000-7fdf3f8a7000 r-xp 00000000 08:02 8520518                    /lib/x86_64-linux-gnu/librt-2.17.so
7fdf3f8a7000-7fdf3faa6000 ---p 00007000 08:02 8520518                    /lib/x86_64-linux-gnu/librt-2.17.so
7fdf3faa6000-7fdf3faa7000 r--p 00006000 08:02 8520518                    /lib/x86_64-linux-gnu/librt-2.17.so
7fdf3faa7000-7fdf3faa8000 rw-p 00007000 08:02 8520518                    /lib/x86_64-linux-gnu/librt-2.17.so
7fdf3faa8000-7fdf3fabd000 r-xp 00000000 08:02 8521434                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7fdf3fabd000-7fdf3fcbd000 ---p 00015000 08:02 8521434                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7fdf3fcbd000-7fdf3fcbe000 rw-p 00015000 08:02 8521434                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7fdf3fcbe000-7fdf3fdba000 r-xp 00000000 08:02 8520602                    /lib/x86_64-linux-gnu/libm-2.17.so
7fdf3fdba000-7fdf3ffba000 ---p 000fc000 08:02 8520602                    /lib/x86_64-linux-gnu/libm-2.17.so
7fdf3ffba000-7fdf3ffbb000 r--p 000fc000 08:02 8520602                    /lib/x86_64-linux-gnu/libm-2.17.so
7fdf3ffbb000-7fdf3ffbc000 rw-p 000fd000 08:02 8520602                    /lib/x86_64-linux-gnu/libm-2.17.so
7fdf3ffbc000-7fdf400a1000 r-xp 00000000 08:02 4854555                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7fdf400a1000-7fdf402a1000 ---p 000e5000 08:02 4854555                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7fdf402a1000-7fdf402a9000 r--p 000e5000 08:02 4854555                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7fdf402a9000-7fdf402ab000 rw-p 000ed000 08:02 4854555                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19
7fdf402ab000-7fdf402c0000 rw-p 00000000 00:00 0 
7fdf402c0000-7fdf40cbf000 r-xp 00000000 08:02 5112752                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7fdf40cbf000-7fdf40ebe000 ---p 009ff000 08:02 5112752                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7fdf40ebe000-7fdf40f3d000 r--p 009fe000 08:02 5112752                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7fdf40f3d000-7fdf40f60000 rw-p 00a7d000 08:02 5112752                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so
7fdf40f60000-7fdf40f8b000 rw-p 00000000 00:00 0 
7fdf40f8b000-7fdf4112e000 r-xp 00000000 08:02 8520560                    /lib/x86_64-linux-gnu/libc-2.17.so
7fdf4112e000-7fdf4132d000 ---p 001a3000 08:02 8520560                    /lib/x86_64-linux-gnu/libc-2.17.so
7fdf4132d000-7fdf41331000 r--p 001a2000 08:02 8520560                    /lib/x86_64-linux-gnu/libc-2.17.so
7fdf41331000-7fdf41333000 rw-p 001a6000 08:02 8520560                    /lib/x86_64-linux-gnu/libc-2.17.so
7fdf41333000-7fdf41337000 rw-p 00000000 00:00 0 
7fdf41337000-7fdf4133a000 r-xp 00000000 08:02 8520558                    /lib/x86_64-linux-gnu/libdl-2.17.so
7fdf4133a000-7fdf41539000 ---p 00003000 08:02 8520558                    /lib/x86_64-linux-gnu/libdl-2.17.so
7fdf41539000-7fdf4153a000 r--p 00002000 08:02 8520558                    /lib/x86_64-linux-gnu/libdl-2.17.so
7fdf4153a000-7fdf4153b000 rw-p 00003000 08:02 8520558                    /lib/x86_64-linux-gnu/libdl-2.17.so
7fdf4153b000-7fdf41552000 r-xp 00000000 08:02 8520282                    /lib/x86_64-linux-gnu/libz.so.1.2.8
7fdf41552000-7fdf41751000 ---p 00017000 08:02 8520282                    /lib/x86_64-linux-gnu/libz.so.1.2.8
7fdf41751000-7fdf41752000 r--p 00016000 08:02 8520282                    /lib/x86_64-linux-gnu/libz.so.1.2.8
7fdf41752000-7fdf41753000 rw-p 00017000 08:02 8520282                    /lib/x86_64-linux-gnu/libz.so.1.2.8
7fdf41753000-7fdf41760000 r-xp 00000000 08:02 5112757                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7fdf41760000-7fdf4195f000 ---p 0000d000 08:02 5112757                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7fdf4195f000-7fdf41960000 r--p 0000c000 08:02 5112757                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7fdf41960000-7fdf41961000 rw-p 0000d000 08:02 5112757                    /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/jli/libjli.so
7fdf41961000-7fdf41978000 r-xp 00000000 08:02 8520531                    /lib/x86_64-linux-gnu/libpthread-2.17.so
7fdf41978000-7fdf41b77000 ---p 00017000 08:02 8520531                    /lib/x86_64-linux-gnu/libpthread-2.17.so
7fdf41b77000-7fdf41b78000 r--p 00016000 08:02 8520531                    /lib/x86_64-linux-gnu/libpthread-2.17.so
7fdf41b78000-7fdf41b79000 rw-p 00017000 08:02 8520531                    /lib/x86_64-linux-gnu/libpthread-2.17.so
7fdf41b79000-7fdf41b7d000 rw-p 00000000 00:00 0 
7fdf41b7d000-7fdf41b9e000 r-xp 00000000 08:02 8520526                    /lib/x86_64-linux-gnu/ld-2.17.so
7fdf41b9e000-7fdf41b9f000 r--s 00002000 08:02 13390774                   /home/pasky/.eclipse/org.eclipse.platform_3.8_155965261/plugins/org.apache.uima.debug_2.4.2.jar
7fdf41b9f000-7fdf41ba0000 r--s 00001000 08:02 5518457                    /usr/share/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.100.dist/runtime_registry_compatibility.jar
7fdf41ba0000-7fdf41ba3000 r--s 00028000 08:02 4592909                    /usr/lib/eclipse/plugins/org.eclipse.equinox.registry_3.5.200.dist.jar
7fdf41ba3000-7fdf41ba4000 r--s 00000000 08:02 4592529                    /usr/lib/eclipse/plugins/org.eclipse.core.net.linux.x86_64_1.1.0.dist.jar
7fdf41ba4000-7fdf41ba5000 r--s 0000c000 08:02 5509556                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.compiler.tool_1.0.101.dist.jar
7fdf41ba5000-7fdf41ba6000 r--s 00000000 08:02 9438778                    /var/cache/fontconfig/62f91419b9ebdb6975e7e41ab6412357-le64.cache-4
7fdf41ba6000-7fdf41ba7000 r--s 00000000 08:02 9450263                    /var/cache/fontconfig/e0aa53bcfa504e64f87823c16bc01eb6-le64.cache-4
7fdf41ba7000-7fdf41ba8000 r--s 00000000 08:02 5521678                    /usr/share/eclipse/plugins/org.eclipse.ui.workbench.compatibility_3.2.101.dist/compatibility.jar
7fdf41ba8000-7fdf41baa000 r--s 00005000 08:02 5514723                    /usr/share/eclipse/dropins/jdt/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.400.dist.jar
7fdf41baa000-7fdf41bac000 r--s 0000e000 08:02 5518377                    /usr/share/eclipse/plugins/org.eclipse.core.net_1.2.200.dist.jar
7fdf41bac000-7fdf41bae000 r--s 0000c000 08:02 5518419                    /usr/share/eclipse/plugins/org.eclipse.compare.core_3.5.200.dist.jar
7fdf41bae000-7fdf41bb0000 r--s 00005000 08:02 5518447                    /usr/share/eclipse/plugins/org.eclipse.update.scheduler_3.2.400.dist.jar
7fdf41bb0000-7fdf41bb1000 r--s 00002000 08:02 5518371                    /usr/share/eclipse/plugins/org.eclipse.equinox.p2.updatechecker_1.1.200.dist.jar
7fdf41bb1000-7fdf41bba000 r--s 000bc000 08:02 5112247                    /usr/lib/jvm/java-7-openjdk-common/jre/lib/resources.jar
7fdf41bba000-7fdf41bdc000 r--s 00000000 08:02 7210743                    /usr/share/mime/mime.cache
7fdf41bdc000-7fdf41bf6000 rw-p 00000000 00:00 0 
7fdf41bf6000-7fdf41c5c000 rw-p 00000000 00:00 0 
7fdf41c5c000-7fdf41c5f000 ---p 00000000 00:00 0 
7fdf41c5f000-7fdf41d62000 rw-p 00000000 00:00 0                          [stack:5775]
7fdf41d62000-7fdf41d64000 r--s 0000c000 08:02 4594239                    /usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.ui.trace_1.0.1.dist.jar
7fdf41d64000-7fdf41d78000 r--s 0013a000 08:02 4593348                    /usr/lib/eclipse/plugins/org.eclipse.osgi_3.8.1.dist.jar
7fdf41d78000-7fdf41d79000 r--s 00000000 08:02 18220046                   /home/pasky/.local/share/mime/mime.cache
7fdf41d79000-7fdf41d7a000 r--s 00006000 08:02 5521647                    /usr/share/eclipse/plugins/org.eclipse.core.variables_3.2.600.dist.jar
7fdf41d7a000-7fdf41d7f000 r--s 0004c000 08:02 5113144                    /usr/lib/jvm/java-7-openjdk-common/jre/lib/jsse.jar
7fdf41d7f000-7fdf41d80000 r--s 0000a000 08:02 4593310                    /usr/lib/eclipse/plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar
7fdf41d80000-7fdf41d82000 r--s 00006000 08:02 8264675                    /usr/share/java/java-atk-wrapper.jar
7fdf41d82000-7fdf41d85000 r--s 00032000 08:02 5113135                    /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/sunjce_provider.jar
7fdf41d85000-7fdf41d88000 r--s 0003c000 08:02 5113134                    /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/sunpkcs11.jar
7fdf41d88000-7fdf41d8c000 r--s 00085000 08:02 5113132                    /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/localedata.jar
7fdf41d8c000-7fdf41d8e000 r--s 00012000 08:02 5112305                    /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/zipfs.jar
7fdf41d8e000-7fdf41d8f000 r--s 00002000 08:02 5112248                    /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/dnsns.jar
7fdf41d8f000-7fdf41d92000 r--s 0000f000 08:02 5113131                    /usr/lib/jvm/java-7-openjdk-common/jre/lib/ext/pulse-java.jar
7fdf41d92000-7fdf41d9a000 rw-s 00000000 08:02 3016085                    /tmp/hsperfdata_pasky/5774
7fdf41d9a000-7fdf41d9b000 rw-p 00000000 00:00 0 
7fdf41d9b000-7fdf41d9c000 r--p 00000000 00:00 0 
7fdf41d9c000-7fdf41d9e000 rw-p 00000000 00:00 0 
7fdf41d9e000-7fdf41d9f000 r--p 00021000 08:02 8520526                    /lib/x86_64-linux-gnu/ld-2.17.so
7fdf41d9f000-7fdf41da1000 rw-p 00022000 08:02 8520526                    /lib/x86_64-linux-gnu/ld-2.17.so
7fff3baf6000-7fff3bb17000 rw-p 00000000 00:00 0                          [stack]
7fff3bbfe000-7fff3bc00000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

VM Arguments:
jvm_args: -Xms40m -Xmx384m -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -XX:MaxPermSize=256m 
java_command: /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar -os linux -ws gtk -arch x86_64 -showsplash /usr/lib/eclipse//plugins/org.eclipse.platform_3.8.1.dist/splash.bmp -launcher /usr/lib/eclipse/eclipse -name Eclipse --launcher.library /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.dist/eclipse_1503.so -startup /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar --launcher.overrideVmargs -exitdata 1931804c -vm /usr/bin/java -vmargs -Xms40m -Xmx384m -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins -XX:MaxPermSize=256m -jar /usr/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.dist.jar
Launcher Type: SUN_STANDARD

Environment Variables:
PATH=/home/pasky/perl5/bin:/home/pasky/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
USERNAME=pasky
SHELL=/bin/bash
DISPLAY=:0.0

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


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

OS:jessie/sid

uname:Linux 3.12-1-amd64 #1 SMP Debian 3.12.9-1 (2014-02-01) x86_64
libc:glibc 2.17 NPTL 2.17 
rlimit: STACK 8192k, CORE infinity, NPROC 63019, NOFILE 65536, AS infinity
load average:0.70 0.59 0.58

/proc/meminfo:
MemTotal:        8082572 kB
MemFree:          278064 kB
Buffers:          169804 kB
Cached:          2295040 kB
SwapCached:        12640 kB
Active:          5268608 kB
Inactive:        2062668 kB
Active(anon):    4370396 kB
Inactive(anon):  1250376 kB
Active(file):     898212 kB
Inactive(file):   812292 kB
Unevictable:         120 kB
Mlocked:             120 kB
SwapTotal:       4200960 kB
SwapFree:        3176108 kB
Dirty:               592 kB
Writeback:             0 kB
AnonPages:       4855284 kB
Mapped:           295648 kB
Shmem:            754340 kB
Slab:             348096 kB
SReclaimable:     284496 kB
SUnreclaim:        63600 kB
KernelStack:        7080 kB
PageTables:        70708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     8242244 kB
Committed_AS:   12338584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      356508 kB
VmallocChunk:   34359332156 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122496 kB
DirectMap2M:     8151040 kB


CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 42
model name	: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz
stepping	: 7
microcode	: 0x29
cpu MHz		: 2032.734
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 2
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 tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4186.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 42
model name	: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz
stepping	: 7
microcode	: 0x29
cpu MHz		: 2010.667
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 2
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 tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4186.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 42
model name	: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz
stepping	: 7
microcode	: 0x29
cpu MHz		: 1254.257
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 2
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 tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4186.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 42
model name	: Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz
stepping	: 7
microcode	: 0x29
cpu MHz		: 2099.671
cache size	: 3072 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 2
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 tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx lahf_lm arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 4186.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:



Memory: 4k page, physical 8082572k(278064k free), swap 4200960k(3176108k free)

vm_info: OpenJDK 64-Bit Server VM (23.7-b01) for linux-amd64 JRE (1.7.0_21-b02), built on May 18 2013 18:31:51 by "doko" with gcc 4.7.3

time: Mon Feb 24 22:11:20 2014
elapsed time: 19 seconds



More information about the pkg-java-maintainers mailing list