I am getting intermittent crash with latest kamailio
when using srdb1 API. has anyone seen this before?
#0 __GI_getenv (name=0x7f7057409d4b "",
name@entry=0x7f7057409d49 "TZ") at getenv.c:85
#1 0x00007f705733da70 in tzset_internal
(always=<optimized out>,
explicit=explicit@entry=1) at tzset.c:413
#2 0x00007f705733e4a3 in __tz_convert
(timer=0x7fff47782208, use_localtime=1,
tp=0x7f705764fde0 <_tmbuf>) at tzset.c:632
#3 0x00007f7052de60b6 in db_time2str
(_v=1414082447,
Seems like a crash in stdlib when trying to convert a
time_t to a str understandable by DB backend... Is this
possibly a problem on my OS? Why would it be erratic?