mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
docs: fix GST_LEAKS_TRACER_SIG doc
The documentation wasn't mentioning the SIGUSR2 signal. https://bugzilla.gnome.org/show_bug.cgi?id=772571
This commit is contained in:
parent
d02e1d7f7d
commit
0b9b8c768c
1 changed files with 3 additions and 3 deletions
|
@ -264,9 +264,9 @@ leaks
|
|||
-----
|
||||
- track creation/destruction of GstObject and GstMiniObject
|
||||
- log those which are still alive when app is exiting and raise an error if any
|
||||
- If the GST_LEAKS_TRACER_SIG env variable is defined:
|
||||
- log alive objects when receiving the SIGUSR1 signal.
|
||||
- create a checkpoint and print a list of objects created and destroyed since
|
||||
- If the GST_LEAKS_TRACER_SIG env variable is defined the tracer will handle the following UNIX signals:
|
||||
- SIGUSR1: log alive objects
|
||||
- SIGUSR2: create a checkpoint and print a list of objects created and destroyed since
|
||||
the previous checkpoint.
|
||||
- If the GST_LEAKS_TRACER_STACK_TRACE env variable is defined log the creation
|
||||
stack trace of leaked objects. This may significantly increase memory
|
||||
|
|
Loading…
Reference in a new issue