(gdb) frame 0
```
#0 0x00007fe8703c342d in update_dialog_vars_dbinfo (cell=0x7fe8765627b8,
var=0x7574617473706973) at dlg_db_handler.c:755
755 SET_STR_VALUE(values+2, var->key);
```
(gdb) p *var
```
Cannot access memory at address 0x7574617473706973
```
(gdb) p full_version
```
$1 = "kamailio 5.4.1 (x86_64/linux) a505f5"
```
--
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/2494#issuecomment-708485354