[OpenSER-Devel] error messages in log

2007-10-26 Thread Juha Heinanen
Dan Pascu writes: > I have these messages in log: > > core:do_assign: no value in right expression > core:do_assign: error at line: 246 > > They appear everytime I have something like this in my script: > > $avp(s:some_var) = $hdr(some_header); > > and the header is missing. > > IM

[OpenSER-Devel] error messages in log

2007-10-26 Thread Dan Pascu
I have these messages in log: core:do_assign: no value in right expression core:do_assign: error at line: 246 They appear everytime I have something like this in my script: $avp(s:some_var) = $hdr(some_header); and the header is missing. IMO, those messages should be moved to debug level, bec

Re: [Devel] Error messages

2006-05-03 Thread Bogdan-Andrei Iancu
Hi Helge, the only way you can troubleshoot memory problems is by compiling the memory debug support (remove the F_MALLOC and add DBG_QM_MALLOC flag). you will get a lot of info about memory processing - like how much memory is required via each malloc, what's the allocated pool, etc. recompi

[Devel] Error messages

2006-04-27 Thread Helge Waastad
Hi, I suddenly started to get the following in my logs: Apr 27 10:18:29 proxy-01 /usr/sbin/openser[19868]: 195.18.134.147:5060 <= 195.18.134.150:36620 Replication (nat) () Apr 27 10:18:29 proxy-01 /usr/sbin/openser[19868]: ERROR:parse_headers: memory allocation error Apr 27 10:18:29 proxy-01 /usr/