Attention is currently required from: Joey Berkovitz.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/36835?usp=email )
Change subject: user_ifdhandler: Fix segfault on startup ......................................................................
Patch Set 1:
(1 comment)
File src/client/user_ifdhandler.c:
https://gerrit.osmocom.org/c/osmo-remsim/+/36835/comment/c6824d93_206eb05a PS1, Line 374: ensure_osmo_ctx ensure_osmo_ctx() basically calls osmo_ctx_init() which is called just two lines below. Might it be that the existing code just needs to be re-ordered? Did you try the following: * not adding ensure_osmo_ctx * moving osmo_select_init below osmo_ctx_init
Thanks!