Re: help wiht pth_fork.

2001-02-16 Thread Archie Cobbs
Not sure if this is the problem or not, but wouldn't you need to call pth_waitpid() instead of waitpid()? -Archie ______ Archie Cobbs * Packet Design * http://www.packet

pth_nap() never wakes up bug

2001-02-16 Thread Archie Cobbs
__ Archie Cobbs * Packet Design * http://www.packetdesign.com #include stdio.h #include stdlib.h #include pth.h static void *thread(void *arg); static int check_something(void *arg); int main(int ac, char **av) { pth_event_t ev

Re: Crash when calling ptherad_mutex_lock from signal handlers

2001-06-14 Thread Archie Cobbs
__ Archie Cobbs * Packet Design * http://www.packetdesign.com __ GNU Portable Threads (Pth)http://www.gnu.org/software/pth/ User Support Mailing List[EMAIL PROTECTED] Automated

Re: no threads to schedule?

2001-07-30 Thread Archie Cobbs
that if these functions call a lot of other functions. - pth_cond_notify() should have a new boolean argument that means but don't context switch just yet!! Cheers, -Archie __ Archie Cobbs * Packet Design

Re: Bug in Pth 1.4.0

2001-08-24 Thread Archie Cobbs
to schedule?!? is often pth code language for you closed one of my file descriptors dummy!! -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com

pth_fdmode() bugs

2001-12-05 Thread Archie Cobbs
, and would be willing to supply patches if that would help. Thanks, -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com __ GNU

Re: pth_fdmode() bugs

2001-12-06 Thread Archie Cobbs
(but untested). Thanks, -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com --- pth_high.c.orig Sat Mar 24 06:49:58 2001 +++ pth_high.c Thu Dec 6 09:53:30 2001 @@ -496,7 +496,7

Subtlety with pth

2002-01-31 Thread Archie Cobbs
either way because it is a somewhat subtle and non-obvious point. Thanks, -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: bug in pth 1.4.1 ??

2002-06-10 Thread Archie Cobbs
for writing. You must have explicitly set your file descriptor to non-blocking. -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: Bug in pth_connect_ev

2002-07-29 Thread Archie Cobbs
Pavel A. Gashev wrote: I think the patch speaks for myself. Then you must like breaking software :-) What are you trying to do?? -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com

Re: Is someone maintaining pth?

2002-07-29 Thread Archie Cobbs
__ Archie Cobbs * Packet Design * http://www.packetdesign.com __ GNU Portable Threads (Pth)http://www.gnu.org/software/pth/ User Support Mailing List[EMAIL PROTECTED

Re: Is someone maintaining pth?

2002-08-27 Thread Archie Cobbs
/). This is somewhat ironic, given this particular thread... Cheers, -Archie __ Archie Cobbs * Packet Design * http://www.packetdesign.com __ GNU