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(a)github.com>
Sent: Tuesday, October 15, 2019 4:11 PM
To: kamailio/kamailio <kamailio(a)noreply.github.com>
Cc: Ekke Einberg <ekke.einberg(a)ipcallcenters.eu>eu>; Author
<author(a)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=not…203719>,
or
unsubscribe<https://github.com/notifications/unsubscribe-auth/AE72CQ5VDU…JQ>.
--
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/2101#issuecomment-542206335