Tests: Fix possible segfault in health check thread exit test
authorChristian Babeux <christian.babeux@efficios.com>
Wed, 22 May 2013 20:29:33 +0000 (16:29 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 22 May 2013 20:58:00 +0000 (16:58 -0400)
commit7f2a80589c0b04627eaa351a9debff202836f930
treed652b629e18f2cccf8cdee9666c720db266635b0
parentdae10966bfbb28474ae7162346237b249357e98c
Tests: Fix possible segfault in health check thread exit test

The testpoints in the thread_manage_clients and thread_manage_apps are
called after a rcu_register_thread() call. The testpoints were not
unregistering their respective thread which could later on cause a
segfault when shutting down the session daemon.

Signed-off-by: Christian Babeux <christian.babeux@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
tests/regression/tools/health/health_exit.c
This page took 0.026991 seconds and 5 git commands to generate.