-
Notifications
You must be signed in to change notification settings - Fork 107
Problem: error with SMT when generating czmq build stuff #102
Comments
I tracked the problem down to GSL's script management, and in particular On 02/09/15 20:06, Kevin Sapper wrote:
|
@jschultz thanks for the workaround, with it the script runs through. Though there is still an problem. |
I know plenty about GSL (I wrote most of it) but literally nothing about On 04/09/15 17:12, Kevin Sapper wrote:
|
Could this problem be caused by repeated calls to 'output' without 'close'? Because this seems to solve the issue. |
I've seen this before with gsl, an abort that causes the last part of the
|
Can someone produce a minimal test case that demonstrates the problem On 04/09/15 22:01, Pieter Hintjens wrote:
|
git clone https://github.com/zeromq/czmq.git
cd czmq
./generate.sh # Everything works fine
./generate.sh # Fatal error (see below) You can find the corrupted file with |
I remember something like this. Didn't we fix this problem? If not, how On 04/09/15 22:01, Pieter Hintjens wrote:
|
So CZMQ is a C library, nothing special. There are a number of different On Sat, Sep 5, 2015 at 7:18 AM, jschultz [email protected] wrote:
|
To following error is thrown:
The error occurs the second time ./generate.sh is executed. To reproduce this error do the following:
The text was updated successfully, but these errors were encountered: