- This topic has 11 replies, 4 voices, and was last updated 15 years, 5 months ago by support-shalini.
-
AuthorPosts
-
nielsdybdahlMemberDuring the last weeks I have experienced multiple times that Matisse and MyEclipse close unexpectedly without any warnings. It happens when I click on one of the properties for a Component in Matisse.
Is there any way to report this to the developers?
The .log file ends with the following stack trace:
!ENTRY org.eclipse.osgi 2 1 2009-06-25 11:54:25.912
!MESSAGE NLS unused message: wizard.project.title in: org.maven.ide.eclipse.messages!ENTRY org.eclipse.ui 4 0 2009-06-25 11:58:15.371
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at com.genuitec.eclipse.dehory.DeHoryFormEditor$SwingFormEditorControl.setFocus(DeHoryFormEditor.java:199)
at com.genuitec.eclipse.dehory.DeHoryFormEditor.setFocus(DeHoryFormEditor.java:88)
at com.genuitec.eclipse.dehory.DehoryEditor.setFocus(DehoryEditor.java:823)
at com.genuitec.eclipse.dehory.DehoryEditor.widgetSelected(DehoryEditor.java:806)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:770)
at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3242)
at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:2017)
at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:320)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Loyal WaterMemberCan you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me. Also, can you let me know if you setup MyEclipse using the All in One installer or the manual installer?
nielsdybdahlMemberI installed MyEclipse with the exe file myeclipse-7.1.1-win32.exe on my notebook running Windows XP. I guess that is the “All in One installer”, but I am not sure.
The contents of Installation Details is:*** Date:
26. juni 2009 09:01:34 CEST** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.5
Build id: 7.5-20090609*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.5
Build id: 7.5-20090609Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20080703-0800Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700Eclipse Graphical Editing Framework GEF
Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
Build id: 200809101400Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Genuitec\MyEclipse 7.1\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Program Files\Genuitec\MyEclipse 7.1\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
C:\Program Files\Genuitec\MyEclipse 7.1\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-clean
-configuration
configuration
-vm
C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
Loyal WaterMemberYour installation looks fine to me. Can you switch to a new workspace, work there for a while and check if the problem persists in the new workspace as well.
nielsdybdahlMember@support-nipun wrote:
Your installation looks fine to me. Can you switch to a new workspace, work there for a while and check if the problem persists in the new workspace as well.
I tried that now. I created a new workspace with 7.5, fetched my project from svn and started working. After maybe 10 clicks in the matisse view, Matisse and MyEclipse closed as before.
I have tried downloading a new copy of 7.5, but that did not help. Same result.
I have tried reinstalling 7.1, but it seems that it detects that there is a 7.5 and tries to install that instead.
What is the easiest way to get back to 7.1?
support-joyMembernielsdybdahl,
If you had prior installs of MyEclipse, it is getting confused. The best approach would be to have a clean install. Follow the below steps –
1. Run the uninstaller.
2. Make sure the MyEclipse Install Directory has been completely removed – look for \Pulse or \Genuitec
3. Then make sure the pulse2.locator file under is erased as wellThe easiest way is to download the manual installer from the MyEclipse download page. It’s listed as option #5. This is simply Eclipse 3.4.2 with MyEclipse installed off an archived update site that is included in the download. Simply unzip it and run ‘eclipse.exe’ and you’re done.
Let me know how this works for you.
nielsdybdahlMemberI have found log files from the JVM in the MyEclipse folder. It seems there is a log file for each crash I have experienced.
I have appended the contents of the most recent log fileSo the crash occurs in the native code of the JVM.
With my own application I have experienced similar crashes when running on JVM 1.6.0_13 as MyEclipse 7.5 does. I have never experienced them with JVM 1.6.0_07.
How can I switch from Java 1.6.0_13 to 1.6.0_07?Best regards
Niels DybdahlContents of hs_err_pid4292.log:
#
# An unexpected error has been detected by Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xff0c0100, pid=4292, tid=6120
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
# Problematic frame:
# C 0xff0c0100
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#————— T H R E A D —————
Current thread (0x08a35800): JavaThread “AWT-Windows” daemon [_thread_in_native, id=6120, stack(0x3fd40000,0x3fe40000)]
siginfo: ExceptionCode=0xc0000005, reading address 0xff0c0100
Registers:
EAX=0x00000002, EBX=0x7c81127a, ECX=0xfffffffe, EDX=0x3fe3e0b8
ESP=0x3fe3e090, EBP=0x3fe3e0e8, ESI=0x3c25a1f8, EDI=0x00000000
EIP=0xff0c0100, EFLAGS=0x00010246Top of Stack: (sp=0x3fe3e090)
0x3fe3e090: 773e1eba 00040d52 0000003d 00000dbc
0x3fe3e0a0: 00000000 00000002 00000003 00000000
0x3fe3e0b0: 3c25a1f8 7c81127a ff0c0100 00000002
0x3fe3e0c0: 00000003 00732fc8 3fe3f0c8 00000002
0x3fe3e0d0: 3fe3e0ac 3fe3dcb4 3fe3e174 7745b272
0x3fe3e0e0: 773d2090 00000000 3fe3e10c 773e207c
0x3fe3e0f0: 3c25a1f8 00040d52 0000003d 00000dbc
0x3fe3e100: 00000000 083d0738 0000003d 00000dbcInstructions: (pc=0xff0c0100)
0xff0c00f0:
[error occurred during error reporting (printing registers, top of stack, instructions near pc), id 0xc0000005]Stack: [0x3fd40000,0x3fe40000], sp=0x3fe3e090, free space=1016k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C 0xff0c0100
C [COMCTL32.dll+0x1207c]Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j sun.awt.windows.WToolkit.eventLoop()V+0
j sun.awt.windows.WToolkit.run()V+69
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub————— P R O C E S S —————
Java Threads: ( => current thread )
0x047ddc00 JavaThread “Inactive RequestProcessor thread [Was:System clipboard synchronizer/org.netbeans.core.NbClipboard]” daemon [_thread_blocked, id=876, stack(0x40b60000,0x40c60000)]
0x082e7400 JavaThread “Timer-13” daemon [_thread_blocked, id=5912, stack(0x3fe40000,0x3ff40000)]
0x08d0f800 JavaThread “TimerQueue” daemon [_thread_blocked, id=180, stack(0x404e0000,0x405e0000)]
0x07cbec00 JavaThread “Active Reference Queue Daemon” daemon [_thread_blocked, id=4428, stack(0x403a0000,0x404a0000)]
0x0821dc00 JavaThread “D3D Screen Updater” daemon [_thread_blocked, id=4700, stack(0x40280000,0x40380000)]
0x08c1f000 JavaThread “AWT-EventQueue-0” [_thread_in_native, id=244, stack(0x40180000,0x40280000)]
0x08d15000 JavaThread “AWT-Shutdown” [_thread_blocked, id=5124, stack(0x40080000,0x40180000)]
0x08dc4800 JavaThread “org.eclipse.jdt.internal.ui.text.JavaReconciler” daemon [_thread_blocked, id=5132, stack(0x3ff80000,0x40080000)]
=>0x08a35800 JavaThread “AWT-Windows” daemon [_thread_in_native, id=6120, stack(0x3fd40000,0x3fe40000)]
0x085c7400 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=2124, stack(0x3fb40000,0x3fc40000)]
0x08a52c00 JavaThread “Worker-10” [_thread_blocked, id=6000, stack(0x0ddf0000,0x0def0000)]
0x085e2800 JavaThread “Worker-9” [_thread_blocked, id=3536, stack(0x3f430000,0x3f530000)]
0x0829d800 JavaThread “JavaScript indexing” daemon [_thread_blocked, id=1236, stack(0x3f230000,0x3f330000)]
0x085be800 JavaThread “Worker-8” [_thread_blocked, id=5860, stack(0x3d1f0000,0x3d2f0000)]
0x0363d000 JavaThread “Thread-22” daemon [_thread_blocked, id=5704, stack(0x3efc0000,0x3f0c0000)]
0x0827dc00 JavaThread “Thread-18” daemon [_thread_blocked, id=220, stack(0x3d770000,0x3d870000)]
0x08038c00 JavaThread “Thread-17” daemon [_thread_blocked, id=4640, stack(0x3d670000,0x3d770000)]
0x082fb400 JavaThread “Thread-14” daemon [_thread_in_native, id=3576, stack(0x3d4e0000,0x3d5e0000)]
0x083e5800 JavaThread “SVN Kit 1.2 Connector” [_thread_blocked, id=5916, stack(0x3d350000,0x3d450000)]
0x0819b800 JavaThread “MyEclipse Thread” [_thread_blocked, id=3212, stack(0x0e1f0000,0x0e2f0000)]
0x080dfc00 JavaThread “Worker-7” [_thread_blocked, id=3148, stack(0x0def0000,0x0dff0000)]
0x07f4d400 JavaThread “Worker-6” [_thread_blocked, id=5728, stack(0x0daf0000,0x0dbf0000)]
0x07f4e400 JavaThread “Worker-5” [_thread_blocked, id=5760, stack(0x0d9f0000,0x0daf0000)]
0x07cec400 JavaThread “Cleanup” daemon [_thread_in_native, id=5544, stack(0x0d8f0000,0x0d9f0000)]
0x07f33c00 JavaThread “Worker-4” [_thread_blocked, id=5724, stack(0x0d7f0000,0x0d8f0000)]
0x07f33400 JavaThread “Worker-3” [_thread_blocked, id=5580, stack(0x0d6f0000,0x0d7f0000)]
0x07f33000 JavaThread “Worker-2” [_thread_blocked, id=5584, stack(0x0d5f0000,0x0d6f0000)]
0x07cc9c00 JavaThread “Java indexing” daemon [_thread_blocked, id=5004, stack(0x0cd90000,0x0ce90000)]
0x0379a400 JavaThread “Worker-1” [_thread_blocked, id=3440, stack(0x0cc90000,0x0cd90000)]
0x07d3a400 JavaThread “Provisioning Event Dispatcher” daemon [_thread_blocked, id=5692, stack(0x0bb20000,0x0bc20000)]
0x07cc3000 JavaThread “Worker-0” [_thread_blocked, id=1664, stack(0x0ba20000,0x0bb20000)]
0x03712400 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=4772, stack(0x03c90000,0x03d90000)]
0x036d5400 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=1368, stack(0x03b40000,0x03c40000)]
0x02d95800 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=5328, stack(0x03400000,0x03500000)]
0x02d8f400 JavaThread “CompilerThread0” daemon [_thread_blocked, id=3792, stack(0x03300000,0x03400000)]
0x02d8dc00 JavaThread “Attach Listener” daemon [_thread_blocked, id=2908, stack(0x03200000,0x03300000)]
0x02d8c800 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=6080, stack(0x03100000,0x03200000)]
0x02d7c800 JavaThread “Finalizer” daemon [_thread_blocked, id=2192, stack(0x03000000,0x03100000)]
0x02d77c00 JavaThread “Reference Handler” daemon [_thread_blocked, id=5044, stack(0x02f00000,0x03000000)]
0x00976c00 JavaThread “main” [_thread_in_native, id=1440, stack(0x00040000,0x00140000)]Other Threads:
0x02d74400 VMThread [stack: 0x02e00000,0x02f00000] [id=4824]
0x02d97000 WatcherThread [stack: 0x03500000,0x03600000] [id=4324]VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 21056K, used 5198K [0x10020000, 0x116f0000, 0x12780000)
eden space 18752K, 25% used [0x10020000, 0x104b9300, 0x11270000)
from space 2304K, 21% used [0x11270000, 0x112ea8a0, 0x114b0000)
to space 2304K, 0% used [0x114b0000, 0x114b0000, 0x116f0000)
tenured generation total 279172K, used 118735K [0x12780000, 0x23821000, 0x30020000)
the space 279172K, 42% used [0x12780000, 0x19b73ca0, 0x19b73e00, 0x23821000)
compacting perm gen total 92928K, used 92923K [0x30020000, 0x35ae0000, 0x3c020000)
the space 92928K, 99% used [0x30020000, 0x35adeef8, 0x35adf000, 0x35ae0000)
No shared spaces configured.Dynamic libraries:
0x00400000 – 0x0040e000 C:\Program Files\Genuitec\MyEclipse 7.1\myeclipse.exe
0x7c900000 – 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll
0x7c800000 – 0x7c8f6000 C:\WINDOWS\system32\kernel32.dll
0x7e410000 – 0x7e4a1000 C:\WINDOWS\system32\USER32.dll
0x77f10000 – 0x77f59000 C:\WINDOWS\system32\GDI32.dll
0x5d090000 – 0x5d12a000 C:\WINDOWS\system32\COMCTL32.dll
0x77dd0000 – 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
0x77e70000 – 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll
0x77fe0000 – 0x77ff1000 C:\WINDOWS\system32\Secur32.dll
0x77c10000 – 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x76390000 – 0x763ad000 C:\WINDOWS\system32\IMM32.DLL
0x629c0000 – 0x629c9000 C:\WINDOWS\system32\LPK.DLL
0x74d90000 – 0x74dfb000 C:\WINDOWS\system32\USP10.dll
0x10000000 – 0x10017000 C:\WINDOWS\system32\APSHook.dll
0x72000000 – 0x72014000 C:\Program Files\Genuitec\Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
0x77c00000 – 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x6d8b0000 – 0x6db06000 C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
0x76b40000 – 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x7c340000 – 0x7c396000 C:\WINDOWS\system32\MSVCR71.dll
0x6d340000 – 0x6d348000 C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\hpi.dll
0x76bf0000 – 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d860000 – 0x6d86c000 C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\verify.dll
0x6d3e0000 – 0x6d3ff000 C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\java.dll
0x6d8a0000 – 0x6d8af000 C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\zip.dll
0x5ad70000 – 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
0x69240000 – 0x6924f000 C:\Program Files\WinSplit Revolution\winsplithook.dll
0x74720000 – 0x7476c000 C:\WINDOWS\system32\MSCTF.dll
0x038d0000 – 0x038e8000 C:\Program Files\Hewlett-Packard\IAM\bin\ItClient.dll
0x77f60000 – 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
0x74c80000 – 0x74cac000 C:\WINDOWS\system32\OLEACC.dll
0x76080000 – 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
0x774e0000 – 0x7761d000 C:\WINDOWS\system32\ole32.dll
0x77120000 – 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
0x77b40000 – 0x77b62000 C:\WINDOWS\system32\apphelp.dll
0x755c0000 – 0x755ee000 C:\WINDOWS\system32\msctfime.ime
0x03920000 – 0x03935000 C:\WINDOWS\system32\btmmhook.dll
0x68000000 – 0x68036000 C:\WINDOWS\system32\rsaenh.dll
0x769c0000 – 0x76a74000 C:\WINDOWS\system32\USERENV.dll
0x5b860000 – 0x5b8b5000 C:\WINDOWS\system32\netapi32.dll
0x6d6c0000 – 0x6d6d3000 C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\net.dll
0x71ab0000 – 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 – 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x71a50000 – 0x71a8f000 C:\WINDOWS\System32\mswsock.dll
0x76f20000 – 0x76f47000 C:\WINDOWS\system32\DNSAPI.dll
0x76fb0000 – 0x76fb8000 C:\WINDOWS\System32\winrnr.dll
0x76f60000 – 0x76f8c000 C:\WINDOWS\system32\WLDAP32.dll
0x039e0000 – 0x03a05000 C:\Program Files\Bonjour\mdnsNSP.dll
0x76d60000 – 0x76d79000 C:\WINDOWS\system32\Iphlpapi.dll
0x76fc0000 – 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll
0x6d6e0000 – 0x6d6e9000 C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\nio.dll
0x605d0000 – 0x605d9000 C:\WINDOWS\system32\mslbui.dll
0x0bc20000 – 0x0bc75000 C:\Program Files\Genuitec\MyEclipse 7.1\configuration\org.eclipse.osgi\bundles\670\1\.cp\swt-win32-3452.dll
0x763b0000 – 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x773d0000 – 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.dll
0x7c9c0000 – 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
0x3d930000 – 0x3da16000 C:\WINDOWS\system32\WININET.dll
0x0bc80000 – 0x0bc89000 C:\WINDOWS\system32\Normaliz.dll
0x78130000 – 0x78262000 C:\WINDOWS\system32\urlmon.dll
0x3dfd0000 – 0x3e1b8000 C:\WINDOWS\system32\iertutil.dll
0x0bff0000 – 0x0c004000 C:\Program Files\Genuitec\MyEclipse 7.1\configuration\org.eclipse.osgi\bundles\670\1\.cp\swt-gdip-win32-3452.dll
0x4ec50000 – 0x4edf6000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.5581_x-ww_dfbc4fc4\gdiplus.dll
0x0c7c0000 – 0x0ca85000 C:\WINDOWS\system32\xpsp2res.dll
0x76380000 – 0x76385000 C:\WINDOWS\system32\msimg32.dll
0x76fd0000 – 0x7704f000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 – 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x75cf0000 – 0x75d81000 C:\WINDOWS\system32\mlang.dll
0x0c390000 – 0x0c39f000 C:\Program Files\Genuitec\MyEclipse 7.1\configuration\org.eclipse.osgi\bundles\331\1\.cp\jWinHttp.dll
0x4d4f0000 – 0x4d549000 C:\WINDOWS\system32\WINHTTP.dll
0x662b0000 – 0x66308000 C:\WINDOWS\system32\hnetcfg.dll
0x71a90000 – 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll
0x7d1e0000 – 0x7d49c000 C:\WINDOWS\system32\msi.dll
0x7e720000 – 0x7e7d0000 C:\WINDOWS\system32\SXS.DLL
0x71d40000 – 0x71d5b000 C:\WINDOWS\system32\actxprxy.dll
0x6d840000 – 0x6d848000 C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\sunmscapi.dll
0x77a80000 – 0x77b15000 C:\WINDOWS\system32\CRYPT32.dll
0x77b20000 – 0x77b32000 C:\WINDOWS\system32\MSASN1.dll
0x6d610000 – 0x6d619000 C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\management.dll
0x3e1c0000 – 0x3ec52000 C:\WINDOWS\system32\ieframe.dll
0x77920000 – 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
0x3da20000 – 0x3dfcd000 C:\WINDOWS\system32\mshtml.dll
0x0eb40000 – 0x0eb69000 C:\WINDOWS\system32\msls31.dll
0x51660000 – 0x5168c000 C:\Program Files\Common Files\Microsoft Shared\VS7Debug\pdm.dll
0x3f0e0000 – 0x3f122000 C:\WINDOWS\system32\msdbg2.dll
0x76ee0000 – 0x76f1c000 C:\WINDOWS\system32\RASAPI32.dll
0x76e90000 – 0x76ea2000 C:\WINDOWS\system32\rasman.dll
0x76eb0000 – 0x76edf000 C:\WINDOWS\system32\TAPI32.dll
0x76e80000 – 0x76e8e000 C:\WINDOWS\system32\rtutils.dll
0x77c70000 – 0x77c94000 C:\WINDOWS\system32\msv1_0.dll
0x722b0000 – 0x722b5000 C:\WINDOWS\system32\sensapi.dll
0x746f0000 – 0x7471a000 C:\WINDOWS\system32\msimtf.dll
0x0d430000 – 0x0d444000 C:\Program Files\McAfee\VirusScan Enterprise\scriptcl.dll
0x63380000 – 0x63434000 C:\WINDOWS\system32\JScript.dll
0x0f810000 – 0x0f87a000 C:\WINDOWS\system32\VBScript.dll
0x0fb40000 – 0x0fb79000 C:\WINDOWS\system32\Dxtrans.dll
0x76b20000 – 0x76b31000 C:\WINDOWS\system32\ATL.DLL
0x6d430000 – 0x6d43a000 C:\WINDOWS\system32\ddrawex.dll
0x73760000 – 0x737ab000 C:\WINDOWS\system32\DDRAW.dll
0x73bc0000 – 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
0x0fb80000 – 0x0fbd7000 C:\WINDOWS\system32\Dxtmsft.dll
0x3c4e0000 – 0x3c53b000 C:\Program Files\Common Files\Microsoft Shared\Ink\SKCHUI.DLL
0x3c8a0000 – 0x3c8af000 C:\Program Files\WIDCOMM\Bluetooth Software\btkeyind.dll
0x3cb10000 – 0x3cbd4000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libdb44.dll
0x6eec0000 – 0x6eee1000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libapr-1.dll
0x3cbe0000 – 0x3cbf2000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\intl3_svn.dll
0x6ee60000 – 0x6ee8a000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libaprutil-1.dll
0x3cc00000 – 0x3cd0a000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libeay32.dll
0x71ad0000 – 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
0x3cd10000 – 0x3cd41000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\ssleay32.dll
0x3cd50000 – 0x3ce65000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\dbghelp.dll
0x3cf70000 – 0x3cfc2000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libsvn_subr-1.dll
0x76780000 – 0x76789000 C:\WINDOWS\system32\SHFOLDER.dll
0x3cfd0000 – 0x3cfe6000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libsvn_delta-1.dll
0x3cff0000 – 0x3d025000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libsvn_fs-1.dll
0x3d030000 – 0x3d052000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libsvn_repos-1.dll
0x3d060000 – 0x3d0d8000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libsvn_ra-1.dll
0x0e170000 – 0x0e17d000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libsvn_diff-1.dll
0x3d0e0000 – 0x3d10f000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libsvn_wc-1.dll
0x3d110000 – 0x3d13f000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libsvn_client-1.dll
0x3d140000 – 0x3d168000 C:\Program Files\Genuitec\Common\plugins\org.polarion.eclipse.team.svn.connector.javahl15.win32_2.2.1.I20090708-1500\libsvnjavahl-1.dll
0x3d170000 – 0x3d1c2000 C:\Documents and Settings\ndy\Local Settings\Temp\jna4973846640179487501.tmp
0x71f80000 – 0x71f84000 C:\WINDOWS\system32\Security.dll
0x3d8a0000 – 0x3d8b7000 C:\Program Files\Common Files\TortoiseOverlays\TortoiseOverlays.dll
0x3d910000 – 0x3d91e000 C:\Program Files\TortoiseSVN\bin\TortoiseStub.dll
0x3ecc0000 – 0x3ed88000 C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll
0x3eda0000 – 0x3edc2000 C:\Program Files\TortoiseSVN\bin\libapr_tsvn.dll
0x78520000 – 0x785c3000 C:\WINDOWS\WinSxS\x86_Microsoft.VC90.CRT_1fc8b3b9a1e18e3b_9.0.30729.1_x-ww_6f74963e\MSVCR90.dll
0x3ede0000 – 0x3ee0e000 C:\Program Files\TortoiseSVN\bin\libaprutil_tsvn.dll
0x3ee20000 – 0x3ee32000 C:\Program Files\TortoiseSVN\bin\intl3_tsvn.dllVM Arguments:
jvm_args: -Xmx512M -XX:MaxPermSize=192M
java_command: <unknown>
Launcher Type: genericEnvironment Variables:
PATH=C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client;C:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin;C:\Program Files\PC Connectivity Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\Common Files\Roxio Shared\DLLShared\;c:\Program Files\Common Files\Roxio Shared\DLLShared\;c:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Hewlett-Packard\IAM\bin;C:\cygwin\bin;C:\Program Files\TortoiseSVN\bin
USERNAME=ndy
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 11, GenuineIntel————— S Y S T E M —————
OS: Windows XP Build 2600 Service Pack 3
CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 11, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3
Memory: 4k page, physical 2097151k(1134720k free), swap 4194303k(2906196k free)
vm_info: Java HotSpot(TM) Client VM (11.3-b02) for windows-x86 JRE (1.6.0_13-b03), built on Mar 9 2009 01:15:24 by “java_re” with MS VC++ 7.1
time: Mon Aug 17 12:33:08 2009
elapsed time: 497 seconds
support-shaliniMembernielsdybdahl,
How can I switch from Java 1.6.0_13 to 1.6.0_07?
To switch JRE, you can go to Windows > Preferences > Java > installed JREs. There you can select the required JRE for the default JRE.
Hope that helps
nielsdybdahlMemberIt seems that similar problems have been reported for JVM 1.6.0_13 (see http://forums.sun.com/thread.jspa?threadID=5381905 )
I have tried the fix mentioned, but it did not help me.
The thread mentions that it might only occur when using two monitors (displays). I do use two displays.Could I please have a MyEclipse using a different JVM than 1.6.0_13?
support-shaliniMembernielsdybdahl,
Could I please have a MyEclipse using a different JVM than 1.6.0_13?
Incase you want to run MyEclipse with a different JRE, you have to make the change in the myeclipse.ini file located in your installation directory.
Point the -vm argument to the new JRE.
Hope that helps.
nielsdybdahlMemberI just deleted MyEclipse 7.5 and installed MyEclipse 7.1 according to the guidelines above (except that pulse2.locator was really named .pulse2.locator).
It helped. Now I can work in Matisse without crashing.Please notify me, when you have a MyEclipse 7.5 with a different JVM.
support-shaliniMembernielsdybdahl,
Good to know that you are all set. -
AuthorPosts