I wonder if there is a copy/paste issue or the `dlg` is printed twice by `info locals`:
``` event = 10498440 dlg = 0x7fad74f20258 ttag = { s = 0x9aabed <buf+557> "0FC4E4CA-58E4A7D4000A8034-123E3700\r\nCall-ID: 3A477FD70434C083@10.10.10.18\r\nCSeq: 5709 BYE\r\nProxy-Authorization: Digest username="1111111111", realm="sip.local", nonce="WOUBrFjkp9Qj4YjEwa9jvelH"..., len = 34} h_id = 854147520 dlg = 0x7fad00000000 ```
After event and at the end. First looks like a valid value, second a bit more strange.
Can you get in the same frame:
``` p dlg p *dlg ```