Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Bindings Memory Leak #196

Closed
isaaczinda opened this issue Aug 10, 2019 · 1 comment
Closed

Python Bindings Memory Leak #196

isaaczinda opened this issue Aug 10, 2019 · 1 comment

Comments

@isaaczinda
Copy link
Contributor

When using the python bindings, there is a memory leak when creating spans with this incorrect pattern:

    with tracer.start_span(operation_name='make_some_request') as client_span:
        tracer.scope_manager.activate(client_span, True)
        pass

This issue is documented more extensively here:
lightstep/lightstep-tracer-python#74

@isaaczinda
Copy link
Contributor Author

This is actually an OpenTracing issue so I'm moving this discussion here: opentracing/opentracing-python#125.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant