for the relevant part of code
```
                        LM_WARN("inconsitent dlg timer data on dlg %p [%u:%u] "
                                "with clid '%.*s' and tags '%.*s' '%.*s'\n",
                                dlg, dlg->h_entry, dlg->h_id,
                                dlg->callid.len, dlg->callid.s,
                                dlg->tag[DLG_CALLER_LEG].len, 
dlg->tag[DLG_CALLER_LEG].s,
                                dlg->tag[DLG_CALLEE_LEG].len, 
dlg->tag[DLG_CALLEE_LEG].s);
```

```
(gdb) p dlg->h_entry
$3 = 0
(gdb) p dlg->h_id
$4 = 20
(gdb) p dlg->callid.len
$5 = 890716088
(gdb) p dlg->callid.s
$6 = 0x7fad00000000 <error: Cannot access memory at address 0x7fad00000000>
(gdb) p dlg->tag[0].len
$7 = 46
(gdb) p dlg->tag[0].s
$8 = 0x7fad757740f8 "z9hG4bK41d6.cdcb6121b68837c41a117213d8d3d9a4.0"
(gdb) p dlg->tag[1].len
$9 = 6742548
(gdb) p dlg->tag[1].s
$10 = 0x7fad74aa0688 ""
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1059#issuecomment-292156044
_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to