Project

General

Profile

Actions

Bug #3464

closed

USSD tests failing in osmo-gsm-tester

Added by pespin over 5 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
-
Start date:
08/13/2018
Due date:
% Done:

100%

Spec Reference:

Description

Take for instance test aoip_ussd:sysmo/assert_extension.py.

This test tries to send the "*#100#" and check that the extension is received correctly bythe MS.

ofono fails with:

03:11:20.310331 tst           assert_extension.py:47: Sending ussd code *#100#  [trial-1622↪aoip_ussd:sysmo↪assert_extension.py:47]  [assert_extension.py:47]
03:11:22.015433 tst           assert_extension.py:48: ERR: Error: g-io-error-quark: GDBus.Error:org.ofono.Error.Terminated: Operation was terminated by the network (36)  [trial-1622↪aoip_ussd:sysmo↪assert_extension.py:48]  [proxy_method.py:75: 0, timeout_to_glib(timeout), None).unpack()]
03:11:22.018547 tst           assert_extension.py:48: TRACEBACK: Traceback (most recent call last):
  File "/home/jenkins/workspace/osmo-gsm-tester_run-prod/osmo-gsm-tester/src/osmo_gsm_tester/test.py", line 62, in run
    self.path)
  File "/home/jenkins/workspace/osmo-gsm-tester_run-prod/osmo-gsm-tester/src/osmo_gsm_tester/util.py", line 351, in run_python_file
    spec.loader.exec_module( importlib.util.module_from_spec(spec) )
  File "<frozen importlib._bootstrap_external>", line 673, in exec_module
  File "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed
  File "/home/jenkins/workspace/osmo-gsm-tester_run-prod/osmo-gsm-tester/suites/aoip_ussd/assert_extension.py", line 48, in <module>
    response = ms.ussd_send(USSD_COMMAND_GET_EXTENSION)
  File "/home/jenkins/workspace/osmo-gsm-tester_run-prod/osmo-gsm-tester/src/osmo_gsm_tester/modem.py", line 751, in ussd_send
    service_type, response = ss.Initiate(command)
  File "/usr/local/lib/python3.5/dist-packages/pydbus/proxy_method.py", line 75, in __call__
    0, timeout_to_glib(timeout), None).unpack()
GLib.GError: g-io-error-quark: GDBus.Error:org.ofono.Error.Terminated: Operation was terminated by the network (36)
  [trial-1622↪aoip_ussd:sysmo↪assert_extension.py:48]  [test.py:105]

In pcap trace with GSMTAP and traffic BTS<->BSC, it can be seen that MS sends "DATA INDication (DTAP) (SS) Register (GSM MAP) invoke processUnstructuredSS-Request" and the BSC answers with "REQuest (DTAP) (SS) Release Complete (GSM MAP) returnError" with error value "localValue: ss-NotAvailable (18)".


Files

gsmtap-bts-bsc.pcap gsmtap-bts-bsc.pcap 84.3 KB pespin, 08/13/2018 08:02 AM
msc.log msc.log 110 KB pespin, 08/13/2018 08:56 AM
bsc-stp-msc.pcap bsc-stp-msc.pcap 51.3 KB pespin, 08/13/2018 08:56 AM
Actions #1

Updated by pespin over 5 years ago

There's no related BSC<->MSC messages at that time, so it seems the BSC is rejecting the USSD request on its own, without asking the MSC.

Actions #2

Updated by pespin over 5 years ago

USSD tests against osmo-nitb don't fail, so it's indeed most likely related to some recent change in osmo-bsc.

Actions #3

Updated by laforge over 5 years ago

On Mon, Aug 13, 2018 at 08:05:54AM +0000, pespin [REDMINE] wrote:

There's no related BSC<->MSC messages at that time, so it seems the
BSC is rejecting the USSD request on its own, without asking the MSC.

That sounds rather impossible, sorry. The rejection would come from the
HLR, sent via GSUP to the MSC and then handed down from BSC->BTS->MSC.
The BSC doesn't / shouldn't do anything with USSD (like any other Layer4
protocol) but to forward it to the MSC and vice-versa.

Actions #4

Updated by laforge over 5 years ago

On Mon, Aug 13, 2018 at 08:02:52AM +0000, pespin [REDMINE] wrote:

In pcap trace with GSMTAP and traffic BTS<->BSC, it can be seen that MS sends "DATA INDication (DTAP) (SS) Register (GSM MAP) invoke processUnstructuredSS-Request" and the BSC answers with "REQuest (DTAP) (SS) Release Complete (GSM MAP) returnError" with error value "localValue: ss-NotAvailable (18)".

yes, this is due to the fact that the USSD processing has been moved to osmo-hlr and the routing
has been made configurable. You will need to add a line like "ussd route prefix *#100# internal own-msisdn" to the osmo-hlr configuration file, like it has been done in osmo-hlr change-id I1d09fab810a6bb9ab02904de72dbc9e8a414f9f9 for osmo-hlr.cfg

Actions #5

Updated by pespin over 5 years ago

I indeed see the HLR receiving the message:

hlr.log:
[0;m[1;34m20180813031121569 [1;34mDSS[0;m[1;34m <0004> hlr_ussd.c:467 901700000015252/0x20000001: Process SS (BEGIN)
[0;m[1;34m20180813031121569 [1;34mDSS[0;m[1;34m <0004> hlr_ussd.c:137 Could not find Route for USSD Code '*#100#'
[0;m[1;34m20180813031121569 [1;32mDSS[0;m[1;34m <0004> hlr_ussd.c:416 901700000015252/0x20000001: USSD CompType=Invoke, OpCode=ProcessUssReq '*#100#'
[0;m[1;34m20180813031121569 [1;33mDSS[0;m[1;34m <0004> hlr_ussd.c:419 901700000015252/0x20000001: USSD for unknown code '*#100#'
[0;m[1;34m20180813031121569 [1;33mDSS[0;m[1;34m <0004> hlr_ussd.c:268 901700000015252/0x20000001: Tx ReturnError(0, 0x12)

But according to BTS<->BSC pcap file the USSD request is done at 03:11:21.56 and in the BSC<->MSC pcap file the last logged packet is from 03:11:20.88, so in that case it means pcap file was closed too early? Perharps an SCTP kernel bug?

By the way, I found a memory leak Asan Error at the end of osmo-msc log:

20180813031122601 DLINP <0013> stream.c:166 connection closed
20180813031122601 DLINP <0013> stream.c:169 retrying in 5 seconds...

=================================================================
==2050==ERROR: LeakSanitizer: detected memory leaks

Indirect leak of 5888 byte(s) in 46 object(s) allocated from:
    #0 0x7f97456c3d28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f97450f2acd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)

Indirect leak of 4836 byte(s) in 46 object(s) allocated from:
    #0 0x7f97456c3d28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f97450f2e89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)

Indirect leak of 1904 byte(s) in 14 object(s) allocated from:
    #0 0x7f97456c3d28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f97450f29fa in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x69fa)

SUMMARY: AddressSanitizer: 12628 byte(s) leaked in 106 allocation(s).

I attach the BSC<->MSC pcap and the msc.log.

For reference, that's the test run I'm looking at: https://jenkins.osmocom.org/jenkins/view/osmo-gsm-tester/job/osmo-gsm-tester_run-prod/1622/artifact/trial-1622-run.tgz

Actions #6

Updated by pespin over 5 years ago

The mem leak seems reproducible. the amounts leaked vary though. That's what I get in Rnd:

==22310==ERROR: LeakSanitizer: detected memory leaks

Indirect leak of 6272 byte(s) in 49 object(s) allocated from:
    #0 0x7f2d87468d28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f2d86e97acd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)

Indirect leak of 5146 byte(s) in 49 object(s) allocated from:
    #0 0x7f2d87468d28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f2d86e97e89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)

Indirect leak of 2040 byte(s) in 15 object(s) allocated from:
    #0 0x7f2d87468d28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f2d86e979fa in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x69fa)
Actions #7

Updated by pespin over 5 years ago

By tweaking a bit Asan parameters, I get more verbose results:

-        env = { 'LD_LIBRARY_PATH': util.prepend_library_path(lib) }
+        env = { 'LD_LIBRARY_PATH': util.prepend_library_path(lib), 'LSAN_OPTIONS': 'report_objects=1:fast_unwind_on_malloc=0' }

=================================================================
==23181==ERROR: LeakSanitizer: detected memory leaks

Indirect leak of 1632 byte(s) in 12 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bb9fa in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x69fa)
    #2 0x7f38d22b198c in xua_msg_alloc /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:48
    #3 0x7f38d22c7d0c in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1298
    #4 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #5 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #6 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #7 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #8 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #9 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #10 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #11 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #12 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #13 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #14 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60d000029670 (136 bytes)
0x60d0000299b0 (136 bytes)
0x60d000029f60 (136 bytes)
0x60d00002a510 (136 bytes)
0x60d00002a850 (136 bytes)
0x60d00002ab90 (136 bytes)
0x60d00002afa0 (136 bytes)
0x60d00002b890 (136 bytes)
0x60d00002ba30 (136 bytes)
0x60d00002bd70 (136 bytes)
0x60d00002c730 (136 bytes)
0x60d00002ca70 (136 bytes)

Indirect leak of 768 byte(s) in 6 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22c8afc in sccp_data_to_sua_ptr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:463
    #4 0x7f38d22c8afc in sccp_to_xua_udts /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1211
    #5 0x7f38d22c8afc in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1326
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002b000 (128 bytes)
0x60c000043600 (128 bytes)
0x60c000044380 (128 bytes)
0x60c000047ec0 (128 bytes)
0x60c000049a80 (128 bytes)
0x60c00004c240 (128 bytes)

Indirect leak of 640 byte(s) in 5 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c8a7c in sccp_to_xua_dt1 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1138
    #5 0x7f38d22c8a7c in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1320
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c0000436c0 (128 bytes)
0x60c000044440 (128 bytes)
0x60c000047f80 (128 bytes)
0x60c000049b40 (128 bytes)
0x60c00004c300 (128 bytes)

Indirect leak of 640 byte(s) in 5 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c8a43 in sccp_to_xua_dt1 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1137
    #5 0x7f38d22c8a43 in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1320
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c000043780 (128 bytes)
0x60c000044500 (128 bytes)
0x60c000048040 (128 bytes)
0x60c000049c00 (128 bytes)
0x60c00004c3c0 (128 bytes)

Indirect leak of 627 byte(s) in 6 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22c8afc in sccp_data_to_sua_ptr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:463
    #4 0x7f38d22c8afc in sccp_to_xua_udts /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1211
    #5 0x7f38d22c8afc in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1326
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60b00012fc30 (99 bytes)
0x60b000133540 (99 bytes)
0x60b0001356f0 (101 bytes)
0x60b000136820 (99 bytes)
0x60b000138030 (102 bytes)
0x60c0000442c0 (127 bytes)

Indirect leak of 500 byte(s) in 5 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c8a7c in sccp_to_xua_dt1 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1138
    #5 0x7f38d22c8a7c in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1320
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60b00012fce0 (100 bytes)
0x60b0001303c0 (100 bytes)
0x60b0001335f0 (100 bytes)
0x60b0001357a0 (100 bytes)
0x60b0001368d0 (100 bytes)

Indirect leak of 500 byte(s) in 5 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c8a43 in sccp_to_xua_dt1 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1137
    #5 0x7f38d22c8a43 in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1320
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60b00012fd90 (100 bytes)
0x60b000130470 (100 bytes)
0x60b0001336a0 (100 bytes)
0x60b000135850 (100 bytes)
0x60b000136980 (100 bytes)

Indirect leak of 384 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c8853 in sccp_to_xua_rlc /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1115
    #5 0x7f38d22c8853 in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1317
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c000042dc0 (128 bytes)
0x60c000047680 (128 bytes)
0x60c00004ba00 (128 bytes)

Indirect leak of 384 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b726f in xua_msg_add_sccp_addr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:383
    #4 0x7f38d22c08ca in sccp_addr_to_sua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:336
    #5 0x7f38d22c0c3f in xua_msg_add_sccp_opt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:494
    #6 0x7f38d22c11f9 in sccp_to_xua_opt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:739
    #7 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #8 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #9 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #10 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #11 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #12 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #13 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #14 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #15 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #16 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #17 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002a1c0 (128 bytes)
0x60c000046d80 (128 bytes)
0x60c00004b400 (128 bytes)

Indirect leak of 384 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c88fa in sccp_to_xua_rlc /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1116
    #5 0x7f38d22c88fa in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1317
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c000042d00 (128 bytes)
0x60c0000475c0 (128 bytes)
0x60c00004b940 (128 bytes)

Indirect leak of 384 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b726f in xua_msg_add_sccp_addr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:383
    #4 0x7f38d22c08ca in sccp_addr_to_sua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:336
    #5 0x7f38d22c825c in sccp_addr_to_sua_ptr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:345
    #6 0x7f38d22c825c in sccp_to_xua_cr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1011
    #7 0x7f38d22c825c in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1305
    #8 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #9 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #10 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #11 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #12 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #13 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #14 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #15 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #16 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #17 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #18 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002a340 (128 bytes)
0x60c000046f00 (128 bytes)
0x60c00004b580 (128 bytes)

Indirect leak of 384 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c81dc in sccp_to_xua_cr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1007
    #5 0x7f38d22c81dc in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1305
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002a400 (128 bytes)
0x60c000046fc0 (128 bytes)
0x60c00004b640 (128 bytes)

Indirect leak of 384 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22c09cf in xua_msg_add_sccp_opt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:545
    #4 0x7f38d22c11f9 in sccp_to_xua_opt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:739
    #5 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #6 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #7 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #8 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #9 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #10 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #11 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #12 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #13 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #14 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #15 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002a040 (128 bytes)
0x60c000046c00 (128 bytes)
0x60c00004b280 (128 bytes)

Indirect leak of 384 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c812e in sccp_to_xua_cr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1006
    #5 0x7f38d22c812e in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1305
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002a4c0 (128 bytes)
0x60c000047080 (128 bytes)
0x60c00004b700 (128 bytes)

Indirect leak of 384 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b1ea2 in xua_from_msg_common /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:136
    #4 0x7f38d22b2686 in xua_from_nested /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:194
    #5 0x7f38d22e1217 in m3ua_rx_rkm_reg_rsp /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_rkm.c:431
    #6 0x7f38d22e1217 in m3ua_rx_rkm /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_rkm.c:510
    #7 0x7f38d22b076a in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:749
    #8 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #9 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #10 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #11 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #12 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #13 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #14 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #15 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002ba80 (128 bytes)
0x60c00002bb40 (128 bytes)
0x60c00002bc00 (128 bytes)

Indirect leak of 379 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22c09cf in xua_msg_add_sccp_opt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:545
    #4 0x7f38d22c11f9 in sccp_to_xua_opt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:739
    #5 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #6 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #7 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #8 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #9 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #10 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #11 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #12 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #13 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #14 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #15 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c000046b40 (124 bytes)
0x60c00004df80 (126 bytes)
0x60d00002b7c0 (129 bytes)

Indirect leak of 348 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b726f in xua_msg_add_sccp_addr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:383
    #4 0x7f38d22c08ca in sccp_addr_to_sua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:336
    #5 0x7f38d22c825c in sccp_addr_to_sua_ptr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:345
    #6 0x7f38d22c825c in sccp_to_xua_cr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1011
    #7 0x7f38d22c825c in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1305
    #8 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #9 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #10 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #11 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #12 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #13 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #14 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #15 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #16 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #17 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #18 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002a280 (116 bytes)
0x60c000046e40 (116 bytes)
0x60c00004b4c0 (116 bytes)

Indirect leak of 348 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b726f in xua_msg_add_sccp_addr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:383
    #4 0x7f38d22c08ca in sccp_addr_to_sua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:336
    #5 0x7f38d22c0c3f in xua_msg_add_sccp_opt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:494
    #6 0x7f38d22c11f9 in sccp_to_xua_opt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:739
    #7 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #8 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #9 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #10 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #11 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #12 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #13 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #14 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #15 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #16 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #17 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002a100 (116 bytes)
0x60c000046cc0 (116 bytes)
0x60c00004b340 (116 bytes)

Indirect leak of 300 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c812e in sccp_to_xua_cr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1006
    #5 0x7f38d22c812e in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1305
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60b000132a40 (100 bytes)
0x60b000136140 (100 bytes)
0x60b000137a00 (100 bytes)

Indirect leak of 300 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c81dc in sccp_to_xua_cr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1007
    #5 0x7f38d22c81dc in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1305
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60b000132990 (100 bytes)
0x60b000136090 (100 bytes)
0x60b000137950 (100 bytes)

Indirect leak of 300 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c8853 in sccp_to_xua_rlc /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1115
    #5 0x7f38d22c8853 in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1317
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60b00012f760 (100 bytes)
0x60b000133070 (100 bytes)
0x60b000136350 (100 bytes)

Indirect leak of 300 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b1ea2 in xua_from_msg_common /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:136
    #4 0x7f38d22b2686 in xua_from_nested /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:194
    #5 0x7f38d22e1217 in m3ua_rx_rkm_reg_rsp /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_rkm.c:431
    #6 0x7f38d22e1217 in m3ua_rx_rkm /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_rkm.c:510
    #7 0x7f38d22b076a in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:749
    #8 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #9 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #10 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #11 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #12 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #13 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #14 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #15 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60b000138660 (100 bytes)
0x60b000138710 (100 bytes)
0x60b0001387c0 (100 bytes)

Indirect leak of 300 byte(s) in 3 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c88fa in sccp_to_xua_rlc /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1116
    #5 0x7f38d22c88fa in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1317
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60b00012f6b0 (100 bytes)
0x60b000132fc0 (100 bytes)
0x60b0001362a0 (100 bytes)

Indirect leak of 136 byte(s) in 1 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bb9fa in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x69fa)
    #2 0x7f38d22b198c in xua_msg_alloc /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:48
    #3 0x7f38d22b261d in xua_from_nested /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:188
    #4 0x7f38d22e1217 in m3ua_rx_rkm_reg_rsp /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_rkm.c:431
    #5 0x7f38d22e1217 in m3ua_rx_rkm /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_rkm.c:510
    #6 0x7f38d22b076a in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:749
    #7 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #8 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #9 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #10 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #11 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #12 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #13 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #14 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60d00002d0f0 (136 bytes)

Indirect leak of 128 byte(s) in 1 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c914f in sccp_to_xua_udt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1165
    #5 0x7f38d22c914f in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1323
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002b3c0 (128 bytes)

Indirect leak of 128 byte(s) in 1 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b726f in xua_msg_add_sccp_addr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:383
    #4 0x7f38d22c08ca in sccp_addr_to_sua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:336
    #5 0x7f38d22c91d3 in sccp_addr_to_sua_ptr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:345
    #6 0x7f38d22c91d3 in sccp_to_xua_udt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1169
    #7 0x7f38d22c91d3 in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1323
    #8 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #9 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #10 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #11 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #12 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #13 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #14 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #15 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #16 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #17 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #18 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002b300 (128 bytes)

Indirect leak of 128 byte(s) in 1 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbacd in _talloc_zero (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6acd)
    #2 0x7f38d22b1a5d in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:66
    #3 0x7f38d22b726f in xua_msg_add_sccp_addr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:383
    #4 0x7f38d22c08ca in sccp_addr_to_sua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:336
    #5 0x7f38d22c9257 in sccp_addr_to_sua_ptr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:345
    #6 0x7f38d22c9257 in sccp_to_xua_udt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1172
    #7 0x7f38d22c9257 in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1323
    #8 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #9 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #10 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #11 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #12 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #13 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #14 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #15 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #16 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #17 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #18 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002b180 (128 bytes)

Indirect leak of 116 byte(s) in 1 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b726f in xua_msg_add_sccp_addr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:383
    #4 0x7f38d22c08ca in sccp_addr_to_sua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:336
    #5 0x7f38d22c91d3 in sccp_addr_to_sua_ptr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:345
    #6 0x7f38d22c91d3 in sccp_to_xua_udt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1169
    #7 0x7f38d22c91d3 in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1323
    #8 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #9 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #10 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #11 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #12 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #13 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #14 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #15 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #16 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #17 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #18 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002b240 (116 bytes)

Indirect leak of 116 byte(s) in 1 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b726f in xua_msg_add_sccp_addr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:383
    #4 0x7f38d22c08ca in sccp_addr_to_sua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:336
    #5 0x7f38d22c9257 in sccp_addr_to_sua_ptr /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:345
    #6 0x7f38d22c9257 in sccp_to_xua_udt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1172
    #7 0x7f38d22c9257 in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1323
    #8 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #9 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #10 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #11 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #12 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #13 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #14 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #15 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #16 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #17 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #18 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60c00002b0c0 (116 bytes)

Indirect leak of 100 byte(s) in 1 object(s) allocated from:
    #0 0x7f38d3f8cd28 in malloc (/usr/lib/x86_64-linux-gnu/libasan.so.3+0xc1d28)
    #1 0x7f38d39bbe89 in _talloc_memdup (/usr/lib/x86_64-linux-gnu/libtalloc.so.2+0x6e89)
    #2 0x7f38d22b1be5 in xua_msg_add_data /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:75
    #3 0x7f38d22b4f40 in xua_msg_add_u32 /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/xua_msg.c:283
    #4 0x7f38d22c914f in sccp_to_xua_udt /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1165
    #5 0x7f38d22c914f in osmo_sccp_to_xua /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp2sua.c:1323
    #6 0x7f38d22dbb4a in mtp_user_prim_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/sccp_user.c:173
    #7 0x7f38d22b10e7 in m3ua_rx_xfer /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:586
    #8 0x7f38d22b10e7 in m3ua_rx_msg /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/m3ua.c:739
    #9 0x7f38d22f4524 in xua_cli_read_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-sccp/src/osmo_ss7.c:1590
    #10 0x7f38cf63b2cb in osmo_stream_cli_read /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:192
    #11 0x7f38cf63b2cb in osmo_stream_cli_fd_cb /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmo-netif/src/stream.c:276
    #12 0x7f38d2ee6c18 in osmo_fd_disp_fds /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:217
    #13 0x7f38d2ee6c18 in osmo_select_main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/libosmocore/src/select.c:257
    #14 0x55b3176ee47b in main /home/osmocom-build/jenkins/workspace/osmo-gsm-tester_build-osmo-msc/osmo-msc/src/osmo-msc/msc_main.c:697
    #15 0x7f38d0afc2e0 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x202e0)
    #16 0x55b3176eee69 in _start (/home/pespin/trials/trial-1623/inst/osmo-msc/bin/osmo-msc+0xece69)

Objects leaked above:
0x60b0001380e0 (100 bytes)

SUMMARY: AddressSanitizer: 11806 byte(s) leaked in 99 allocation(s).

Actions #8

Updated by pespin over 5 years ago

  • Status changed from New to In Progress
Actions #9

Updated by pespin over 5 years ago

  • Status changed from In Progress to Feedback
  • % Done changed from 0 to 90

osmo-gsm-tester fixed by patch: https://gerrit.osmocom.org/#/c/10438/

Mem leaks should be fixed by submitted patches:
https://gerrit.osmocom.org/#/c/libosmo-sccp/+/10442 xua_msg: Avoid memleaking xua_msg_part in xua_msg_free
https://gerrit.osmocom.org/#/c/libosmo-sccp/+/10443 sscp_scrc: Fix memleak of xua_msg when handing it to scrc_rx_mtp_xfer_ind_xua
https://gerrit.osmocom.org/#/c/libosmo-sccp/+/10444 xua_rkm: Fix xua_msg memleank in handle_rkey_reg_resp

Actions #10

Updated by pespin over 5 years ago

  • Status changed from Feedback to Resolved
  • % Done changed from 90 to 100

Memleaks are now fixed, closing.

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)