<div dir="ltr"><div><div><div><div><div>Thanks. <br><br></div>I will try to use the prebuild debug binary first. I tried to compile axl and vortex using VC9. But it missing few functions, I tried to find replaced ones for windows but more coming. I guess I have to use mingw to build it. <br>
<br></div>I will debug soon and keep you and mailinglist updated. <br><br></div>Thanks.<br></div>Regards<br></div>Scott<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 30, 2013 at 5:58 PM, Francis Brosnan Blazquez <span dir="ltr"><<a href="mailto:francis@aspl.es" target="_blank">francis@aspl.es</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Scott,<br>
<br>
Looking at your description it's hard to tell what's wrong. Those basic<br>
features (sending such amount of data) are heavily tested and used, but<br>
of course, there may be a bug...<br>
<br>
What I recommend to you is to build vortex on windows or to use<br>
libvortex-debug-1.1.dll found in the installer (under debug/ folder).<br>
<br>
The first option may be a bit of work at the beginning but will provide<br>
you the means to apply modifications (adding more logs and/or a fix).<br>
<br>
After you've got a compiled .dll with debug support, run your<br>
application enabling the environment variable VORTEX_DEBUG set to 1, for<br>
example:<br>
<br>
>> VORTEX_DEBUG=1 ./your-application<br>
(bash/sh format)<br>
<br>
That will give you lot of information and I'm sure you'll see the<br>
error...<br>
<br>
Keep us updated with your findings Scott, Cheers!<br>
<div><div class="h5"><br>
> Hello.<br>
><br>
>    I just recently port one of my linux program built on vortex to<br>
> windows. Eveything works fine mostly.<br>
><br>
>  The message sent through channel comes out on peer as expect. Until<br>
> when I try to send a buffer which is ~9K over the channel. Then it<br>
> never appears in peer. And any further msg sent from this channel<br>
> doesn't work either. So I think the channel is "dead" or "stalled"<br>
> something. I am using the prebuild windows binary version of vortex.<br>
> Which I don't know how to debug.<br>
><br>
><br>
>    I tried to review the source code, seems "window_size" property of<br>
> channel may cause "dead". So I use set_window_size to 90K. but it<br>
> doesn't help.<br>
><br>
><br>
>    I remember when the program running on linux. send this 8K buffer<br>
> didn't give any problem.<br>
><br>
><br>
>    can any one give an idea how to resolve this?<br>
><br>
><br>
>    Tomorrow I may need to build the vortex and debug with its source<br>
> code.<br>
><br>
><br>
> Thanks.<br>
> Regards.<br>
> Scott<br>
><br>
</div></div>> _______________________________________________<br>
> Vortex mailing list<br>
> <a href="mailto:Vortex@lists.aspl.es">Vortex@lists.aspl.es</a><br>
> <a href="http://lists.aspl.es/cgi-bin/mailman/listinfo/vortex" target="_blank">http://lists.aspl.es/cgi-bin/mailman/listinfo/vortex</a><br>
<br>
--<br>
Francis Brosnan Blázquez <<a href="mailto:francis.brosnan@aspl.es">francis.brosnan@aspl.es</a>><br>
ASPL<br>
91 134 14 22 - 91 134 14 45 - 91 116 07 57<br>
<br>
AVISO LEGAL<br>
<br>
Este mensaje se dirige exclusivamente a su destinatario. Los datos<br>
incluidos en el presente correo son confidenciales y sometidos a secreto<br>
profesional, se prohíbe divulgarlos, en virtud de las leyes vigentes. Si<br>
usted no lo es y lo ha recibido por error o tiene conocimiento del mismo<br>
por cualquier motivo, le rogamos que nos lo comunique por este medio y<br>
proceda a destruirlo o borrarlo.<br>
<br>
En virtud de lo dispuesto en la Ley Orgánica 15/1999, de 13 de<br>
diciembre, de Protección de Datos de Carácter Personal, le informamos de<br>
que sus datos de carácter personal, recogidos de fuentes accesibles al<br>
público o datos que usted nos ha facilitado previamente, proceden de<br>
bases de datos propiedad de Advanced Software Production Line, S.L.<br>
(ASPL). No obstante, usted puede ejercitar sus derechos de acceso,<br>
rectificación, cancelación y oposición dispuestos en la mencionada Ley<br>
Orgánica, notificándolo por escrito a:<br>
ASPL - Protección Datos, C/Antonio Suárez 10 A-102, 28802, Alcalá de<br>
Henares (Madrid).<br>
<br>
</blockquote></div><br></div>