> Am 26.09.2024 um 09:00 schrieb Daniel Stenberg via curl-library > <curl-library@lists.haxx.se>: > > On Wed, 25 Sep 2024, Chris V via curl-library wrote: > >> I compile it with >> gcc -o Beispiel beispiel.c -lcurl >> >> Starting it I am getting a segfault. As soon as I remove the >> curl_easy_cleanup() call it runs fine. >> >> System is running on a Raspberry with Debian: >> libcurl 7.64.0-4+deb10u9 >> >> Any ideas what I did wrong? > > Nope. I can't spot any problem and that code runs fine on my tests - but I > only tested with recent libcurl versions and not on a raspberry. > > But such a basic example has not been reported to fail in the past either. The stacktrace would certainly tell a tale. > > -- > > / daniel.haxx.se > | Commercial curl support up to 24x7 is available! > | Private help, bug fixes, support, ports, new features > | https://curl.se/support.html > -- > Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library > Etiquette: https://curl.se/mail/etiquette.html -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html
Re: curl_easy_cleanup( ) causes segmentation fault
Stefan Eissing via curl-library Thu, 26 Sep 2024 00:03:25 -0700
- curl_easy_cleanup( ) causes segmentation ... Chris V via curl-library
- Re: curl_easy_cleanup( ) causes segm... Daniel Stenberg via curl-library
- Re: curl_easy_cleanup( ) causes ... Stefan Eissing via curl-library
- Re: curl_easy_cleanup( ) causes ... Ralph M via curl-library