This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OOM Killer in DM368

Hello, all.

We have our DM368 application based (but reworked) on UDWorks reference design. It runs recording 2 video channels for hours, but suddenly the OOM Killer jumps out and kills the application. This may happen after 4 hours or after 40min.

In order to determine the error source we set /proc/sys/vm/overcommit_memory=2, which should actually forbid overcommitments. We expected to see some malloc() to be not satisfied, or something similar. And yes, the tests done showed malloc() returning zero.

BUT!!!!! When we run the application, still Killer jumps out occasionally!

Can somebody give us ANY(!) hint what to do and where to look for?

Thousands of thanks ahead.