> On Dec 8, 2016, at 8:33 AM, David R Bosso <dbo...@ucsb.edu> wrote:
> 
> 
>> On Dec 7, 2016, at 10:58 PM, Alexander V. Lukyanov <l...@netis.ru 
>> <mailto:l...@netis.ru>> wrote:
>> 
>> 
>> Thanks. Please do also these commands in gdb:
>> 
>>    frame 4
>>    p z
>>    p &z
>>    p z.state
>> 
>> Also try to run lftp under valgrind.
>> 
>> --
>>   Alexander.
> 
> (gdb) frame 4
> #4  0x000000000055b13e in DataDeflator::PutTranslated (this=0x13e1fb0, 
> target=0x14e4958, 
>     put_buf=0x1672e30 
> "\334[Esm;\255\301\302H\233q\234\343\034\236\275\351\001s^\361\005\276\202\221Iw\005\303\305+m\017\020R\003z\034\221[ڮ\242\272f\231-\364\220\273\210\300&5#w$\fu\306y\240\016R\373\304֚}坥\334SE%\312\356\313.\026>:\023\334\347\216\063\315a\307\342}?P\323\365G\236\322\177&\314\354\232)#\311e9\355\333\361\351L\vQ\353\061\303\341H\365-3O\177(DLp\f\001\030\031\344\363\320c<sX^\026ծ\337\303Q\315%\235\325\324\302\066\224?ˉ\211s\302\222s\372t\240\n^\006\326.\265+{\211\256!\232O\264]H\342e#ˌ`ay9\343\030\351]\275",
>  <incomplete sequence \317>..., size=4947) at buffer_zlib.cc:131
> 131         assert(ret != Z_STREAM_ERROR);  /* state not clobbered */
> (gdb) p z
> $1 = {
>   next_in = 0x1672e30 
> "\334[Esm;\255\301\302H\233q\234\343\034\236\275\351\001s^\361\005\276\202\221Iw\005\303\305+m\017\020R\003z\034\221[ڮ\242\272f\231-\364\220\273\210\300&5#w$\fu\306y\240\016R\373\304֚}坥\334SE%\312\356\313.\026>:\023\334\347\216\063\315a\307\342}?P\323\365G\236\322\177&\314\354\232)#\311e9\355\333\361\351L\vQ\353\061\303\341H\365-3O\177(DLp\f\001\030\031\344\363\320c<sX^\026ծ\337\303Q\315%\235\325\324\302\066\224?ˉ\211s\302\222s\372t\240\n^\006\326.\265+{\211\256!\232O\264]H\342e#ˌ`ay9\343\030\351]\275",
>  <incomplete sequence \317>..., avail_in = 4947, total_in = 393216, next_out 
> = 0x1733c5d "", 
>   avail_out = 5203, total_out = 361024, msg = 0x7ffff78a2760 "stream error", 
> state = 0x14febb0, zalloc = 0x7ffff789c560 <zcalloc>, zfree = 0x7ffff789c570 
> <zcfree>, opaque = 0x0, data_type = 0, 
>   adler = 2504375505, reserved = 140737328916424}
> (gdb) p &z
> $2 = (z_stream *) 0x13e2010
> (gdb) p z.state
> $3 = (internal_state *) 0x14febb0
> (gdb) 
> 
> I will see about running in valgrind later today.
> 
> Thanks.
> 
> -David

Hi, here’s a first run at valgrind. It’s been a while since I’ve used it, let 
me know if you want it run with other options.

http://pastebin.com/BHSFAQtX

Thanks.

-David
_______________________________________________
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp

Reply via email to