On 13.12.12 17:37, Holger Hans Peter Freyther wrote:
On Thu, Dec 13, 2012 at 03:39:38PM +0100, Tobias Engel wrote:
Now, back in msc_compl_l3, trans_has_conn is called, which tries to dereference conn->bts->network, which causes the segfault.
trans_has_conn is recent (and introduced by me). It was introduced here[1] but the code was accessing conn->bts before as well.
It was, but not in msc_compl_l3. It was/is also accessed in msc_release_connection, but before calling gsm0808_clear, so that is not a problem.
-Tobias