Opened 12 years ago
Closed 11 years ago
#174 closed defect (invalid)
FREEMIND crash
Reported by: | Wilfried Eike | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Next |
Component: | general | Version: | 1.6.0 Build 25 GA3 |
Severity: | medium | Keywords: | |
Cc: |
Description
Attachments (6)
Change History (19)
by , 12 years ago
Attachment: | FREEMIND.LOG added |
---|
by , 12 years ago
Attachment: | hs_err_pid169.log added |
---|
comment:1 by , 12 years ago
Milestone: | Enhanced → GA4 |
---|
by , 12 years ago
Attachment: | hs_err_pid122.log added |
---|
comment:3 by , 12 years ago
Please try this DLL ftp://ftp.netlabs.org/pub/odin/test/j4.zip (replace the one in the /bin/client dir) and report if it works now. Here it works with this DLL.
by , 12 years ago
Attachment: | FREEMIND.2.LOG added |
---|
by , 12 years ago
Attachment: | hs_err_pid96.log added |
---|
comment:4 by , 12 years ago
Hi,
thanks for your support.
I worked a while with freemind and then again a new crash.
New logfiles are attached.
MfG
Wilfried
comment:5 by , 12 years ago
Hi,
if I start FREEMIND with "JAVA -verbose" to catch additional information, no crash appears.
MfG
Wilfried
comment:7 by , 12 years ago
Hi
FreeMind works now with the j4 patch (ftp://ftp.netlabs.org/pub/odin/test/j4.zip) for me.
I'm running it using the .bat file.
java -Xmx256M -Xss8M -cp lib\freemind.jar;lib\commons-lang-2.0.jar;lib\forms-1.0.5.jar;lib\jibx\jibx-run.jar;lib\jibx\xpp3.jar;lib\bindings.jar freemind.main.FreeMindStarter
Regards
by , 12 years ago
Attachment: | Crash_with_J4_fix.zip added |
---|
comment:8 by , 12 years ago
Hi,
now I have a freemind crash with -verbose switch on. Uploaded in Crash_with_J4_fix.zip
Please don't get confused with the pathname of java.
MfG
Wilfried
comment:10 by , 12 years ago
java -Xmx256M -Xss8M -cp lib\freemind.jar;lib\commons-lang-2.0.jar;lib\forms-1.0.5.jar;lib\jibx\jibx-run.jar;lib\jibx\xpp3.jar;lib\bindings.jar freemind.main.FreeMindStarter?
Its not enough. Try this cmd file
@echo off
set BEGINLIBPATH=[drive: \JAVA]\JAVA160\bin
set path=[drive: Java]\JAVA160\bin
set CLASSPATH=
[Drive: freemind]
cd [Drive: freemind]\freemind
java -Xmx512M -Duser.home=[Drive: freemind]\freemind -cp lib\freemind.jar;lib\commons-lang-2.0.jar;lib\forms-1.0.5.jar;lib\jibx\jibx-run.jar;lib\jibx\xpp3.jar;lib\bindings.jar freemind.main.FreeMindStarter 2>freemindbugs.txt
You have to replace [Drive: Java] and [Drive: freemind] with a real driveletter, further the paths could be different, adjust to your needs.
The "?" has to go, it crashes with me too with this. The 2 in 2>freemindbugs.txt is not a typo, you get nice logs with this if something goes wrong. I see in the example that a "?" is placed at the end "FreeMindStarter", this is not in the original but something of this system here.
With above command file I can start up, search help etc. Its starting in my language, which is Dutch, full screen. The freemindbugs.txt only have this;
STDOUT: User patterns file I:\PROGRAMS\freemind\.freemind\patterns.xml not found.
STDOUT: User patterns file I:\PROGRAMS\freemind\.freemind\patterns.xml not found.
But that's not import and can certainly not crash the program. I didn't had used all the bells and whistles in the package, its a huge program. So if you find something please give exact key sequences and what menu item gives problems. I'm running Freemind 0.90 on an eCS 1.2NL with Java Version 1.6.0 Build 22 GA. Latest Java versions do have issues with menus in some packages like ImageJ.
You could also try Freeplane, which is some kind of successor of Freemind and where thing are developed a little faster if version numbers do say something. Use same cmd file with of course some changes in names.
comment:11 by , 12 years ago
I could reproduce the crash, but this is a Java problem, not a Freemind problem. If you load programs AFTER that you have started Freemind than it will crash as soon as it needs more memory. If you load Freemind (or every other Java program) as last program than there are no problems. In the first I could not make 4 knots in Freemind and it did crash hard. In second way I could make many knots, sub knots and so on without a problem, saved the file and closed normally. The bugtracker only have the remarks as before. No hs_err_pidXX.log file. Also "-Xss8M" is as far as I know not possible in OS/2-eCS. I did run Freemind 0.90 with the commandfile setup as shown above.
comment:12 by , 11 years ago
Today I found the reson for the reported freemind crash.
The reason was a mixup of different versions of java-code in my startup script.
After using same bin-Path in JAVA_HOME, CLASSPATH, BeginLibPath and PATH Freemind is stable here.
It's my fault, sorry.
comment:13 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Good to hear that. I'm closing this then. Thanks for reporting.
Okay, I can confirm the crashes in FreeMind 0.9.0. Looks like one more SEH regression, as in #161.