LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   smallbin double linked list corrupted (https://www.linuxquestions.org/questions/programming-9/smallbin-double-linked-list-corrupted-888523/)

thirumalesh 06-27-2011 02:03 AM

smallbin double linked list corrupted
 
Hi Friends,

My application receiving SIGABRT by saying "smallbin double linked list corrupted".

It is developed in C/C++ on Linux RHEL5.4

can anybody please help me how to debug it, and what may be the problem????

John VV 06-27-2011 02:40 AM

more info would help ?
i just googled the error and is the program that is giving you this error one of the top 5 ?
http://www.google.com/search?q=%22sm...nt=seamonkey-a

python maybe ?
if it is a python error did you install a different version than is REQUIRED by 5.4 for 5.4 to work.

thirumalesh 06-27-2011 03:40 AM

Hi john,

Thanks for the reply....

I am not sure whether it is related to python or not?


The detailed error is:


*** glibc detected *** /opt/bin/mydaemon: malloc(): smallbin double linked list corrupted: 0x00000000187b3d10 ***

======= Backtrace: =========

/lib64/libc.so.6[0x368c273afc]
/lib64/libc.so.6(__libc_calloc+0xcd)[0x368c274aad]
/opt/bin/mydaemon[0x582b85]
/opt/bin/mydaemon[0x581593]
/opt/bin/mydaemon[0x5813a8]
/opt/bin/mydaemon[0x4c7016]
/opt/bin/mydaemon[0x4cfeca]
/lib64/libpthread.so.0[0x368ce0673d]
/lib64/libc.so.6(clone+0x6d)[0x368c2d40cd]

======= Memory map: ========

00400000-005ea000 r-xp 00000000 08:03 197754977 /opt/bin/mydaemon
007e9000-007ed000 rw-p 001e9000 08:03 197754977 /opt/bin/mydaemon
007ed000-0080a000 rw-p 007ed000 00:00 0
17ff9000-1889c000 rw-p 17ff9000 00:00 0 [heap]
405df000-405e0000 ---p 405df000 00:00 0


All times are GMT -5. The time now is 05:38 PM.