wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Wget-dev] wget2 | WIP: Implementation of -I/-X options (!383)


From: DalmeGNU
Subject: Re: [Wget-dev] wget2 | WIP: Implementation of -I/-X options (!383)
Date: Thu, 23 Aug 2018 11:03:03 +0000

It's the first time I do this and I'm a bit lost. All tests except test-i-https 
pass with `make check-valgrind`. I took a look of the log and I found this:

```
Failed to connect: Certificate error
==11036== 
==11036== HEAP SUMMARY:
==11036==     in use at exit: 16 bytes in 1 blocks
==11036==   total heap usage: 40,172 allocs, 40,171 frees, 8,169,978 bytes 
allocated
==11036== 
==11036== 16 bytes in 1 blocks are definitely lost in loss record 1 of 1
==11036==    at 0x4C2AD10: calloc (vg_replace_malloc.c:623)
==11036==    by 0x553174A: gnutls_x509_crl_iter_crt_serial (in 
/usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28.41.0)
==11036==    by 0x5554DE8: ??? (in 
/usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28.41.0)
==11036==    by 0x555B8FE: gnutls_x509_trust_list_verify_crt2 (in 
/usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28.41.0)
==11036==    by 0x551077E: ??? (in 
/usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28.41.0)
==11036==    by 0x5506F47: gnutls_certificate_verify_peers3 (in 
/usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28.41.0)
==11036==    by 0x4E63673: _verify_certificate_callback (in 
/home/dalme/tmp-import-export/wget2/libwget/.libs/libwget.so.0.0.0)
==11036==    by 0x54F2E8B: ??? (in 
/usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28.41.0)
==11036==    by 0x54F75BB: gnutls_handshake (in 
/usr/lib/x86_64-linux-gnu/libgnutls-deb0.so.28.41.0)
==11036==    by 0x4E646F5: _do_handshake (in 
/home/dalme/tmp-import-export/wget2/libwget/.libs/libwget.so.0.0.0)
==11036==    by 0x4E64FD3: wget_ssl_open (in 
/home/dalme/tmp-import-export/wget2/libwget/.libs/libwget.so.0.0.0)
==11036==    by 0x4E5DFB6: wget_tcp_connect (in 
/home/dalme/tmp-import-export/wget2/libwget/.libs/libwget.so.0.0.0)
==11036== 
==11036== LEAK SUMMARY:
==11036==    definitely lost: 16 bytes in 1 blocks
==11036==    indirectly lost: 0 bytes in 0 blocks
==11036==      possibly lost: 0 bytes in 0 blocks
==11036==    still reachable: 0 bytes in 0 blocks
==11036==         suppressed: 0 bytes in 0 blocks
==11036== 
==11036== For counts of detected and suppressed errors, rerun with: -v
==11036== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
```

I understand what it means but I don't know how can I fix it or find where is 
the problem at Wget2 as the fails of the log refers to calloc and gnutls files.

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/merge_requests/383#note_96405922
You're receiving this email because of your account on gitlab.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]