Hello Luís,<br><br>after some more examination I've discovered, that the error really was not connected with Babel, but rather with some "impedance mismatch" between CFFI and ZMQ: CFFI currently is able to support only null-terminated strings, while ZMQ operates in blobs, so TRANSLATE-FROM-FOREIGN was fed with the data, it was not ready to handle.<br>

<br>I've prepared a patch to CFFI, that can handle this situation (additional TRANSLATE- method for string blobs of known size) and will soon send it, if I no better solution will be found.<br><br>Best regards,<br>Vsevolod<br>


<br><br><div class="gmail_quote">On Thu, Aug 5, 2010 at 12:35 AM, Luís Oliveira <span dir="ltr"><<a href="mailto:luismbo@gmail.com">luismbo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hello Vsevolod,<br>
<div class="im"><br>
On Wed, Aug 4, 2010 at 9:42 PM, Vsevolod Dyomkin <<a href="mailto:vseloved@gmail.com">vseloved@gmail.com</a>> wrote:<br>
> It's also worth mentioning, that I'm using babel-0.3.<br>
<br>
</div>Perhaps you should try with the development versions of babel and<br>
CFFI. Let me know if that helps.<br>
<br>
Cheers,<br>
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Luís Oliveira<br>
<a href="http://r42.eu/%7Eluis/" target="_blank">http://r42.eu/~luis/</a><br>
</div></div></blockquote></div><br>