[OpenWrt-Devel] Multithreading problems

2010-01-09 Thread Andrea Tassi
Hi, I'm using the last (trunk) revision of OpenWrt. I performed some tests to investigate if the uClibc 0.9.30.1 has a stable behaviour with multithreading. I have a problem: if you execute this program, #include #include #include struct thrdata { int thrnum; pthread_t t; } th[] = {

Re: [OpenWrt-Devel] [REMINDER] apply "Fix Serial Flash support" patch

2010-01-09 Thread Spudz76
I have responded to the ticket and added proper patches for both 8.09 and trunk, both tested and working on an sflash router. Original 8.09 patch was missing one file change (linker inclusion for the new sflash.o object) in patches/004-flash.patch, which would have caused a kernel build failure du