facebook

jvm dies when debugging javascript

  1. MyEclipse Archived
  2.  > 
  3. Web 2.0 / AJAX
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #295162 Reply

    hbozic
    Participant

    myeclipse is dieing when I try to debug javascript.

    ubuntu version 7.1
    sun jdk 1.5.0_12-b04
    myeclipse Version: 7.0
    Build id: 7.0-20081201

    Any ideas why ??

    Cheers
    Hank

    Here is the dump from the JVM:
    #
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #
    # SIGSEGV (0xb) at pc=0x60d1abb5, pid=7326, tid=3085293232
    #
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    # Problematic frame:
    # C [libmozjs.so+0x2fbb5]
    #

    ————— T H R E A D —————

    Current thread (0x0805d8b8): JavaThread “main” [_thread_in_native, id=7326]

    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000

    Registers:
    EAX=0x00000000, EBX=0x60d8aa9c, ECX=0x00000001, EDX=0xbfc73f14
    ESP=0xbfc73ce4, EBP=0xbfc73d1c, ESI=0x0cd01fb0, EDI=0xbfc73fb4
    EIP=0x60d1abb5, CR2=0x00000000, EFLAGS=0x00010246

    Top of Stack: (sp=0xbfc73ce4)
    0xbfc73ce4: 60d8aa9c 0cd01fb0 bfc73d1c 60d8aa9c
    0xbfc73cf4: 00000000 bfc73f14 bfc73d1c 0ce5ab48
    0xbfc73d04: 0cd01c28 0cd01c28 ffffffff 60d8aa9c
    0xbfc73d14: 00000000 0cd01fb0 bfc73dec 60d21308
    0xbfc73d24: 0ccd2700 bfc73fb4 0cd01fb0 00000000
    0xbfc73d34: 0cd01c28 0cd01c28 00000000 60d6294c
    0xbfc73d44: 60d8aa9c bfc73fb4 bfc73d7c 60d53f1f
    0xbfc73d54: 0ccd2700 0cd01c28 00000005 60d62978

    Instructions: (pc=0x60d1abb5)
    0x60d1aba5: c0 0f 85 6a 04 00 00 8b 45 dc 8b 40 08 89 45 d8
    0x60d1abb5: 8b 00 8b 93 0c 0c 00 00 39 50 04 74 0f 83 78 04

    Stack: [0xbfa7d000,0xbfc7d000), sp=0xbfc73ce4, free space=2011k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libmozjs.so+0x2fbb5]
    C [libmozjs.so+0x36308] js_EmitTree+0x3a1a
    C [libmozjs.so+0x34944] js_EmitTree+0x2056
    C [libmozjs.so+0x65747]
    C [libmozjs.so+0x64205] js_CompileTokenStream+0x72
    C [libmozjs.so+0x1a29b]
    C [libmozjs.so+0x1a493] JS_CompileUCScriptForPrincipals+0x4f
    C [libmozjs.so+0x2847e] JS_EvaluateUCInStackFrame+0x88
    C [libxul.so+0xc7e457] jsd_EvaluateUCScriptInStackFrame+0xa3
    C [libxul.so+0xc7aca3] JSD_AttemptUCScriptInStackFrame+0x32
    C [libxul.so+0xc83bae]
    C [libxul.so+0x4fb251] XPTC_InvokeByIndex+0x29
    C [libxul.so+0x54cf26] Java_org_mozilla_xpcom_internal_XPCOMJavaProxy_callXPCOMMethod+0x478
    J org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
    J org.mozilla.xpcom.internal.XPCOMJavaProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j $Proxy51.eval(Ljava/lang/String;Ljava/lang/String;J[Lorg/mozilla/interfaces/jsdIValue;)Z+32
    v ~StubRoutines::call_stub
    V [libjvm.so+0x17ad8c]
    V [libjvm.so+0x28efd8]
    V [libjvm.so+0x17abbf]
    V [libjvm.so+0x2b92ac]
    V [libjvm.so+0x2bbfba]
    V [libjvm.so+0x1eed12]
    C [libjava.so+0x13774] Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x34
    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;
    J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    j org.eclipse.atf.mozilla.ide.core.XPCOMThreadProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+27
    j $Proxy54.eval(Ljava/lang/String;Ljava/lang/String;J[Lorg/mozilla/interfaces/jsdIValue;)Z+32
    j org.eclipse.atf.mozilla.ide.debug.internal.model.JSDebugStackFrame.eval(Ljava/lang/String;)Lorg/eclipse/debug/core/model/IValue;+43
    j org.eclipse.atf.mozilla.ide.debug.ui.watch.WatchExpressionDelegate$EvaluationRunnable$1.getValue()Lorg/eclipse/debug/core/model/IValue;+14
    j org.eclipse.debug.internal.core.WatchExpression.getValue()Lorg/eclipse/debug/core/model/IValue;+13
    j org.eclipse.debug.internal.ui.model.elements.ExpressionContentProvider.findDelegates(Ljava/util/Map;Ljava/util/List;[Lorg/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate;)V+56
    j org.eclipse.debug.internal.ui.model.elements.ExpressionContentProvider.update([Lorg/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate;)V+20
    j org.eclipse.debug.internal.ui.viewers.model.HasChildrenUpdate.startRequest()V+19
    j org.eclipse.debug.internal.ui.viewers.model.ViewerUpdateMonitor.start()V+43
    j org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.schedule(Lorg/eclipse/debug/internal/ui/viewers/model/ViewerUpdateMonitor;)V+51
    j org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider.doUpdateHasChildren(Lorg/eclipse/jface/viewers/TreePath;)V+42
    j org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider.updateHasChildren(Lorg/eclipse/jface/viewers/TreePath;)V+35
    j org.eclipse.jface.viewers.TreeViewer.virtualLazyUpdateHasChildren(Lorg/eclipse/swt/widgets/Item;I)V+37
    j org.eclipse.jface.viewers.TreeViewer.updatePlus(Lorg/eclipse/swt/widgets/Item;Ljava/lang/Object;)V+32
    j org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(Lorg/eclipse/swt/widgets/Widget;Ljava/lang/Object;ZZ)V+17
    j org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(Ljava/lang/Object;Z)V+44
    j org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(Ljava/lang/Object;)V+3
    j org.eclipse.jface.viewers.StructuredViewer$7.run()V+8
    j org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Ljava/lang/Runnable;Z)V+18
    j org.eclipse.jface.viewers.TreeViewer.preservingSelection(Ljava/lang/Runnable;Z)V+22
    j org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Ljava/lang/Runnable;)V+3
    j org.eclipse.jface.viewers.StructuredViewer.refresh(Ljava/lang/Object;)V+10
    j org.eclipse.jface.viewers.ColumnViewer.refresh(Ljava/lang/Object;)V+21
    j org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider.handleContent(Lorg/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta;)V+58
    j org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes([Lorg/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta;)V+52
    j org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes([Lorg/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta;)V+186
    j org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider$9.runInUIThread(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+27
    j org.eclipse.ui.progress.UIJob$1.run()V+51
    J org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z
    J org.eclipse.swt.widgets.Display.readAndDispatch()Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j org.eclipse.atf.ui.debug.NestedEventLoop.runEventLoop()J+12
    j org.eclipse.atf.mozilla.ide.debug.internal.model.JSDebugTarget.enterNestedEventLoop(Lorg/eclipse/atf/mozilla/ide/debug/internal/model/JSDebugTarget$INestedCallback;)J+26
    j org.eclipse.atf.mozilla.ide.debug.internal.model.JSDebugThread.waitLoop()J+45
    j org.eclipse.atf.mozilla.ide.debug.internal.model.JSDebugThread.onExecute(Lorg/mozilla/interfaces/jsdIStackFrame;J[Lorg/mozilla/interfaces/jsdIValue;)J+519
    v ~StubRoutines::call_stub
    V [libjvm.so+0x17ad8c]
    V [libjvm.so+0x28efd8]
    V [libjvm.so+0x17abbf]
    V [libjvm.so+0x1a5723]
    V [libjvm.so+0x18a60e]
    C [libxul.so+0x54eabb]
    C [libxul.so+0x4fb3fd]
    C [libxul.so+0xc80c40]
    C [libxul.so+0xc7c28c] jsd_CallExecutionHook+0x71
    C [libxul.so+0xc7d779] jsd_TrapHandler+0xbc
    C [libmozjs.so+0x27239] JS_HandleTrap+0x3e
    C [libmozjs.so+0x4b3ee] js_Interpret+0x97b0
    C [libmozjs.so+0x40bc7] js_Invoke+0x8b2
    C [libmozjs.so+0x40dda] js_InternalInvoke+0xcb
    C [libmozjs.so+0x1b101] JS_CallFunctionValue+0x2f
    C [libxul.so+0x9ce814] _ZN11nsJSContext16CallEventHandlerEP8JSObjectS1_jPlS2_+0x234
    C [libxul.so+0xa09b8d]
    C [libxul.so+0x8e5abb] _ZN22nsEventListenerManager18HandleEventSubTypeEP16nsListenerStructP19nsIDOMEventListenerP11nsIDOMEventP17nsIDOMEventTargetjj+0x2a9
    C [libxul.so+0x8e5de5]
    C [libxul.so+0x8b2a22] _ZN16nsGenericElement14HandleDOMEventEP13nsPresContextP7nsEventPP11nsIDOMEventjP13nsEventStatus+0x5a2
    C [libxul.so+0x92e8ef] _ZN18nsHTMLInputElement14HandleDOMEventEP13nsPresContextP7nsEventPP11nsIDOMEventjP13nsEventStatus+0x46b
    C [libxul.so+0x732429]
    C [libxul.so+0x90347e] _ZN20nsGenericHTMLElement13DispatchEventEP13nsPresContextP7nsEventP10nsIContentiP13nsEventStatus+0x4e
    C [libxul.so+0x903563] _ZN20nsGenericHTMLElement18DispatchClickEventEP13nsPresContextP12nsInputEventP10nsIContentiP13nsEventStatus+0xd9
    C [libxul.so+0x93445b] _ZN18nsHTMLLabelElement14HandleDOMEventEP13nsPresContextP7nsEventPP11nsIDOMEventjP13nsEventStatus+0x12d
    C [libxul.so+0x7322b4] _ZN9PresShell19HandleEventInternalEP7nsEventP7nsIViewjP13nsEventStatus+0x46c
    C [libxul.so+0x731e33]
    C [libxul.so+0x8ed960] _ZN19nsEventStateManager24CheckForAndDispatchClickEP13nsPresContextP12nsMouseEventP13nsEventStatus+0x1c4
    C [libxul.so+0x8ebd0b]
    C [libxul.so+0x732395] _ZN9PresShell19HandleEventInternalEP7nsEventP7nsIViewjP13nsEventStatus+0x54d
    C [libxul.so+0x731d4a]
    C [libxul.so+0x9c5938] _ZN13nsViewManager11HandleEventEP6nsViewP10nsGUIEventi+0x354
    C [libxul.so+0x9c4e8e]
    C [libxul.so+0x9bd4c0]
    C [libxul.so+0xcba0c0]
    …<more frames>…

    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
    J org.mozilla.xpcom.internal.XPCOMJavaProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j $Proxy51.eval(Ljava/lang/String;Ljava/lang/String;J[Lorg/mozilla/interfaces/jsdIValue;)Z+32
    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;
    J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    j org.eclipse.atf.mozilla.ide.core.XPCOMThreadProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;+27
    j $Proxy54.eval(Ljava/lang/String;Ljava/lang/String;J[Lorg/mozilla/interfaces/jsdIValue;)Z+32
    j org.eclipse.atf.mozilla.ide.debug.internal.model.JSDebugStackFrame.eval(Ljava/lang/String;)Lorg/eclipse/debug/core/model/IValue;+43
    j org.eclipse.atf.mozilla.ide.debug.ui.watch.WatchExpressionDelegate$EvaluationRunnable$1.getValue()Lorg/eclipse/debug/core/model/IValue;+14
    j org.eclipse.debug.internal.core.WatchExpression.getValue()Lorg/eclipse/debug/core/model/IValue;+13
    j org.eclipse.debug.internal.ui.model.elements.ExpressionContentProvider.findDelegates(Ljava/util/Map;Ljava/util/List;[Lorg/eclipse/debug/internal/ui/viewers/model/provisional/IViewerUpdate;)V+56
    j org.eclipse.debug.internal.ui.model.elements.ExpressionContentProvider.update([Lorg/eclipse/debug/internal/ui/viewers/model/provisional/IHasChildrenUpdate;)V+20
    j org.eclipse.debug.internal.ui.viewers.model.HasChildrenUpdate.startRequest()V+19
    j org.eclipse.debug.internal.ui.viewers.model.ViewerUpdateMonitor.start()V+43
    j org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.schedule(Lorg/eclipse/debug/internal/ui/viewers/model/ViewerUpdateMonitor;)V+51
    j org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider.doUpdateHasChildren(Lorg/eclipse/jface/viewers/TreePath;)V+42
    j org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider.updateHasChildren(Lorg/eclipse/jface/viewers/TreePath;)V+35
    j org.eclipse.jface.viewers.TreeViewer.virtualLazyUpdateHasChildren(Lorg/eclipse/swt/widgets/Item;I)V+37
    j org.eclipse.jface.viewers.TreeViewer.updatePlus(Lorg/eclipse/swt/widgets/Item;Ljava/lang/Object;)V+32
    j org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(Lorg/eclipse/swt/widgets/Widget;Ljava/lang/Object;ZZ)V+17
    j org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(Ljava/lang/Object;Z)V+44
    j org.eclipse.jface.viewers.AbstractTreeViewer.internalRefresh(Ljava/lang/Object;)V+3
    j org.eclipse.jface.viewers.StructuredViewer$7.run()V+8
    j org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Ljava/lang/Runnable;Z)V+18
    j org.eclipse.jface.viewers.TreeViewer.preservingSelection(Ljava/lang/Runnable;Z)V+22
    j org.eclipse.jface.viewers.StructuredViewer.preservingSelection(Ljava/lang/Runnable;)V+3
    j org.eclipse.jface.viewers.StructuredViewer.refresh(Ljava/lang/Object;)V+10
    j org.eclipse.jface.viewers.ColumnViewer.refresh(Ljava/lang/Object;)V+21
    j org.eclipse.debug.internal.ui.viewers.model.TreeModelContentProvider.handleContent(Lorg/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta;)V+58
    j org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes([Lorg/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta;)V+52
    j org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider.updateNodes([Lorg/eclipse/debug/internal/ui/viewers/model/provisional/IModelDelta;)V+186
    j org.eclipse.debug.internal.ui.viewers.model.ModelContentProvider$9.runInUIThread(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+27
    j org.eclipse.ui.progress.UIJob$1.run()V+51
    J org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z
    J org.eclipse.swt.widgets.Display.readAndDispatch()Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    j org.eclipse.atf.ui.debug.NestedEventLoop.runEventLoop()J+12
    j org.eclipse.atf.mozilla.ide.debug.internal.model.JSDebugTarget.enterNestedEventLoop(Lorg/eclipse/atf/mozilla/ide/debug/internal/model/JSDebugTarget$INestedCallback;)J+26
    j org.eclipse.atf.mozilla.ide.debug.internal.model.JSDebugThread.waitLoop()J+45
    j org.eclipse.atf.mozilla.ide.debug.internal.model.JSDebugThread.onExecute(Lorg/mozilla/interfaces/jsdIStackFrame;J[Lorg/mozilla/interfaces/jsdIValue;)J+519
    v ~StubRoutines::call_stub
    J org.eclipse.swt.internal.gtk.OS._gtk_main_do_event(I)V
    J org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(I)V
    J org.eclipse.swt.widgets.Display.eventProc(II)I
    v ~StubRoutines::call_stub
    J org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(IZ)Z
    J org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(IZ)Z
    J org.eclipse.swt.widgets.Display.readAndDispatch()Z
    v ~RuntimeStub::alignment_frame_return Runtime1 stub
    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+393
    j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1
    j org.eclipse.ui.internal.Workbench$5.run()V+23
    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;+84
    j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103
    j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149
    j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183
    v ~StubRoutines::call_stub
    j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87
    j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6
    j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+111
    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+114
    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 )
    0x0ca47568 JavaThread “Timer-3” daemon [_thread_blocked, id=7420]
    0x0ca46c88 JavaThread “Timer-2” daemon [_thread_blocked, id=7419]
    0x0ce55370 JavaThread “Timer-1” daemon [_thread_blocked, id=7418]
    0x0ce55128 JavaThread “Timer-0” daemon [_thread_blocked, id=7417]
    0x0cd6e098 JavaThread “Worker-14” [_thread_blocked, id=7377]
    0x0c745d60 JavaThread “Worker-13” [_thread_blocked, id=7367]
    0x62ca1068 JavaThread “Provisioning Event Dispatcher” daemon [_thread_blocked, id=7365]
    0x65905e80 JavaThread “MyEclipse Thread” [_thread_blocked, id=7364]
    0x0c0e9df0 JavaThread “JavaScript indexing” daemon [_thread_blocked, id=7362]
    0x0c31d030 JavaThread “Worker-12” [_thread_blocked, id=7358]
    0x0c5a1f68 JavaThread “Worker-11” [_thread_blocked, id=7357]
    0x0c3932a0 JavaThread “Worker-10” [_thread_blocked, id=7356]
    0x0c63f400 JavaThread “Worker-9” [_thread_blocked, id=7354]
    0x0c262400 JavaThread “Worker-8” [_thread_blocked, id=7353]
    0x0bfef8d0 JavaThread “Worker-7” [_thread_blocked, id=7352]
    0x0bb5b858 JavaThread “Cleanup” daemon [_thread_in_native, id=7351]
    0x0bb56200 JavaThread “Worker-6” [_thread_blocked, id=7350]
    0x0bacfd70 JavaThread “Worker-5” [_thread_blocked, id=7349]
    0x0ba75600 JavaThread “Worker-4” [_thread_blocked, id=7348]
    0x0bef8a30 JavaThread “org.eclipse.jdt.internal.ui.text.JavaReconciler” daemon [_thread_blocked, id=7347]
    0x0bbca290 JavaThread “Java indexing” daemon [_thread_blocked, id=7345]
    0x0bc9ea38 JavaThread “Worker-3” [_thread_blocked, id=7343]
    0x0bc7a0c8 JavaThread “Worker-2” [_thread_blocked, id=7342]
    0x0bb033d8 JavaThread “Worker-1” [_thread_blocked, id=7341]
    0x0ba4fed8 JavaThread “Worker-0” [_thread_blocked, id=7339]
    0x08436290 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=7337]
    0x084605c0 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=7335]
    0x080cb548 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=7332]
    0x080c9f98 JavaThread “CompilerThread0” daemon [_thread_blocked, id=7331]
    0x080c9040 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=7330]
    0x080bd738 JavaThread “Finalizer” daemon [_thread_blocked, id=7329]
    0x080bca30 JavaThread “Reference Handler” daemon [_thread_blocked, id=7328]
    =>0x0805d8b8 JavaThread “main” [_thread_in_native, id=7326]

    Other Threads:
    0x080b86f8 VMThread [id=7327]
    0x080e6308 WatcherThread [id=7333]

    VM state:not at safepoint (normal execution)

    VM Mutex/Monitor currently owned by a thread: None

    Heap
    def new generation total 19264K, used 9622K [0x86a20000, 0x87f00000, 0x89180000)
    eden space 17152K, 51% used [0x86a20000, 0x872bb1d0, 0x87ae0000)
    from space 2112K, 38% used [0x87ae0000, 0x87baa760, 0x87cf0000)
    to space 2112K, 0% used [0x87cf0000, 0x87cf0000, 0x87f00000)
    tenured generation total 255064K, used 140408K [0x89180000, 0x98a96000, 0xa6a20000)
    the space 255064K, 55% used [0x89180000, 0x91a9e118, 0x91a9e200, 0x98a96000)
    compacting perm gen total 79616K, used 79458K [0xa6a20000, 0xab7e0000, 0xb2a20000)
    the space 79616K, 99% used [0xa6a20000, 0xab7b8ac8, 0xab7b8c00, 0xab7e0000)
    No shared spaces configured.

    Dynamic libraries:
    08048000-08057000 r-xp 00000000 08:03 5573087 /usr/share/Genuitec/Common/binary/com.sun.java.jre.linux.x86_1.5.0.011/bin/java
    08057000-08059000 rwxp 0000e000 08:03 5573087 /usr/share/Genuitec/Common/binary/com.sun.java.jre.linux.x86_1.5.0.011/bin/java
    08059000-0cfb7000 rwxp 08059000 00:00 0 [heap]
    5aa8a000-5b1e9000 r-xp 00000000 08:03 5293914 /usr/share/icons/gnome/icon-theme.cache
    5b1e9000-5b1ec000 —p 5b1e9000 00:00 0
    5b1ec000-5b26a000 rwxp 5b1ec000 00:00 0
    5b26a000-5b26d000 —p 5b26a000 00:00 0
    5b26d000-5b2eb000 rwxp 5b26d000 00:00 0
    5b2eb000-5b2ee000 —p 5b2eb000 00:00 0
    5b2ee000-5b36c000 rwxp 5b2ee000 00:00 0
    5b36c000-5b3c5000 r-xs 00000000 08:03 100143 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/724/1/.cp/jars/velocity-1.4.jar
    5b3c5000-5b451000 r-xs 00000000 08:03 100142 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/724/1/.cp/jars/commons-collections-3.2.jar
    5b451000-5b453000 r-xs 00000000 08:03 100139 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/724/1/.cp/jars/plexus-velocity-1.1.3.jar
    5b453000-5b468000 r-xs 00000000 08:03 100138 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/724/1/.cp/jars/commons-io-1.3.1.jar
    5b468000-5b48e000 r-xs 00000000 08:03 100137 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/724/1/.cp/jars/jdom-1.0.jar
    5b48e000-5b4db000 r-xs 00000000 08:03 100136 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/724/1/.cp/jars/dom4j-1.6.1.jar
    5b4db000-5b4e2000 r-xs 00000000 08:03 100135 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/724/1/.cp/jars/jchardet-1.0.jar
    5b4e2000-5b4e9000 r-xs 00000000 08:03 116254 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-accurev-1.0-SNAPSHOT.jar
    5b4e9000-5b4f2000 r-xs 00000000 08:03 116253 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-git-commons-1.1-SNAPSHOT.jar
    5b4f2000-5b4fd000 r-xs 00000000 08:03 116252 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-gitexe-1.1-SNAPSHOT.jar
    5b4fd000-5b50b000 r-xs 00000000 08:03 116251 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-vss-1.0.jar
    5b50b000-5b518000 r-xs 00000000 08:03 116250 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-synergy-1.0.jar
    5b518000-5b529000 r-xs 00000000 08:03 116249 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-starteam-1.0.jar
    5b529000-5b536000 r-xs 00000000 08:03 116248 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-hg-1.0.jar
    5b536000-5b545000 r-xs 00000000 08:03 116247 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-clearcase-1.0.jar
    5b545000-5b551000 r-xs 00000000 08:03 116246 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-bazaar-1.0.jar
    5b551000-5b561000 r-xs 00000000 08:03 116245 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-perforce-1.0.jar
    5b561000-5b568000 r-xs 00000000 08:03 116244 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/regexp-1.3.jar
    5b568000-5b571000 r-xs 00000000 08:03 116243 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-svn-commons-1.0.jar
    5b571000-5b580000 r-xs 00000000 08:03 116242 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-svnexe-1.0.jar
    5b580000-5b5bc000 r-xs 00000000 08:03 116241 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/ganymed-ssh2-build210.jar
    5b5bc000-5b654000 r-xs 00000000 08:03 116236 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/cvsclient-20060125.jar
    5b654000-5b65e000 r-xs 00000000 08:03 116235 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-cvsjava-1.0.jar
    5b65e000-5b66f000 r-xs 00000000 08:03 116234 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-cvs-commons-1.0.jar
    5b66f000-5b676000 r-xs 00000000 08:03 116233 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-provider-cvsexe-1.0.jar
    5b676000-5b68b000 r-xs 00000000 08:03 116232 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/728/1/.cp/jars/maven-scm-api-1.0.jar
    5b68b000-5b68e000 —p 5b68b000 00:00 0
    5b68e000-5b70c000 rwxp 5b68e000 00:00 0
    5b70c000-5b715000 r-xs 00000000 08:03 116226 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/725/1/.cp/jars/maven-dependency-tree-1.2-SNAPSHOT.jar
    5b715000-5b718000 r-xs 00000000 08:03 100129 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/wagon-file-1.0-beta-2.jar
    5b718000-5b71c000 r-xs 00000000 08:03 100128 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/wagon-ssh-external-1.0-beta-2.jar
    5b71c000-5b723000 r-xs 00000000 08:03 100127 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/wagon-ssh-common-1.0-beta-2.jar
    5b723000-5b741000 r-xs 00000000 08:03 100126 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/jsch-0.1.27.jar
    5b741000-5b747000 r-xs 00000000 08:03 100125 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/wagon-ssh-1.0-beta-2.jar
    5b747000-5b769000 r-xs 00000000 08:03 100124 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/jtidy-4aug2000r7-dev.jar
    5b769000-5b76c000 r-xs 00000000 08:03 100123 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/wagon-http-shared-1.0-beta-2.jar
    5b76c000-5b770000 r-xs 00000000 08:03 100122 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/wagon-http-lightweight-1.0-beta-2.jar
    5b770000-5b779000 r-xs 00000000 08:03 100121 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-toolchain-2.1-SNAPSHOT.jar
    5b779000-5b77c000 r-xs 00000000 08:03 100120 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/plexus-interactivity-api-1.0-alpha-6.jar
    5b77c000-5b784000 r-xs 00000000 08:03 100119 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/commons-cli-1.0.jar
    5b784000-5b827000 r-xs 00000000 08:03 116221 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/729/1/.cp/jars/lucene-core-2.3.1.jar
    5b827000-5b83f000 r-xs 00000000 08:03 116202 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/729/1/.cp/jars/nexus-indexer-1.0-beta-4-SNAPSHOT.jar
    5b83f000-5b846000 r-xp 00000000 08:03 4948148 /usr/lib/libfam.so.0.0.0
    5b846000-5b847000 rwxp 00006000 08:03 4948148 /usr/lib/libfam.so.0.0.0
    5b847000-5b84d000 r-xp 00000000 08:03 3014683 /lib/libacl.so.1.1.0
    5b84d000-5b84e000 rwxp 00005000 08:03 3014683 /lib/libacl.so.1.1.0
    5b84e000-5b851000 r-xp 00000000 08:03 3014687 /lib/libattr.so.1.1.0
    5b851000-5b852000 rwxp 00002000 08:03 3014687 /lib/libattr.so.1.1.0
    5b853000-5b85c000 r-xs 00000000 08:03 100118 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/plexus-interpolation-1.0-SNAPSHOT.jar
    5b85c000-5b860000 r-xs 00000000 08:03 116220 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/729/1/.cp/jars/plexus-digest-1.1.jar
    5b860000-5b867000 r-xp 00000000 08:03 4949684 /usr/lib/libgailutil.so.18.0.1
    5b867000-5b868000 rwxp 00006000 08:03 4949684 /usr/lib/libgailutil.so.18.0.1
    5b868000-5b929000 r-xp 00000000 08:03 4948175 /usr/lib/libasound.so.2.0.0
    5b929000-5b92e000 rwxp 000c0000 08:03 4948175 /usr/lib/libasound.so.2.0.0
    5b92e000-5b964000 r-xp 00000000 08:03 3014679 /lib/libsepol.so.1
    5b964000-5b965000 rwxp 00035000 08:03 3014679 /lib/libsepol.so.1
    5b965000-5b96f000 rwxp 5b965000 00:00 0
    5b96f000-5b984000 r-xp 00000000 08:03 4949882 /usr/lib/libICE.so.6.3.0
    5b984000-5b986000 rwxp 00014000 08:03 4949882 /usr/lib/libICE.so.6.3.0
    5b986000-5b987000 rwxp 5b986000 00:00 0
    5b987000-5b98e000 r-xp 00000000 08:03 4949213 /usr/lib/libSM.so.6.0.0
    5b98e000-5b98f000 rwxp 00006000 08:03 4949213 /usr/lib/libSM.so.6.0.0
    5b98f000-5b9ae000 r-xp 00000000 08:03 4948868 /usr/lib/libjpeg.so.62.0.0
    5b9ae000-5b9af000 rwxp 0001e000 08:03 4948868 /usr/lib/libjpeg.so.62.0.0
    5b9af000-5b9bc000 r-xp 00000000 08:03 4949564 /usr/lib/libgnome-keyring.so.0.1.1
    5b9bc000-5b9bd000 rwxp 0000d000 08:03 4949564 /usr/lib/libgnome-keyring.so.0.1.1
    5b9bd000-5b9d2000 r-xp 00000000 08:03 4948124 /usr/lib/libart_lgpl_2.so.2.3.19
    5b9d2000-5b9d3000 rwxp 00014000 08:03 4948124 /usr/lib/libart_lgpl_2.so.2.3.19
    5b9d3000-5ba02000 r-xp 00000000 08:03 4949463 /usr/lib/libgnomecanvas-2.so.0.2000.0
    5ba02000-5ba03000 rwxp 0002f000 08:03 4949463 /usr/lib/libgnomecanvas-2.so.0.2000.0
    5ba03000-5ba5e000 r-xp 00000000 08:03 933999 /usr/lib/libbonoboui-2.so.0.0.0
    5ba5e000-5ba61000 rwxp 0005a000 08:03 933999 /usr/lib/libbonoboui-2.so.0.0.0
    5ba61000-5ba68000 r-xp 00000000 08:03 3014763 /lib/libpopt.so.0.0.0
    5ba68000-5ba69000 rwxp 00006000 08:03 3014763 /lib/libpopt.so.0.0.0
    5ba69000-5ba89000 r-xp 00000000 08:03 4949319 /usr/lib/libaudiofile.so.0.0.2
    5ba89000-5ba8b000 rwxp 00020000 08:03 4949319 /usr/lib/libaudiofile.so.0.0.2
    5ba8b000-5ba94000 r-xp 00000000 08:03 4948623 /usr/lib/libesd.so.0.2.38
    5ba94000-5ba95000 rwxp 00009000 08:03 4948623 /usr/lib/libesd.so.0.2.38
    5ba95000-5baa8000 r-xp 00000000 08:03 4949227 /usr/lib/libbonobo-activation.so.4.0.0
    5baa8000-5baaa000 rwxp 00013000 08:03 4949227 /usr/lib/libbonobo-activation.so.4.0.0
    5baaa000-5bafc000 r-xp 00000000 08:03 4949226 /usr/lib/libbonobo-2.so.0.0.0
    5bafc000-5bb06000 rwxp 00051000 08:03 4949226 /usr/lib/libbonobo-2.so.0.0.0
    5bb06000-5bb1a000 r-xp 00000000 08:03 3014681 /lib/libselinux.so.1
    5bb1a000-5bb1c000 rwxp 00013000 08:03 3014681 /lib/libselinux.so.1
    5bb1c000-5bb2a000 r-xp 00000000 08:03 4949405 /usr/lib/libavahi-client.so.3.2.2
    5bb2a000-5bb2b000 rwxp 0000e000 08:03 4949405 /usr/lib/libavahi-client.so.3.2.2
    5bb2b000-5bb5f000 r-xp 00000000 08:03 4949589 /usr/lib/libdbus-1.so.3.3.0
    5bb5f000-5bb60000 rwxp 00033000 08:03 4949589 /usr/lib/libdbus-1.so.3.3.0
    5bb60000-5bb7a000 r-xp 00000000 08:03 4948886 /usr/lib/libdbus-glib-1.so.2.1.0
    5bb7a000-5bb7b000 rwxp 0001a000 08:03 4948886 /usr/lib/libdbus-glib-1.so.2.1.0
    5bb7b000-5bc93000 r-xp 00000000 08:03 4948851 /usr/lib/libxml2.so.2.6.30
    5bc93000-5bc98000 rwxp 00118000 08:03 4948851 /usr/lib/libxml2.so.2.6.30
    5bc98000-5bc99000 rwxp 5bc98000 00:00 0
    5bc99000-5bce2000 r-xp 00000000 08:03 4949215 /usr/lib/libORBit-2.so.0.1.0
    5bce2000-5bceb000 rwxp 00049000 08:03 4949215 /usr/lib/libORBit-2.so.0.1.0
    5bceb000-5bcec000 rwxp 5bceb000 00:00 0
    5bcec000-5bd1b000 r-xp 00000000 08:03 4948315 /usr/lib/libgconf-2.so.4.1.2
    5bd1b000-5bd1e000 rwxp 0002e000 08:03 4948315 /usr/lib/libgconf-2.so.4.1.2
    5bd1e000-5bda6000 r-xp 00000000 08:03 4950544 /usr/lib/libgnomeui-2.so.0.2000.1
    5bda6000-5bdaa000 rwxp 00087000 08:03 4950544 /usr/lib/libgnomeui-2.so.0.2000.1
    5bdaa000-5bdbe000 r-xp 00000000 08:03 933993 /usr/lib/libgnome-2.so.0.2000.0
    5bdbe000-5bdbf000 rwxp 00014000 08:03 933993 /usr/lib/libgnome-2.so.0.2000.0
    5bdbf000-5be15000 r-xp 00000000 08:03 4948568 /usr/lib/libgnomevfs-2.so.0.2000.0
    5be15000-5be18000 rwxp 00055000 08:03 4948568 /usr/lib/libgnomevfs-2.so.0.2000.0
    5be19000-5be25000 r-xp 00000000 08:03 5013818 /usr/lib/gnome-vfs-2.0/modules/libfile.so
    5be25000-5be26000 rwxp 0000b000 08:03 5013818 /usr/lib/gnome-vfs-2.0/modules/libfile.so
    5be26000-5be5f000 r-xs 00000000 08:03 100134 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/724/1/.cp/jars/archetype-common-2.0-alpha-2.jar
    5be5f000-5bed2000 r-xs 00000000 08:03 5375399 /usr/local/eclipse/plugins/com.genuitec.eclipse.derby_5.9.100/lib/derbyclient.jar
    5bed2000-5bf0b000 r-xs 00000000 08:03 100117 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-project-2.1-SNAPSHOT.jar
    5bf0b000-5bf17000 r-xs 00000000 08:03 100115 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/wagon-provider-api-1.0-beta-2.jar
    5bf17000-5bf4c000 r-xs 00000000 08:03 100113 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-artifact-3.0-SNAPSHOT.jar
    5bf4c000-5bf64000 r-xs 00000000 08:03 100110 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-model-2.1-SNAPSHOT.jar
    5bf64000-5bf70000 r-xs 00000000 08:03 100102 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-lifecycle-2.1-SNAPSHOT.jar
    5bf70000-5bf7b000 r-xs 00000000 08:03 100101 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/plexus-classworlds-1.2-alpha-12.jar
    5bf7b000-5bfaf000 r-xs 00000000 08:03 100100 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/plexus-utils-1.5.1.jar
    5c200000-5c2fe000 rwxp 5c200000 00:00 0
    5c2fe000-5c300000 —p 5c2fe000 00:00 0
    5c300000-5c304000 r-xp 00000000 08:03 4949304 /usr/lib/libORBitCosNaming-2.so.0.1.0
    5c304000-5c305000 rwxp 00003000 08:03 4949304 /usr/lib/libORBitCosNaming-2.so.0.1.0
    5c305000-5c307000 r-xp 00000000 08:03 3049175 /lib/tls/i686/cmov/libutil-2.6.1.so
    5c307000-5c309000 rwxp 00001000 08:03 3049175 /lib/tls/i686/cmov/libutil-2.6.1.so
    5c309000-5c315000 r-xs 00000000 08:03 100116 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-plugin-api-2.1-SNAPSHOT.jar
    5c315000-5c332000 r-xs 00000000 08:03 100099 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/aspectjrt-1.5.3.jar
    5c332000-5c372000 r-xs 00000000 08:03 100098 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/plexus-container-default-1.0-alpha-44.jar
    5c372000-5c37a000 r-xs 00000000 08:03 100114 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/84/1/.cp/lib/commons-logging.jar
    5c37a000-5c3d1000 r-xs 00000000 08:03 100108 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/84/1/.cp/lib/log4j.jar
    5c3d1000-5c3d9000 r-xs 00000000 08:03 100105 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/84/1/.cp/lib/nanoxml.jar
    5c3d9000-5c3f8000 r-xs 00000000 08:03 100104 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/84/1/.cp/lib/squirrel.jar
    5c3f8000-5c514000 r-xs 00000000 08:03 5474915 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/84/1/.cp/sqlexplorer.jar
    5c582000-5c583000 —p 5c582000 00:00 0
    5c583000-5cd83000 rwxp 5c583000 00:00 0
    5cd83000-5cd8d000 r-xp 00000000 08:03 4948457 /usr/lib/libavahi-common.so.3.4.4
    5cd8d000-5cd8e000 rwxp 00009000 08:03 4948457 /usr/lib/libavahi-common.so.3.4.4
    5cd8e000-5cd98000 r-xs 00000000 08:03 100109 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-profile-2.1-SNAPSHOT.jar
    5cd98000-5cded000 r-xs 00000000 08:03 100096 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-core-2.1-SNAPSHOT.jar
    5cded000-5ce00000 r-xs 00000000 08:03 100095 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-embedder-2.1-SNAPSHOT.jar
    5ce00000-5cefc000 rwxp 5ce00000 00:00 0
    5cefc000-5cf00000 —p 5cefc000 00:00 0
    5cf00000-5cf02000 r-xp 00000000 08:03 4949411 /usr/lib/libavahi-glib.so.1.0.1
    5cf02000-5cf03000 rwxp 00001000 08:03 4949411 /usr/lib/libavahi-glib.so.1.0.1
    5cf03000-5cf06000 r-xp 00000000 08:03 5474917 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/568/1/.cp/libswt-gnome-gtk-3449.so
    5cf06000-5cf07000 rwxp 00002000 08:03 5474917 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/568/1/.cp/libswt-gnome-gtk-3449.so
    5cf07000-5cf0a000 r-xs 00000000 08:03 100107 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/doxia-sink-api-1.0-alpha-9.jar
    5cf0a000-5cf0d000 r-xs 00000000 08:03 100106 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-reporting-api-2.1-SNAPSHOT.jar
    5cf0d000-5cf10000 r-xs 00000000 08:03 100097 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/726/1/.cp/jars/maven-workspace-2.1-SNAPSHOT.jar
    5cf64000-5cf83000 r-xs 00000000 08:03 5474916 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/116/1/.cp/perspective.jar
    5cf83000-5d136000 r-xs 00000000 08:03 100090 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/63/1/.cp/lib/j2ssh-0.2.7.jar
    5d1d0000-5d22c000 r-xs 00000000 08:03 5410643 /usr/share/Genuitec/Common/plugins/org.jboss.tools.jsf.ui_2.0.1.zmyeclipse70020081206/jsfui.jar
    5d22c000-5d280000 r-xs 00000000 08:03 5410671 /usr/share/Genuitec/Common/plugins/org.jboss.tools.jst.web_2.0.1.zmyeclipse70020081206/web.jar
    5d280000-5d2c7000 r-xs 00000000 08:03 5410724 /usr/share/Genuitec/Common/plugins/org.jboss.tools.jst.web.ui_2.0.1.zmyeclipse70020081206/webui.jar
    5d2c7000-5d2ca000 —p 5d2c7000 00:00 0
    5d2ca000-5d348000 rwxp 5d2ca000 00:00 0
    5d348000-5d39c000 r-xs 00000000 08:03 5029890 /usr/share/Genuitec/Common/plugins/com.genuitec.pulse2.common.http_2.5.1.200812171120/genuitec-oaklandsw.jar
    5d39c000-5d39f000 —p 5d39c000 00:00 0
    5d39f000-5d41d000 rwxp 5d39f000 00:00 0
    5d41d000-5d47d000 r-xs 00000000 08:03 5029898 /usr/share/Genuitec/Common/plugins/com.genuitec.pulse2.common.http_2.5.1.200812171120/log4j-1.2.15.jar
    5d47d000-5d48a000 r-xs 00000000 08:03 5276830 /usr/share/Genuitec/Common/plugins/org.jboss.tools.common_2.0.1.zmyeclipse70020081206/common.jar
    5d48a000-5d492000 r-xs 00000000 08:03 5276834 /usr/share/Genuitec/Common/plugins/org.jboss.tools.common_2.0.1.zmyeclipse70020081206/lib/commons-logging.jar
    5d492000-5d564000 r-xs 00000000 08:03 5276811 /usr/share/Genuitec/Common/plugins/org.jboss.tools.common.model_2.0.1.zmyeclipse70020081206/model.jar
    5d564000-5d572000 r-xs 00000000 08:03 5030685 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.easie.core_7.0.0.zmyeclipse70020081206/easiecore.jar
    5d572000-5d575000 —p 5d572000 00:00 0
    5d575000-5d5f3000 rwxp 5d575000 00:00 0
    5d5f3000-5d72c000 r-xs 00000000 08:03 5410557 /usr/share/Genuitec/Common/plugins/org.jboss.tools.common.model.ui_2.0.1.zmyeclipse70020081206/model_ui.jar
    5ddb5000-5ddb6000 —p 5ddb5000 00:00 0
    5ddb6000-5e5b6000 rwxp 5ddb6000 00:00 0
    5e5b6000-5e5b7000 —p 5e5b6000 00:00 0
    5e5b7000-5edb7000 rwxp 5e5b7000 00:00 0
    5edb7000-5fc94000 r-xp 00000000 08:03 5440901 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libxul.so
    5fc94000-5fd3f000 rwxp 00edd000 08:03 5440901 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libxul.so
    5fd3f000-5fd51000 rwxp 5fd3f000 00:00 0
    5fd51000-5fd67000 r-xs 00000000 08:03 5030643 /usr/share/Genuitec/Common/plugins/org.eclipse.ui.intro.universal_3.2.200.v20080508/universal.jar
    5fec0000-600ff000 r-xp 00000000 08:03 5292328 /usr/share/icons/hicolor/icon-theme.cache
    600ff000-60100000 —p 600ff000 00:00 0
    60100000-60941000 rwxp 60100000 00:00 0
    60941000-60a00000 —p 60941000 00:00 0
    60a97000-60ac9000 r-xp 00000000 08:03 4949892 /usr/lib/libcroco-0.6.so.3.0.1
    60ac9000-60acc000 rwxp 00031000 08:03 4949892 /usr/lib/libcroco-0.6.so.3.0.1
    60acc000-60afc000 r-xp 00000000 08:03 4948134 /usr/lib/libgsf-1.so.114.0.7
    60afc000-60aff000 rwxp 0002f000 08:03 4948134 /usr/lib/libgsf-1.so.114.0.7
    60aff000-60c00000 rwxp 60aff000 00:00 0
    60c31000-60ce1000 r-xp 00000000 08:03 4948718 /usr/lib/libstdc++.so.5.0.7
    60ce1000-60ce6000 rwxp 000af000 08:03 4948718 /usr/lib/libstdc++.so.5.0.7
    60ce6000-60ceb000 rwxp 60ce6000 00:00 0
    60ceb000-60d86000 r-xp 00000000 08:03 5440890 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libmozjs.so
    60d86000-60d8c000 rwxp 0009a000 08:03 5440890 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libmozjs.so
    60d8c000-60e74000 r-xp 00000000 08:03 4948424 /usr/lib/libstdc++.so.6.0.9
    60e74000-60e77000 r-xp 000e8000 08:03 4948424 /usr/lib/libstdc++.so.6.0.9
    60e77000-60e79000 rwxp 000eb000 08:03 4948424 /usr/lib/libstdc++.so.6.0.9
    60e79000-60e7f000 rwxp 60e79000 00:00 0
    60e7f000-60e82000 rwxp 60e7f000 00:00 0
    60e82000-60ff5000 rwxp 60e82000 00:00 0
    60ff5000-61000000 —p 60ff5000 00:00 0
    61000000-61100000 rwxp 61000000 00:00 0
    61100000-611e7000 rwxp 61100000 00:00 0
    611e7000-61200000 —p 611e7000 00:00 0
    61200000-612fc000 rwxp 61200000 00:00 0
    612fc000-61300000 —p 612fc000 00:00 0
    61300000-613fa000 rwxp 61300000 00:00 0
    613fa000-61400000 —p 613fa000 00:00 0
    61400000-61500000 rwxp 61400000 00:00 0
    61500000-615fd000 rwxp 61500000 00:00 0
    615fd000-61600000 —p 615fd000 00:00 0
    61600000-61700000 rwxp 61600000 00:00 0
    61700000-617dd000 rwxp 61700000 00:00 0
    617dd000-61800000 —p 617dd000 00:00 0
    61823000-61826000 rwxp 61823000 00:00 0
    61826000-618a4000 rwxp 61826000 00:00 0
    618a4000-61b6b000 r-xs 00000000 08:03 151418 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/750/1/.cp/org.springframework.bundle.spring_2.5.6.v200808081800.jar
    61b6b000-61bf9000 r-xs 00000000 08:03 5194484 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse.console_3.2.2.z700_CR1/org.hibernate.eclipse.console.jar
    61c00000-61c30000 r-xp 00000000 08:03 4949612 /usr/lib/librsvg-2.so.2.18.2
    61c30000-61c31000 rwxp 00030000 08:03 4949612 /usr/lib/librsvg-2.so.2.18.2
    61c31000-61cdd000 r-xs 00000000 08:03 164820 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/737/1/.cp/js.jar
    61cdd000-61ce0000 —p 61cdd000 00:00 0
    61ce0000-61d5e000 rwxp 61ce0000 00:00 0
    61d5e000-61ddc000 r-xs 00000000 08:03 722578 /home/hank/workspace/ArticleRegistry/web/WEB-INF/lib/mysql-connector-java-5.0.5.jar
    61ddc000-620a5000 r-xs 00000000 08:03 5228790 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/springhibernate/spring.jar
    620c4000-620e3000 r-xs 00000000 08:03 5228789 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/springhibernate/jotm.jar
    620e3000-620f3000 r-xs 00000000 08:03 5228788 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/springhibernate/commons-pool.jar
    620f3000-62111000 r-xs 00000000 08:03 5228787 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/springhibernate/commons-dbcp.jar
    6211f000-62182000 r-xp 00000000 08:03 5440892 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libnss3.so
    62182000-62187000 rwxp 00063000 08:03 5440892 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libnss3.so
    62187000-6218a000 rwxp 62187000 00:00 0
    6218a000-62208000 rwxp 6218a000 00:00 0
    62208000-6220c000 r-xs 00000000 08:03 5228796 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/tools/velocity-tools-generic-1.1.jar
    62214000-6226d000 r-xs 00000000 08:03 5228795 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/tools/velocity-1.4.jar
    6226f000-622bc000 r-xp 00000000 08:03 4949274 /usr/lib/libXt.so.6.0.0
    622bc000-622c0000 rwxp 0004c000 08:03 4949274 /usr/lib/libXt.so.6.0.0
    622c0000-622c3000 —p 622c0000 00:00 0
    622c3000-62341000 rwxp 622c3000 00:00 0
    62341000-623a1000 r-xs 00000000 08:03 5228786 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/hibernate/log4j-1.2.15.jar
    623a1000-62425000 r-xs 00000000 08:03 5228781 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/annotations/lucene-core-2.2.0.jar
    62425000-62455000 r-xs 00000000 08:03 5228780 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/annotations/hibernate-search.jar
    62461000-62482000 r-xs 00000000 08:03 180881 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/214/1/.cp/ui.jar
    62482000-624c6000 r-xp 00000000 08:03 5440898 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libsoftokn3.so
    624c6000-624ca000 rwxp 00044000 08:03 5440898 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libsoftokn3.so
    624ca000-624d9000 r-xs 00000000 08:03 5228911 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.2/lib/entitymanager/hibernate-validator.jar
    624d9000-624ea000 r-xs 00000000 08:03 5228777 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/annotations/hibernate-commons-annotations.jar
    624fc000-62591000 r-xs 00000000 08:03 5228904 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.2/lib/c3p0-0.9.1.jar
    625ad000-625e0000 r-xs 00000000 08:03 5228906 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.2/lib/ehcache-1.2.3.jar
    625e0000-62653000 r-xs 00000000 08:03 5228916 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.2/lib/javassist.jar
    62656000-6265f000 r-xp 00000000 08:03 5180170 /usr/share/fonts/X11/Type1/c0648bt_.pfb
    6265f000-62682000 r-xp 00000000 08:03 5213048 /usr/share/fonts/type1/gsfonts/n021003l.pfb
    62682000-626af000 r-xp 00000000 08:03 5440891 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libnspr4.so
    626af000-626b1000 rwxp 0002c000 08:03 5440891 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libnspr4.so
    626b1000-626b3000 rwxp 626b1000 00:00 0
    626b3000-626d0000 r-xs 00000000 08:03 5228779 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/annotations/hibernate-entitymanager.jar
    626d7000-626f6000 r-xp 00000000 08:03 5440896 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libsmime3.so
    626f6000-626f8000 rwxp 0001f000 08:03 5440896 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libsmime3.so
    626f8000-62735000 r-xs 00000000 08:03 5228794 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/tools/jtidy-r8-20060801.jar
    62738000-627a5000 r-xs 00000000 08:03 5228903 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.2/lib/antlr-2.7.6.jar
    627a5000-6292f000 r-xs 00000000 08:03 5228890 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.1/lib/jgroups-2.2.8.jar
    6292f000-62998000 r-xs 00000000 08:03 180810 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/211/1/.cp/mozide_ui.jar
    62998000-6299b000 —p 62998000 00:00 0
    6299b000-62a19000 rwxp 6299b000 00:00 0
    62a2e000-62a5f000 r-xs 00000000 08:03 180816 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/119/1/.cp/webbrowser.jar
    62a5f000-62a62000 rwxp 62a5f000 00:00 0
    62a62000-62ae0000 rwxp 62a62000 00:00 0
    62ae0000-62ae3000 —p 62ae0000 00:00 0
    62ae3000-62b61000 rwxp 62ae3000 00:00 0
    62b61000-62ba6000 r-xs 00000000 08:03 5228886 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.1/lib/cglib-2.1.3.jar
    62bb6000-62bc5000 r-xp 00000000 08:03 3014807 /lib/libbz2.so.1.0.4
    62bc5000-62bc6000 rwxp 0000f000 08:03 3014807 /lib/libbz2.so.1.0.4
    62bc6000-62c00000 r-xp 00000000 08:03 968013 /home/hank/.fonts/courbi.ttf
    62c00000-62cff000 rwxp 62c00000 00:00 0
    62cff000-62d00000 —p 62cff000 00:00 0
    62d06000-62d42000 r-xp 00000000 08:03 968026 /home/hank/.fonts/couri.ttf
    62d42000-62d83000 r-xs 00000000 08:03 5228776 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/annotations/hibernate-annotations.jar
    62d83000-62d90000 r-xs 00000000 08:03 5228907 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.2/lib/entitymanager/ejb3-persistence.jar
    62d95000-62db9000 r-xp 00000000 08:03 5440899 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libssl3.so
    62db9000-62dbb000 rwxp 00024000 08:03 5440899 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libssl3.so
    62dbb000-62ddf000 r-xs 00000000 08:03 5228782 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/bsh-core-2.0b4.jar
    62ddf000-62ea3000 r-xs 00000000 08:03 5228791 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/tools/freemarker.jar
    62eb1000-62efe000 r-xp 00000000 08:03 968012 /home/hank/.fonts/courbd.ttf
    62efe000-62f01000 —p 62efe000 00:00 0
    62f01000-62f7f000 rwxp 62f01000 00:00 0
    62f7f000-6302d000 r-xs 00000000 08:03 164800 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/739/1/.cp/MozillaInterfaces.jar
    6302d000-63083000 r-xs 00000000 08:03 5228793 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/tools/hibernate-tools.jar
    63085000-6308d000 r-xs 00000000 08:03 5228880 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/swarmcache-1.0rc2.jar
    630a0000-630a7000 r-xp 00000000 08:03 5358916 /usr/share/locale-langpack/en_CA/LC_MESSAGES/libgnome-2.0.mo
    630a7000-630c4000 r-xs 00000000 08:03 83460 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/64/1/.cp/lib/commons-beanutils-1.6.1.jar
    630c4000-63139000 r-xs 00000000 08:03 5228879 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/proxool-0.8.3.jar
    63139000-63155000 r-xs 00000000 08:03 5228878 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/oscache-2.1.jar
    63159000-63160000 r-xp 00000000 08:03 5440778 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/components/libpipboot.so
    63160000-63161000 rwxp 00006000 08:03 5440778 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/components/libpipboot.so
    63161000-631e6000 r-xs 00000000 08:03 132769 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/data/1.1/MyFaces1.1/lib/myfaces-impl-1.1.5.jar
    631e6000-63200000 r-xs 00000000 08:03 5228857 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/jaas.jar
    63206000-6328f000 r-xs 00000000 08:03 132716 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/data/1.1/MyFaces1.1/lib/commons-collections-3.1.jar
    6328f000-63292000 r-xs 00000000 08:03 5228863 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/jta.jar
    63292000-63294000 r-xs 00000000 08:03 5228861 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/jdbc2_0-stdext.jar
    63294000-632cb000 r-xs 00000000 08:03 5228876 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/optional/jboss-system.jar
    632cd000-6334a000 r-xs 00000000 08:03 116240 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/jsf.jar
    6334a000-633db000 r-xs 00000000 08:03 5228875 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/optional/jboss-jmx.jar
    633df000-633e9000 r-xp 00000000 08:03 4949020 /usr/lib/libpangox-1.0.so.0.1800.3
    633e9000-633ea000 rwxp 0000a000 08:03 4949020 /usr/lib/libpangox-1.0.so.0.1800.3
    633ea000-63441000 r-xs 00000000 08:03 1050608 /home/hank/Genuitec/Common/configuration/com.genuitec.pulse2.client.updatesite/updatesite_1bca3f06_0879e27f01f3f8fafc8be56fa89df26e-355790.zip
    63441000-634d0000 r-xs 00000000 08:03 5228874 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/optional/jboss-common.jar
    634d0000-6354f000 r-xs 00000000 08:03 5228917 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.2/lib/jboss-cache.jar
    63552000-63563000 r-xp 00000000 08:03 4948245 /usr/lib/libXft.so.2.1.2
    63563000-63564000 rwxp 00010000 08:03 4948245 /usr/lib/libXft.so.2.1.2
    63564000-635fa000 r-xs 00000000 08:03 5440660 /usr/share/Genuitec/Common/plugins/org.jboss.tools.vpe_2.0.1.zmyeclipse70020081206/vpe.jar
    635fa000-63821000 r-xs 00000000 08:03 5228784 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/lib/hibernate/hibernate3.jar
    63821000-6386e000 r-xs 00000000 08:03 5228887 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.1/lib/dom4j-1.6.1.jar
    6386f000-63875000 r-xp 00000000 08:03 4949035 /usr/lib/libpangoxft-1.0.so.0.1800.3
    63875000-63876000 rwxp 00005000 08:03 4949035 /usr/lib/libpangoxft-1.0.so.0.1800.3
    63876000-63887000 r-xp 00000000 08:03 5474922 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/568/1/.cp/libswt-xulrunner-gtk-3449.so
    63887000-63889000 rwxp 00010000 08:03 5474922 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/568/1/.cp/libswt-xulrunner-gtk-3449.so
    63889000-6388e000 r-xs 00000000 08:03 5228853 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/connector.jar
    63894000-638be000 r-xs 00000000 08:03 5228851 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/concurrent-1.3.2.jar
    638c3000-638d8000 r-xs 00000000 08:03 180773 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/71/1/.cp/jsfdesigner.jar
    638d8000-638e2000 r-xs 00000000 08:03 5228850 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/commons-logging-1.0.4.jar
    638e2000-6390d000 r-xs 00000000 08:03 5228849 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/commons-collections-2.1.1.jar
    6390d000-63914000 r-xs 00000000 08:03 5228845 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/myeclipse-data/3.0/lib/asm.jar
    63914000-63943000 r-xs 00000000 08:03 5228925 /usr/share/Genuitec/Common/plugins/com.genuitec.org.hibernate.eclipse_3.2.2.z700_CR1/org.hibernate.eclipse.jar
    63943000-639c4000 r-xs 00000000 08:03 5474909 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/64/1/.cp/hibernate-tools.jar
    639c4000-639eb000 r-xs 00000000 08:03 1050604 /home/hank/Genuitec/Common/configuration/com.genuitec.pulse2.client.updatesite/updatesite_d1436bbe_34f6f1b71b9012db2a9c9b9178c0b497-155833.zip
    639eb000-63a29000 r-xs 00000000 08:03 132768 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/data/1.1/MyFaces1.1/lib/myfaces-api-1.1.5.jar
    63a29000-63a7b000 r-xs 00000000 08:03 5410566 /usr/share/Genuitec/Common/plugins/org.jboss.tools.jsf_2.0.1.zmyeclipse70020081206/jsf.jar
    63a7b000-63a7e000 —p 63a7b000 00:00 0
    63a7e000-63afc000 rwxp 63a7e000 00:00 0
    63afc000-63bf3000 r-xs 00000000 08:03 5276838 /usr/share/Genuitec/Common/plugins/org.jboss.tools.common_2.0.1.zmyeclipse70020081206/lib/xercesImpl.jar
    63bf3000-63cc3000 r-xs 00000000 08:03 164700 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/149/1/.cp/spindle_ui.jar
    63cc3000-63d86000 r-xs 00000000 08:03 5030300 /usr/share/Genuitec/Common/plugins/org.eclipse.jdt.debug_3.4.0.v20080604/jdimodel.jar
    63d86000-63e03000 r-xs 00000000 08:03 5276837 /usr/share/Genuitec/Common/plugins/org.jboss.tools.common_2.0.1.zmyeclipse70020081206/lib/velocity-dep-1.3.1.jar
    63e04000-63e09000 r-xp 00000000 08:03 5440781 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/components/libsystem-pref.so
    63e09000-63e0a000 rwxp 00004000 08:03 5440781 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/components/libsystem-pref.so
    63e0a000-63e13000 r-xp 00000000 08:03 5440889 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libjavaxpcomglue.so
    63e13000-63e15000 rwxp 00008000 08:03 5440889 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libjavaxpcomglue.so
    63e15000-63e60000 r-xp 00000000 08:03 968011 /home/hank/.fonts/cour.ttf
    63e60000-63e63000 —p 63e60000 00:00 0
    63e63000-63ee1000 rwxp 63e63000 00:00 0
    63ee1000-63ef0000 r-xs 00000000 08:03 180806 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/209/1/.cp/debug.jar
    63ef0000-63f1d000 r-xs 00000000 08:03 5030653 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ast.deploy.core_7.0.0.zmyeclipse70020081206/deploycore.jar
    63f1d000-640d6000 r-xs 00000000 08:03 5031017 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.j2eedt.core_7.0.0.zmyeclipse70020081206/lib/xerces.jar
    640d8000-640e2000 r-xp 00000000 08:03 3014662 /lib/libgcc_s.so.1
    640e2000-640e3000 rwxp 0000a000 08:03 3014662 /lib/libgcc_s.so.1
    640e3000-640f3000 r-xs 00000000 08:03 5031016 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.j2eedt.core_7.0.0.zmyeclipse70020081206/lib/commons-lang-1.0.1.jar
    640f5000-640ff000 r-xs 00000000 08:03 132766 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/data/1.1/MyFaces1.1/lib/commons-logging-1.0.4.jar
    640ff000-64132000 r-xs 00000000 08:03 132765 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/data/1.1/MyFaces1.1/lib/commons-lang-2.1.jar
    64132000-6415d000 r-xs 00000000 08:03 5113816 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/lib/webservices-api.jar
    6415d000-64c7f000 r-xs 00000000 08:03 5113819 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/lib/webservices-rt.jar
    64c7f000-64ff6000 r-xs 00000000 08:03 5113820 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/lib/webservices-tools.jar
    64ff6000-65005000 r-xs 00000000 08:03 5113817 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/lib/webservices-extra-api.jar
    65005000-65087000 r-xs 00000000 08:03 5113818 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/lib/webservices-extra.jar
    65087000-650ab000 r-xs 00000000 08:03 5113779 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/data/1.2/lib/xsdlib-20050913.jar
    650ad000-650c9000 r-xs 00000000 08:03 132764 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/data/1.1/MyFaces1.1/lib/commons-el-1.0.jar
    650c9000-650f8000 r-xs 00000000 08:03 132714 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/data/1.1/MyFaces1.1/lib/commons-beanutils-1.7.0.jar
    650f8000-65118000 r-xs 00000000 08:03 5113733 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/data/1.2/lib/XmlSchema-1.1.jar
    6511d000-65124000 r-xs 00000000 08:03 5113757 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/data/1.2/lib/stax-api-1.0.1.jar
    65125000-65129000 r-xp 00000000 08:03 5440894 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libplc4.so
    65129000-6512a000 rwxp 00003000 08:03 5440894 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libplc4.so
    6512a000-6514e000 r-xs 00000000 08:03 132717 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/data/1.1/MyFaces1.1/lib/commons-digester-1.8.jar
    6514e000-6515e000 r-xs 00000000 08:03 5113734 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/data/1.2/lib/activation-1.1.jar
    65161000-65166000 r-xs 00000000 08:03 180820 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/208/1/.cp/core.jar
    65166000-65170000 r-xs 00000000 08:03 5113741 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/data/1.2/lib/commons-logging-1.0.4.jar
    65174000-65179000 r-xs 00000000 08:03 132767 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/data/1.1/MyFaces1.1/lib/jstl-1.1.0.jar
    65179000-651f5000 r-xs 00000000 08:03 5113761 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/data/1.2/lib/wstx-asl-3.2.0.jar
    651f5000-651f6000 r-xp 00000000 08:03 5013876 /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
    651f6000-651f7000 rwxp 00000000 08:03 5013876 /usr/lib/gtk-2.0/2.10.0/loaders/svg_loader.so
    651f7000-651f9000 r-xs 00000000 08:03 5113773 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/data/1.2/lib/xfire-jsr181-api-1.0-M1.jar
    651f9000-65484000 r-xs 00000000 08:03 5113762 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/data/1.2/lib/xbean-2.2.0.jar
    65485000-65487000 r-xs 00000000 08:03 5440885 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/javaxpcom.jar
    65487000-65493000 r-xs 00000000 08:03 132715 /usr/share/Genuitec/MyEclipse7/configuration/org.eclipse.osgi/bundles/70/1/.cp/data/1.1/MyFaces1.1/lib/commons-codec-1.3.jar
    65494000-6549d000 r-xs 00000000 08:03 5030773 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.integration_7.0.0.zmyeclipse70020081206/integration.jar
    6549d000-6549f000 r-xp 00000000 08:03 3014722 /lib/libnss_mdns4.so.2
    6549f000-654a0000 rwxp 00001000 08:03 3014722 /lib/libnss_mdns4.so.2
    654a0000-654a2000 r-xp 00000000 08:03 4965112 /usr/lib/gconv/UTF-16.so
    654a2000-654a4000 rwxp 00001000 08:03 4965112 /usr/lib/gconv/UTF-16.so
    654a4000-654ae000 r-xs 00000000 08:03 1050618 /home/hank/Genuitec/Common/configuration/com.genuitec.pulse2.client.updatesite/updatesite_ee933edf_a18948e78dae5109914ef405a51d3e23-39450.zip
    654ae000-654c9000 r-xs 00000000 08:03 5409690 /usr/share/Genuitec/Common/plugins/org.jboss.tools.hibernate.xml_2.0.0.zmyeclipse70020081206/orm2-xml.jar
    654c9000-654cc000 r-xs 00000000 08:03 5113776 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/data/1.2/lib/xfire-xmlbeans-1.2.6.jar
    654cc000-654ed000 r-xs 00000000 08:03 5113765 /usr/share/Genuitec/Common/plugins/com.genuitec.eclipse.ws.xfire_7.0.0.zmyeclipse70020081206/data/1.2/lib/xfire-aegis-1.2.6.jar
    654ee000-654f0000 r-xp 00000000 08:03 5440900 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libxpcom.so
    654f0000-654f1000 rwxp 00002000 08:03 5440900 /usr/share/Genuitec/Common/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070404/xulrunner/libxpcom.so
    654f1000-65500000 r-xs 00000000 08:03 164710 /usr/share/Genuite

    #295229 Reply

    Loyal Water
    Member

    Did you setup MyEclipse using the All in One installer for Linux? Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

    #295332 Reply

    hbozic
    Participant

    I downloaded and ran the executable myeclipse-70-installer from the directory myeclipse-7.0.1-linux-gtk-x86.

    following is the install detail:

    *** Date:
    Thursday, February 26, 2009 3:22:38 o’clock PM EST

    ** System properties:
    OS=Linux
    OS version=2.6.22
    Java version=1.5.0_11

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 7.0
    Build id: 7.0-20081201

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 7.0
    Build id: 7.0-20081201

    Eclipse Platform

    Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu
    Build id: M20080911-1700

    Eclipse Java Development Tools

    Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97
    Build id: M20080709-0800

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.1.v20080806-67718083A56B4H2A3213573
    Build id: 200809101400

    Eclipse RCP

    Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341
    Build id: M20080703-0800

    Eclipse Plug-in Development Environment

    Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP
    Build id: M20080703-0800

    Eclipse startup command=-os
    linux
    -ws
    gtk
    -arch
    x86
    -showsplash
    -launcher
    /usr/share/Genuitec/MyEclipse7/myeclipse
    -name
    Myeclipse
    –launcher.library
    /usr/share/Genuitec/MyEclipse7//../Common/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/eclipse_1115.so
    -startup
    /usr/share/Genuitec/MyEclipse7//../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
    -exitdata
    b000d
    -clean
    -configuration
    /usr/share/Genuitec/MyEclipse7/configuration
    -vm
    /usr/share/Genuitec/Common/binary/com.sun.java.jre.linux.x86_1.5.0.011/bin/java

    Hank

    #295334 Reply

    hbozic
    Participant

    as well the last part of the dump from the first post was not included because it was too long:

    VM Arguments:
    jvm_args: -Xmx512M -XX:MaxPermSize=192M
    java_command: /usr/share/Genuitec/MyEclipse7//../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar -os linux -ws gtk -arch x86 -showsplash -launcher /usr/share/Genuitec/MyEclipse7/myeclipse -name Myeclipse –launcher.library /usr/share/Genuitec/MyEclipse7//../Common/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/eclipse_1115.so -startup /usr/share/Genuitec/MyEclipse7//../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar -exitdata 70009 -clean -configuration /usr/share/Genuitec/MyEclipse7/configuration -vm /usr/share/Genuitec/Common/binary/com.sun.java.jre.linux.x86_1.5.0.011/bin/java -vmargs -Xmx512M -XX:MaxPermSize=192M -jar /usr/share/Genuitec/MyEclipse7//../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
    Launcher Type: SUN_STANDARD

    Environment Variables:
    JAVA_HOME=/usr/jdk1.5.0.12
    PATH=/home/hank/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    USERNAME=hank
    LD_LIBRARY_PATH=/usr/share/Genuitec/Common/binary/com.sun.java.jre.linux.x86_1.5.0.011/lib/i386/client:/usr/share/Genuitec/Common/binary/com.sun.java.jre.linux.x86_1.5.0.011/lib/i386:/usr/share/Genuitec/Common/binary/com.sun.java.jre.linux.x86_1.5.0.011/../lib/i386:/usr/lib/firefox/
    SHELL=/bin/bash
    DISPLAY=:0.0

    Signal Handlers:
    SIGSEGV: [libjvm.so+0x32a000], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x32a000], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGILL: [libjvm.so+0x28e010], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x290460], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x28fe90], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004

    ————— S Y S T E M —————

    OS:lenny/sid

    uname:Linux 2.6.22-16-generic #1 SMP Mon Nov 24 18:28:27 GMT 2008 i686
    libc:glibc 2.6.1 NPTL 2.6.1
    rlimit: STACK 8192k, CORE 0k, NPROC 8126, NOFILE 1024, AS infinity
    load average:0.19 0.17 0.16

    CPU:total 1 (cores per cpu 1, threads per core 1) family 6 model 13 stepping 8, cmov, cx8, fxsr, mmx, sse, sse2

    Memory: 4k page, physical 1027432k(15380k free), swap 1249k(1212k free)

    vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for linux-x86, built on Dec 15 2006 02:25:41 by java_re with gcc 3.2.1-7a (J2SE release)

    #295371 Reply

    Loyal Water
    Member

    hbozic,
    I need some additional information to help you out with this issue. When you run into this issue, does the VM segfault and the IDE disappear, does it lock up… can you debug at all and it locks up after a little bit or immediately? Does it “die” as soon as you hits a breakpoint?

    Can you provide us any additional information that you think could help us.

    Thanks.

    #295419 Reply

    hbozic
    Participant

    it is a web project with javascript

    Project -> debug as -> MyEclipse Server Application

    the application starts and shows the jsp page ( in the Myeclipse Web Browser tab)

    I click on the debug icon in the Myeclipse Web Browser and it dies at this point
    (no new Myeclipse IDE appears)

    Myeclipse IDE ends

    Unfortunately , I can no longer reproduce this error. So, without being able to reproduce this problem, It does not make sense to pursue this issue further.

    Hank

    #295445 Reply

    hbozic
    Participant

    Well, I was to quick to judge. I was able to reproduce the problem — this time in my Windows (XP Pro) environment

    same symptoms except the javascript window did appear.

    I clicked on one of the controls on the jsp page to trigger the start of debugging where I set the breakpoint and MyEclipse crashed ( all windows close themselves)

    #295469 Reply

    Loyal Water
    Member

    This sounds like a XULRunner issue. I’m afraid I don’t have a workaround for you at the moment but I’ll ask the dev team to look into this issue.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: jvm dies when debugging javascript

You must be logged in to post in the forum log in