On 01/09/2022 01:03, Bresalier, Rob (Nokia - US/Murray Hill) wrote:
Don't understand why strace log has exit(0) without the underscore, I know for
a fact that it was with the underscore.
Because exit() and _exit() are C library functions but both call
the SYS_exit system call and that is what
> Normally, if it is the OOM that kills a process, you should find a trace of
> this in the system logs.
I looked in every system log I could find, there was no indication of OOM
killing it in any system log.
> I do not understand what you mean by reducing the nr of callers from 12 to 6.
> What
On Wed, 2022-08-31 at 17:42 +, Bresalier, Rob (Nokia - US/Murray Hill)
wrote:
> > When running memcheck on a massive monolith embedded executable
> > (237MB stripped, 1.8GiB unstripped), after I stop the executable under
> > valgrind I see the "HEAP SUMMARY" but then valgrind dies before any l
> When running memcheck on a massive monolith embedded executable
> (237MB stripped, 1.8GiB unstripped), after I stop the executable under
> valgrind I see the "HEAP SUMMARY" but then valgrind dies before any leak
> reports are printed. The parent process sees that the return status of
> memcheck i