Hello All,
We have a customize board based on DM814x and we are using RDK 4.1 on it.
We are giving
1] 8ch capture + encode + dump (mp4 + JPEG)&
2] 8ch capture + display support.
Both of these functionality is working fine.
But some times, after long run we are getting following assertion
May 13 18:29:02 PUT11-36 user.info health_monitor: [Tue May 13 18:29:02 2014] : COMMON_APIS : "Starting process storage.out"
May 13 18:29:02 PUT11-36 user.info storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "STORAGE VERSION_NUMBER: 0.4.7.05062014"
May 13 18:29:02 PUT11-36 user.warn storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "Channel Idx[0], VideoEnable: 1 AudioEnable: 1"
May 13 18:29:02 PUT11-36 user.warn storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "Channel Idx[1], VideoEnable: 1 AudioEnable: 0"
May 13 18:29:02 PUT11-36 user.warn storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "Channel Idx[2], VideoEnable: 1 AudioEnable: 1"
May 13 18:29:02 PUT11-36 user.warn storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "Channel Idx[3], VideoEnable: 1 AudioEnable: 1"
May 13 18:29:02 PUT11-36 user.warn storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "Channel Idx[4], VideoEnable: 1 AudioEnable: 1"
May 13 18:29:02 PUT11-36 user.warn storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "Channel Idx[5], VideoEnable: 1 AudioEnable: 1"
May 13 18:29:02 PUT11-36 user.warn storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "Channel Idx[6], VideoEnable: 1 AudioEnable: 1"
May 13 18:29:02 PUT11-36 user.warn storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "Channel Idx[7], VideoEnable: 1 AudioEnable: 1"
May 13 18:29:02 PUT11-36 user.info storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "DS3_SDCARD_ON Detected. Application starts storing data into SD card."
May 13 18:29:02 PUT11-36 user.info storage.out: [Tue May 13 18:29:02 2014] : RSC_APP : "Camera Sensor's initialized properly for pll settings."
May 13 18:29:02 PUT11-36 user.alert kernel: *** NameServer_add: duplicate entry found!
May 13 18:29:02 PUT11-36 user.alert kernel: Error [0xfffffffe] at Line no: 1055 in file /home/SoftwareRelease/DVRRDK_04.01.00.02/ti_tools/syslink/syslink_2_20_02_20/packages/ti/syslink/utils/hlos/knl/Linux/../../../../../../ti/syslink/utils/hlos/knl/NameServer.c
This is now crucial for us to solve. It is not coming always, but it there and recording stops on this.
Please help on this.