Project

General

Profile

Actions

Bug #870

closed

Python agent hang on teardown

Added by Christian Babeux over 9 years ago. Updated almost 9 years ago.

Status:
Resolved
Priority:
Normal
Target version:
Start date:
12/12/2014
Due date:
% Done:

0%

Estimated time:

Description

The UST Python agent seems to be hanging when executing this serie of commands:

test.py
#!/usr/bin/python

import logging
import lttng_agent
agent = lttng_agent.LTTngAgent()
ev1 = logging.getLogger("python-ev-test1");
ev1.debug("allo")

lttng create; lttng enable-event -p -a; lttng start then launch test.py.

A proper way to teardown the agent without calling destroy need to be found.

Actions

Also available in: Atom PDF