Skip to content

boost::exception_detail::clone_impl thrown with 0.13-release #776

@biot023

Description

@biot023

Hi -- I'm getting this error thrown:

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<std::__exception_ptr::exception_ptr>'

A quick google of the error turned this stack overflow question up.

At the end of that ticket is this comment:

The author of library found the solution to be using the same instance of the client and not creating/destroying it each time

If I assume that the same approach would work for me, I have the issue that my cpp-netlib client is being created in a fire-and-forget thread each time it is needed. This is because I need them to run concurrently.

Would I need to implement a pool of clients to handle this? Has anyone seen anything similar that they could point me to, if I should?

Thanks for any and all assistance,
Doug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions