Hi Jürgen,
Just a guess: could it be a signal received by your software that
interrupted a ZMQ operation which returned EINTR instead of zero ?

Actually I never used CZMQ so that's just a wild guess.

Francesco

2017-12-07 19:39 GMT+01:00 Juergen Gnoss <jgn...@hotmail.com>:

>
> I've written a program using czmq.
>
>
> Current ØMQ version is 4.2.3
>
> built from git
> zcmq built against that lib
>
>
> My program generally runs very well and
>
> handles a good amount of messeges every day.
>
> But in occasional cases (once in 2 or 3 days) it just asserts with.
>
>
> E: 17-12-07 13:17:56 zsock: invalid picture element 'a'
> dcs_BSD_PortHandler: src/zsock.c:1149: zsock_vrecv: Assertion `0' failed.
>
> I'm sure I'm not using zsock_vrecv in my program.
>
> So I guess it's somewhere in the libs.
>
> Any hints how I can find where the problem comes from.
>
> Ju
>
>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
https://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to