std.net.curl and libcurl.so

Stefan Koch via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Sep 22 17:55:43 PDT 2016


On Thursday, 22 September 2016 at 23:19:27 UTC, Joseph Rushton 
Wakeling wrote:
>
> The segfault would suggest to me that either the loading of the 
> library fails or that there's some resource phobos expects to 
> find which it can't access.  Can anyone advise what could be 
> going on here?
>     -- Joe

> /usr/lib/x86_64-linux-gnu/libcurl.so
> #13 0x00007ffff6f97986 in curl_multi_perform () from 
> /usr/lib/x86_64-linux-gnu/libcurl.so
> #14 0x00007ffff6f8e65b in curl_easy_perform () from 
> /usr/lib/x86_64-linux-gnu/libcurl.so

This suggests that libcurl is loaded.
could you compile with -g ?
and then post the output ?

Also the call seems to fail during allocation.


More information about the Digitalmars-d-learn mailing list