Am 29.08.2012 um 22:54 schrieb Ian Barber:

> On Tue, Aug 28, 2012 at 2:16 PM, Ian Barber <[email protected]> wrote:
>> Ah, I fixed a similar issue in master the other day, may well be the
>> same thing. I'll check and send a pull req when I get home.
>> 
>> Ian
> 
> That's all merged in now by the way, so give it another go.

thanks - I did (commit f79e1f8)

'make check' now runs the test_pair_tcp test fine

However, later I get:
 
test_shutdown_stress running...
/bin/bash: line 5: 23543 Segmentation fault      ${dir}$tst
FAIL: test_shutdown_stress

if I change test_shutdown_stress to start the program under gdb like so

      #exec "$progdir/$program" ${1+"$@"}
      gdb "$progdir/$program" ${1+"$@"}

it seems to run ok: lots of
[Thread 0xa6de7b70 (LWP 26506) exited]
[New Thread 0xa65e6b70 (LWP 26507)]
... 

but then "Program exited normally."

looks like a bit of a Heisenbug - or a race condition - to me

- Michael

> 
> Ian
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to