[lk] Re: User Application Thread Stuck on MIPS running Linux SMP enabled

2014-03-27 Thread Peter Teoh
perhaps u want to read further in other threads: http://lists.uclibc.org/pipermail/uclibc/2012-January/046185.html http://lists.uclibc.org/pipermail/uclibc/2006-May/036372.html some mention of differences in malloc behavior below: https://www.kernel.org/pub/linux/libs/uclibc/Glibc_vs_uClibc_Dif

[lk] User Application Thread Stuck on MIPS running Linux SMP enabled

2014-03-27 Thread Mushtaq Khan
Hi All, Processor:MIPS OS- Linux-3.4 SMP Enabled Libc: uclibc Problem Description: We have created one thread to collect stats periodically. This thread initializes semaphore and blocks. On timer expire we receive signal registered with Timer creation. In signal handler we post semaphore and r