mantri-govind / diy-layout-creator

Automatically exported from code.google.com/p/diy-layout-creator
0 stars 0 forks source link

Abrupt crashes where the application just quits and the window disappears #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
3.0.8

Not sure how to duplicate this, but now that I'm starting to work with more 
complicated files, I'm beginning to see crashes where the workspace window just 
abruptly disappears. There is no hang, it just quits without notice, as if the 
application had been closed.  I'm not sure the log is informative, but attached 
is one where it just died.  It seems to happen about every 45 minutes or so 
when working on the attached file.

Original issue reported on code.google.com by pmfawc...@gmail.com on 6 Mar 2011 at 2:17

Attachments:

GoogleCodeExporter commented 9 years ago
There's already an issue for this 
http://code.google.com/p/diy-layout-creator/issues/detail?id=20 merging 
together...
Seems to be Java related as the whole JVM breaks. You can try few things:
* increase available memory. If you have more than 2GB of ram, open 
diylc.l4j.ini and change it to look like this -Xms2048m -Xmx2048m
* when you see the blue bar in the bottom right corner to go over a half, click 
it to run the garbage collector and free some memory.
Let me know if that helps.

Original comment by bancika@gmail.com on 6 Mar 2011 at 7:45