Re: threading issue on freebsd 5.3

2005-06-22 Thread Shie Erlich
also, the "sleeping" usually show #0 0x282bead6 in _thread_kern_sched () from /usr/lib/libc_r.so.5 #1 0x282b4948 in pthread_yield () from /usr/lib/libc_r.so.5 #2 0x0807fce2 in ost::ThreadImpl::ThreadExecHandler (th=0x81be500) at thread.cpp:1099 #3 0x282b7009 in _thread_start () from /usr/lib

TCP client

2005-06-22 Thread Mario Rodriguez Villanea
does anyone have any sample of clients using TCPSocket or TCPStream classes, samples included on C++Common library includes only samples of servers thanks ___ Bug-commoncpp mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-c

CRC32Digest produces differing values

2005-06-22 Thread M. Wied
Hello everybody. I've been using cc++ libraries without being aware of bugs for several versions now, but needed the CRC32 computation recently. Unfortuantely I got constantly values that differed form those of the other project memebers. When investigating, I found in your corresponding source