uclibc 5 problem : system( ) call from user space creates system hang up

2008-09-19 Thread yogesh marathe
I'm trying to execute system( ) call (the one from stdlib.h) in an application that requires uclibc5 and pthread lib both. System hangs up when i do so. Please help me out. Issue is resolves when I do not use pthread library. Same function is working with uclibc4 with pthread library. I tried

Re: uclibc 5 problem : system( ) call from user space creates system hang up

2008-09-19 Thread Carmelo AMOROSO
yogesh marathe wrote: I'm trying to execute system( ) call (the one from stdlib.h) in an application that requires uclibc5 and pthread lib both. System hangs up when i do so. Please help me out. Issue is resolves when I do not use pthread library. Same function is working with uclibc4 with