curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Memory leak with curl_multi_socket_action

From: Patrick Schlangen via curl-library <curl-library_at_cool.haxx.se>
Date: Sun, 24 May 2020 22:56:10 +0200

Am 24.05.2020 um 21:56 schrieb James Read via curl-library <curl-library_at_cool.haxx.se>:
> ...
> On closer inspection my valgrind output has the following lines:
>
> --69689-- Reading syms from /usr/lib/x86_64-linux-gnu/libcurl.so.4.6.0
> --69689-- object doesn't have a symbol table
>
> So something is definitely wrong here.

After building curl with debug information, did you also run ‚make install‘ to install the newly built library and link your application against it? It looks like you’re still linking against the system-provided, non-debug version.

Best,

Patrick

-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html

Received on 2020-05-24