Reproducible with this simple C program:

#include <stdio.h>
#include <curl/multi.h>

int main()
{
   CURLM *handle = curl_multi_init();
   
   printf("handle: 0x%x\n", (unsigned int)handle);
   curl_multi_cleanup(handle);
   return 0;
}

gcc -g -o curltest curltest.c `curl-config --static-libs`

So this looks like it could be a bug in curl itself.

** Also affects: curl (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1163609

Title:
  pycurl FTBFS due to segfault in test suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1163609/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to