Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which curl version need to use? #55

Open
lemon19900815 opened this issue Nov 15, 2023 · 2 comments
Open

which curl version need to use? #55

lemon19900815 opened this issue Nov 15, 2023 · 2 comments

Comments

@lemon19900815
Copy link

hi, embeddedmz!
thank for share the great proj, i want to know which curl version is to used, i test the newest curl version 8.4.0, but the DownloadWildcard failed and some compile warning. and I use the lib on ubuntu 20.04 in virtual machine, the memory usage will increasing to 30%(memory leak?), i don't known how to do? Have you encountered similar problems?but the same code on windows, every thing is ok. expect your reply.

@embeddedmz
Copy link
Owner

Hi @lemon19900815

I don't really have a version to recommend other than the latest.

You'll need to debug the code with a development environment like Qt on Linux and see why the DownloadWildcard method fails.

To check for memory leaks, run a compiled program in debug mode with valgrind and check whether it has detected any leaks.

Regards.

@lemon19900815
Copy link
Author

Thanks for your prompt reply! I tried the valgrind tool firstly, but it's not give me useful suggestion. Now, I used the curl version is 7.88.1, and the interface of the repository is ok. I carely analysis my code, I think it's maybe not a memory leak!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants