Bug 256961 - [GStreamer] Enable leak tracing in test harness
Summary: [GStreamer] Enable leak tracing in test harness
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-18 08:01 PDT by Philippe Normand
Modified: 2023-05-18 08:01 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2023-05-18 08:01:56 PDT
To be investigated, some ideas:

1. enable leak tracer with GST_TRACERS env var in glib.py test environment
2. before each test, emit the "activity-start-tracking" action signal on the tracer
3. after each test invocation get the live objects from the tracer with "activity-get-checkpoint" action signal
4. do something with the report
5. emit "activity-stop-tracking"