This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 2ae5f186929a720b5604e2bd19ef54606b37fb87 (commit)
from 5c5c78aacd4cd15e1147c2e5dbb4dc9fca4da7e5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=2ae5f186929a720b5604e2bd19ef…
commit 2ae5f186929a720b5604e2bd19ef54606b37fb87
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 15 02:26:03 2016 +0100
fsm: explicitly log removal from parent fsm
Since removing an FSM from its parent twice causes a segfault, it is very
interesting to see when that is attempted.
Removing could be made more robust, but logging is interesting for
investigating why an FSM is being removed twice in the first place (currently
the case in openbsc's vlr_lu_fsm).
Change-Id: Idec6b7aa5344f1e903c9d2aa2a3640cab0d70fb0
-----------------------------------------------------------------------
Summary of changes:
src/fsm.c | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
An utility library for Open Source Mobile Communications