- This topic has 6 replies, 3 voices, and was last updated 12 years, 9 months ago by support-tony.
-
AuthorPosts
-
Frank LawlorParticipantME10 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,
— FrankAttachments:
You must be logged in to view attached files.
support-joyMemberFrank,
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 https://www.genuitec.com/forums/topic/installation-where-are-the-myeclipse-files-and-folders/ 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 pluginsSorry for the inconvenience.
Frank LawlorParticipantcrash 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 WorkbenchVersion: 10.0
Build id: 10.0-20111028Eclipse 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.exeAttachments:
You must be logged in to view attached files.
support-tonyKeymasterFrank,
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.
Frank LawlorParticipantI’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.
Frank LawlorParticipantI upgraded the project to 1.7 and so far no more crashes.
support-tonyKeymasterFrank,
That’s great. Thanks for letting us know. I’m sure this will help other users.
-
AuthorPosts