This repository was archived by the owner on Jun 13, 2018. It is now read-only.

Description
To following error is thrown:
Fatal error in application - aborted
Abort. Compile with SMT_DETECT for more info.
Aborted (core dumped)
The error occurs the second time ./generate.sh is executed. To reproduce this error do the following:
git clone https://github.com/zeromq/czmq.git
cd czmq
./generate.sh # Everything works fine
./generate.sh # Fatal error (see below)