[SR-Users] Child process exited by a signal 11
Alex Balashov
abalashov at evaristesys.com
Thu Mar 20 00:11:56 CET 2014
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/
More information about the sr-users
mailing list