on line 757 of ResourceEditor.cpp the cRDataE->m_dwWrittenAt member is cast as a pointer of a struct. However.. m_dwWrittenAt is a DWORD (32bits) thus it fails.... horribly... resulting in this segfault.
I'm closing this, but leaving it out here as a knowledge-base entry. For now, please build on a non-RedHat (non-Fedora) system. Our current installers are built using Ubuntu which do not seem to suffer this bug.
When attempting to build a windows installer on Fedora 22
The nsis process ends in segfault
This seems to be an upstream RedHat bug that was never patched per https://bugzilla.redhat.com/show_bug.cgi?id=948074#c20.
I'm closing this, but leaving it out here as a knowledge-base entry. For now, please build on a non-RedHat (non-Fedora) system. Our current installers are built using Ubuntu which do not seem to suffer this bug.