[SR-Users] Child process exited by a signal 11

Allen Zhang Allen.Zhang at imgtec.com
Thu Mar 20 00:17:46 CET 2014


Um....
This makes perfect sense. 
Enhanced my understanding about memory allocation, too.
Thanks Alex.

-----Original Message-----
From: sr-users-bounces at lists.sip-router.org [mailto:sr-users-bounces at lists.sip-router.org] On Behalf Of Alex Balashov
Sent: Thursday, 20 March 2014 12:12 p.m.
To: sr-users at lists.sip-router.org
Subject: Re: [SR-Users] Child process exited by a signal 11

On 03/19/2014 07:10 PM, Allen Zhang wrote:

> Yes this makes sense. But higher debug level = more writing. Then 
> increasing the debug level should causes more problem - because more 
> buffering and parsing strings internally, which in turn draws on 
> static (stack) and dynamic (heap) memory allocations - instead of 
> hiding the problem, right?

That is logical, and is probably true in many cases.

However, it all depends on the memory allocation strategy used by the program internally, as well as on the operating system side. For instance, more logging could trigger a larger buffer allocation or different fragmentation, which could serve to mask the memory bug by not creating the circumstances that lead to an acute access violation, or not creating them in the same place or as soon.

--
Alex Balashov - Principal
Evariste Systems LLC
235 E Ponce de Leon Ave
Suite 106
Decatur, GA 30030
United States
Tel: +1-678-954-0670
Web: http://www.evaristesys.com/, http://www.alexbalashov.com/

_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users at lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users



More information about the sr-users mailing list