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

Alex Balashov abalashov at evaristesys.com
Thu Mar 20 00:06:27 CET 2014


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

> Shouldn't the debug level only have an impact on the amount of
> information written to the log? And that should only changes the
> delay between operations?

Well, from a programmatic point of view, not necessarily. Writing debug 
logs is an operation that involves buffering and parsing strings 
internally, which in turn draws on static (stack) and dynamic (heap) 
memory allocations. All of that influences the memory state of the 
program, and thus has an impact on whether it'll crash, and when it will 
do so.

-- 
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/



More information about the sr-users mailing list