On 2015-02-14 13:13, Oswald Buddenhagen wrote:
> On Wed, Feb 04, 2015 at 06:30:27PM +0100, Mark Janssen (isync) wrote:
>> I also need to change the deflate handling like below:
>>
>> - if (deflate( conn->out_z, Z_PARTIAL_FLUSH ) !=
>> Z_OK) {
>> + int r;
>> + r = deflate( conn->out_z, Z_PARTIAL_FLUSH );
>> + if (r != Z_OK && r!= Z_BUF_ERROR) {
>>
>>
>> To be able to have a run without crashes.
>>
> this indicates an internal error. it would probably help if you could
> make a trace demonstrating the problem with the socket-debug branch.
>
> unless this is actually a result of the memory exhaustion problem. in
> this case this simply covers up the symptoms, and i would definitely
> not
> trust this patch.
>
Not sure which mail to report this on, but the recent commits on master
have fixed my crashes. Thanks a lot.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel