Having a strange issue with std.net.curl.HTTP as a struct dependency

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 10 13:31:12 PDT 2017


NoBigDeal256 wrote:

> I'm currently learning D and started working on one of my first projects 
> which is an API wrapper. I'm currently having an issue with my program 
> getting a InvalidMemoryOperationError upon exiting the process on Windows 
> 7. On my Debian VM I get a segmentation fault.

known bug in curl finalization on program exit. should be fixed in the next 
release. for now you have to live with it, or build your own phobos.


More information about the Digitalmars-d-learn mailing list