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
Crash binary log
Log mentioned in Error log message
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.