I have been doing some development of 0mq-based C (console) applications in cygwin, and there are two oddities that I would like to comment on. I would like to know if anybody else sees these issues:
1. Behavior of Control-C: for certain operations (I believe mostly when calling zmq_recv()), Control-C does not abort the operation. The only way to exit the application is killing the process. I am properly handling the return value of zmq_recv(). 2. This may have nothing to do with 0mq proper, but sometimes I get the message "fatal error - cygheap base mismatch detected" when running my application. Right after that, I re-run it and it works ok. My environment is: * Windows 7 64 bit (all patches applied as of today). * Cygwin 1.7.18(0.263/5/3) (updated yesterday, with gcc 4.5.3). * 0mq 3.3.0 (cloned from github yesterday) compiled with Visual C++ 2010 Express. Thanks for any hints, -- Gonzalo Diethelm DCV Chile ----------------------------------------- Declaración de confidencialidad: Este Mensaje esta destinado para el uso de la o las personas o entidades a quien ha sido dirigido y puede contener información reservada y confidencial que no puede ser divulgada, difundida, ni aprovechada en forma alguna. El uso no autorizado de la información contenida en este correo podrá ser sancionado de conformidad con la ley chilena. Si usted ha recibido este correo electrónico por error, le pedimos eliminarlo junto con los archivos adjuntos y avisar inmediatamente al remitente, respondiendo este mensaje. "Before printing this e-mail think if is really necesary". Disclosure: This Message is to be used by the individual, individuals or entities that it is addressed to and may include private and confidential information that may not be disclosed, made public nor used in any way at all. Unauthorized use of the information in this electronic mail message may be subject to the penalties set forth by Chilean law. If you have received this electronic mail message in error, we ask you to destroy the message and its attached file(s) and to immediately notify the sender by answering this message.
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
