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!
--
To view, visit
https://gerrit.osmocom.org/c/osmo-remsim/+/36835?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I6e839b7772a9b176b972c5c0a01bb352a7a68923
Gerrit-Change-Number: 36835
Gerrit-PatchSet: 1
Gerrit-Owner: Joey Berkovitz <joey(a)berkovitz.us>
Gerrit-Reviewer: Jenkins Builder
Gerrit-CC: laforge <laforge(a)osmocom.org>
Gerrit-Attention: Joey Berkovitz <joey(a)berkovitz.us>
Gerrit-Comment-Date: Wed, 15 May 2024 14:55:09 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment