Re: [zeromq-dev] PDF version of the Guide

2011-04-30 Thread Joshua Foster
The table of contents should be expanded and maybe clickable. Joshua On 4/30/2011 9:55 AM, Pieter Hintjens wrote: > Hi All, > > I've uploaded an experimental PDF version of the Guide, available at > http://zguide.zeromq.org/main:_start. > > Please let me know if this works for you and I'll add th

[zeromq-dev] PDF version of the Guide

2011-04-30 Thread Pieter Hintjens
Hi All, I've uploaded an experimental PDF version of the Guide, available at http://zguide.zeromq.org/main:_start. Please let me know if this works for you and I'll add this to the rebuild process. -Pieter ___ zeromq-dev mailing list zeromq-dev@lists.z

[zeromq-dev] Full spec for ZeroMQ protocol over TCP

2011-04-30 Thread Pieter Hintjens
Hi All, I've made an attempt to document ZMTP, the ZeroMQ Message Transfer Protocol, here: http://rfc.zeromq.org/spec:13/ This is my attempt at a full ABNF grammar: zmtp= *connection connection = greeting *content greeting= anonymous / identity anonynous = %0x01 %x00 identity

Re: [zeromq-dev] [PROPOSAL] git repo for test cases

2011-04-30 Thread Pieter Hintjens
On Sat, Apr 30, 2011 at 11:26 AM, Tobias Hintze wrote: > this worked for me, that is way more "trackable" then just uploading > a bunch of files to my webserver. Nice. We're three people collaborating on this, you making the test case, Martin fixing it on 3.0, and me applying & testing that fix

Re: [zeromq-dev] multipart messages not atomic but mixed

2011-04-30 Thread Pieter Hintjens
On Sat, Apr 30, 2011 at 8:31 AM, Pieter Hintjens wrote: > Thanks for the test case. It doesn't show any problems when I test it, > though. Seems to work fine. Thanks for the new test cases, I've reproduced nicely on 2.1 and 3.0. We'll wait for Martin to look at this now, and then we can properly

Re: [zeromq-dev] [PROPOSAL] git repo for test cases

2011-04-30 Thread Tobias Hintze
- Original Message - [...] > We also need space for listings, crash dumps, notes, scripts, etc. > that go along with a test case. yea - i used some webserver for putting it all together for you. [...] > So my proposal is to create a test repo, where every issue has a > directory, contain

Re: [zeromq-dev] Accessing message after close?

2011-04-30 Thread Pieter Hintjens
On Sat, Apr 30, 2011 at 10:33 AM, Jon Dyte wrote: > it's not accessing a closed message because this read call above should > have populated msg_ Right... missed that. So presumably it's something like stack overflow causing message corruption. Thanks, Pieter __

Re: [zeromq-dev] Accessing message after close?

2011-04-30 Thread Jon Dyte
Pieter Hintjens wrote: > Martin, > > While testing issue 199 I got this crash in xrep: > > Program terminated with signal 6, Aborted. > #0 0x7effad821ba5 in raise (sig=) at > ../nptl/sysdeps/unix/sysv/linux/raise.c:64 > #1 0x7effad8256b0 in abort () at abort.c:92 > #2 0x7effae4ab329

[zeromq-dev] Accessing message after close?

2011-04-30 Thread Pieter Hintjens
Martin, While testing issue 199 I got this crash in xrep: Program terminated with signal 6, Aborted. #0 0x7effad821ba5 in raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x7effad8256b0 in abort () at abort.c:92 #2 0x7effae4ab329 in zmq::xrep_t::xrecv (this=0x1e028f0,

Re: [zeromq-dev] [PATCH] Yet one more fix related to PUB socket and multipart messages

2011-04-30 Thread Pieter Hintjens
Applied to 2.1/2.2 and issue 191 test cases pass successfully. On Sat, Apr 30, 2011 at 8:51 AM, Martin Sustrik wrote: > > ___ > zeromq-dev mailing list > zeromq-dev@lists.zeromq.org > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > _

[zeromq-dev] [PROPOSAL] git repo for test cases

2011-04-30 Thread Pieter Hintjens
Hi all, This is a request for comments on a better organization for test cases. This is specifically for reported issues, not regression testing. Currently, we have no consistent location for test cases, which means that: * Anyone wanting to test a fix for an issue has to search for test cases *