[PATCH] no-MMU : pthread bug

Robin Getz rgetz at blackfin.uclinux.org
Sun Feb 19 15:27:14 UTC 2006


André Tousch wrote:
>- uClibc versions : <= 0.28
>- Symptoms : random crash when using pthreads
>- platform : uClinux (no MMU)

André:

I think this issue was found, fixed by Bernd Schmidt and committed to svn 
by Mike Frysinger last September.

http://www.uclibc.org/lists/uclibc/2005-September/012551.html

http://www.uclibc.org/lists/uclibc/2005-September/012566.html

We didn't make the changes in libpthread/linuxthreads/pthread.c that you 
did. From what I can tell - it looks unnecessary - it removes the 
"#ifdef  DEBUG_PT" and adds run time checking all the time (rather than 
just when DEBUG_PT is set), to make sure the define of 
NOMMU_INITIAL_THREAD_BOUNDS is working properly? (Or am I missing something?)

-Robin





More information about the uClibc mailing list