| Author |
Message |
|
|
Post subject: ME10 Crashing
Posted: Feb 20, 2012 - 04:56 PM
|
|
Veteran Member


Joined: Jul 01, 2006
Posts: 126
|
|
ME10 keeps crashing on me.
It puts nothing in the log.
I am attaching the screen it puts up. (why isn't it copyable text???)
Seems like the GDI Objects count keeps increasing and it crashes when it gets to around 1700. I have been doing more python code editing recently and it always seems to happen when I'm in the python editor. Doesn't seem related to the specific editing action however.
I have 1G jvm and the used memory doesn't seem to be high.
Thanks,
-- Frank |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 21, 2012 - 09:30 AM
|
|
Registered Member


Joined: Feb 03, 2009
Posts: 3442
|
|
Frank,
Sorry to hear you are running into this issue. Please provide below information to help me investigate further -
1. It looks like a jvm crash. Please look for a jvm crash file e.g hs_err_pidXXXX.log, it could be located under your working directory / desktop or you could use the windows search option to search for hs_err*.log file. Please attach the same here.
2. What is your OS?
3. Please copy and paste your installation details here. Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details > [Copy to Clipboard] and paste the same here
4. Copy and paste the contents of your myeclipse.ini file here. Refer http://myeclipseide.com/PNphpBB2-viewtopic-t-27743.html for the location of files and folders
5. If you have added any third party plugins please list the same here with details of update site / weblink to download the plugins
Sorry for the inconvenience. |
_________________ Joy
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 21, 2012 - 07:31 PM
|
|
Veteran Member


Joined: Jul 01, 2006
Posts: 126
|
|
crash and .ini files are attached.
The os is windows 7, 64 bit.
Tell me how to get the third party info you want and I'll attach it.
BTW, file attachment won't allow me to attach .log or .ini files.
====== installation details ==========
*** Date:
Tuesday, February 21, 2012 1:28:59 PM CST
** System properties:
OS=WindowsVista
OS version=6.1.0
Java version=1.6.0_13
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 10.0
Build id: 10.0-20111028
*** Eclipse details:
MyEclipse Enterprise Workbench
Version: 10.0
Build id: 10.0-20111028
Eclipse startup command=-os
win32
-ws
win32
-arch
x86_64
-showsplash
-launcher
C:\Users\FLAWLOR\AppData\Local\MyEclipse\MyEclipse 10\myeclipse.exe
-name
Myeclipse
--launcher.library
C:\Users\FLAWLOR\AppData\Local\MyEclipse\MyEclipse 10\../../../../../flawlor/AppData/Local/MyEclipse/Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700\eclipse_3215.dll
-startup
C:\Users\FLAWLOR\AppData\Local\MyEclipse\MyEclipse 10\../../../../../flawlor/AppData/Local/MyEclipse/Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-exitdata
2c50_5c
-install
C:\Users\FLAWLOR\AppData\Local\MyEclipse\MyEclipse 10
-configuration
C:\Users\FLAWLOR\AppData\Local\MyEclipse\MyEclipse 10\configuration
-vm
C:\Users\flawlor\AppData\Local\MyEclipse\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\bin\javaw.exe |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 22, 2012 - 07:07 AM
|
|

Joined: Mar 09, 2011
Posts: 732
|
|
Frank,
Thanks for the files. They do seem indicate an error when python is compiling or formatting the file. I'm not sure if this is relevant but which python interpreter are you using?
I've been able to find only one issue (outside of MyEclipse) that is similar with a suggestion to try a new java vm. Could you try a different version of Java (the inbuilt one is 1.6.0_13)? I see you have Java 7 installed so that would be worth a shot. Alter the line below the "-vm" line in the myeclipse.ini file, and then restart MyEclipse.
Let us know if this helps. If not, it might also be worth putting up a post on the site that PyDev recommends: http://stackoverflow.com/questions/tagged/pydev as this doesn't appear to be related directly to MyEclipse. |
_________________ Tony
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 22, 2012 - 03:19 PM
|
|
Veteran Member


Joined: Jul 01, 2006
Posts: 126
|
|
I'm using Python version 3.2.2 from Python Software Foundation (http://www.python.org/getit/windows/)
I switched to java 1.7 and I'll let you know if I still have crashes. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 07, 2012 - 10:04 PM
|
|
Veteran Member


Joined: Jul 01, 2006
Posts: 126
|
|
I upgraded the project to 1.7 and so far no more crashes. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Mar 08, 2012 - 06:05 AM
|
|

Joined: Mar 09, 2011
Posts: 732
|
|
Frank,
That's great. Thanks for letting us know. I'm sure this will help other users. |
_________________ Tony
MyEclipse Support
|
| |
|
|
|
 |
|
|