Sure:
(gdb) frame 5
#5 0x00007eff7d65c113 in statsc_svalue (name=0x7eff79693b80, res=0x7eff79693f4b) at statsc_mod.c:149
149 stat = get_stat(name);
(gdb) p name
$1 = (str *) 0x7eff79693b80
(gdb) p *name
$2 = {s = 0x5da51296 <Address 0x5da51296 out of bounds>, len = 9}
(gdb)
$3 = {s = 0x5da51296 <Address 0x5da51296 out of bounds>, len = 9}

loadmodule "statsc.so"
modparam("statsc", "interval", 300)
modparam("statsc", "track", "req.received=rcv_requests")
modparam("statsc", "track", "req.received=rcv_requests;rpl.received=rcv_replies")
modparam("statsc", "items", 200)

ekke
From: Daniel-Constantin Mierla <notifications@github.com>
Sent: Tuesday, October 15, 2019 4:11 PM
To: kamailio/kamailio <kamailio@noreply.github.com>
Cc: Ekke Einberg <ekke.einberg@ipcallcenters.eu>; Author <author@noreply.github.com>
Subject: Re: [kamailio/kamailio] statsc module - server crashes every 10 hours (#2101)


It seems to originate in statsc module, I updated the title to reflect that. Can give the output from gdb for following commands:

frame 5

p name

p *name

Also, can you provide the modparams you set for statsc module?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<https://github.com/kamailio/kamailio/issues/2101?email_source=notifications&email_token=AE72CQ4MXML52RDGNHIWNXTQOW6OXA5CNFSM4JA3XDJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBIV6RY#issuecomment-542203719>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AE72CQ5VDUJWUZICQ57CXPTQOW6OXANCNFSM4JA3XDJQ>.


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