I have an application that can be built with and without pthreads.
Without pthreads I can make a system() call to mkisofs .. OK..

With pthreads, it just stops when it hits the system() call, and the
main thread is showing as blocking on I/O - I have to ctrl-C to get out.

Has anybody seen anything like this?

Is it me or is there something special I have to do to make a system
call (from the main thread)?

Floyd Brown
[EMAIL PROTECTED]
______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to