This is reproducable every time. Here is the output you requested:

(gdb) frame 1
#1  0x00007f1426c9f5d1 in jsonrpc_send (ctx=0x7f1426ec88e0 <_jsonrpc_ctx>) at jsonrpcs_mod.c:395
395                             xhttp_api.reply(ctx->msg, ctx->http_code, &ctx->http_text,
(gdb) p *ctx
$1 = {msg = 0x7ffdd76deda0, msg_shm_block_size = 0, method = 0x23fe850 "tm.t_uac_start", flags = 0, jreq = 0x2402810, req_node = 0x0, jrpl = 0x2402f40, rpl_node = 0x0, reply_sent = 1, error_code = 0, http_code = 200, http_text = {
    s = 0x7f1426cbec14 "OK", len = 2}, transport = 1}


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.