Load mod_sofia error!

The Freeswitch service in my container(docker) is installed on a server that, when machine rebooted, causes the Freeswitch process to start but function improperly. when I check the log and found:
2024-10-23 15:55:47.833105 [DEBUG] sofia.c:3523 Write unlock external
2024-10-23 15:55:47.834304 [CRIT] switch_loadable_module.c:1785 Error Loading module /usr/lib64/freeswitch/mod/mod_sofia.so
Module load routine returned an error

However, it not report that error when restart the service manually after reboot the machine:
2024-10-23 16:24:17.969096 [CONSOLE] switch_loadable_module.c:1803 Successfully Loaded [mod_sofia]
I believe some sort of dependency sequence is causing this problem, how do I fix it?

FreeSWITCH Version 1.10.3-release.5~64bit (-release.5 64bit)

Hello,

Please upgrade to the latest version 1.10.12 Release FreeSWITCH v1.10.12 Release · signalwire/freeswitch · GitHub . Version 1.10.3 is 4 years old. If you find the same error on the latest version please open a ticket Issues · signalwire/freeswitch · GitHub . Any fixes would be applied to the master branch and not back ported to an early version