- This topic has 3 replies, 2 voices, and was last updated 14 years, 7 months ago by support-shalini.
-
AuthorPosts
-
Tom TodaroParticipantMyEclipse 7.5, VisualVM 1.1
Trying to profile my app. One particular function keeps crashing the app whenever I try to profile it. Note that the app works fine without any profiling. Here is the error log:
# Internal Error (sharedRuntime.cpp:886), pid=5776, tid=5576 # Error: guarantee((retry_count++ < 100),"Could not resolve to latest version of redefined method") # # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode, sharing windows-x86) # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # --------------- T H R E A D --------------- Current thread (0x02f7a800): JavaThread "AWT-EventQueue-1" [_thread_in_vm, id=5576, stack(0x05b90000,0x05be0000)] Stack: [0x05b90000,0x05be0000] [error occurred during error reporting (printing stack bounds), id 0xc0000005] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) v ~RuntimeStub::resolve_virtual_call J java.awt.Component.areBoundsValid()Z j java.awt.Component.isMixingNeeded()Z+1 j java.awt.Component.mixOnReshaping()V+46 j java.awt.Component.reshape(IIII)V+138 j javax.swing.JComponent.reshape(IIII)V+6 j java.awt.Component.setBounds(IIII)V+6 j javax.swing.CellRendererPane.paintComponent(Ljava/awt/Graphics;Ljava/awt/Component;Ljava/awt/Container;IIIIZ)V+64 j javax.swing.plaf.basic.BasicComboBoxUI.paintCurrentValue(Ljava/awt/Graphics;Ljava/awt/Rectangle;Z)V+346 j com.sun.java.swing.plaf.windows.WindowsComboBoxUI.paintCurrentValue(Ljava/awt/Graphics;Ljava/awt/Rectangle;Z)V+330 j javax.swing.plaf.basic.BasicComboBoxUI.paint(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V+43 j com.sun.java.swing.plaf.windows.WindowsComboBoxUI.paint(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V+15 j javax.swing.plaf.ComponentUI.update(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V+32 j javax.swing.JComponent.paintComponent(Ljava/awt/Graphics;)V+26 j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+269 j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+481 j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+301 j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+481 j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+301 j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+481 j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+301 j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+481 j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+301 j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+481 j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+301 j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+481 j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+301 j javax.swing.JLayeredPane.paint(Ljava/awt/Graphics;)V+73 j javax.swing.JComponent.paintChildren(Ljava/awt/Graphics;)V+481 j javax.swing.JComponent.paintToOffscreen(Ljava/awt/Graphics;IIIIII)V+72 j javax.swing.BufferStrategyPaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)Z+157 j javax.swing.RepaintManager.paint(Ljavax/swing/JComponent;Ljavax/swing/JComponent;Ljava/awt/Graphics;IIII)V+60 j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+204 j java.awt.GraphicsCallback$PaintCallback.run(Ljava/awt/Component;Ljava/awt/Graphics;)V+2 j sun.awt.SunGraphicsCallback.runOneComponent(Ljava/awt/Component;Ljava/awt/Rectangle;Ljava/awt/Graphics;Ljava/awt/Shape;I)V+155 j sun.awt.SunGraphicsCallback.runComponents([Ljava/awt/Component;Ljava/awt/Graphics;I)V+104 j java.awt.Container.paint(Ljava/awt/Graphics;)V+73 j javax.swing.RepaintManager.paintDirtyRegions(Ljava/util/Map;)V+264 j javax.swing.RepaintManager.paintDirtyRegions()V+46 j javax.swing.RepaintManager.seqPaintDirtyRegions()V+73 j javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run()V+36 j java.awt.event.InvocationEvent.dispatch()V+47 j com.ibi.widgets.beans.specialized.windows.ModalDialog.setVisible(Z)V+86 j com.ibi.widgets.ctx.customersearch.CustomerSearchContext.showFrame()V+56 j com.ibi.widgets.ctx.customersearch.CustomerSearchContext.launchCustomerSearch(Lcom/ibi/util/xml/EntityXMLElement;Lcom/ibi/widgets/events/CustomerSearchListener;Ljava/lang/String;Ljava/lang/String;IILjava/lang/String;)V+80 j com.ibi.widgets.ctx.customersearch.CustomerSearchContext.launchCustomerSearch(Lcom/ibi/util/xml/EntityXMLElement;Ljava/awt/Frame;Lcom/ibi/widgets/events/CustomerSearchListener;Ljava/lang/String;Ljava/lang/String;IILjava/lang/String;)V+18 j com.ibi.widgets.ctx.customersearch.CustomerSearchContext.launchCustomerSearch(Lcom/ibi/widgets/events/CustomerSearchListener;Ljava/lang/String;Ljava/lang/String;II)V+12 j com.ibi.widgets.ctx.customersearch.CustomerSearchClientContext.showFrame()V+9 j com.ibi.widgets.frames.login.ApplicationFrame.launchApp(I)V+521 j com.ibi.widgets.frames.login.ApplicationFrame$AppsAction.actionPerformed(Ljava/awt/event/ActionEvent;)V+38 j javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+92 j javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5 j javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35 j javax.swing.DefaultButtonModel.setPressed(Z)V+125 j javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35 j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64 j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23 j java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V+81 j java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V+18 j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+586 j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42 j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2 j java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V+352 j java.awt.LightweightDispatcher.processMouseEvent(Ljava/awt/event/MouseEvent;)Z+139 j java.awt.LightweightDispatcher.dispatchEvent(Ljava/awt/AWTEvent;)Z+50 j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+12 j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19 j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2 j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46 j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+204 j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30 j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11 j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4 j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3 j java.awt.EventDispatchThread.run()V+9 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x05c06000 JavaThread "RMI TCP Connection(13)-172.30.230.74" daemon [_thread_in_native, id=5492, stack(0x061b0000,0x06200000)] 0x05c5b400 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=4956, stack(0x07810000,0x07860000)] 0x02e2d800 JavaThread "Channel Reaper" daemon [_thread_blocked, id=5080, stack(0x06690000,0x066e0000)] 0x05d02400 JavaThread "ORB STARTER" [_thread_blocked, id=2352, stack(0x06640000,0x06690000)] 0x05e21400 JavaThread "UICallbackThread" [_thread_blocked, id=3840, stack(0x06550000,0x065a0000)] 0x05cc6000 JavaThread "*** Profiler Agent Special Execution Thread 3" daemon [_thread_blocked, id=3548, stack(0x07ab0000,0x07b00000)] 0x02fb1400 JavaThread "RMI TCP Connection(8)-172.30.230.74" daemon [_thread_in_native, id=1704, stack(0x07950000,0x079a0000)] 0x05cc3c00 JavaThread "*** Profiler Agent Special Execution Thread 6" daemon [_thread_blocked, id=2272, stack(0x06790000,0x067e0000)] 0x05cc2400 JavaThread "*** JFluid Monitor thread ***" daemon [_thread_blocked, id=4356, stack(0x06740000,0x06790000)] 0x05cc0c00 JavaThread "*** Profiler Agent Communication Thread" daemon [_thread_in_native, id=2672, stack(0x066f0000,0x06740000)] 0x05c91000 JavaThread "JMX server connection timeout 30" daemon [_thread_blocked, id=3740, stack(0x065f0000,0x06640000)] 0x05c90000 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=1436, stack(0x065a0000,0x065f0000)] 0x02a86800 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=2132, stack(0x06250000,0x062a0000)] 0x02ff8c00 JavaThread "Thread-4" [_thread_blocked, id=4136, stack(0x06050000,0x060a0000)] 0x02fa3400 JavaThread "Worker for ServerProtocol: (iiop) /0.0.0.0:3223" daemon [_thread_in_native, id=1288, stack(0x05ff0000,0x06040000)] =>0x02f7a800 JavaThread "AWT-EventQueue-1" [_thread_in_vm, id=5576, stack(0x05b90000,0x05be0000)] 0x02f72800 JavaThread "TimerQueue" daemon [_thread_blocked, id=4796, stack(0x05b40000,0x05b90000)] 0x02f66c00 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=5020, stack(0x03370000,0x033c0000)] 0x003a7400 JavaThread "DestroyJavaVM" [_thread_blocked, id=4708, stack(0x008c0000,0x00910000)] 0x02f34400 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=4104, stack(0x031b0000,0x03200000)] 0x02efc000 JavaThread "thread applet-appCosmos.class" [_thread_blocked, id=4936, stack(0x03200000,0x03250000)] 0x02ef7400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5236, stack(0x03100000,0x03150000)] 0x02eab400 JavaThread "AWT-Shutdown" [_thread_blocked, id=4368, stack(0x030b0000,0x03100000)] 0x02ea9000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=4456, stack(0x03060000,0x030b0000)] 0x02a6f000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=5548, stack(0x02d20000,0x02d70000)] 0x02a6c400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=840, stack(0x02cd0000,0x02d20000)] 0x02a6a800 JavaThread "Attach Listener" daemon [_thread_blocked, id=6088, stack(0x02c80000,0x02cd0000)] 0x02a69800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=4452, stack(0x02c30000,0x02c80000)] 0x02a64800 JavaThread "Finalizer" daemon [_thread_blocked, id=2840, stack(0x02be0000,0x02c30000)] 0x02a5fc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=3508, stack(0x02b90000,0x02be0000)] Other Threads: 0x02a5e400 VMThread [stack: 0x02b40000,0x02b90000] [id=3300] 0x02a8a800 WatcherThread [stack: 0x02d70000,0x02dc0000] [id=1372] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 2304K, used 373K [0x22990000, 0x22c10000, 0x22e70000) eden space 2048K, 7% used [0x22990000, 0x229b8878, 0x22b90000) from space 256K, 82% used [0x22bd0000, 0x22c04f00, 0x22c10000) to space 256K, 0% used [0x22b90000, 0x22b90000, 0x22bd0000) tenured generation total 30160K, used 17360K [0x22e70000, 0x24be4000, 0x26990000) the space 30160K, 57% used [0x22e70000, 0x23f64018, 0x23f64200, 0x24be4000) compacting perm gen total 17408K, used 17209K [0x26990000, 0x27a90000, 0x2a990000) the space 17408K, 98% used [0x26990000, 0x27a5e520, 0x27a5e600, 0x27a90000) ro space 8192K, 67% used [0x2a990000, 0x2aef7ea8, 0x2aef8000, 0x2b190000) rw space 12288K, 53% used [0x2b190000, 0x2b805530, 0x2b805600, 0x2bd90000) Dynamic libraries: 0x00400000 - 0x00424000 C:\Program Files\Java\jdk1.6.0_13\bin\javaw.exe 0x7c900000 - 0x7c9b2000 C:\WINDOWS\system32\ntdll.dll 0x7c800000 - 0x7c8f5000 C:\WINDOWS\system32\kernel32.dll 0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll 0x77e70000 - 0x77f02000 C:\WINDOWS\system32\RPCRT4.dll 0x77fe0000 - 0x77ff1000 C:\WINDOWS\system32\Secur32.dll 0x7e410000 - 0x7e4a0000 C:\WINDOWS\system32\USER32.dll 0x77f10000 - 0x77f58000 C:\WINDOWS\system32\GDI32.dll 0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.DLL 0x7c340000 - 0x7c396000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\msvcr71.dll 0x6d8b0000 - 0x6db06000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\client\jvm.dll 0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll 0x6d340000 - 0x6d348000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\hpi.dll 0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL 0x6d860000 - 0x6d86c000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\verify.dll 0x6d3e0000 - 0x6d3ff000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\java.dll 0x6d8a0000 - 0x6d8af000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\zip.dll 0x6d0b0000 - 0x6d1fa000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\awt.dll 0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV 0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll 0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll 0x773d0000 - 0x774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll 0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll 0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll 0x6d2e0000 - 0x6d334000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\fontmanager.dll 0x10000000 - 0x10007000 C:\Program Files\Logitech\MouseWare\System\LgWndHk.dll 0x74720000 - 0x7476b000 C:\WINDOWS\system32\MSCTF.dll 0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime 0x4fdd0000 - 0x4ff76000 C:\WINDOWS\system32\d3d9.dll 0x03190000 - 0x03196000 C:\WINDOWS\system32\d3d8thk.dll 0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll 0x6d6c0000 - 0x6d6d3000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\net.dll 0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll 0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll 0x6d6e0000 - 0x6d6e9000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\nio.dll 0x032a0000 - 0x032ab000 C:\Program Files\Common Files\Logitech\Scrolling\LgMsgHk.dll 0x76080000 - 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll 0x032b0000 - 0x032ee000 C:\Program Files\Portrait Displays\Pivot Software\winphook.dll 0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.DLL 0x7c9c0000 - 0x7d1d6000 C:\WINDOWS\system32\shell32.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 0x76fc0000 - 0x76fc6000 C:\WINDOWS\system32\rasadhlp.dll 0x662b0000 - 0x66308000 C:\WINDOWS\system32\hnetcfg.dll 0x71a90000 - 0x71a98000 C:\WINDOWS\System32\wshtcpip.dll 0x6d380000 - 0x6d39a000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\instrument.dll 0x6d610000 - 0x6d619000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\management.dll 0x0ffd0000 - 0x0fff8000 C:\WINDOWS\system32\rsaenh.dll 0x769c0000 - 0x76a73000 C:\WINDOWS\system32\USERENV.dll 0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\netapi32.dll 0x6d500000 - 0x6d524000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\jpeg.dll 0x76d60000 - 0x76d79000 C:\WINDOWS\system32\iphlpapi.dll 0x76d40000 - 0x76d58000 C:\WINDOWS\system32\MPRAPI.dll 0x77cc0000 - 0x77cf2000 C:\WINDOWS\system32\ACTIVEDS.dll 0x76e10000 - 0x76e35000 C:\WINDOWS\system32\adsldpc.dll 0x76b20000 - 0x76b31000 C:\WINDOWS\system32\ATL.DLL 0x76e80000 - 0x76e8e000 C:\WINDOWS\system32\rtutils.dll 0x71bf0000 - 0x71c03000 C:\WINDOWS\system32\SAMLIB.dll 0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll 0x6d7b0000 - 0x6d7b6000 C:\Program Files\Java\jdk1.6.0_13\jre\bin\rmi.dll 0x066e0000 - 0x066e8000 D:\Program Files\Genuitec\Common\plugins\com.genuitec.eclipse.visualvm.binary_8.4.200.me201001111827\visualvm\profiler3\lib\deployed\jdk16\windows\profilerinterface.dll VM Arguments: jvm_args: -Djava.security.policy=java.policy.applet -Dmeprofiler.settings=D:/Cosmos/.myeclipse/profiler/Cosmos.xml -Dfile.encoding=Cp1252 java_command: sun.applet.AppletViewer appCosmos1269544625758.html Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=C:\Program Files\Java\jdk1.6.0_13 PATH=D:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client;D:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Java\jdk1.6.0_13\bin;C:\Program Files\ATI Technologies\ATI.ACE\;C:\Program Files\IBM\Personal Communications\;C:\Program Files\IBM\Trace Facility\;C:\Program Files\Microsoft SQL Server\Tools\BINN;C:\Program Files\Java\jdk1.6.0_13\jre\bin\client;D:\Program Files\Microsoft SQL Server\DTS\Binn\;D:\Program Files\Microsoft SQL Server\Tools\binn\;D:\Program Files\Microsoft SQL Server\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\;C:\Program Files\ZANTAZ\EAS Client\ USERNAME=tt10219 OS=Windows_NT PROCESSOR_IDENTIFIER=x86 Family 15 Model 6 Stepping 5, GenuineIntel --------------- S Y S T E M --------------- OS: Windows XP Build 2600 Service Pack 2 CPU:total 2 (2 cores per cpu, 1 threads per core) family 15 model 6 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3 Memory: 4k page, physical 2097151k(1390460k free), swap 4194303k(2580116k 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: Thu Mar 25 15:21:46 2010 elapsed time: 280 seconds
support-shaliniMemberibstmt,
Can you give some more information?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
2. What is the value for Visual VM JDK at Window > Preferences > MyEclipse > Profiler?
Can you try running the profiler with another version of JDK and check if the issue perists?
Tom TodaroParticipantVisual VM JDK: 1.6.0_13
VisualVM release is 1.1.1I tried with the latest JDK (1.6.0_18), and had the same problem. Also note that I had the same problem with MyEclipse 7.5.
Installation details:
*** Date: Friday, March 26, 2010 9:57:26 AM EDT ** System properties: OS=WindowsXP OS version=5.1.0 Java version=1.6.0_13 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 8.5M2 Build id: 8.5M2-20100212 *** Eclipse details: MyEclipse Enterprise Workbench Version: 8.5M2 Build id: 8.5M2-20100212 Eclipse startup command=-os win32 -ws win32 -arch x86 -showsplash -launcher D:\Program Files\Genuitec\MyEclipse 8.5 M2 1\myeclipse.exe -name Myeclipse --launcher.library D:\Program Files\Genuitec\MyEclipse 8.5 M2 1\../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll -startup D:\Program Files\Genuitec\MyEclipse 8.5 M2 1\../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar -install D:/Program Files/Genuitec/MyEclipse 8.5 M2 1 -vm D:/Program Files/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
support-shaliniMemberibstmt,
Can you share your project? You can send a mail to support@genuitec.com with the project attached. Please add ATTN:Shalini in the subject and refer to this post.
Please list out the steps in detail to replicate the issue also. This will help me replicate the issue internally. -
AuthorPosts