I got a segfault because I dereferenced an invalid pointer (due to a termination condition in a loop being incorrect). The strange part is that this code was only called after the call to zmq_msg_recv. I had put some print statements between receiving the message and the code that was broken, but those did not output for the first few messages. Therefore I thought they would not be related.
I strongly doubt this will help anyone, because I really don't see how these issues were related. On 19 April 2016 at 17:32, c <[email protected]> wrote: > Ale Strooisma <[email protected]> writes: > > > I fixed another problem in my code, and now this is not happening > anymore... I am baffled as to how this could be related. > > > > Thanks for your response and sorry for wasting your time. > > What was the problem and how did you fix it just in case someone else > runs into a similar issue? > _______________________________________________ > 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
