Hello
When I do a build of almost empty project on 64 bit Linux, Defold version 1.2.82 see a major problem with editor:
- In console I start receiving errors (new ones appearing like every second):
INFO:CRASH: Successfully wrote Crashdump to file: /home/michal/.Defold/_crash - Window with my project builded content is stuck, in a moment I get a system message that it is not responding
- dmengine process is consuming CPU relatively high
- After I run a Defold again in the error log I see java.io.IOException: Output Stream is closed
Screenshot of error log
https://drive.google.com/open?id=0B2DvtxRLlaVaRkFMWlBjcUE0d28
Crash binary log
https://drive.google.com/open?id=0B2DvtxRLlaVadXg5VENaN2RLNjA
Log mentioned in Error log message
https://drive.google.com/open?id=0B2DvtxRLlaVaNU5BUjh1SnVaY3M
Project is correctly bild on the same version of Defold on my VM with 32 bit Linux.
Also when I try totally empty Defolf project is build with no crash on Linux 64 bit - issues start after adding even simple elements to project.
Any idea where to start investigation?