Hi,<br>I have an embedded system on which i get crash (Caused by memset ) at long run( Reproducible 2/10 times ),<br>I wanted to know efficient ways (materials) to handle memset crashes .<br><br><b>Program terminated with signal 11, Segmentation fault.
</b><br><br>
#0 memset (dstpp=0xd2, c=<value optimized out>, len=3374)
<br>
at ../../../src/Common/OS/linux/memset.c:20
<br>
20        ../../../src/Common/OS/linux/memset.c: No such file or directory.
<br>
        in ../../../src/Common/OS/linux/memset.c
<br>
<br>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<br>
<b>(1) Display the backtrace for the thread that crashed.
</b><br>
<br>
#0 memset (dstpp=0xd2, c=<value optimized out>, len=3374)
<br>
at ../../../src/Common/OS/linux/memset.c:20
<br>
#1 0x100e76c4 in LPREncode (pEnc=0x5b1debc8, pRTPPacket=0x5be69ee4)
<br>
at ../../../src/Common/comm/lpr/lpr.c:647
<br>
#2 0x100dde50 in RTPChanWork (pChan=<value optimized out>)
<br>
at ../../../src/Common/comm/rtpchan/rtpchan.c:2699
<br>
#3 0x100de5d8 in RTPTxTask (userDefined=<value optimized out>)
<br>
at ../../../src/Common/comm/rtpchan/rtpchan.c:2853
<br>
#4 0x1051d744 in pthread_entry (args=<value optimized out>)
<br>
at ../../../src/Common/OS/linux/psosapi/pthreadapi.c:222
<br>
#5 0x0ffaadec in start_thread (arg=<value optimized out>)
<br>
at pthread_create.c:298
<br>
#6 0x0f892530 in clone () from /lib/libc.so.6
<br>
Previous frame inner to this frame (corrupt stack?)
<br>
<br>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<br>
<b>(2) Display argument parameters and local variables for the thread.
</b><br>
<br>
dstpp = (void *) 0xd2
<br>
c = <value optimized out>
<br>
len = 3374
<br>
xlen = <value optimized out>
<br>
cccc = <value optimized out>
<br>
dstp = 210
<br><br><br>do anyone have some information..<br><br>Thanks in Advance<br>Praveen<br>