Had another crash with the same exact output from gdb as before. The template is `%t.%e.%s.%p.core`
The filename is `1737592676.kamailio.11.24.core` 24 is a `udp receiver child=4`.
Anything else I can obtain from the core dump that might point to the cause? I do see a new log line produced right before the crash this time referring to `process_lumps()`:
``` ERROR 2025-01-23T00:36:51.270454249Z [resource.labels.containerName: kamailio] 1(21) CRITICAL: {1 1 SUBSCRIBE 0_1452069404@10.58.1.190} <core> [core/msg_translator.c:1546]: process_lumps(): null bind_address ERROR 2025-01-23T00:38:28.146835276Z [resource.labels.containerName: kamailio] 45(65) CRITICAL: <core> [core/pass_fd.c:281]: receive_fd(): EOF on 18 ERROR 2025-01-23T00:38:31.474909193Z [resource.labels.containerName: kamailio] 0(1) ALERT: <core> [main.c:805]: handle_sigs(): child process 24 exited by a signal 11 ERROR 2025-01-23T00:38:31.474968814Z [resource.labels.containerName: kamailio] 0(1) ALERT: <core> [main.c:809]: handle_sigs(): core was generated ```
Hopefully this helps.