BEGIN TEST: accept  
Sat Feb 8 16:25:19 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:25:25 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20040b28)127.0.0.1:45564
(Server) read [0x20040aac..0x20040b21) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0x20040b28)127.0.0.1:45565
(Server) read [0x20040aac..0x20040b21) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20040b28)127.0.0.1:45566
(Server) read [0x20040aac..0x20040b21) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20040b28)127.0.0.1:45567
(Server) read [0x20040aac..0x20040b21) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:25:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20041f08)127.0.0.1:45570
(Server) read [0x20041e8c..0x20041f01) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0x20041f58)127.0.0.1:45571
(Server) read [0x20041edc..0x20041f51) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20041f58)127.0.0.1:45572
(Server) read [0x20041edc..0x20041f51) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20041f58)127.0.0.1:45573
(Server) read [0x20041edc..0x20041f51) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:25:47 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
END TEST: affinity
BEGIN TEST: alarm  
Sat Feb 8 16:25:48 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:26:51 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:26:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
END TEST: atomic
BEGIN TEST: attach  
Sat Feb 8 16:26:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:26:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:26:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
END TEST: cleanup
BEGIN TEST: cltsrv  
Sat Feb 8 16:26:59 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib

PThread Statistics
started: 16:26:59[10]
locks [created: 11, destroyed: 2]
locks [acquired: 316, released: 316]
cvars [created: 7, destroyed: 5]
cvars [notified: 55, delayed_delete: 0]
Client/Server started at(0x2001b478): 16:26:59
Server started at(0x2001cbf8): 16:26:59
Client started at(0x20089788): 16:26:59
main(0x2001b478): waiting for execution interval (10 seconds)
Shutting down(0x2001b478): 16:27:09
Client(0x20089788): stopped after 47 operations and 41684 bytes
Server(0x2001cbf8): stopped after 48 operations and 42634 bytes
main(0x2001b478): test complete
Test exiting at(0x2001b478): 16:27:09
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:27:09 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:27:21 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:27:21 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib

CondVar Test:

Simple test creates several local and global threads; half use a single,
shared condvar, and the other half have their own condvar. The main
thread then loops notifying them to wakeup.

The timeout test is very similar except that the threads are not
notified. They will all wakeup on a 1 second timeout.

The mixed test combines the simple test and the timeout test; every
third thread is notified, the other threads are expected to timeout
correctly.

Lastly, the combined test creates a thread for each of the above three
cases and they all run simultaneously.

This test is run with 5, 10, 15, and 20 threads of each type.


5 Thread tests
Condvar simple test shared UU: 408.31 usec
Condvar simple test shared UK: 816.62 usec
Condvar simple test priv UU: 232.66 usec
Condvar simple test priv UK: 228.73 usec
Condvar simple test All: 407.00 usec
Condvar timeout test: 12780.18 usec

10 Thread tests
Condvar simple test shared UU: 4640.84 usec
Condvar simple test shared UK: 3357.58 usec
Condvar simple test priv UU: 768.12 usec
Condvar simple test priv UK: 1344.21 usec
Condvar simple test All: 10954.91 usec
Condvar timeout test: 31403.85 usec

15 Thread tests
Condvar simple test shared UU: 6785.95 usec
Condvar simple test shared UK: 3931.05 usec
Condvar simple test priv UU: 1378.95 usec
Condvar simple test priv UK: 1308.17 usec
Condvar simple test All: 16963.56 usec
Condvar timeout test: 44969.20 usec

20 Thread tests
Condvar simple test shared UU: 8238.30 usec
Condvar simple test shared UK: 6905.89 usec
Condvar simple test priv UU: 1761.04 usec
Condvar simple test priv UK: 2211.95 usec
Condvar simple test All: 22602.57 usec
Condvar timeout test: 63132.13 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:27:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:27:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:27:47 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib

Number of error codes = 73

PR_OUT_OF_MEMORY_ERROR = -6000
PR_BAD_DESCRIPTOR_ERROR = -5999
PR_WOULD_BLOCK_ERROR = -5998
PR_ACCESS_FAULT_ERROR = -5997
PR_INVALID_METHOD_ERROR = -5996
PR_ILLEGAL_ACCESS_ERROR = -5995
PR_UNKNOWN_ERROR = -5994
PR_PENDING_INTERRUPT_ERROR = -5993
PR_NOT_IMPLEMENTED_ERROR = -5992
PR_IO_ERROR = -5991
PR_IO_TIMEOUT_ERROR = -5990
PR_IO_PENDING_ERROR = -5989
PR_DIRECTORY_OPEN_ERROR = -5988
PR_INVALID_ARGUMENT_ERROR = -5987
PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986
PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985
PR_IS_CONNECTED_ERROR = -5984
PR_BAD_ADDRESS_ERROR = -5983
PR_ADDRESS_IN_USE_ERROR = -5982
PR_CONNECT_REFUSED_ERROR = -5981
PR_NETWORK_UNREACHABLE_ERROR = -5980
PR_CONNECT_TIMEOUT_ERROR = -5979
PR_NOT_CONNECTED_ERROR = -5978
PR_LOAD_LIBRARY_ERROR = -5977
PR_UNLOAD_LIBRARY_ERROR = -5976
PR_FIND_SYMBOL_ERROR = -5975
PR_INSUFFICIENT_RESOURCES_ERROR = -5974
PR_DIRECTORY_LOOKUP_ERROR = -5973
PR_TPD_RANGE_ERROR = -5972
PR_PROC_DESC_TABLE_FULL_ERROR = -5971
PR_SYS_DESC_TABLE_FULL_ERROR = -5970
PR_NOT_SOCKET_ERROR = -5969
PR_NOT_TCP_SOCKET_ERROR = -5968
PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967
PR_NO_ACCESS_RIGHTS_ERROR = -5966
PR_OPERATION_NOT_SUPPORTED_ERROR = -5965
PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964
PR_REMOTE_FILE_ERROR = -5963
PR_BUFFER_OVERFLOW_ERROR = -5962
PR_CONNECT_RESET_ERROR = -5961
PR_RANGE_ERROR = -5960
PR_DEADLOCK_ERROR = -5959
PR_FILE_IS_LOCKED_ERROR = -5958
PR_FILE_TOO_BIG_ERROR = -5957
PR_NO_DEVICE_SPACE_ERROR = -5956
PR_PIPE_ERROR = -5955
PR_NO_SEEK_DEVICE_ERROR = -5954
PR_IS_DIRECTORY_ERROR = -5953
PR_LOOP_ERROR = -5952
PR_NAME_TOO_LONG_ERROR = -5951
PR_FILE_NOT_FOUND_ERROR = -5950
PR_NOT_DIRECTORY_ERROR = -5949
PR_READ_ONLY_FILESYSTEM_ERROR = -5948
PR_DIRECTORY_NOT_EMPTY_ERROR = -5947
PR_FILESYSTEM_MOUNTED_ERROR = -5946
PR_NOT_SAME_DEVICE_ERROR = -5945
PR_DIRECTORY_CORRUPTED_ERROR = -5944
PR_FILE_EXISTS_ERROR = -5943
PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942
PR_INVALID_DEVICE_STATE_ERROR = -5941
PR_DEVICE_IS_LOCKED_ERROR = -5940
PR_NO_MORE_FILES_ERROR = -5939
PR_END_OF_FILE_ERROR = -5938
PR_FILE_SEEK_ERROR = -5937
PR_FILE_IS_BUSY_ERROR = -5936
PR_IN_PROGRESS_ERROR = -5934
PR_ALREADY_INITIATED_ERROR = -5933
PR_GROUP_EMPTY_ERROR = -5932
PR_INVALID_STATE_ERROR = -5931
PR_NETWORK_DOWN_ERROR = -5930
PR_SOCKET_SHUTDOWN_ERROR = -5929
PR_CONNECT_ABORTED_ERROR = -5928
PR_HOST_UNREACHABLE_ERROR = -5927
END TEST: errcodes
BEGIN TEST: exit  
Sat Feb 8 16:27:47 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Sat Feb 8 16:27:57 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Sat Feb 8 16:27:57 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
PASS
END TEST: fileio
BEGIN TEST: foreign  
Sat Feb 8 16:27:58 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Sat Feb 8 16:28:01 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Accepting connection at port 45624
Wait one second before connect
Connecting to port 45624
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Wait one second before connect
Accepting connection at port 45626
Fork succeeded. Child process continues.
Accepting connection at port 45627
Wait one second before connect
Connecting to port 45627
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 45626
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Sat Feb 8 16:28:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
10 iterations over a 10 kbyte file: 66 [262] 131
END TEST: fsync
BEGIN TEST: getproto  
Sat Feb 8 16:28:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
tcp is protocol number 6
udp is protocol number 17
Protocol number 6 is tcp
Protocol number 17 is udp
PASSED
END TEST: getproto
BEGIN TEST: i2l  
Sat Feb 8 16:28:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Sat Feb 8 16:28:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3005 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Sat Feb 8 16:28:08 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 3015 nsecs

Overhead of 'PR_IntervalNow()' is 2926 nsecs

Overhead of 'PR_Now()' is 3032 nsecs

Overhead of 'PR_IntervalNow()' is 2945 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 16:29:50 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 16:29:50 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
END TEST: intrio
BEGIN TEST: intrupt  
Sat Feb 8 16:30:11 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 16:30:24 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
END TEST: io_timeout
BEGIN TEST: ioconthr  
Sat Feb 8 16:30:30 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Interrupting the threads
Threads terminated in 3005 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 16:30:36 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Sat Feb 8 16:30:36 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 16:30:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 16:30:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 16:30:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 16:30:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Sat Feb 8 16:30:38 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 16:30:38 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 16:30:38 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 16:30:56 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 16:31:02 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 16:31:13 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 16:31:13[0]
locks [created: 10, destroyed: 1]
locks [acquired: 5, released: 5]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 16:31:13 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 14 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
END TEST: multiwait
BEGIN TEST: nameshm1  
Sat Feb 8 16:32:36 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 16:32:40 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 16:32:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Sat Feb 8 16:32:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 16:32:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
END TEST: ntoh
BEGIN TEST: op_2long  
Sat Feb 8 16:32:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 86
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Sat Feb 8 16:32:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 16:32:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 16:32:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 16:32:44 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 16:32:45 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 16:32:45 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: peek
BEGIN TEST: perf  
Sat Feb 8 16:32:45 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.13 usec
current calendar time: 3.08 usec
interval time: 2.95 usec
idle lock lock/unlock pair: 1.25 usec
idle monitor entry/exit pair: 1.64 usec
idle cache monitor entry/exit pair: 4.59 usec
create/destroy thread pair: 65.28 usec
context switch - user/user: 11.99 usec
context switch - user/kernel: 12.06 usec
context switch - kernel/user: 11.99 usec
context switch - kernel/kernel: 11.93 usec
sema context switch - user/user: 14.09 usec
sema context switch - user/kernel: 13.96 usec
sema context switch - kernel/user: 13.89 usec
sema context switch - kernel/kernel: 13.96 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.13 usec
current calendar time: 3.02 usec
interval time: 2.95 usec
idle lock lock/unlock pair: 1.25 usec
idle monitor entry/exit pair: 1.64 usec
idle cache monitor entry/exit pair: 4.52 usec
create/destroy thread pair: 65.15 usec
context switch - user/user: 11.99 usec
context switch - user/kernel: 11.99 usec
context switch - kernel/user: 11.93 usec
context switch - kernel/kernel: 11.99 usec
sema context switch - user/user: 13.96 usec
sema context switch - user/kernel: 13.89 usec
sema context switch - kernel/user: 13.83 usec
sema context switch - kernel/kernel: 13.89 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 16:32:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping
BEGIN TEST: pipeping2  
Sat Feb 8 16:32:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping2
BEGIN TEST: pipeself  
Sat Feb 8 16:32:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
END TEST: pipeself
BEGIN TEST: poll_nm  
Sat Feb 8 16:32:47 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 16:32:47 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 16:32:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 16:32:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 16:32:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 16:32:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib

pthread Statistics
started: 16:32:53[14]
locks [created: 11, destroyed: 2]
locks [acquired: 681, released: 681]
cvars [created: 7, destroyed: 5]
cvars [notified: 53, delayed_delete: 0]
Client/Server started at(0x2001b8a8): 16:32:53
Server started at(0x2001cfa8): 16:32:53
Client started at(0x20081e28): 16:32:53
main(0x2001b8a8): waiting for execution interval (10 seconds)
Shutting down(0x2001b8a8): 16:33:03
Client(0x20081e28): stopped after 47 operations and 41684 bytes
Server(0x2001cfa8): stopped after 47 operations and 41684 bytes
main(0x2001b8a8): test complete
Test exiting at(0x2001b8a8): 16:33:08
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 16:33:08 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 16:33:30 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 45980, 45981 and 45982

PR_Poll should time out in 5 seconds
PR_Poll timed out. Test passed.

PR_Poll should detect a bad file descriptor
Three client threads are created. Each of them will
send data to one of the three ports the server is listening on.
The data they send is the port number. Each of them send
the data five times, so you should see ten lines below,
interleaved in an arbitrary order.
The server received "45980" from a client
The server received "45980" from a client
The server received "45980" from a client
The server received "45980" from a client
The server received "45980" from a client
The server received "45981" from a client
The server received "45981" from a client
The server received "45981" from a client
Server read 128 bytes from native fd 8
The server received "45982" from a client
The server received "45981" from a client
Server read 128 bytes from native fd 10
The server received "45982" from a client
The server received "45981" from a client
Server read 128 bytes from native fd 8
The server received "45982" from a client
Server read 128 bytes from native fd 9
The server received "45982" from a client
Server read 128 bytes from native fd 7
The server received "45982" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 16:33:35 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 16:33:36 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
FAIL
ranfile returned 1 (failed)
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 16:33:51 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 16:33:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Running test for 5 iterations with 10 simultaneous threads.
Will send 8192 bytes of client data and 131072 bytes of server data
server thread 0 alive
server thread 1 alive
server thread 0 loop 0
server thread 1 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 541479944
client thread 0 socket connected 541479944
server thread 0 got connection 541480008
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 6030 197 2556 66 8848
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 541480008
client thread 0 socket connected 541480008
server thread 0 got connection 541479944
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 328 66 1245 66 1704
server thread 0 loop 2
client thread 0 loop 2
client thread 0 socket created 541479944
client thread 0 socket connected 541479944
server thread 0 got connection 541480008
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 262 66 1245 66 1638
server thread 0 loop 3
client thread 0 loop 3
client thread 0 socket created 541480008
client thread 0 socket connected 541480008
server thread 0 got connection 541479944
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 262 131 1180 66 1638
server thread 0 loop 4
client thread 0 loop 4
client thread 0 socket created 541479944
client thread 0 socket connected 541479944
server thread 0 got connection 541480008
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 197 131 1180 66 1573
Thread 0 EXIT
Thread 0 EXIT
client thread 1 alive
client thread 1 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 1 socket created 541480008
client thread 2 socket created 538536488
client thread 1 socket connected 541480008
client thread 2 socket connected 538536488
server thread 2 got connection 541479944
client thread 2 socket wrote 8192
client thread 1 socket wrote 8192
server thread 1 got connection 537118376
server thread 2 read 8192 bytes
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 15336 197 2556 66 18154
server thread 2 loop 1
client thread 2 loop 1
client thread 2 socket created 541479944
client thread 2 socket connected 541479944
server thread 2 got connection 538536488
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
server: 16057 197 2949 66 19269
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 537118376
client thread 1 socket connected 537118376
server thread 1 got connection 541480008
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 328 66 1376 0 1770
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 538536488
client thread 2 socket connected 538536488
server thread 2 got connection 541479944
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 393 131 1376 131 2032
server thread 1 loop 2
client thread 1 loop 2
client thread 1 socket created 541480008
client thread 1 socket connected 541480008
server thread 1 got connection 537118376
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 393 131 1507 66 2097
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 541479944
client thread 2 socket connected 541479944
server thread 2 got connection 538536488
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
client thread 3 alive
client thread 3 loop 0
client thread 1 loop 3
client thread 3 socket created 537118376
client thread 1 socket created 541480008
client thread 1 socket connected 541480008
client thread 1 socket wrote 8192
client thread 3 socket connected 537118376
server thread 3 got connection 537118504
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 459 131 1507 66 2163
server thread 2 loop 4
client thread 2 loop 4
client thread 2 socket created 538536488
client thread 2 socket connected 538536488
server thread 2 got connection 541479944
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server thread 2 write 131072 bytes
server: 22480 262 2294 66 25102
server thread 3 loop 1
server: 262 66 1311 0 1638
client thread 3 socket read 131072
client thread 2 socket read 131072
Thread 2 EXIT
client thread 3 loop 1
client thread 4 alive
Thread 2 EXIT
client thread 4 loop 0
client thread 3 socket created 537118504
client thread 4 socket created 541479944
client thread 5 alive
client thread 5 loop 0
client thread 3 socket connected 537118504
client thread 5 socket created 538955368
client thread 4 socket connected 541479944
server thread 3 got connection 537118376
client thread 3 socket wrote 8192
server thread 4 got connection 538536488
client thread 4 socket wrote 8192
server thread 3 read 8192 bytes
server thread 4 read 8192 bytes
client thread 5 socket connected 538955368
server thread 5 got connection 537118600
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
server: 393 131 1901 66 2490
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 537118376
client thread 3 socket connected 537118376
server thread 3 got connection 537118504
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 24708 131 2818 66 27723
server thread 4 loop 1
client thread 4 loop 1
client thread 4 socket created 538536488
client thread 4 socket connected 538536488
server thread 4 got connection 541479944
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 24250 328 3277 0 27854
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 537118600
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 328 197 1638 66 2228
server thread 3 loop 3
client thread 5 socket connected 537118600
client thread 5 socket wrote 8192
server thread 5 got connection 538955368
client thread 3 loop 3
client thread 3 socket created 537118504
server thread 5 read 8192 bytes
client thread 3 socket connected 537118504
server thread 3 got connection 537118376
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 262 197 1704 0 2163
server thread 4 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 541479944
client thread 4 socket connected 541479944
server thread 4 got connection 538536488
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 524 66 1835 0 2425
server thread 5 loop 2
client thread 5 socket read 131072
server thread 3 write 131072 bytes
client thread 5 loop 2
client thread 5 socket created 538955368
server: 393 131 1835 66 2425
server thread 3 loop 4
client thread 3 socket read 131072
client thread 5 socket connected 538955368
server thread 5 got connection 537118600
client thread 3 loop 4
client thread 5 socket wrote 8192
client thread 3 socket created 537118376
server thread 5 read 8192 bytes
server thread 3 got connection 537118504
client thread 3 socket connected 537118376
server thread 4 write 131072 bytes
server thread 3 read 8192 bytes
server: 393 131 1966 66 2556
server thread 4 loop 3
client thread 3 socket wrote 8192
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 538536488
client thread 4 socket connected 538536488
client thread 4 socket wrote 8192
server thread 4 got connection 541479944
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 918 66 2163 66 3211
server thread 5 loop 3
client thread 5 loop 3
client thread 5 socket created 537118600
client thread 5 socket connected 537118600
client thread 5 socket wrote 8192
server thread 5 got connection 538955368
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 786 328 2425 66 3605
Thread 3 EXIT
Thread 3 EXIT
client thread 6 alive
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 537118504
client thread 7 socket connected 537118504
client thread 6 loop 0
server thread 7 got connection 539407944
client thread 6 socket created 537118376
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
client thread 6 socket connected 537118376
server thread 6 got connection 537118728
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 393 131 2884 0 3408
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 541479944
server thread 4 got connection 538536488
client thread 4 socket connected 541479944
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 393 131 2425 66 3015
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 538955368
client thread 5 socket connected 538955368
client thread 5 socket wrote 8192
server thread 5 got connection 537118600
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 393 197 1507 66 2163
Thread 4 EXIT
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 538536488
client thread 8 socket connected 538536488
client thread 8 socket wrote 8192
server thread 8 got connection 539703992
client thread 4 socket read 131072
Thread 4 EXIT
server thread 7 write 131072 bytes
client thread 9 alive
server: 33753 131 3146 66 37095
server thread 7 loop 1
client thread 9 loop 0
client thread 9 socket created 541479944
server thread 8 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 539407944
client thread 9 socket connected 541479944
server thread 9 got connection 537118504
client thread 9 socket wrote 8192
client thread 7 socket connected 539407944
client thread 7 socket wrote 8192
server thread 9 read 8192 bytes
server thread 7 got connection 537118824
server thread 7 read 8192 bytes
server thread 5 write 131072 bytes
server: 524 131 1704 131 2490
Thread 5 EXIT
server thread 6 write 131072 bytes
server: 328 262 1442 66 2097
server thread 1 loop 3
server: 34605 131 3932 131 38799
server thread 6 loop 1
server thread 1 got connection 537118600
server thread 1 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 5 socket read 131072
client thread 6 socket created 539999928
Thread 5 EXIT
server thread 6 got connection 537118728
client thread 6 socket connected 539999928
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 7 write 131072 bytes
server: 590 66 1638 0 2294
server thread 7 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 537118376
client thread 7 socket connected 537118376
client thread 7 socket wrote 8192
server thread 7 got connection 538955368
server thread 7 read 8192 bytes
server thread 1 write 131072 bytes
server: 66 66 2490 66 2687
server thread 1 loop 4
client thread 1 socket read 131072
server thread 8 write 131072 bytes
server: 36309 393 3670 66 40438
server thread 8 loop 1
client thread 1 loop 4
client thread 1 socket created 537118824
client thread 8 socket read 131072
client thread 1 socket connected 537118824
client thread 8 loop 1
client thread 1 socket wrote 8192
client thread 8 socket created 539407944
server thread 1 got connection 537118600
server thread 1 read 8192 bytes
client thread 8 socket connected 539407944
client thread 8 socket wrote 8192
server thread 9 write 131072 bytes
server thread 8 got connection 539703992
server: 36243 328 3867 66 40503
server thread 9 loop 1
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 786 66 1442 66 2359
server thread 7 loop 3
client thread 9 socket read 131072
client thread 7 socket read 131072
client thread 9 loop 1
client thread 7 loop 3
client thread 9 socket created 541480008
client thread 7 socket created 538536488
client thread 9 socket connected 541480008
client thread 7 socket connected 538536488
client thread 9 socket wrote 8192
server thread 9 got connection 537118504
client thread 7 socket wrote 8192
server thread 7 got connection 538955368
server thread 9 read 8192 bytes
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 590 393 4195 66 5243
server thread 6 loop 2
client thread 6 socket read 131072
server thread 8 write 131072 bytes
client thread 6 loop 2
client thread 6 socket created 541479944
server: 655 66 1966 66 2753
server thread 8 loop 2
server thread 1 write 131072 bytes
server: 590 66 2294 66 3015
client thread 8 socket read 131072
Thread 1 EXIT
client thread 8 loop 2
client thread 8 socket created 537118376
server thread 6 got connection 537118728
client thread 1 socket read 131072
client thread 6 socket connected 541479944
Thread 1 EXIT
server thread 6 read 8192 bytes
client thread 8 socket connected 537118376
client thread 8 socket wrote 8192
client thread 6 socket wrote 8192
server thread 8 got connection 539999928
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server thread 7 write 131072 bytes
server: 918 66 2687 0 3670
server thread 9 loop 2
server: 524 66 2622 0 3211
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 539703992
client thread 9 socket read 131072
client thread 7 socket connected 539703992
client thread 9 loop 2
client thread 9 socket created 537118600
server thread 6 write 131072 bytes
client thread 7 socket wrote 8192
client thread 6 socket read 131072
server: 590 131 1704 66 2490
server thread 6 loop 3
client thread 6 loop 3
server thread 7 got connection 539407944
client thread 9 socket connected 537118600
server thread 9 got connection 537118824
client thread 6 socket created 538536584
server thread 7 read 8192 bytes
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server thread 6 got connection 537118504
client thread 6 socket connected 538536584
client thread 8 loop 3
client thread 8 socket created 538955368
server: 590 66 1966 197 2818
server thread 8 loop 3
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 8 socket connected 538955368
client thread 8 socket wrote 8192
server thread 8 got connection 538536488
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server: 721 197 1704 131 2753
server thread 9 loop 3
server thread 7 write 131072 bytes
server: 655 66 1966 66 2753
client thread 9 socket read 131072
Thread 7 EXIT
client thread 9 loop 3
client thread 9 socket created 541480008
client thread 7 socket read 131072
Thread 7 EXIT
server thread 6 write 131072 bytes
server: 459 197 1835 0 2490
server thread 6 loop 4
server thread 9 got connection 537118728
client thread 9 socket connected 541480008
client thread 9 socket wrote 8192
client thread 6 socket read 131072
server thread 9 read 8192 bytes
client thread 8 socket read 131072
server thread 8 write 131072 bytes
client thread 6 loop 4
client thread 8 loop 4
client thread 6 socket created 541479944
server: 197 131 2097 131 2556
server thread 8 loop 4
client thread 8 socket created 537118376
client thread 8 socket connected 537118376
server thread 6 got connection 539999928
client thread 6 socket connected 541479944
client thread 8 socket wrote 8192
client thread 6 socket wrote 8192
server thread 8 got connection 537118824
server thread 6 read 8192 bytes
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server: 459 459 1770 66 2753
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 539407944
client thread 9 socket connected 539407944
server thread 9 got connection 540591912
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server thread 6 write 131072 bytes
server: 786 197 1901 0 2884
client thread 6 socket read 131072
Thread 6 EXIT
Thread 6 EXIT
server: 328 66 1835 197 2425
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 9 write 131072 bytes
server: 393 66 1507 66 2032
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 26852 770 10599 311
server per thread elapsed time 38548
----------
Client results:

----------
client per thread totals 0 1256 437 13956 380
client per thread elapsed time 16033
select loop user/user: 11836.40 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 0 loop 0
server thread 3 alive
server thread 4 alive
server thread 1 loop 0
server thread 5 alive
server thread 2 loop 0
server thread 6 alive
server thread 4 loop 0
server thread 5 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 1 socket created 541480008
server thread 3 loop 0
client thread 4 alive
client thread 4 loop 0
client thread 2 socket created 539999928
client thread 4 socket created 540295976
server thread 6 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 541479944
server thread 1 got connection 537118824
client thread 2 socket connected 539999928
client thread 4 socket connected 540295976
server thread 2 got connection 540887960
server thread 4 got connection 537118376
client thread 1 socket connected 541480008
client thread 0 socket connected 541479944
client thread 4 socket wrote 8192
client thread 1 socket wrote 8192
client thread 0 socket wrote 8192
server thread 0 got connection 540591912
server thread 2 read 8192 bytes
server thread 4 read 8192 bytes
server thread 0 read 8192 bytes
server thread 1 read 8192 bytes
client thread 2 socket wrote 8192
server thread 7 alive
server thread 0 write 131072 bytes
server: 1704 131 1704 66 3605
server thread 0 loop 1
client thread 0 socket read 131072
server thread 7 loop 0
client thread 0 loop 1
client thread 0 socket created 539407944
server thread 4 write 131072 bytes
client thread 0 socket connected 539407944
server: 852 262 2097 66 3277
server thread 4 loop 1
client thread 4 socket read 131072
client thread 0 socket wrote 8192
server thread 0 got connection 540591912
client thread 4 loop 1
server thread 0 read 8192 bytes
client thread 4 socket created 541479944
client thread 4 socket connected 541479944
server thread 4 got connection 537118376
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 2 write 131072 bytes
server: 1049 197 3408 131 4784
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 540295976
client thread 2 socket connected 540295976
server thread 2 got connection 540887960
server thread 0 write 131072 bytes
client thread 2 socket wrote 8192
server: 524 66 1901 66 2556
server thread 0 loop 2
server thread 2 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 2
server thread 4 write 131072 bytes
client thread 0 socket created 539999928
client thread 4 socket read 131072
server: 328 197 1966 66 2556
server thread 4 loop 2
client thread 4 loop 2
client thread 4 socket created 540591912
client thread 0 socket connected 539999928
server thread 0 got connection 539407944
client thread 0 socket wrote 8192
client thread 4 socket connected 540591912
server thread 0 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 got connection 537118376
server thread 4 read 8192 bytes
server thread 2 write 131072 bytes
server: 721 197 1638 66 2622
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 541479944
server thread 8 alive
client thread 2 socket connected 541479944
server thread 2 got connection 540887960
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 8 loop 0
server thread 0 write 131072 bytes
server: 655 131 1901 66 2753
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 539407944
client thread 0 socket connected 539407944
server thread 0 got connection 539999928
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 328 131 2163 66 2687
server thread 2 loop 3
client thread 2 loop 3
client thread 2 socket created 540887960
client thread 2 socket connected 540887960
client thread 5 alive
client thread 2 socket wrote 8192
client thread 5 loop 0
client thread 5 socket created 541479944
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 328 131 1770 66 2294
server thread 0 loop 4
client thread 0 loop 4
client thread 0 socket created 539999928
client thread 5 socket connected 541479944
server thread 5 got connection 539407944
client thread 5 socket wrote 8192
client thread 0 socket connected 539999928
server thread 0 got connection 536995640
client thread 0 socket wrote 8192
server thread 5 read 8192 bytes
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 262 66 1376 66 1770
Thread 0 EXIT
Thread 0 EXIT
server thread 9 alive
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 537118600
server thread 5 write 131072 bytes
client thread 3 socket connected 537118600
server: 10421 197 1966 66 12649
server thread 5 loop 1
server thread 9 loop 0
server thread 3 got connection 539999928
client thread 5 socket read 131072
client thread 3 socket wrote 8192
client thread 5 loop 1
server thread 3 read 8192 bytes
client thread 5 socket created 539407944
client thread 5 socket connected 539407944
server thread 5 got connection 541479944
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 459 66 1573 66 2163
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 541479944
client thread 5 socket connected 541479944
server thread 5 got connection 539407944
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
server: 12649 131 2687 66 15533
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 539999928
client thread 3 socket connected 539999928
server thread 3 got connection 537118600
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 328 131 1311 66 1835
server thread 5 loop 3
client thread 5 loop 3
client thread 5 socket created 539407944
client thread 5 socket connected 539407944
server thread 5 got connection 541479944
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
server: 393 131 1311 66 1901
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 537118600
client thread 3 socket connected 537118600
server thread 3 got connection 539999928
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server: 328 131 1442 66 1966
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 541479944
client thread 5 socket connected 541479944
server thread 5 got connection 539407944
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 328 328 1311 66 2032
server thread 3 loop 3
client thread 3 loop 3
client thread 3 socket created 539999928
client thread 3 socket connected 539999928
server thread 3 got connection 537118600
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 262 131 1507 66 1966
Thread 5 EXIT
Thread 5 EXIT
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 539407944
client thread 6 socket connected 539407944
server thread 6 got connection 538955368
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 262 131 1311 66 1770
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 541479944
client thread 3 socket connected 541479944
server thread 3 got connection 537118600
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 1180 393 21169 66 22808
server thread 1 loop 1
client thread 1 loop 1
client thread 1 socket created 539999928
client thread 1 socket connected 539999928
server thread 1 got connection 537118824
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 6 write 131072 bytes
server thread 3 write 131072 bytes
client thread 6 socket read 131072
server: 328 131 1704 66 2228
Thread 3 EXIT
client thread 6 loop 1
client thread 3 socket read 131072
client thread 7 alive
client thread 7 loop 0
client thread 6 socket created 541480008
client thread 7 socket created 537118600
server: 20645 131 2359 328 23463
server thread 6 loop 1
Thread 3 EXIT
client thread 6 socket connected 541480008
client thread 7 socket connected 537118600
server thread 6 got connection 538536488
client thread 6 socket wrote 8192
server thread 7 got connection 539407944
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 6 read 8192 bytes
server thread 1 write 131072 bytes
server: 328 131 1835 66 2359
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
server thread 4 write 131072 bytes
server: 393 131 18548 66 19138
server thread 4 loop 3
client thread 1 socket created 538955368
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 541479944
client thread 1 socket connected 538955368
client thread 1 socket wrote 8192
server thread 1 got connection 537118824
server thread 4 got connection 539999928
client thread 4 socket connected 541479944
server thread 1 read 8192 bytes
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 6 write 131072 bytes
server thread 7 write 131072 bytes
server: 197 262 1835 66 2359
server thread 6 loop 2
server: 21235 131 1966 66 23398
server thread 7 loop 1
client thread 6 socket read 131072
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 537118376
client thread 6 loop 2
client thread 6 socket created 540591912
server thread 7 got connection 538536488
client thread 6 socket connected 540591912
client thread 7 socket connected 537118376
server thread 6 got connection 539407944
client thread 6 socket wrote 8192
client thread 7 socket wrote 8192
server thread 6 read 8192 bytes
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
client thread 7 loop 2
server thread 6 write 131072 bytes
client thread 7 socket created 537118600
server: 328 262 1507 197 2294
server thread 7 loop 2
client thread 6 socket read 131072
server thread 4 write 131072 bytes
client thread 1 socket read 131072
server thread 7 got connection 541480008
server: 459 197 3474 131 4260
server thread 4 loop 4
client thread 7 socket connected 537118600
client thread 1 loop 3
client thread 6 loop 3
server thread 1 write 131072 bytes
client thread 7 socket wrote 8192
client thread 6 socket created 537118376
server thread 7 read 8192 bytes
server: 786 66 3801 131 4784
server thread 1 loop 3
server: 524 66 1704 852 3146
server thread 6 loop 3
client thread 6 socket connected 537118376
server thread 6 got connection 538536488
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 4 socket read 131072
client thread 1 socket created 540591912
client thread 4 loop 4
client thread 4 socket created 539999928
server thread 1 got connection 538955368
client thread 1 socket connected 540591912
server thread 4 got connection 537118824
client thread 4 socket connected 539999928
client thread 1 socket wrote 8192
server thread 4 read 8192 bytes
server thread 1 read 8192 bytes
server thread 7 write 131072 bytes
server: 590 131 1638 131 2490
client thread 4 socket wrote 8192
client thread 7 socket read 131072
server thread 7 loop 3
client thread 7 loop 3
client thread 7 socket created 539407944
client thread 7 socket connected 539407944
client thread 7 socket wrote 8192
server thread 7 got connection 541479944
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
server thread 1 write 131072 bytes
server: 1114 459 1966 66 3605
server thread 1 loop 4
server: 1376 197 2163 131 3867
Thread 4 EXIT
client thread 1 socket read 131072
client thread 8 alive
client thread 8 loop 0
client thread 1 loop 4
client thread 8 socket created 541480008
client thread 1 socket created 537118600
server thread 7 write 131072 bytes
server: 393 131 1770 0 2294
server thread 7 loop 4
client thread 8 socket connected 541480008
client thread 1 socket connected 537118600
server thread 8 got connection 538955368
client thread 8 socket wrote 8192
client thread 7 socket read 131072
client thread 1 socket wrote 8192
server thread 1 got connection 537118824
client thread 7 loop 4
client thread 4 socket read 131072
server thread 1 read 8192 bytes
client thread 7 socket created 538536584
Thread 4 EXIT
server thread 2 got connection 540591912
server thread 8 read 8192 bytes
server thread 2 read 8192 bytes
server thread 7 got connection 541479944
client thread 7 socket connected 538536584
server thread 7 read 8192 bytes
client thread 6 socket read 131072
client thread 7 socket wrote 8192
client thread 6 loop 4
client thread 6 socket created 539407944
client thread 6 socket connected 539407944
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
server: 0 131 5047 131 5309
server thread 6 loop 4
server thread 6 got connection 539999928
server thread 6 read 8192 bytes
server thread 1 write 131072 bytes
server: 590 66 1638 131 2425
Thread 1 EXIT
server thread 7 write 131072 bytes
client thread 9 alive
client thread 9 loop 0
server: 655 197 1311 66 2228
Thread 7 EXIT
client thread 9 socket created 537118376
client thread 7 socket read 131072
client thread 8 socket read 131072
Thread 7 EXIT
client thread 8 loop 1
client thread 8 socket created 538536488
client thread 9 socket connected 537118376
server thread 9 got connection 537118824
server thread 8 write 131072 bytes
client thread 1 socket read 131072
server: 25691 393 2163 0 28247
server thread 8 loop 1
Thread 1 EXIT
client thread 8 socket connected 538536488
client thread 9 socket wrote 8192
client thread 8 socket wrote 8192
server thread 8 got connection 539703992
server thread 9 read 8192 bytes
client thread 6 socket read 131072
Thread 6 EXIT
server thread 8 read 8192 bytes
server thread 6 write 131072 bytes
server: 66 66 1573 131 1835
Thread 6 EXIT
server thread 2 write 131072 bytes
server: 24053 131 3080 131 27395
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 541479944
client thread 2 socket connected 541479944
server thread 2 got connection 541183896
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 8 write 131072 bytes
server thread 9 write 131072 bytes
server: 197 131 1573 66 1966
server thread 8 loop 2
server: 23266 262 1770 66 25364
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 8 socket read 131072
client thread 9 socket created 538536584
client thread 8 loop 2
client thread 8 socket created 541480008
client thread 9 socket connected 538536584
server thread 9 got connection 538955368
client thread 8 socket connected 541480008
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
client thread 8 socket wrote 8192
server thread 8 got connection 537118600
server thread 8 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 459 328 1901 131 2818
Thread 2 EXIT
Thread 2 EXIT
server thread 9 write 131072 bytes
server: 328 131 1770 66 2294
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 539407944
server thread 8 write 131072 bytes
server: 590 66 1901 66 2622
server thread 8 loop 3
client thread 9 socket connected 539407944
client thread 8 socket read 131072
server thread 9 got connection 539999928
client thread 9 socket wrote 8192
client thread 8 loop 3
client thread 8 socket created 537118728
server thread 9 read 8192 bytes
client thread 8 socket connected 537118728
server thread 8 got connection 540591912
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 393 66 1638 0 2097
server thread 9 loop 3
client thread 9 loop 3
server thread 8 write 131072 bytes
client thread 9 socket created 540887960
client thread 8 socket read 131072
server: 393 131 1442 66 2032
server thread 8 loop 4
client thread 8 loop 4
client thread 9 socket connected 540887960
server thread 9 got connection 537118824
client thread 8 socket created 539703992
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
client thread 8 socket connected 539703992
server thread 8 got connection 537118376
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server: 262 131 1245 66 1704
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 538536488
server thread 8 write 131072 bytes
server: 262 131 1311 66 1770
client thread 8 socket read 131072
Thread 8 EXIT
Thread 8 EXIT
client thread 9 socket connected 538536488
server thread 9 got connection 541183896
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 393 131 1180 66 1770
Thread 9 EXIT
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 42819 1589 23831 806
server per thread elapsed time 69054
----------
Client results:

----------
client per thread totals 10 2691 983 30785 740
client per thread elapsed time 35203
select loop user/kernel: 9529.40 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 0 loop 0
server thread 3 alive
server thread 4 alive
server thread 1 loop 0
server thread 5 alive
server thread 2 loop 0
server thread 6 alive
server thread 3 loop 0
client thread 0 alive
client thread 0 loop 0
server thread 5 loop 0
server thread 7 alive
server thread 4 loop 0
server thread 8 alive
client thread 0 socket created 539407944
server thread 9 alive
client thread 1 alive
client thread 1 loop 0
server thread 6 loop 0
client thread 2 alive
client thread 3 alive
client thread 2 loop 0
client thread 0 socket connected 539407944
client thread 3 loop 0
client thread 5 alive
client thread 4 alive
client thread 4 loop 0
client thread 5 loop 0
client thread 0 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 1 socket created 540887960
server thread 8 loop 0
server thread 9 loop 0
client thread 1 socket connected 540887960
server thread 1 got connection 537118376
server thread 7 loop 0
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
client thread 2 socket created 540295976
client thread 1 socket read 131072
client thread 2 socket connected 540295976
client thread 1 loop 1
server thread 2 got connection 539703992
client thread 1 socket created 541183896
client thread 2 socket wrote 8192
client thread 1 socket connected 541183896
server thread 2 read 8192 bytes
client thread 1 socket wrote 8192
server thread 2 write 131072 bytes
server: 20317 197 2556 66 23135
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 536995640
client thread 2 socket connected 536995640
server thread 2 got connection 538536488
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 393 66 1245 66 1770
server thread 2 loop 2
client thread 2 loop 2
client thread 2 socket created 540887960
client thread 2 socket connected 540887960
server thread 2 got connection 539703992
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 262 66 1245 66 1638
server thread 2 loop 3
client thread 2 loop 3
client thread 2 socket created 540295976
client thread 2 socket connected 540295976
server thread 2 got connection 538536488
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 262 66 1245 66 1638
server thread 2 loop 4
client thread 2 loop 4
client thread 2 socket created 536995640
client thread 2 socket connected 536995640
server thread 2 got connection 539703992
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 262 66 1245 66 1638
Thread 2 EXIT
Thread 2 EXIT
client thread 8 alive
client thread 8 loop 0
client thread 9 alive
client thread 9 loop 0
client thread 8 socket created 540887960
client thread 9 socket created 538536488
client thread 8 socket connected 540887960
server thread 8 got connection 540295976
client thread 8 socket wrote 8192
client thread 9 socket connected 538536488
server thread 8 read 8192 bytes
server thread 9 got connection 539703992
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 12256 131 1376 66 13829
server thread 8 loop 1
client thread 8 loop 1
client thread 8 socket created 538955368
server thread 9 write 131072 bytes
client thread 8 socket connected 538955368
server thread 8 got connection 536995640
server: 12190 66 1573 131 13960
server thread 9 loop 1
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 540295976
client thread 9 socket connected 540295976
server thread 9 got connection 540887960
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 262 131 1311 66 1770
server thread 8 loop 2
client thread 8 loop 2
client thread 8 socket created 539703992
client thread 8 socket connected 539703992
server thread 8 got connection 538536488
client thread 8 socket wrote 8192
server thread 9 write 131072 bytes
server thread 8 read 8192 bytes
client thread 9 socket read 131072
server: 393 131 1311 66 1901
server thread 9 loop 2
client thread 9 loop 2
client thread 9 socket created 536995640
client thread 9 socket connected 536995640
server thread 9 got connection 538955368
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 328 66 1311 66 1770
server thread 8 loop 3
client thread 8 loop 3
client thread 8 socket created 540887960
client thread 8 socket connected 540887960
server thread 8 got connection 540295976
client thread 8 socket wrote 8192
server thread 9 write 131072 bytes
server thread 8 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 538536488
client thread 9 socket connected 538536488
client thread 9 socket wrote 8192
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 328 328 1245 66 1966
server thread 8 loop 4
client thread 8 loop 4
client thread 8 socket created 539703992
client thread 8 socket connected 539703992
client thread 8 socket wrote 8192
server thread 8 got connection 538955368
server thread 8 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 328 66 1180 66 1638
Thread 8 EXIT
Thread 8 EXIT
server thread 0 got connection 536995640
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 540295976
server thread 0 read 8192 bytes
client thread 7 socket connected 540295976
server: 262 131 1311 66 1770
server thread 9 loop 3
server thread 7 got connection 540887960
server thread 9 got connection 538955368
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 9 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 39520 131 1770 66 41486
server thread 0 loop 1
client thread 0 loop 1
server thread 7 write 131072 bytes
client thread 0 socket created 540591912
server: 20776 66 1770 66 22677
server thread 7 loop 1
server thread 9 write 131072 bytes
client thread 7 socket read 131072
server: 0 131 1835 0 1966
server thread 9 loop 4
client thread 9 socket read 131072
client thread 7 loop 1
server thread 0 got connection 539703992
client thread 9 loop 4
client thread 7 socket created 536995640
client thread 0 socket connected 540591912
client thread 9 socket created 539407944
server thread 0 read 8192 bytes
client thread 7 socket connected 536995640
server thread 7 got connection 540887960
client thread 0 socket wrote 8192
client thread 9 socket connected 539407944
client thread 7 socket wrote 8192
server thread 9 got connection 538955368
client thread 9 socket wrote 8192
server thread 7 read 8192 bytes
server thread 9 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
client thread 0 loop 2
server: 328 197 1704 131 2359
client thread 0 socket created 540295976
server thread 0 loop 2
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 393 197 1704 66 2359
server thread 7 loop 2
client thread 7 loop 2
server thread 0 got connection 538536488
client thread 0 socket connected 540295976
client thread 7 socket created 540591912
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
client thread 7 socket connected 540591912
server thread 7 got connection 539703992
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 9 write 131072 bytes
server: 393 197 2163 459 3211
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT
server thread 1 write 131072 bytes
client thread 3 socket created 540887960
server: 18548 262 26543 66 45419
server thread 1 loop 1
server thread 1 got connection 536995640
server thread 1 read 8192 bytes
client thread 3 socket connected 540887960
server thread 3 got connection 538955368
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 7 write 131072 bytes
server: 262 131 1901 66 2359
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 539407944
client thread 7 socket connected 539407944
server thread 7 got connection 537118824
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 1 write 131072 bytes
server: 66 66 1770 66 1966
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 4 socket created 537118376
client thread 1 socket created 539703992
client thread 1 socket connected 539703992
client thread 1 socket wrote 8192
server thread 3 write 131072 bytes
server thread 1 got connection 540591912
server: 45091 197 2032 66 47385
server thread 3 loop 1
server thread 1 read 8192 bytes
server thread 4 got connection 536995640
client thread 4 socket connected 537118376
client thread 3 socket read 131072
client thread 4 socket wrote 8192
client thread 3 loop 1
server thread 4 read 8192 bytes
client thread 3 socket created 541183896
server thread 7 write 131072 bytes
server: 524 66 1966 131 2687
server thread 7 loop 4
client thread 7 socket read 131072
server thread 3 got connection 538955368
client thread 7 loop 4
client thread 3 socket connected 541183896
client thread 7 socket created 540887960
client thread 3 socket wrote 8192
server thread 7 got connection 537118824
client thread 7 socket connected 540887960
server thread 3 read 8192 bytes
server thread 1 write 131072 bytes
server thread 7 read 8192 bytes
server: 524 66 1573 0 2163
server thread 1 loop 3
client thread 7 socket wrote 8192
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 539407944
client thread 1 socket connected 539407944
server thread 1 got connection 540591912
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 4 write 131072 bytes
server: 47385 328 1835 66 49613
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 539703992
client thread 4 socket connected 539703992
server thread 4 got connection 536995640
server thread 7 write 131072 bytes
client thread 4 socket wrote 8192
server: 459 197 1573 131 2359
client thread 7 socket read 131072
Thread 7 EXIT
Thread 7 EXIT
server thread 4 read 8192 bytes
client thread 5 socket created 537118376
client thread 5 socket connected 537118376
server thread 5 got connection 537118728
client thread 5 socket wrote 8192
client thread 6 socket created 537118824
server thread 1 write 131072 bytes
server thread 6 got connection 540887960
server: 459 131 1966 66 2622
server thread 1 loop 4
client thread 1 socket read 131072
server thread 5 read 8192 bytes
client thread 1 loop 4
client thread 1 socket created 540591912
client thread 6 socket connected 537118824
server thread 6 read 8192 bytes
server thread 1 got connection 539407944
client thread 1 socket connected 540591912
client thread 1 socket wrote 8192
client thread 6 socket wrote 8192
server thread 1 read 8192 bytes
server thread 3 write 131072 bytes
server: 1114 459 3408 66 5047
server thread 3 loop 2
server thread 4 write 131072 bytes
server: 524 262 2032 66 2884
server thread 4 loop 2
client thread 0 socket read 131072
server thread 0 write 131072 bytes
client thread 0 loop 3
server: 131 197 9438 131 9896
server thread 0 loop 3
client thread 0 socket created 538955368
client thread 4 socket read 131072
client thread 0 socket connected 538955368
server thread 0 got connection 536995640
client thread 0 socket wrote 8192
client thread 4 loop 2
server thread 0 read 8192 bytes
client thread 4 socket created 540295976
client thread 3 socket read 131072
server thread 4 got connection 538536488
client thread 4 socket connected 540295976
client thread 3 loop 2
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
client thread 3 socket created 539703992
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 459 262 2032 66 2818
Thread 1 EXIT
Thread 1 EXIT
server thread 6 write 131072 bytes
server: 50990 459 2818 66 54332
server thread 6 loop 1
server thread 3 got connection 541183896
client thread 3 socket connected 539703992
client thread 6 socket read 131072
server thread 3 read 8192 bytes
client thread 6 loop 1
client thread 3 socket wrote 8192
client thread 6 socket created 539407944
client thread 0 socket read 131072
server thread 4 write 131072 bytes
client thread 0 loop 4
server: 852 197 1770 66 2884
server thread 4 loop 3
client thread 0 socket created 537118504
server thread 6 got connection 540591912
client thread 0 socket connected 537118504
client thread 4 socket read 131072
client thread 6 socket connected 539407944
client thread 4 loop 3
client thread 6 socket wrote 8192
server thread 5 write 131072 bytes
client thread 4 socket created 540887960
server: 50924 590 4457 66 56036
server thread 5 loop 1
client thread 5 socket read 131072
server thread 4 got connection 537118824
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
client thread 5 loop 1
server thread 6 read 8192 bytes
client thread 5 socket created 538955368
server: 262 131 3146 66 3605
server thread 0 loop 4
server thread 3 write 131072 bytes
server thread 0 got connection 538536488
server: 2687 197 1442 66 4391
server thread 3 loop 3
client thread 5 socket connected 538955368
client thread 3 socket read 131072
client thread 5 socket wrote 8192
server thread 5 got connection 540295976
client thread 4 socket connected 540887960
server thread 5 read 8192 bytes
server thread 0 read 8192 bytes
client thread 3 loop 3
client thread 3 socket created 537118728
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
client thread 3 socket connected 537118728
client thread 3 socket wrote 8192
server thread 3 got connection 537118376
server thread 3 read 8192 bytes
client thread 6 socket read 131072
server thread 6 write 131072 bytes
client thread 6 loop 2
server: 983 786 1770 66 3605
server thread 6 loop 2
client thread 6 socket created 536995640
server thread 5 write 131072 bytes
server: 655 66 1638 66 2425
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
server thread 6 got connection 541183896
client thread 6 socket connected 536995640
client thread 5 socket created 539703992
client thread 6 socket wrote 8192
client thread 5 socket connected 539703992
server thread 6 read 8192 bytes
server thread 5 got connection 539407944
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 721 590 2490 66 3867
server thread 4 loop 4
client thread 4 socket read 131072
client thread 0 socket read 131072
client thread 4 loop 4
client thread 4 socket created 540591912
Thread 0 EXIT
server thread 0 write 131072 bytes
server: 66 262 3146 66 3539
Thread 0 EXIT
client thread 4 socket connected 540591912
server thread 4 got connection 540295976
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 3
server thread 3 write 131072 bytes
client thread 6 socket created 538955368
client thread 3 socket read 131072
server: 721 66 3015 66 3867
server thread 3 loop 4
client thread 3 loop 4
client thread 6 socket connected 538955368
client thread 3 socket created 537118824
client thread 6 socket wrote 8192
server thread 6 write 131072 bytes
client thread 3 socket connected 537118824
server: 262 262 1835 66 2425
server thread 6 loop 3
server thread 3 got connection 540887960
server thread 6 got connection 537118504
client thread 3 socket wrote 8192
server thread 6 read 8192 bytes
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 590 197 1638 66 2490
Thread 4 EXIT
client thread 4 socket read 131072
server thread 6 write 131072 bytes
server: 0 66 1311 66 1442
server thread 6 loop 4
Thread 4 EXIT
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 538536488
client thread 6 socket connected 538536488
server thread 6 got connection 541479944
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 328 66 2097 66 2556
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 536995640
client thread 5 socket connected 536995640
client thread 5 socket wrote 8192
server thread 5 write 131072 bytes
server: 393 66 4981 66 5505
server thread 5 loop 3
server thread 5 got connection 537118376
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 393 131 1638 66 2228
Thread 6 EXIT
Thread 6 EXIT
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 66 66 1376 66 1573
server thread 5 loop 4
client thread 5 loop 4
client thread 5 socket created 537118728
client thread 5 socket connected 537118728
server thread 5 got connection 541183896
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 5 write 131072 bytes
server: 262 262 1442 66 2032
client thread 5 socket read 131072
Thread 5 EXIT
Thread 5 EXIT
Thread 5 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 76414 2540 36751 1194
server per thread elapsed time 116904
----------
Client results:

----------
client per thread totals 10 26863 1605 48948 1154
client per thread elapsed time 78570
select loop kernel/user: 13855.00 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 0 loop 0
server thread 3 alive
server thread 4 alive
server thread 2 loop 0
server thread 5 alive
server thread 6 alive
server thread 1 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 540887960
server thread 5 loop 0
server thread 8 alive
server thread 3 loop 0
server thread 7 alive
server thread 9 alive
server thread 6 loop 0
client thread 0 socket connected 540887960
client thread 2 alive
client thread 0 socket wrote 8192
client thread 2 loop 0
server thread 0 got connection 541479944
server thread 0 read 8192 bytes
client thread 2 socket created 539999928
server thread 7 loop 0
server thread 8 loop 0
server thread 9 loop 0
client thread 2 socket connected 539999928
server thread 2 got connection 538536488
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 0 write 131072 bytes
server: 1573 66 1507 66 3211
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 537118376
client thread 0 socket connected 537118376
server thread 0 got connection 536995640
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
server: 1704 197 1966 0 3867
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 541183896
client thread 2 socket connected 541183896
server thread 2 got connection 537118600
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
client thread 0 loop 2
server: 393 66 1376 131 1966
server thread 0 loop 2
client thread 0 socket created 537118728
client thread 0 socket connected 537118728
server thread 0 got connection 541479944
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
server: 393 66 1376 66 1901
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 540887960
client thread 2 socket connected 540887960
server thread 2 got connection 538536488
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 197 66 1376 66 1704
server thread 0 loop 3
client thread 0 loop 3
client thread 0 socket created 539999928
client thread 0 socket connected 539999928
server thread 0 got connection 537118376
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 262 131 1311 66 1770
server thread 2 loop 3
client thread 2 loop 3
client thread 2 socket created 536995640
client thread 2 socket connected 536995640
server thread 2 got connection 537118600
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 0 write 131072 bytes
server: 328 131 1245 66 1770
server thread 0 loop 4
client thread 0 socket read 131072
client thread 1 alive
client thread 1 loop 0
client thread 0 loop 4
client thread 1 socket created 541183896
client thread 0 socket created 541479944
client thread 0 socket connected 541479944
client thread 1 socket connected 541183896
server thread 1 got connection 537118728
server thread 0 got connection 538536488
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 393 66 1311 66 1835
Thread 0 EXIT
server thread 1 write 131072 bytes
client thread 1 socket read 131072
client thread 5 alive
client thread 5 loop 0
client thread 1 loop 1
server thread 4 loop 0
server: 8520 131 1638 131 10421
client thread 5 socket created 537118376
server thread 1 loop 1
client thread 1 socket created 539999928
client thread 5 socket connected 537118376
client thread 1 socket connected 539999928
server thread 5 got connection 538536488
server thread 1 got connection 541479944
client thread 5 socket wrote 8192
client thread 1 socket wrote 8192
server thread 5 read 8192 bytes
server thread 1 read 8192 bytes
server thread 5 write 131072 bytes
server: 10421 66 1573 66 12125
server thread 5 loop 1
server thread 1 write 131072 bytes
client thread 5 socket read 131072
client thread 1 socket read 131072
client thread 5 loop 1
client thread 1 loop 2
client thread 5 socket created 540295976
client thread 1 socket created 541183896
server: 197 131 1573 197 2097
server thread 1 loop 2
server thread 5 got connection 537118728
client thread 1 socket connected 541183896
client thread 5 socket connected 540295976
server thread 1 got connection 538536488
client thread 1 socket wrote 8192
client thread 5 socket wrote 8192
server thread 1 read 8192 bytes
server thread 5 read 8192 bytes
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 537118376
client thread 3 socket connected 537118376
server thread 3 got connection 539999928
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server: 328 197 1507 66 2097
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 541479944
client thread 5 socket connected 541479944
server thread 5 got connection 537118728
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
server: 13042 131 1573 66 14812
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 540295976
client thread 3 socket connected 540295976
server thread 3 got connection 539999928
client thread 3 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 537118376
client thread 6 socket connected 537118376
server thread 6 got connection 536987992
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 328 131 1376 66 1901
server thread 5 loop 3
client thread 5 loop 3
client thread 5 socket created 537118728
client thread 5 socket connected 537118728
server thread 5 got connection 541479944
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
server: 15336 66 1573 0 16975
server thread 6 loop 1
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 536987992
client thread 6 socket connected 536987992
server thread 6 got connection 537118376
server thread 5 write 131072 bytes
client thread 6 socket wrote 8192
client thread 5 socket read 131072
server: 262 66 1311 66 1704
server thread 5 loop 4
client thread 5 loop 4
client thread 5 socket created 541479944
server thread 6 read 8192 bytes
client thread 5 socket connected 541479944
server thread 5 got connection 537118728
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
server: 328 197 1311 66 1901
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 537118376
server thread 5 write 131072 bytes
client thread 5 socket read 131072
client thread 6 socket connected 537118376
Thread 5 EXIT
server thread 6 got connection 536987992
server: 262 131 1311 131 1835
client thread 6 socket wrote 8192
client thread 7 alive
Thread 5 EXIT
client thread 7 loop 0
server thread 6 read 8192 bytes
client thread 7 socket created 541479944
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 537118728
server thread 7 got connection 540591912
client thread 8 socket connected 537118728
client thread 7 socket connected 541479944
server thread 8 got connection 536989704
client thread 8 socket wrote 8192
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 8 read 8192 bytes
server thread 6 write 131072 bytes
server: 328 66 1704 66 2163
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 536987992
client thread 6 socket connected 536987992
server thread 6 got connection 537118376
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 7 write 131072 bytes
server thread 8 write 131072 bytes
server: 19138 459 1638 131 21366
server thread 7 loop 1
client thread 7 socket read 131072
server: 19269 197 1704 66 21235
server thread 8 loop 1
client thread 8 socket read 131072
client thread 7 loop 1
client thread 7 socket created 540591912
client thread 8 loop 1
client thread 8 socket created 536989704
server thread 7 got connection 541479944
client thread 8 socket connected 536989704
client thread 7 socket connected 540591912
client thread 8 socket wrote 8192
server thread 8 got connection 537118728
client thread 7 socket wrote 8192
server thread 8 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 536990152
client thread 9 socket connected 536990152
server thread 9 got connection 536990216
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 393 131 1704 66 2294
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 537118376
client thread 6 socket connected 537118376
server thread 6 got connection 536987992
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 8 write 131072 bytes
server: 393 131 1638 0 2163
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 537118728
server thread 8 got connection 536989704
client thread 8 socket connected 537118728
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 459 131 1966 66 2622
Thread 6 EXIT
Thread 6 EXIT
server thread 9 write 131072 bytes
Thread 0 EXIT
client thread 4 alive
client thread 4 loop 0
server: 22087 197 3277 66 25626
server thread 9 loop 1
client thread 4 socket created 536987992
client thread 9 socket read 131072
client thread 4 socket connected 536987992
client thread 9 loop 1
server thread 4 got connection 538536584
client thread 4 socket wrote 8192
client thread 9 socket created 537118376
server thread 4 read 8192 bytes
client thread 9 socket connected 537118376
server thread 9 got connection 536990216
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 2 write 131072 bytes
server: 328 131 20448 66 20973
server thread 2 loop 4
client thread 2 socket read 131072
client thread 8 socket read 131072
client thread 2 loop 4
client thread 8 loop 3
client thread 2 socket created 536990152
client thread 8 socket created 537118600
client thread 2 socket connected 536990152
client thread 8 socket connected 537118600
client thread 2 socket wrote 8192
client thread 8 socket wrote 8192
server thread 2 got connection 536995640
server thread 2 read 8192 bytes
server thread 8 write 131072 bytes
server thread 4 write 131072 bytes
server: 16909 66 1901 0 18875
server thread 4 loop 1
server thread 9 write 131072 bytes
client thread 4 socket read 131072
server: 524 197 1638 66 2425
server thread 9 loop 2
server: 721 262 3343 328 4653
client thread 9 socket read 131072
server thread 8 loop 3
client thread 4 loop 1
server thread 8 got connection 537118728
client thread 4 socket created 538536584
client thread 9 loop 2
client thread 9 socket created 536990216
server thread 8 read 8192 bytes
server thread 4 got connection 536989704
client thread 9 socket connected 536990216
client thread 4 socket connected 538536584
server thread 9 got connection 536987992
client thread 9 socket wrote 8192
server thread 4 read 8192 bytes
client thread 4 socket wrote 8192
server thread 9 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 590 131 1638 66 2425
Thread 2 EXIT
Thread 2 EXIT
server thread 3 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 537118376
server thread 8 write 131072 bytes
server: 66 131 2359 66 2622
server thread 8 loop 4
client thread 8 socket connected 537118376
client thread 8 socket wrote 8192
server thread 8 got connection 536995640
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server: 197 66 19596 66 19924
server thread 1 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 541480008
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 536990152
client thread 9 socket connected 541480008
server thread 3 write 131072 bytes
client thread 9 socket wrote 8192
server: 328 15533 1704 66 17630
server thread 3 loop 2
client thread 1 socket connected 536990152
server thread 1 got connection 537118600
client thread 1 socket wrote 8192
client thread 3 socket read 131072
server thread 9 write 131072 bytes
server thread 1 read 8192 bytes
client thread 3 loop 2
client thread 3 socket created 537118728
server: 459 393 2687 197 3736
server thread 9 loop 3
server thread 9 got connection 538536488
client thread 3 socket connected 537118728
server thread 9 read 8192 bytes
client thread 3 socket wrote 8192
server thread 4 write 131072 bytes
server thread 3 got connection 536990216
server: 459 459 3343 66 4326
server thread 4 loop 2
server thread 3 read 8192 bytes
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 541183896
client thread 4 socket connected 541183896
server thread 4 got connection 539999928
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 8 write 131072 bytes
server: 197 0 2359 66 2622
Thread 8 EXIT
server thread 7 read 8192 bytes
server thread 1 write 131072 bytes
client thread 8 socket read 131072
Thread 8 EXIT
client thread 1 socket read 131072
server: 524 66 1835 262 2687
server thread 1 loop 4
client thread 1 loop 4
client thread 1 socket created 540295976
client thread 1 socket connected 540295976
client thread 1 socket wrote 8192
server thread 1 got connection 536987992
client thread 3 socket read 131072
client thread 3 loop 3
server thread 1 read 8192 bytes
client thread 3 socket created 536989704
client thread 3 socket connected 536989704
client thread 3 socket wrote 8192
server thread 3 write 131072 bytes
server: 721 66 2359 66 3211
server thread 3 loop 3
server thread 3 got connection 538536584
server thread 3 read 8192 bytes
server thread 9 write 131072 bytes
server: 0 197 3080 66 3343
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 536995640
client thread 9 socket connected 536995640
client thread 9 socket wrote 8192
client thread 7 socket read 131072
server thread 9 got connection 539703992
client thread 7 loop 2
server thread 9 read 8192 bytes
client thread 7 socket created 537118376
server thread 7 write 131072 bytes
server thread 4 write 131072 bytes
server: 590 459 3015 66 4129
client thread 7 socket connected 537118376
server thread 4 loop 3
client thread 7 socket wrote 8192
server: 393 11928 2687 262 15271
server thread 7 loop 2
server thread 7 got connection 537118600
server thread 7 read 8192 bytes
server thread 1 write 131072 bytes
server: 328 197 2359 66 2949
Thread 1 EXIT
client thread 1 socket read 131072
client thread 4 socket read 131072
Thread 1 EXIT
client thread 4 loop 3
client thread 4 socket created 536990152
server thread 3 write 131072 bytes
server: 0 131 2425 66 2622
server thread 3 loop 4
server thread 4 got connection 537118728
client thread 4 socket connected 536990152
client thread 4 socket wrote 8192
client thread 3 socket read 131072
server thread 4 read 8192 bytes
client thread 3 loop 4
client thread 3 socket created 536990216
client thread 3 socket connected 536990216
server thread 3 got connection 538536488
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 9 write 131072 bytes
server: 786 66 2228 66 3146
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 541480008
server thread 4 write 131072 bytes
server: 983 131 1770 66 2949
client thread 7 socket connected 541480008
server thread 4 loop 4
client thread 7 socket wrote 8192
client thread 4 socket read 131072
server thread 7 write 131072 bytes
server: 66 66 2884 66 3080
server thread 7 loop 3
server thread 7 got connection 540591912
client thread 4 loop 4
server thread 7 read 8192 bytes
client thread 4 socket created 539999928
client thread 4 socket connected 539999928
server thread 4 got connection 541479944
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 786 131 1770 66 2753
Thread 3 EXIT
Thread 3 EXIT
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 536987992
client thread 7 socket connected 536987992
client thread 7 socket wrote 8192
server thread 7 write 131072 bytes
server: 0 66 1638 131 1835
server thread 7 loop 4
server thread 7 got connection 537118504
server thread 4 write 131072 bytes
server thread 7 read 8192 bytes
server: 393 131 1507 66 2097
client thread 4 socket read 131072
Thread 4 EXIT
Thread 4 EXIT
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 0 66 1245 66 1376
Thread 7 EXIT
Thread 7 EXIT
Thread 7 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 90684 5982 49917 1621
server per thread elapsed time 148206
----------
Client results:

----------
client per thread totals 20 28194 2032 65844 1542
client per thread elapsed time 97609
select loop kernel/kernel: 9083.80 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 16:33:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 16:33:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_ISSET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 16:33:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 16:33:58 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 16:34:00 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 16:34:01 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 16:34:01 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Sat Feb 8 16:34:02 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 16:34:02 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 16:34:02 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 16:34:02 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 16:34:03 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 16:34:03 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 16:34:03 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 16:34:03 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
BEGIN TEST: socket  
Sat Feb 8 16:34:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Sat Feb 8 16:34:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 16:34:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: sockping
BEGIN TEST: sprintf  
Sat Feb 8 16:34:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 16:34:07 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 16:34:16 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 16:34:16 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 16:34:16 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Sat Feb 8 16:34:16 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 16:34:19 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PR_SI_HOSTNAME: masala
PR_SI_SYSNAME: AIX
PR_SI_RELEASE: 3
PR_SI_ARCHITECTURE: rs6000
Host page size is 4096
Page shift is 12
Number of processors is: 4
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 16:34:20 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 16:34:20 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 16:34:22 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 16:34:23 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 00:34:23 UTC 2003
Current local time is Sat Feb 8 16:34:23 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 16:34:23 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 16:35:03 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 16:35:03 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 16:35:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
NSPR release 4.3 Beta:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3 Beta
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
END TEST: vercheck
BEGIN TEST: version  
Sat Feb 8 16:35:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Runtime library version information
Build time: 09 Feb 2003 00:04:19 GMT
Build time: 2003-02-08 16:04:19
Portable runtime V4.3.0 ( beta debug )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Sat Feb 8 16:35:04 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 16:35:05 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 16:35:05 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_dbg/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
END TEST: zerolen
BEGIN TEST: accept  
Sat Feb 8 16:35:21 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:35:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20042a78)127.0.0.1:46365
(Server) read [0x20042a00..0x20042a75) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0x20042ac8)127.0.0.1:46366
(Server) read [0x20042a50..0x20042ac5) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20042ac8)127.0.0.1:46367
(Server) read [0x20042a50..0x20042ac5) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20042ac8)127.0.0.1:46368
(Server) read [0x20042a50..0x20042ac5) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:35:39 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20040c18)127.0.0.1:46371
(Server) read [0x20040ba0..0x20040c15) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0x20040c18)127.0.0.1:46372
(Server) read [0x20040ba0..0x20040c15) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20040c18)127.0.0.1:46373
(Server) read [0x20040ba0..0x20040c15) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20040c18)127.0.0.1:46374
(Server) read [0x20040ba0..0x20040c15) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:35:50 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
END TEST: affinity
BEGIN TEST: alarm  
Sat Feb 8 16:35:50 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:36:53 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:36:54 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
END TEST: atomic
BEGIN TEST: attach  
Sat Feb 8 16:36:54 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:36:54 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:36:55 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
END TEST: cleanup
BEGIN TEST: cltsrv  
Sat Feb 8 16:37:00 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Client/Server started at(0x2001a978): 16:37:00
Server started at(0x2001c0f8): 16:37:00
Client started at(0x20088c88): 16:37:00
main(0x2001a978): waiting for execution interval (10 seconds)
Shutting down(0x2001a978): 16:37:10
Client(0x20088c88): stopped after 47 operations and 41684 bytes
Server(0x2001c0f8): stopped after 48 operations and 42634 bytes
main(0x2001a978): test complete
Test exiting at(0x2001a978): 16:37:10
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:37:11 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:37:22 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:37:23 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib

CondVar Test:

Simple test creates several local and global threads; half use a single,
shared condvar, and the other half have their own condvar. The main
thread then loops notifying them to wakeup.

The timeout test is very similar except that the threads are not
notified. They will all wakeup on a 1 second timeout.

The mixed test combines the simple test and the timeout test; every
third thread is notified, the other threads are expected to timeout
correctly.

Lastly, the combined test creates a thread for each of the above three
cases and they all run simultaneously.

This test is run with 5, 10, 15, and 20 threads of each type.


5 Thread tests
Condvar simple test shared UU: 361.78 usec
Condvar simple test shared UK: 1468.08 usec
Condvar simple test priv UU: 658.02 usec
Condvar simple test priv UK: 194.00 usec
Condvar simple test All: 4311.84 usec
Condvar timeout test: 9507.80 usec

10 Thread tests
Condvar simple test shared UU: 2814.26 usec
Condvar simple test shared UK: 2728.40 usec
Condvar simple test priv UU: 1709.92 usec
Condvar simple test priv UK: 1213.13 usec
Condvar simple test All: 8258.62 usec
Condvar timeout test: 25012.45 usec

15 Thread tests
Condvar simple test shared UU: 5034.74 usec
Condvar simple test shared UK: 4332.15 usec
Condvar simple test priv UU: 1395.33 usec
Condvar simple test priv UK: 684.23 usec
Condvar simple test All: 11896.05 usec
Condvar timeout test: 40709.79 usec

20 Thread tests
Condvar simple test shared UU: 7402.67 usec
Condvar simple test shared UK: 6821.34 usec
Condvar simple test priv UU: 1539.52 usec
Condvar simple test priv UK: 1789.23 usec
Condvar simple test All: 23260.58 usec
Condvar timeout test: 52949.93 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:37:45 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:37:45 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:37:45 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib

Number of error codes = 73

PR_OUT_OF_MEMORY_ERROR = -6000
PR_BAD_DESCRIPTOR_ERROR = -5999
PR_WOULD_BLOCK_ERROR = -5998
PR_ACCESS_FAULT_ERROR = -5997
PR_INVALID_METHOD_ERROR = -5996
PR_ILLEGAL_ACCESS_ERROR = -5995
PR_UNKNOWN_ERROR = -5994
PR_PENDING_INTERRUPT_ERROR = -5993
PR_NOT_IMPLEMENTED_ERROR = -5992
PR_IO_ERROR = -5991
PR_IO_TIMEOUT_ERROR = -5990
PR_IO_PENDING_ERROR = -5989
PR_DIRECTORY_OPEN_ERROR = -5988
PR_INVALID_ARGUMENT_ERROR = -5987
PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986
PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985
PR_IS_CONNECTED_ERROR = -5984
PR_BAD_ADDRESS_ERROR = -5983
PR_ADDRESS_IN_USE_ERROR = -5982
PR_CONNECT_REFUSED_ERROR = -5981
PR_NETWORK_UNREACHABLE_ERROR = -5980
PR_CONNECT_TIMEOUT_ERROR = -5979
PR_NOT_CONNECTED_ERROR = -5978
PR_LOAD_LIBRARY_ERROR = -5977
PR_UNLOAD_LIBRARY_ERROR = -5976
PR_FIND_SYMBOL_ERROR = -5975
PR_INSUFFICIENT_RESOURCES_ERROR = -5974
PR_DIRECTORY_LOOKUP_ERROR = -5973
PR_TPD_RANGE_ERROR = -5972
PR_PROC_DESC_TABLE_FULL_ERROR = -5971
PR_SYS_DESC_TABLE_FULL_ERROR = -5970
PR_NOT_SOCKET_ERROR = -5969
PR_NOT_TCP_SOCKET_ERROR = -5968
PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967
PR_NO_ACCESS_RIGHTS_ERROR = -5966
PR_OPERATION_NOT_SUPPORTED_ERROR = -5965
PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964
PR_REMOTE_FILE_ERROR = -5963
PR_BUFFER_OVERFLOW_ERROR = -5962
PR_CONNECT_RESET_ERROR = -5961
PR_RANGE_ERROR = -5960
PR_DEADLOCK_ERROR = -5959
PR_FILE_IS_LOCKED_ERROR = -5958
PR_FILE_TOO_BIG_ERROR = -5957
PR_NO_DEVICE_SPACE_ERROR = -5956
PR_PIPE_ERROR = -5955
PR_NO_SEEK_DEVICE_ERROR = -5954
PR_IS_DIRECTORY_ERROR = -5953
PR_LOOP_ERROR = -5952
PR_NAME_TOO_LONG_ERROR = -5951
PR_FILE_NOT_FOUND_ERROR = -5950
PR_NOT_DIRECTORY_ERROR = -5949
PR_READ_ONLY_FILESYSTEM_ERROR = -5948
PR_DIRECTORY_NOT_EMPTY_ERROR = -5947
PR_FILESYSTEM_MOUNTED_ERROR = -5946
PR_NOT_SAME_DEVICE_ERROR = -5945
PR_DIRECTORY_CORRUPTED_ERROR = -5944
PR_FILE_EXISTS_ERROR = -5943
PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942
PR_INVALID_DEVICE_STATE_ERROR = -5941
PR_DEVICE_IS_LOCKED_ERROR = -5940
PR_NO_MORE_FILES_ERROR = -5939
PR_END_OF_FILE_ERROR = -5938
PR_FILE_SEEK_ERROR = -5937
PR_FILE_IS_BUSY_ERROR = -5936
PR_IN_PROGRESS_ERROR = -5934
PR_ALREADY_INITIATED_ERROR = -5933
PR_GROUP_EMPTY_ERROR = -5932
PR_INVALID_STATE_ERROR = -5931
PR_NETWORK_DOWN_ERROR = -5930
PR_SOCKET_SHUTDOWN_ERROR = -5929
PR_CONNECT_ABORTED_ERROR = -5928
PR_HOST_UNREACHABLE_ERROR = -5927
END TEST: errcodes
BEGIN TEST: exit  
Sat Feb 8 16:37:45 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Sat Feb 8 16:37:56 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Sat Feb 8 16:37:56 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: fileio
BEGIN TEST: foreign  
Sat Feb 8 16:37:56 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Sat Feb 8 16:38:00 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Accepting connection at port 46425
Wait one second before connect
Connecting to port 46425
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 46427
Wait one second before connect
Fork succeeded. Child process continues.
Accepting connection at port 46428
Wait one second before connect
Connecting to port 46428
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 46427
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Sat Feb 8 16:38:02 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
10 iterations over a 10 kbyte file: 66 [131] 131
END TEST: fsync
BEGIN TEST: getproto  
Sat Feb 8 16:38:02 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
tcp is protocol number 6
udp is protocol number 17
Protocol number 6 is tcp
Protocol number 17 is udp
PASSED
END TEST: getproto
BEGIN TEST: i2l  
Sat Feb 8 16:38:03 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Sat Feb 8 16:38:03 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3002 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Sat Feb 8 16:38:06 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 2866 nsecs

Overhead of 'PR_IntervalNow()' is 2840 nsecs

Overhead of 'PR_Now()' is 2845 nsecs

Overhead of 'PR_IntervalNow()' is 2819 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 16:39:48 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 16:39:48 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
END TEST: intrio
BEGIN TEST: intrupt  
Sat Feb 8 16:40:09 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 16:40:22 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
END TEST: io_timeout
BEGIN TEST: ioconthr  
Sat Feb 8 16:40:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Interrupting the threads
Threads terminated in 2995 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 16:40:33 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Sat Feb 8 16:40:34 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 16:40:34 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 16:40:34 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 16:40:35 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 16:40:35 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Sat Feb 8 16:40:35 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 16:40:35 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 16:40:36 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 16:40:54 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 16:40:59 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 16:41:09 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 16:41:10 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 2 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
END TEST: multiwait
BEGIN TEST: nameshm1  
Sat Feb 8 16:42:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 16:42:32 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 16:42:34 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Sat Feb 8 16:42:34 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 16:42:35 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
END TEST: ntoh
BEGIN TEST: op_2long  
Sat Feb 8 16:42:35 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 86
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Sat Feb 8 16:42:35 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 16:42:35 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 16:42:36 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 16:42:36 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 16:42:36 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 16:42:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: peek
BEGIN TEST: perf  
Sat Feb 8 16:42:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 2.82 usec
interval time: 2.75 usec
idle lock lock/unlock pair: 0.72 usec
idle monitor entry/exit pair: 0.92 usec
idle cache monitor entry/exit pair: 2.62 usec
create/destroy thread pair: 61.80 usec
context switch - user/user: 10.42 usec
context switch - user/kernel: 10.49 usec
context switch - kernel/user: 10.49 usec
context switch - kernel/kernel: 10.36 usec
sema context switch - user/user: 11.93 usec
sema context switch - user/kernel: 11.99 usec
sema context switch - kernel/user: 11.93 usec
sema context switch - kernel/kernel: 11.99 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 2.82 usec
interval time: 2.75 usec
idle lock lock/unlock pair: 0.79 usec
idle monitor entry/exit pair: 0.92 usec
idle cache monitor entry/exit pair: 2.56 usec
create/destroy thread pair: 61.61 usec
context switch - user/user: 10.42 usec
context switch - user/kernel: 10.36 usec
context switch - kernel/user: 10.49 usec
context switch - kernel/kernel: 10.36 usec
sema context switch - user/user: 11.99 usec
sema context switch - user/kernel: 11.99 usec
sema context switch - kernel/user: 11.99 usec
sema context switch - kernel/kernel: 11.93 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 16:42:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping
BEGIN TEST: pipeping2  
Sat Feb 8 16:42:38 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping2
BEGIN TEST: pipeself  
Sat Feb 8 16:42:38 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
END TEST: pipeself
BEGIN TEST: poll_nm  
Sat Feb 8 16:42:38 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 16:42:39 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 16:42:44 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 16:42:44 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 16:42:44 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 16:42:45 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Client/Server started at(0x2001ab58): 16:42:45
Server started at(0x2001c258): 16:42:45
Client started at(0x200810d8): 16:42:45
main(0x2001ab58): waiting for execution interval (10 seconds)
Shutting down(0x2001ab58): 16:42:55
Client(0x200810d8): stopped after 48 operations and 42634 bytes
Server(0x2001c258): stopped after 48 operations and 42634 bytes
main(0x2001ab58): test complete
Test exiting at(0x2001ab58): 16:43:00
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 16:43:00 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 16:43:21 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 46781, 46782 and 46783

PR_Poll should time out in 5 seconds
PR_Poll timed out. Test passed.

PR_Poll should detect a bad file descriptor
Three client threads are created. Each of them will
send data to one of the three ports the server is listening on.
The data they send is the port number. Each of them send
the data five times, so you should see ten lines below,
interleaved in an arbitrary order.
The server received "46781" from a client
The server received "46781" from a client
The server received "46781" from a client
The server received "46781" from a client
The server received "46781" from a client
The server received "46782" from a client
The server received "46782" from a client
The server received "46782" from a client
The server received "46782" from a client
The server received "46782" from a client
Server read 128 bytes from native fd 7
The server received "46783" from a client
Server read 128 bytes from native fd 7
The server received "46783" from a client
Server read 128 bytes from native fd 7
The server received "46783" from a client
Server read 128 bytes from native fd 7
The server received "46783" from a client
Server read 128 bytes from native fd 7
The server received "46783" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 16:43:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 16:43:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 16:43:47 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 16:43:48 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Running test for 5 iterations with 10 simultaneous threads.
Will send 8192 bytes of client data and 131072 bytes of server data
TEST COMPLETE!
Server results:

----------
server per thread totals 0 23800 763 14781 324
server per thread elapsed time 39680
----------
Client results:

----------
client per thread totals 0 1282 479 16013 457
client per thread elapsed time 18236
select loop user/user: 11626.60 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 37570 3006 26966 700
server per thread elapsed time 68247
----------
Client results:

----------
client per thread totals 10 4075 887 31263 810
client per thread elapsed time 37038
select loop user/kernel: 9123.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 51674 3773 40636 1094
server per thread elapsed time 97185
----------
Client results:

----------
client per thread totals 10 5475 1380 46140 1284
client per thread elapsed time 54283
select loop kernel/user: 9005.20 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 71230 6652 49799 1503
server per thread elapsed time 129186
----------
Client results:

----------
client per thread totals 20 6735 1733 61177 1588
client per thread elapsed time 71230
select loop kernel/kernel: 9568.80 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 16:43:48 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 16:43:48 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 16:43:49 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 16:43:54 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 16:43:56 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 16:43:56 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 16:43:57 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Sat Feb 8 16:43:57 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 16:43:57 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 16:43:58 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 16:43:58 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 16:43:58 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 16:43:59 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 16:43:59 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 16:43:59 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
BEGIN TEST: socket  
Sat Feb 8 16:43:59 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Sat Feb 8 16:44:00 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 16:44:00 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: sockping
BEGIN TEST: sprintf  
Sat Feb 8 16:44:00 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 16:44:01 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 16:44:09 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 16:44:09 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 16:44:09 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Sat Feb 8 16:44:10 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 16:44:13 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PR_SI_HOSTNAME: masala
PR_SI_SYSNAME: AIX
PR_SI_RELEASE: 3
PR_SI_ARCHITECTURE: rs6000
Host page size is 4096
Page shift is 12
Number of processors is: 4
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 16:44:13 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 16:44:13 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 16:44:15 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 16:44:16 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 00:44:16 UTC 2003
Current local time is Sat Feb 8 16:44:16 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 16:44:16 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 16:44:38 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 16:44:39 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 16:44:39 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
NSPR release 4.3 Beta:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3 Beta
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
END TEST: vercheck
BEGIN TEST: version  
Sat Feb 8 16:44:40 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Runtime library version information
Build time: 08 Feb 2003 23:59:38 GMT
Build time: 2003-02-08 15:59:38
Portable runtime V4.3.0 ( beta )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Sat Feb 8 16:44:40 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 16:44:40 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 16:44:41 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_opt/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
END TEST: zerolen
BEGIN TEST: accept  
Sat Feb 8 16:44:57 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:45:03 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x110035978)127.0.0.1:47164
(Server) read [0x110035900..0x110035975) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0x110035978)127.0.0.1:47165
(Server) read [0x110035900..0x110035975) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0x110035978)127.0.0.1:47166
(Server) read [0x110035900..0x110035975) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0x110035978)127.0.0.1:47167
(Server) read [0x110035900..0x110035975) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:45:14 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x110037028)127.0.0.1:47170
(Server) read [0x110036fb0..0x110037025) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0x1100370a8)127.0.0.1:47171
(Server) read [0x110037030..0x1100370a5) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0x1100370a8)127.0.0.1:47172
(Server) read [0x110037030..0x1100370a5) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0x1100370a8)127.0.0.1:47173
(Server) read [0x110037030..0x1100370a5) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:45:25 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
END TEST: affinity
BEGIN TEST: alarm  
Sat Feb 8 16:45:25 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:46:29 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:46:30 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
END TEST: atomic
BEGIN TEST: attach  
Sat Feb 8 16:46:30 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:46:30 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:46:31 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
END TEST: cleanup
BEGIN TEST: cltsrv  
Sat Feb 8 16:46:36 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib

PThread Statistics
started: 16:46:36[14]
locks [created: 12, destroyed: 2]
locks [acquired: 704, released: 704]
cvars [created: 7, destroyed: 5]
cvars [notified: 56, delayed_delete: 0]
Client/Server started at(0x11000e770): 16:46:36
Server started at(0x110010f90): 16:46:36
Client started at(0x110099110): 16:46:36
main(0x11000e770): waiting for execution interval (10 seconds)
Shutting down(0x11000e770): 16:46:46
Client(0x110099110): stopped after 48 operations and 42634 bytes
Server(0x110010f90): stopped after 48 operations and 42634 bytes
main(0x11000e770): test complete
Test exiting at(0x11000e770): 16:46:51
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:46:51 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:47:03 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:47:04 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib

CondVar Test:

Simple test creates several local and global threads; half use a single,
shared condvar, and the other half have their own condvar. The main
thread then loops notifying them to wakeup.

The timeout test is very similar except that the threads are not
notified. They will all wakeup on a 1 second timeout.

The mixed test combines the simple test and the timeout test; every
third thread is notified, the other threads are expected to timeout
correctly.

Lastly, the combined test creates a thread for each of the above three
cases and they all run simultaneously.

This test is run with 5, 10, 15, and 20 threads of each type.


5 Thread tests
Condvar simple test shared UU: 494.17 usec
Condvar simple test shared UK: 83.24 usec
Condvar simple test priv UU: 222.18 usec
Condvar simple test priv UK: 208.42 usec
Condvar simple test All: 683.58 usec
Condvar timeout test: 14975.75 usec

10 Thread tests
Condvar simple test shared UU: 2220.47 usec
Condvar simple test shared UK: 3888.45 usec
Condvar simple test priv UU: 764.19 usec
Condvar simple test priv UK: 686.85 usec
Condvar simple test All: 12038.93 usec
Condvar timeout test: 27814.92 usec

15 Thread tests
Condvar simple test shared UU: 5524.32 usec
Condvar simple test shared UK: 7649.76 usec
Condvar simple test priv UU: 1152.84 usec
Condvar simple test priv UK: 1239.35 usec
Condvar simple test All: 20244.46 usec
Condvar timeout test: 43438.85 usec

20 Thread tests
Condvar simple test shared UU: 9752.92 usec
Condvar simple test shared UK: 8986.76 usec
Condvar simple test priv UU: 1380.91 usec
Condvar simple test priv UK: 1140.39 usec
Condvar simple test All: 25511.86 usec
Condvar timeout test: 59312.49 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:47:29 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:47:29 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:47:29 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib

Number of error codes = 73

PR_OUT_OF_MEMORY_ERROR = -6000
PR_BAD_DESCRIPTOR_ERROR = -5999
PR_WOULD_BLOCK_ERROR = -5998
PR_ACCESS_FAULT_ERROR = -5997
PR_INVALID_METHOD_ERROR = -5996
PR_ILLEGAL_ACCESS_ERROR = -5995
PR_UNKNOWN_ERROR = -5994
PR_PENDING_INTERRUPT_ERROR = -5993
PR_NOT_IMPLEMENTED_ERROR = -5992
PR_IO_ERROR = -5991
PR_IO_TIMEOUT_ERROR = -5990
PR_IO_PENDING_ERROR = -5989
PR_DIRECTORY_OPEN_ERROR = -5988
PR_INVALID_ARGUMENT_ERROR = -5987
PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986
PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985
PR_IS_CONNECTED_ERROR = -5984
PR_BAD_ADDRESS_ERROR = -5983
PR_ADDRESS_IN_USE_ERROR = -5982
PR_CONNECT_REFUSED_ERROR = -5981
PR_NETWORK_UNREACHABLE_ERROR = -5980
PR_CONNECT_TIMEOUT_ERROR = -5979
PR_NOT_CONNECTED_ERROR = -5978
PR_LOAD_LIBRARY_ERROR = -5977
PR_UNLOAD_LIBRARY_ERROR = -5976
PR_FIND_SYMBOL_ERROR = -5975
PR_INSUFFICIENT_RESOURCES_ERROR = -5974
PR_DIRECTORY_LOOKUP_ERROR = -5973
PR_TPD_RANGE_ERROR = -5972
PR_PROC_DESC_TABLE_FULL_ERROR = -5971
PR_SYS_DESC_TABLE_FULL_ERROR = -5970
PR_NOT_SOCKET_ERROR = -5969
PR_NOT_TCP_SOCKET_ERROR = -5968
PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967
PR_NO_ACCESS_RIGHTS_ERROR = -5966
PR_OPERATION_NOT_SUPPORTED_ERROR = -5965
PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964
PR_REMOTE_FILE_ERROR = -5963
PR_BUFFER_OVERFLOW_ERROR = -5962
PR_CONNECT_RESET_ERROR = -5961
PR_RANGE_ERROR = -5960
PR_DEADLOCK_ERROR = -5959
PR_FILE_IS_LOCKED_ERROR = -5958
PR_FILE_TOO_BIG_ERROR = -5957
PR_NO_DEVICE_SPACE_ERROR = -5956
PR_PIPE_ERROR = -5955
PR_NO_SEEK_DEVICE_ERROR = -5954
PR_IS_DIRECTORY_ERROR = -5953
PR_LOOP_ERROR = -5952
PR_NAME_TOO_LONG_ERROR = -5951
PR_FILE_NOT_FOUND_ERROR = -5950
PR_NOT_DIRECTORY_ERROR = -5949
PR_READ_ONLY_FILESYSTEM_ERROR = -5948
PR_DIRECTORY_NOT_EMPTY_ERROR = -5947
PR_FILESYSTEM_MOUNTED_ERROR = -5946
PR_NOT_SAME_DEVICE_ERROR = -5945
PR_DIRECTORY_CORRUPTED_ERROR = -5944
PR_FILE_EXISTS_ERROR = -5943
PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942
PR_INVALID_DEVICE_STATE_ERROR = -5941
PR_DEVICE_IS_LOCKED_ERROR = -5940
PR_NO_MORE_FILES_ERROR = -5939
PR_END_OF_FILE_ERROR = -5938
PR_FILE_SEEK_ERROR = -5937
PR_FILE_IS_BUSY_ERROR = -5936
PR_IN_PROGRESS_ERROR = -5934
PR_ALREADY_INITIATED_ERROR = -5933
PR_GROUP_EMPTY_ERROR = -5932
PR_INVALID_STATE_ERROR = -5931
PR_NETWORK_DOWN_ERROR = -5930
PR_SOCKET_SHUTDOWN_ERROR = -5929
PR_CONNECT_ABORTED_ERROR = -5928
PR_HOST_UNREACHABLE_ERROR = -5927
END TEST: errcodes
BEGIN TEST: exit  
Sat Feb 8 16:47:30 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Sat Feb 8 16:47:40 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Sat Feb 8 16:47:40 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
PASS
END TEST: fileio
BEGIN TEST: foreign  
Sat Feb 8 16:47:40 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Sat Feb 8 16:47:44 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Accepting connection at port 47224
Wait one second before connect
Connecting to port 47224
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 47226
Wait one second before connect
Fork succeeded. Child process continues.
Wait one second before connect
Accepting connection at port 47227
Connecting to port 47226
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Connecting to port 47227
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Sat Feb 8 16:47:46 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
10 iterations over a 10 kbyte file: 131 [131] 197
END TEST: fsync
BEGIN TEST: getproto  
Sat Feb 8 16:47:46 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
tcp is protocol number 6
udp is protocol number 17
Protocol number 6 is tcp
Protocol number 17 is udp
PASSED
END TEST: getproto
BEGIN TEST: i2l  
Sat Feb 8 16:47:47 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Sat Feb 8 16:47:47 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3004 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Sat Feb 8 16:47:50 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 758 nsecs

Overhead of 'PR_IntervalNow()' is 710 nsecs

Overhead of 'PR_Now()' is 758 nsecs

Overhead of 'PR_IntervalNow()' is 709 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 16:49:24 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 16:49:27 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
END TEST: intrio
BEGIN TEST: intrupt  
Sat Feb 8 16:49:47 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 16:50:00 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
END TEST: io_timeout
BEGIN TEST: ioconthr  
Sat Feb 8 16:50:06 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Interrupting the threads
Threads terminated in 3000 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 16:50:12 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Sat Feb 8 16:50:12 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 16:50:12 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 16:50:12 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 16:50:13 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 16:50:13 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Sat Feb 8 16:50:13 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 16:50:13 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 16:50:14 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 16:50:32 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 16:50:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 16:50:47 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 16:50:47[0]
locks [created: 11, destroyed: 1]
locks [acquired: 5, released: 5]
cvars [created: 12, destroyed: 10]
cvars [notified: 10, delayed_delete: 0]
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 16:50:48 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
END TEST: multiwait
BEGIN TEST: nameshm1  
Sat Feb 8 16:52:11 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 16:52:15 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 16:52:17 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Sat Feb 8 16:52:17 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 16:52:18 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
END TEST: ntoh
BEGIN TEST: op_2long  
Sat Feb 8 16:52:18 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 86
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Sat Feb 8 16:52:18 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 16:52:18 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 16:52:19 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 16:52:19 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 16:52:19 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 16:52:19 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: peek
BEGIN TEST: perf  
Sat Feb 8 16:52:19 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
'PR_NewSem' is obsolete. Use 'locks & condition variables' instead.
'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead.
'PR_PostSem' is obsolete. Use 'locks & condition variables' instead.
'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead.
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.13 usec
current calendar time: 0.79 usec
interval time: 0.72 usec
idle lock lock/unlock pair: 1.18 usec
idle monitor entry/exit pair: 1.57 usec
idle cache monitor entry/exit pair: 4.26 usec
create/destroy thread pair: 80.16 usec
context switch - user/user: 14.09 usec
context switch - user/kernel: 13.83 usec
context switch - kernel/user: 13.89 usec
context switch - kernel/kernel: 13.83 usec
sema context switch - user/user: 15.93 usec
sema context switch - user/kernel: 15.66 usec
sema context switch - kernel/user: 15.73 usec
sema context switch - kernel/kernel: 15.66 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.20 usec
current calendar time: 0.79 usec
interval time: 0.66 usec
idle lock lock/unlock pair: 1.25 usec
idle monitor entry/exit pair: 1.57 usec
idle cache monitor entry/exit pair: 4.26 usec
create/destroy thread pair: 79.76 usec
context switch - user/user: 13.83 usec
context switch - user/kernel: 13.89 usec
context switch - kernel/user: 13.89 usec
context switch - kernel/kernel: 13.83 usec
sema context switch - user/user: 15.60 usec
sema context switch - user/kernel: 15.73 usec
sema context switch - kernel/user: 15.73 usec
sema context switch - kernel/kernel: 15.66 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 16:52:20 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping
BEGIN TEST: pipeping2  
Sat Feb 8 16:52:20 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping2
BEGIN TEST: pipeself  
Sat Feb 8 16:52:21 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
END TEST: pipeself
BEGIN TEST: poll_nm  
Sat Feb 8 16:52:21 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 16:52:21 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 16:52:27 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 16:52:27 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 16:52:27 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 16:52:27 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib

pthread Statistics
started: 16:52:27[10]
locks [created: 12, destroyed: 2]
locks [acquired: 704, released: 704]
cvars [created: 7, destroyed: 5]
cvars [notified: 54, delayed_delete: 1]
Client/Server started at(0x11000dbb0): 16:52:27
Server started at(0x110010330): 16:52:27
Client started at(0x110078330): 16:52:27
main(0x11000dbb0): waiting for execution interval (10 seconds)
Shutting down(0x11000dbb0): 16:52:38
Client(0x110078330): stopped after 48 operations and 42634 bytes
Server(0x110010330): stopped after 49 operations and 43662 bytes
main(0x11000dbb0): test complete
Test exiting at(0x11000dbb0): 16:52:38
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 16:52:38 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 16:53:00 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 47581, 47582 and 47583

PR_Poll should time out in 5 seconds
PR_Poll timed out. Test passed.

PR_Poll should detect a bad file descriptor
Three client threads are created. Each of them will
send data to one of the three ports the server is listening on.
The data they send is the port number. Each of them send
the data five times, so you should see ten lines below,
interleaved in an arbitrary order.
The server received "47581" from a client
The server received "47581" from a client
The server received "47581" from a client
The server received "47581" from a client
The server received "47581" from a client
The server received "47582" from a client
The server received "47582" from a client
The server received "47582" from a client
The server received "47582" from a client
Server read 128 bytes from native fd 9
The server received "47583" from a client
The server received "47582" from a client
Server read 128 bytes from native fd 10
The server received "47583" from a client
Server read 128 bytes from native fd 8
The server received "47583" from a client
Server read 128 bytes from native fd 6
The server received "47583" from a client
Server read 128 bytes from native fd 7
The server received "47583" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 16:53:05 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 16:53:05 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 16:53:25 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 16:53:26 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Running test for 5 iterations with 10 simultaneous threads.
Will send 8192 bytes of client data and 131072 bytes of server data
server thread 0 alive
server thread 1 alive
server thread 0 loop 0
server thread 1 loop 0
server thread 2 alive
server thread 2 loop 0
server thread 3 alive
server thread 3 loop 0
server thread 4 alive
server thread 4 loop 0
server thread 5 alive
server thread 5 loop 0
server thread 6 alive
server thread 6 loop 0
server thread 7 alive
server thread 7 loop 0
server thread 8 alive
server thread 8 loop 0
server thread 9 alive
server thread 9 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 273187216
client thread 0 socket connected 273187216
server thread 0 got connection 273487856
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 7078 262 2556 66 9962
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 273487856
client thread 0 socket connected 273487856
server thread 0 got connection 273187216
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 393 66 1245 66 1770
server thread 0 loop 2
client thread 0 loop 2
client thread 0 socket created 273187216
client thread 0 socket connected 273187216
server thread 0 got connection 273487856
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 273619152
client thread 1 socket connected 273619152
server thread 1 got connection 273619280
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 12977 197 2622 0 15795
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 273619280
client thread 1 socket connected 273619280
server thread 1 got connection 273619152
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 328 66 1245 66 1704
server thread 1 loop 2
client thread 1 loop 2
client thread 1 socket created 273619152
client thread 1 socket connected 273619152
server thread 1 got connection 273619280
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 262 66 1245 66 1638
server thread 1 loop 3
client thread 1 loop 3
client thread 1 socket created 273619280
client thread 1 socket connected 273619280
server thread 1 got connection 273619152
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 262 131 1245 66 1704
server thread 1 loop 4
client thread 1 loop 4
client thread 1 socket created 273619152
client thread 1 socket connected 273619152
server thread 1 got connection 273619280
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 262 66 1245 66 1638
Thread 1 EXIT
Thread 1 EXIT
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 273619280
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 270196752
client thread 2 socket connected 273619280
server thread 2 got connection 273619152
client thread 2 socket wrote 8192
client thread 3 socket connected 270196752
server thread 3 got connection 269030320
client thread 3 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 22349 197 2359 66 24971
server thread 2 loop 1
client thread 2 loop 1
client thread 2 socket created 273619152
client thread 2 socket connected 273619152
server thread 2 got connection 273619280
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 21562 131 2884 131 24708
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 269030320
client thread 3 socket connected 269030320
server thread 3 got connection 270196752
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 262 66 1376 131 1835
server thread 2 loop 2
client thread 2 loop 2
client thread 2 socket created 273619280
client thread 2 socket connected 273619280
server thread 2 got connection 273619152
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 590 66 1442 66 2163
client thread 3 socket read 131072
server thread 3 loop 2
client thread 3 loop 2
client thread 3 socket created 270196752
client thread 3 socket connected 270196752
server thread 3 got connection 269030320
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 262 131 1376 66 1835
server thread 2 loop 3
client thread 2 loop 3
client thread 2 socket created 273619152
client thread 2 socket connected 273619152
server thread 2 got connection 273619280
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 328 131 1311 131 1901
client thread 3 socket read 131072
server thread 3 loop 3
client thread 3 loop 3
client thread 3 socket created 269030320
client thread 3 socket connected 269030320
server thread 3 got connection 270196752
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 328 66 1442 66 1901
server thread 2 loop 4
client thread 2 loop 4
client thread 2 socket created 273619280
client thread 2 socket connected 273619280
server thread 2 got connection 273619152
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 328 66 1442 66 1901
server thread 3 loop 4
client thread 3 loop 4
client thread 3 socket created 270196752
client thread 3 socket connected 270196752
server thread 3 got connection 269030320
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 262 131 1376 66 1835
Thread 2 EXIT
Thread 2 EXIT
client thread 4 alive
client thread 4 loop 0
client thread 5 alive
client thread 4 socket created 273619152
client thread 5 loop 0
client thread 5 socket created 270620432
client thread 4 socket connected 273619152
server thread 4 got connection 273619280
server thread 5 got connection 269161680
client thread 4 socket wrote 8192
client thread 5 socket connected 270620432
client thread 5 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
server: 328 131 1507 66 2032
client thread 3 socket read 131072
Thread 3 EXIT
client thread 6 alive
Thread 3 EXIT
client thread 6 loop 0
client thread 6 socket created 269030320
client thread 7 alive
client thread 7 loop 0
client thread 6 socket connected 269030320
server thread 6 got connection 270196752
client thread 6 socket wrote 8192
client thread 7 socket created 271082288
client thread 7 socket connected 271082288
server thread 7 got connection 269030448
client thread 7 socket wrote 8192
server thread 6 read 8192 bytes
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
server: 31066 262 3277 66 34670
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 273619280
client thread 4 socket connected 273619280
client thread 4 socket wrote 8192
server thread 4 got connection 273619152
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 30345 393 4195 66 34998
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 269161680
server thread 5 got connection 270620432
server thread 6 write 131072 bytes
client thread 5 socket connected 269161680
server thread 7 write 131072 bytes
server: 30476 197 3867 66 34605
server thread 7 loop 1
server: 30738 393 3736 66 34932
server thread 6 loop 1
client thread 7 socket read 131072
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 6 socket read 131072
client thread 7 loop 1
client thread 6 loop 1
server thread 4 write 131072 bytes
client thread 7 socket created 270196752
client thread 6 socket created 269030448
server: 590 0 1638 66 2294
server thread 4 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 271082288
server thread 7 got connection 269030320
client thread 6 socket connected 269030448
client thread 6 socket wrote 8192
server thread 6 got connection 273619152
client thread 4 socket connected 271082288
client thread 7 socket connected 270196752
client thread 4 socket wrote 8192
server thread 6 read 8192 bytes
client thread 7 socket wrote 8192
server thread 4 got connection 273619280
server thread 4 read 8192 bytes
server thread 7 read 8192 bytes
server thread 5 write 131072 bytes
server: 524 524 2425 66 3539
server thread 5 loop 2
client thread 5 socket read 131072
server thread 7 write 131072 bytes
server: 590 459 1770 66 2884
server thread 7 loop 2
server thread 6 write 131072 bytes
client thread 5 loop 2
client thread 5 socket created 270620432
server: 655 131 2097 66 2949
server thread 6 loop 2
client thread 6 socket read 131072
server thread 4 write 131072 bytes
server: 524 66 2097 66 2753
server thread 4 loop 3
client thread 5 socket connected 270620432
client thread 6 loop 2
client thread 5 socket wrote 8192
client thread 8 alive
client thread 6 socket created 269030320
client thread 4 socket read 131072
client thread 8 loop 0
server thread 5 got connection 269161680
server thread 5 read 8192 bytes
client thread 8 socket created 273619152
client thread 4 loop 3
client thread 6 socket connected 269030320
client thread 4 socket created 273619280
client thread 6 socket wrote 8192
server thread 6 got connection 269030448
server thread 8 got connection 271082288
client thread 8 socket connected 273619152
server thread 6 read 8192 bytes
client thread 4 socket connected 273619280
client thread 8 socket wrote 8192
client thread 4 socket wrote 8192
server thread 4 got connection 269162000
server thread 4 read 8192 bytes
server thread 8 read 8192 bytes
server thread 5 write 131072 bytes
server: 721 66 1704 131 2622
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 269161680
client thread 5 socket connected 269161680
server thread 4 write 131072 bytes
server: 655 66 1901 0 2622
server thread 4 loop 4
client thread 5 socket wrote 8192
client thread 6 socket read 131072
server thread 5 got connection 270620432
client thread 9 alive
client thread 9 loop 0
client thread 6 loop 3
server thread 5 read 8192 bytes
client thread 9 socket created 269162000
client thread 6 socket created 269030320
client thread 9 socket connected 269162000
client thread 6 socket connected 269030320
client thread 6 socket wrote 8192
server thread 9 got connection 269162192
client thread 4 socket read 131072
client thread 9 socket wrote 8192
client thread 4 loop 4
client thread 4 socket created 273619280
server thread 9 read 8192 bytes
client thread 4 socket connected 273619280
client thread 4 socket wrote 8192
server thread 8 write 131072 bytes
server thread 4 got connection 269162320
server: 37489 262 2818 131 40700
server thread 8 loop 1
server thread 4 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 271082288
server thread 8 got connection 273619152
client thread 8 socket connected 271082288
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 5 write 131072 bytes
server: 655 66 1901 66 2687
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 270620432
client thread 5 socket connected 270620432
client thread 5 socket wrote 8192
server thread 5 got connection 269161680
client thread 4 socket read 131072
server thread 5 read 8192 bytes
Thread 4 EXIT
server thread 4 write 131072 bytes
server: 983 66 2163 66 3277
Thread 4 EXIT
server thread 9 write 131072 bytes
server: 39520 197 2687 66 42470
server thread 9 loop 1
client thread 7 socket read 131072
client thread 7 loop 2
client thread 9 socket read 131072
client thread 7 socket created 273619280
client thread 9 loop 1
client thread 9 socket created 269162320
client thread 7 socket connected 273619280
client thread 7 socket wrote 8192
server thread 7 got connection 271382992
server thread 7 read 8192 bytes
server thread 0 write 131072 bytes
server: 262 131 37292 66 37751
server thread 0 loop 3
server thread 9 got connection 269162192
client thread 0 socket read 131072
client thread 0 loop 3
client thread 9 socket connected 269162320
client thread 0 socket created 270196752
client thread 0 socket connected 270196752
server thread 9 read 8192 bytes
client thread 0 socket wrote 8192
server thread 8 write 131072 bytes
server thread 0 got connection 269162000
server: 590 131 2884 66 3670
server thread 5 write 131072 bytes
server thread 8 loop 2
server thread 0 read 8192 bytes
server: 983 66 1638 0 2687
client thread 9 socket wrote 8192
client thread 5 socket read 131072
Thread 5 EXIT
server thread 6 write 131072 bytes
client thread 8 socket read 131072
server: 590 66 7406 131 8192
client thread 8 loop 2
server thread 6 loop 3
server thread 6 got connection 273487856
server thread 6 read 8192 bytes
Thread 5 EXIT
client thread 8 socket created 273187216
server thread 7 write 131072 bytes
client thread 8 socket connected 273187216
server: 6882 131 2032 131 9176
server thread 7 loop 3
server thread 8 got connection 273619152
client thread 7 socket read 131072
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
client thread 7 loop 3
client thread 7 socket created 269161680
client thread 7 socket connected 269161680
client thread 7 socket wrote 8192
server thread 7 got connection 270620432
server thread 0 write 131072 bytes
server: 590 66 2228 0 2884
server thread 0 loop 4
server thread 7 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 271683696
server thread 9 write 131072 bytes
server: 721 393 2884 0 3998
server thread 9 loop 2
client thread 0 socket connected 271683696
client thread 0 socket wrote 8192
server thread 0 got connection 269030448
server thread 0 read 8192 bytes
server thread 6 write 131072 bytes
server: 66 66 2359 0 2490
server thread 6 loop 4
client thread 6 socket read 131072
client thread 9 socket read 131072
client thread 6 loop 4
client thread 9 loop 2
client thread 6 socket created 271082288
client thread 6 socket connected 271082288
client thread 6 socket wrote 8192
server thread 6 got connection 273619280
client thread 9 socket created 271382992
server thread 6 read 8192 bytes
server thread 9 got connection 269162000
client thread 9 socket connected 271382992
server thread 7 write 131072 bytes
server: 721 131 1966 66 2884
server thread 7 loop 4
server thread 8 write 131072 bytes
server thread 9 read 8192 bytes
client thread 7 socket read 131072
server: 1507 131 2753 66 4457
server thread 8 loop 3
client thread 9 socket wrote 8192
client thread 7 loop 4
client thread 7 socket created 270196752
client thread 8 socket read 131072
client thread 8 loop 3
client thread 7 socket connected 270196752
client thread 8 socket created 269162192
client thread 7 socket wrote 8192
server thread 7 got connection 273487856
server thread 7 read 8192 bytes
server thread 8 got connection 269030320
client thread 8 socket connected 269162192
client thread 8 socket wrote 8192
server thread 0 write 131072 bytes
server thread 8 read 8192 bytes
server: 590 66 2294 66 3015
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
server thread 9 write 131072 bytes
server thread 6 write 131072 bytes
client thread 9 socket read 131072
server: 1245 524 2097 131 3998
server thread 9 loop 3
server: 590 66 2949 66 3670
client thread 9 loop 3
Thread 6 EXIT
server thread 7 write 131072 bytes
client thread 7 socket read 131072
client thread 9 socket created 269162320
server: 655 66 2032 66 2818
client thread 6 socket read 131072
Thread 7 EXIT
Thread 6 EXIT
Thread 7 EXIT
server thread 9 got connection 270620432
client thread 9 socket connected 269162320
server thread 8 write 131072 bytes
client thread 9 socket wrote 8192
server: 590 197 2163 66 3015
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
server thread 9 read 8192 bytes
client thread 8 socket created 273619152
client thread 8 socket connected 273619152
server thread 8 got connection 269161680
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server: 721 328 1507 66 2622
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
server thread 8 write 131072 bytes
client thread 9 socket created 273187216
client thread 8 socket read 131072
Thread 8 EXIT
client thread 9 socket connected 273187216
server: 393 66 1507 197 2163
server thread 9 got connection 269030448
client thread 9 socket wrote 8192
Thread 8 EXIT
server thread 9 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 459 66 1245 131 1901
Thread 9 EXIT
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 29179 777 14538 357
server per thread elapsed time 44863
----------
Client results:

----------
client per thread totals 0 1438 529 16674 405
client per thread elapsed time 19054
select loop user/user: 12819.60 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 3 alive
server thread 0 loop 0
server thread 2 loop 0
client thread 0 alive
client thread 0 loop 0
server thread 4 alive
server thread 5 alive
client thread 0 socket created 271984400
server thread 3 loop 0
server thread 6 alive
server thread 5 loop 0
server thread 7 alive
server thread 4 loop 0
server thread 8 alive
client thread 0 socket connected 271984400
server thread 6 loop 0
client thread 0 socket wrote 8192
client thread 2 alive
client thread 2 loop 0
server thread 9 alive
server thread 8 loop 0
client thread 2 socket created 269030320
server thread 0 got connection 270620432
server thread 0 read 8192 bytes
server thread 7 loop 0
client thread 2 socket connected 269030320
server thread 2 got connection 269162320
client thread 2 socket wrote 8192
server thread 9 loop 0
server thread 2 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 1901 66 1704 66 3736
server thread 0 loop 1
client thread 0 loop 1
client thread 0 socket created 273619152
client thread 0 socket connected 273619152
server thread 0 got connection 269161680
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
server: 1966 66 2228 66 4326
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 272585808
client thread 2 socket connected 272585808
server thread 2 got connection 269030448
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 1 loop 0
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 328 131 1311 66 1835
server thread 2 loop 2
client thread 2 loop 2
client thread 2 socket created 272886512
client thread 2 socket connected 272886512
server thread 2 got connection 273187216
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 262 131 1245 66 1704
server thread 2 loop 3
client thread 2 loop 3
client thread 2 socket created 270620432
client thread 2 socket connected 270620432
server thread 2 got connection 271984400
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 262 131 1245 66 1704
server thread 2 loop 4
client thread 2 loop 4
client thread 2 socket created 269162320
client thread 2 socket connected 269162320
server thread 2 got connection 269030320
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 524 131 1442 66 2163
client thread 2 socket read 131072
Thread 2 EXIT
client thread 3 alive
client thread 3 loop 0
Thread 2 EXIT
client thread 3 socket created 269030448
client thread 5 alive
client thread 5 loop 0
client thread 3 socket connected 269030448
client thread 5 socket created 272585808
server thread 3 got connection 273187216
server thread 3 read 8192 bytes
client thread 3 socket wrote 8192
client thread 5 socket connected 272585808
server thread 5 got connection 272886512
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 271984400
client thread 4 socket connected 271984400
server thread 4 got connection 270620432
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 11535 131 2032 66 13763
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 269030320
server thread 4 write 131072 bytes
server: 12125 66 1638 0 13829
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 271683696
client thread 5 socket connected 269030320
server thread 5 got connection 269162320
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 4 socket connected 271683696
server thread 4 got connection 272886512
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 459 131 1376 66 2032
server thread 5 loop 2
client thread 5 socket read 131072
server thread 4 write 131072 bytes
client thread 5 loop 2
client thread 4 socket read 131072
client thread 5 socket created 272585808
server: 328 131 1311 66 1835
server thread 4 loop 2
client thread 5 socket connected 272585808
client thread 4 loop 2
server thread 5 got connection 270620432
client thread 4 socket created 271984400
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 4 socket connected 271984400
server thread 4 got connection 269162320
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 328 131 1311 66 1835
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 269030320
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 459 131 1311 66 1966
server thread 4 loop 3
client thread 4 loop 3
client thread 5 socket connected 269030320
client thread 4 socket created 272886512
server thread 5 got connection 271683696
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 4 socket connected 272886512
server thread 4 got connection 270620432
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 393 131 1376 131 2032
server thread 5 loop 4
client thread 5 loop 4
server thread 4 write 131072 bytes
client thread 5 socket created 272585808
client thread 4 socket read 131072
server: 328 66 1442 66 1901
server thread 4 loop 4
client thread 4 loop 4
client thread 5 socket connected 272585808
server thread 5 got connection 271984400
client thread 4 socket created 269162320
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 4 socket connected 269162320
server thread 4 got connection 271683696
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
client thread 5 socket read 131072
server: 262 131 1376 66 1835
Thread 5 EXIT
Thread 5 EXIT
server thread 4 write 131072 bytes
client thread 4 socket read 131072
client thread 6 alive
server: 262 131 1376 66 1835
client thread 6 loop 0
Thread 4 EXIT
client thread 8 alive
client thread 6 socket created 269030320
Thread 4 EXIT
client thread 8 loop 0
client thread 8 socket created 270620432
client thread 6 socket connected 269030320
server thread 6 got connection 272886512
client thread 8 socket connected 270620432
client thread 7 alive
client thread 6 socket wrote 8192
client thread 7 loop 0
client thread 8 socket wrote 8192
client thread 9 alive
client thread 9 loop 0
server thread 6 read 8192 bytes
server thread 8 got connection 271984400
client thread 7 socket created 272585808
client thread 9 socket created 271382992
server thread 8 read 8192 bytes
client thread 7 socket connected 272585808
server thread 7 got connection 271683696
client thread 7 socket wrote 8192
client thread 9 socket connected 271382992
server thread 9 got connection 273487856
server thread 7 read 8192 bytes
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 21825 131 1835 66 23856
server thread 6 loop 1
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 269162320
server thread 7 write 131072 bytes
server thread 8 write 131072 bytes
server thread 6 got connection 272886512
server: 21628 66 2294 66 24053
server thread 8 loop 1
client thread 6 socket connected 269162320
client thread 7 socket read 131072
client thread 6 socket wrote 8192
client thread 7 loop 1
client thread 8 socket read 131072
client thread 7 socket created 269030320
server thread 6 read 8192 bytes
server: 21694 131 1901 393 24118
server thread 7 loop 1
client thread 7 socket connected 269030320
client thread 8 loop 1
client thread 7 socket wrote 8192
server thread 9 write 131072 bytes
client thread 8 socket created 271984400
server thread 7 got connection 272585808
client thread 9 socket read 131072
server thread 7 read 8192 bytes
client thread 9 loop 1
client thread 8 socket connected 271984400
client thread 9 socket created 271683696
server: 21497 131 2359 262 24250
client thread 8 socket wrote 8192
server thread 8 got connection 270620432
server thread 9 loop 1
server thread 8 read 8192 bytes
client thread 9 socket connected 271683696
server thread 9 got connection 271382992
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 524 197 2163 66 2949
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 273487856
server thread 7 write 131072 bytes
server thread 6 got connection 272886512
client thread 7 socket read 131072
server: 262 66 2359 66 2753
server thread 7 loop 2
client thread 6 socket connected 273487856
client thread 7 loop 2
server thread 8 write 131072 bytes
client thread 7 socket created 269162320
server: 786 66 2294 0 3146
server thread 8 loop 2
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 2
client thread 7 socket connected 269162320
client thread 8 socket created 272585808
client thread 7 socket wrote 8192
server thread 7 got connection 269030320
server thread 7 read 8192 bytes
server thread 9 write 131072 bytes
server thread 8 got connection 270620432
client thread 8 socket connected 272585808
server: 262 131 2490 66 2949
server thread 9 loop 2
client thread 8 socket wrote 8192
client thread 9 socket read 131072
server thread 8 read 8192 bytes
client thread 9 loop 2
client thread 9 socket created 271984400
client thread 9 socket connected 271984400
client thread 9 socket wrote 8192
server thread 9 got connection 271382992
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 524 328 2032 66 2949
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 271683696
server thread 8 write 131072 bytes
client thread 6 socket connected 271683696
client thread 8 socket read 131072
server thread 6 got connection 272886512
client thread 6 socket wrote 8192
client thread 8 loop 3
server thread 6 read 8192 bytes
client thread 8 socket created 273487856
server: 524 131 1835 197 2687
server thread 8 loop 3
client thread 8 socket connected 273487856
client thread 8 socket wrote 8192
server thread 8 got connection 272585808
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
client thread 7 socket read 131072
server: 524 66 2556 66 3211
server thread 9 loop 3
client thread 7 loop 3
client thread 9 loop 3
client thread 9 socket created 271382992
client thread 7 socket created 270620432
client thread 9 socket connected 271382992
server thread 7 write 131072 bytes
server: 459 66 3736 66 4326
server thread 7 loop 3
client thread 7 socket connected 270620432
client thread 9 socket wrote 8192
server thread 7 got connection 269162320
client thread 7 socket wrote 8192
server thread 9 got connection 271984400
server thread 9 read 8192 bytes
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 393 131 2032 66 2622
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 269030320
client thread 6 socket connected 269030320
server thread 6 got connection 272886512
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 262 721 1770 131 2884
server thread 8 loop 4
client thread 8 loop 4
client thread 8 socket created 271683696
client thread 8 socket connected 271683696
server thread 8 got connection 272585808
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server: 524 66 1901 131 2622
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 273487856
server thread 0 write 131072 bytes
client thread 9 socket connected 273487856
server: 328 66 31721 66 32180
client thread 9 socket wrote 8192
server thread 0 loop 2
server thread 6 write 131072 bytes
client thread 0 socket read 131072
server thread 9 got connection 271984400
client thread 0 loop 2
server thread 9 read 8192 bytes
server: 393 66 1638 131 2228
Thread 6 EXIT
client thread 0 socket created 271382992
client thread 1 alive
client thread 1 loop 0
client thread 6 socket read 131072
client thread 1 socket created 269161680
Thread 6 EXIT
client thread 1 socket connected 269161680
server thread 1 got connection 273619152
client thread 1 socket wrote 8192
client thread 0 socket connected 271382992
server thread 1 read 8192 bytes
client thread 0 socket wrote 8192
server thread 0 got connection 272886512
client thread 8 socket read 131072
Thread 8 EXIT
server thread 8 write 131072 bytes
server thread 0 read 8192 bytes
server thread 9 write 131072 bytes
server: 459 66 2490 66 3080
Thread 8 EXIT
server: 590 66 1573 66 2294
Thread 9 EXIT
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 272285104
server thread 7 write 131072 bytes
client thread 9 socket read 131072
server: 0 262 4588 66 4915
server thread 7 loop 4
client thread 7 socket connected 272285104
Thread 9 EXIT
server thread 7 got connection 269030320
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
client thread 3 socket read 131072
server thread 3 write 131072 bytes
client thread 3 loop 1
client thread 3 socket created 271683696
server: 11666 66 26281 197 38209
server thread 3 loop 1
client thread 3 socket connected 271683696
server thread 3 got connection 272585808
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 0 write 131072 bytes
server thread 7 write 131072 bytes
server: 1049 655 2163 131 3998
server thread 0 loop 3
server thread 1 write 131072 bytes
client thread 0 socket read 131072
client thread 7 socket read 131072
client thread 0 loop 3
Thread 7 EXIT
client thread 0 socket created 271082288
server: 30935 131 3211 131 34408
server thread 1 loop 1
server: 66 197 1507 262 2032
Thread 7 EXIT
server thread 0 got connection 271984400
client thread 1 socket read 131072
client thread 0 socket connected 271082288
client thread 1 loop 1
client thread 1 socket created 269162192
server thread 0 read 8192 bytes
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server thread 1 got connection 270620432
server: 0 197 1442 66 1704
server thread 3 loop 2
client thread 3 loop 2
client thread 1 socket connected 269162192
client thread 0 socket wrote 8192
client thread 3 socket created 269162320
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
client thread 3 socket connected 269162320
server thread 3 got connection 273487856
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 0 write 131072 bytes
server: 393 262 4129 131 4915
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 269030448
server thread 1 write 131072 bytes
server: 524 2490 1966 0 4981
server thread 1 loop 2
client thread 0 socket connected 269030448
server thread 0 got connection 273187216
client thread 1 socket read 131072
client thread 0 socket wrote 8192
server thread 3 write 131072 bytes
server thread 0 read 8192 bytes
client thread 1 loop 2
server: 262 131 1966 66 2425
server thread 3 loop 3
client thread 3 socket read 131072
client thread 1 socket created 272886512
client thread 1 socket connected 272886512
client thread 3 loop 3
server thread 1 got connection 271382992
client thread 1 socket wrote 8192
client thread 3 socket created 272285104
server thread 1 read 8192 bytes
client thread 3 socket connected 272285104
client thread 3 socket wrote 8192
server thread 3 got connection 273619152
server thread 3 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
Thread 0 EXIT
server: 393 131 1901 262 2687
Thread 0 EXIT
server thread 1 write 131072 bytes
server: 590 131 1770 66 2556
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 269030320
client thread 1 socket connected 269030320
server thread 3 write 131072 bytes
server thread 1 got connection 270196752
client thread 1 socket wrote 8192
server: 590 131 1966 66 2753
client thread 3 socket read 131072
server thread 3 loop 4
server thread 1 read 8192 bytes
client thread 3 loop 4
client thread 3 socket created 269161680
client thread 3 socket connected 269161680
server thread 3 got connection 272585808
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 1 write 131072 bytes
server: 328 131 1704 66 2228
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 271683696
client thread 3 socket read 131072
client thread 1 socket connected 271683696
server thread 3 write 131072 bytes
server thread 1 got connection 271984400
client thread 1 socket wrote 8192
server: 328 131 1704 131 2294
server thread 1 read 8192 bytes
Thread 3 EXIT
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 393 131 1311 66 1901
Thread 3 EXIT
Thread 1 EXIT
Thread 1 EXIT
Thread 1 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 46450 1748 29769 837
server per thread elapsed time 78814
----------
Client results:

----------
client per thread totals 10 3137 1188 32776 857
client per thread elapsed time 37961
select loop user/kernel: 14274.40 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 0 loop 0
server thread 3 alive
server thread 4 alive
server thread 1 loop 0
server thread 5 alive
server thread 6 alive
server thread 2 loop 0
client thread 0 alive
client thread 0 loop 0
server thread 4 loop 0
server thread 7 alive
server thread 3 loop 0
server thread 8 alive
server thread 9 alive
client thread 0 socket created 270489072
server thread 6 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 271382992
server thread 8 loop 0
client thread 0 socket connected 270489072
server thread 0 got connection 273619152
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
client thread 1 socket connected 271382992
server thread 9 loop 0
client thread 1 socket wrote 8192
server thread 1 got connection 270196752
server thread 5 loop 0
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 1507 66 1573 131 3277
server thread 0 loop 1
client thread 0 loop 1
server thread 1 write 131072 bytes
client thread 0 socket created 269030320
server: 1704 66 1573 66 3408
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 0 socket connected 269030320
server thread 0 got connection 269161680
client thread 1 socket created 272585808
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
client thread 1 socket connected 272585808
server thread 1 got connection 269162000
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 328 131 1638 66 2163
server thread 0 loop 2
client thread 0 socket read 131072
server thread 1 write 131072 bytes
client thread 0 loop 2
server: 393 131 1638 66 2228
server thread 1 loop 2
client thread 0 socket created 271984400
client thread 1 socket read 131072
client thread 0 socket connected 271984400
client thread 1 loop 2
server thread 0 got connection 273619280
client thread 1 socket created 271683696
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
client thread 1 socket connected 271683696
server thread 1 got connection 273619152
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 270489072
client thread 2 socket connected 270489072
server thread 2 got connection 270196752
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 393 66 1442 131 2032
server thread 1 loop 3
client thread 1 loop 3
client thread 1 socket created 271382992
client thread 1 socket connected 271382992
server thread 1 got connection 269161680
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 6423 66 1704 66 8258
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 269030320
client thread 2 socket connected 269030320
server thread 2 got connection 269162000
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 262 131 1442 66 1901
server thread 1 loop 4
client thread 1 loop 4
client thread 1 socket created 272585808
client thread 1 socket connected 272585808
server thread 1 got connection 273619152
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 271683696
server: 393 131 1376 66 1966
server thread 2 loop 2
client thread 2 socket connected 271683696
server thread 2 got connection 270196752
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 262 197 1442 66 1966
Thread 1 EXIT
Thread 1 EXIT
client thread 4 alive
client thread 4 loop 0
client thread 3 alive
client thread 3 loop 0
client thread 4 socket created 270489072
client thread 3 socket created 269161680
server thread 4 got connection 271382992
client thread 3 socket connected 269161680
server thread 3 got connection 269030320
client thread 4 socket connected 270489072
client thread 3 socket wrote 8192
client thread 4 socket wrote 8192
server thread 2 write 131072 bytes
server thread 3 read 8192 bytes
server thread 4 read 8192 bytes
server: 131 131 1376 66 1704
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 269162000
client thread 2 socket connected 269162000
server thread 2 got connection 273619152
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 11404 197 1901 131 13632
server thread 4 loop 1
client thread 4 loop 1
server thread 3 write 131072 bytes
client thread 4 socket created 272585808
server: 11207 197 2097 66 13567
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
server thread 2 write 131072 bytes
server thread 4 got connection 270620432
client thread 3 socket created 270196752
client thread 4 socket connected 272585808
server: 459 131 1901 66 2556
server thread 2 loop 4
client thread 4 socket wrote 8192
client thread 3 socket connected 270196752
client thread 2 socket read 131072
server thread 3 got connection 271683696
client thread 2 loop 4
client thread 3 socket wrote 8192
server thread 4 read 8192 bytes
client thread 2 socket created 271382992
server thread 3 read 8192 bytes
client thread 2 socket connected 271382992
client thread 2 socket wrote 8192
server thread 2 got connection 270489072
server thread 2 read 8192 bytes
server thread 4 write 131072 bytes
server thread 3 write 131072 bytes
server: 524 328 1901 131 2884
server thread 4 loop 2
server: 655 66 1966 66 2753
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 269030320
server thread 2 write 131072 bytes
server: 590 66 1966 66 2687
client thread 2 socket read 131072
Thread 2 EXIT
client thread 3 socket connected 269030320
server thread 3 got connection 269161680
Thread 2 EXIT
client thread 3 socket wrote 8192
client thread 4 socket read 131072
server thread 3 read 8192 bytes
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 269162000
server thread 7 loop 0
client thread 6 socket connected 269162000
client thread 4 loop 2
server thread 6 got connection 271683696
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 4 socket created 270620432
client thread 4 socket connected 270620432
client thread 4 socket wrote 8192
server thread 4 got connection 270196752
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 393 197 1638 66 2294
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 270489072
client thread 3 socket connected 270489072
server thread 3 got connection 269162192
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 1507 66 2097 66 3736
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 271382992
client thread 4 socket connected 271382992
server thread 4 got connection 272585808
server thread 3 write 131072 bytes
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 6 write 131072 bytes
server: 459 131 1442 66 2097
server thread 3 loop 4
server: 17171 197 3277 0 20645
server thread 6 loop 1
client thread 3 socket read 131072
client thread 6 socket read 131072
client thread 3 loop 4
client thread 3 socket created 269161680
client thread 6 loop 1
client thread 6 socket created 269030320
server thread 3 got connection 270196752
client thread 3 socket connected 269161680
client thread 6 socket connected 269030320
server thread 6 got connection 270620432
client thread 3 socket wrote 8192
client thread 6 socket wrote 8192
server thread 3 read 8192 bytes
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 590 66 1901 66 2622
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 269162192
server thread 3 write 131072 bytes
client thread 4 socket connected 269162192
client thread 4 socket wrote 8192
server thread 4 got connection 271683696
server thread 6 write 131072 bytes
server: 393 262 1835 66 2556
Thread 3 EXIT
server thread 4 read 8192 bytes
server: 524 197 1901 66 2687
server thread 6 loop 2
client thread 8 alive
client thread 8 loop 0
client thread 6 socket read 131072
client thread 8 socket created 270489072
client thread 6 loop 2
client thread 3 socket read 131072
client thread 6 socket created 269162000
client thread 8 socket connected 270489072
Thread 3 EXIT
server thread 8 got connection 272585808
client thread 8 socket wrote 8192
client thread 6 socket connected 269162000
server thread 8 read 8192 bytes
server thread 6 got connection 271382992
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
server thread 4 write 131072 bytes
server: 655 66 1966 66 2753
client thread 9 socket created 270196752
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 269162320
server thread 8 write 131072 bytes
server: 23398 66 1835 66 25364
server thread 8 loop 1
client thread 9 socket connected 270196752
server thread 9 got connection 270620432
client thread 9 socket wrote 8192
client thread 5 socket connected 269162320
client thread 8 socket read 131072
client thread 5 socket wrote 8192
server thread 9 read 8192 bytes
client thread 8 loop 1
server thread 5 got connection 269030320
client thread 8 socket created 269161680
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
server: 459 393 1966 0 2818
server thread 6 loop 3
server thread 8 got connection 271683696
client thread 8 socket connected 269161680
client thread 6 socket read 131072
client thread 8 socket wrote 8192
client thread 4 socket read 131072
client thread 6 loop 3
client thread 6 socket created 272585808
Thread 4 EXIT
server thread 8 read 8192 bytes
client thread 6 socket connected 272585808
client thread 6 socket wrote 8192
server thread 6 got connection 270489072
server thread 6 read 8192 bytes
server thread 9 write 131072 bytes
server: 25102 197 2163 197 27658
server thread 9 loop 1
client thread 9 socket read 131072
server thread 5 write 131072 bytes
client thread 9 loop 1
client thread 9 socket created 271382992
server thread 6 write 131072 bytes
server: 590 66 1704 66 2425
server thread 6 loop 4
client thread 5 socket read 131072
client thread 9 socket connected 271382992
server thread 9 got connection 269162000
client thread 6 socket read 131072
client thread 9 socket wrote 8192
client thread 5 loop 1
server: 25167 131 2294 459 28051
server thread 5 loop 1
client thread 6 loop 4
client thread 5 socket created 269162192
client thread 6 socket created 270620432
server thread 9 read 8192 bytes
client thread 6 socket connected 270620432
client thread 5 socket connected 269162192
client thread 6 socket wrote 8192
server thread 5 got connection 270196752
client thread 5 socket wrote 8192
server thread 6 got connection 270489072
server thread 6 read 8192 bytes
server thread 8 write 131072 bytes
server: 590 328 2753 66 3736
server thread 8 loop 2
server thread 5 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 269162320
client thread 8 socket read 131072
client thread 0 socket connected 269162320
client thread 8 loop 2
client thread 0 socket wrote 8192
server thread 0 write 131072 bytes
server: 393 131 24971 131 25626
client thread 8 socket created 269030320
server thread 0 loop 3
server thread 0 got connection 272585808
server thread 0 read 8192 bytes
client thread 8 socket connected 269030320
client thread 8 socket wrote 8192
server thread 8 got connection 271683696
server thread 8 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 590 66 1704 131 2490
Thread 6 EXIT
Thread 6 EXIT
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 271984400
Thread 4 EXIT
client thread 5 socket read 131072
client thread 7 socket connected 271984400
client thread 5 loop 2
client thread 7 socket wrote 8192
client thread 5 socket created 269161680
server thread 7 got connection 273619280
server thread 5 write 131072 bytes
server thread 7 read 8192 bytes
server: 328 197 2359 0 2884
server thread 5 loop 2
client thread 5 socket connected 269161680
client thread 5 socket wrote 8192
server thread 5 got connection 270489072
server thread 5 read 8192 bytes
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 269030448
server thread 9 write 131072 bytes
client thread 0 socket connected 269030448
server thread 0 write 131072 bytes
server: 459 262 3211 197 4129
server thread 9 loop 2
client thread 0 socket wrote 8192
server: 66 66 2163 66 2359
server thread 0 loop 4
server thread 0 got connection 270620432
client thread 9 socket read 131072
server thread 8 write 131072 bytes
server: 1049 131 2884 66 4129
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
server thread 5 write 131072 bytes
client thread 9 loop 2
client thread 8 socket created 273487856
client thread 9 socket created 269162192
server: 131 66 1770 197 2163
server thread 5 loop 3
server thread 0 read 8192 bytes
client thread 9 socket connected 269162192
client thread 8 socket connected 273487856
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 270196752
client thread 8 socket wrote 8192
server thread 9 got connection 269162320
server thread 9 read 8192 bytes
client thread 5 socket connected 270196752
server thread 8 got connection 269162000
client thread 9 socket wrote 8192
client thread 5 socket wrote 8192
server thread 8 read 8192 bytes
server thread 5 got connection 272585808
server thread 5 read 8192 bytes
server thread 7 write 131072 bytes
server: 14615 66 3146 0 17827
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 271683696
client thread 7 socket connected 271683696
client thread 7 socket wrote 8192
server thread 7 got connection 269030320
server thread 7 read 8192 bytes
server thread 9 write 131072 bytes
server: 1835 66 2294 66 4260
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
server thread 0 write 131072 bytes
client thread 9 socket created 271382992
server: 66 1507 2818 131 4522
client thread 0 socket read 131072
Thread 0 EXIT
client thread 9 socket connected 271382992
server thread 9 got connection 270489072
client thread 9 socket wrote 8192
Thread 0 EXIT
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 918 66 3146 131 4260
server thread 8 loop 4
client thread 8 loop 4
client thread 8 socket created 269161680
server thread 7 write 131072 bytes
server: 852 131 2163 66 3211
server thread 7 loop 2
client thread 7 socket read 131072
client thread 8 socket connected 269161680
server thread 8 got connection 273619280
client thread 7 loop 2
client thread 8 socket wrote 8192
client thread 7 socket created 271984400
server thread 5 write 131072 bytes
server thread 8 read 8192 bytes
client thread 5 socket read 131072
client thread 7 socket connected 271984400
server thread 7 got connection 269162320
client thread 7 socket wrote 8192
server: 524 197 3736 197 4653
server thread 5 loop 4
client thread 5 loop 4
client thread 5 socket created 269162192
server thread 7 read 8192 bytes
client thread 5 socket connected 269162192
client thread 5 socket wrote 8192
server thread 5 got connection 270620432
server thread 5 read 8192 bytes
server thread 9 write 131072 bytes
server: 459 131 2490 66 3146
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 271082288
client thread 9 socket connected 271082288
client thread 9 socket wrote 8192
server thread 9 got connection 269030448
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server thread 7 write 131072 bytes
server: 328 262 2163 66 2818
client thread 7 socket read 131072
Thread 8 EXIT
client thread 7 loop 3
server: 459 197 1901 131 2687
server thread 7 loop 3
client thread 7 socket created 269162000
client thread 8 socket read 131072
Thread 8 EXIT
client thread 7 socket connected 269162000
client thread 7 socket wrote 8192
server thread 7 got connection 273487856
server thread 7 read 8192 bytes
server thread 5 write 131072 bytes
server: 459 262 2032 66 2818
client thread 5 socket read 131072
Thread 5 EXIT
Thread 5 EXIT
server thread 9 write 131072 bytes
server: 590 66 2032 66 2753
server thread 7 write 131072 bytes
Thread 9 EXIT
client thread 9 socket read 131072
server: 328 66 1507 66 1966
server thread 7 loop 4
Thread 9 EXIT
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 269030320
client thread 7 socket connected 269030320
server thread 7 got connection 271683696
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 328 262 1245 66 1901
Thread 7 EXIT
Thread 7 EXIT
Thread 7 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 62291 2614 42314 1290
server per thread elapsed time 108516
----------
Client results:

----------
client per thread totals 10 4650 1620 47020 1357
client per thread elapsed time 54649
select loop kernel/user: 9332.80 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 3 alive
server thread 0 loop 0
server thread 4 alive
server thread 5 alive
server thread 2 loop 0
server thread 6 alive
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 271984400
server thread 5 loop 0
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 269161680
server thread 3 loop 0
server thread 7 alive
server thread 6 loop 0
client thread 0 socket connected 271984400
client thread 2 socket connected 269161680
server thread 0 got connection 272285104
client thread 2 socket wrote 8192
client thread 0 socket wrote 8192
server thread 8 alive
server thread 0 read 8192 bytes
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 269030448
server thread 7 loop 0
server thread 4 loop 0
server thread 2 got connection 272886512
server thread 2 read 8192 bytes
server thread 8 loop 0
client thread 4 socket connected 269030448
server thread 4 got connection 273487856
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 9 alive
server thread 9 loop 0
server thread 4 write 131072 bytes
server: 328 66 1770 66 2228
server thread 4 loop 1
server thread 0 write 131072 bytes
client thread 4 socket read 131072
server: 1507 131 2490 66 4195
server thread 0 loop 1
client thread 4 loop 1
client thread 0 socket read 131072
client thread 4 socket created 269162000
client thread 0 loop 1
client thread 0 socket created 271683696
client thread 4 socket connected 269162000
server thread 4 got connection 273619152
client thread 4 socket wrote 8192
client thread 0 socket connected 271683696
server thread 0 got connection 269030320
server thread 4 read 8192 bytes
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 393 131 1442 131 2097
server thread 4 loop 2
client thread 4 loop 2
server thread 0 write 131072 bytes
client thread 4 socket created 273487856
client thread 0 socket read 131072
server: 393 66 1573 66 2097
server thread 0 loop 2
client thread 0 loop 2
client thread 4 socket connected 273487856
server thread 4 got connection 269030448
client thread 0 socket created 272285104
client thread 4 socket wrote 8192
client thread 0 socket connected 272285104
server thread 4 read 8192 bytes
server thread 0 got connection 271984400
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 262 197 1376 66 1901
server thread 4 loop 3
client thread 4 loop 3
client thread 4 socket created 273619152
server thread 0 write 131072 bytes
client thread 0 socket read 131072
client thread 4 socket connected 273619152
client thread 0 loop 3
server thread 4 got connection 269162000
server: 393 66 1442 197 2097
server thread 0 loop 3
client thread 4 socket wrote 8192
client thread 0 socket created 269030320
server thread 4 read 8192 bytes
client thread 0 socket connected 269030320
server thread 0 got connection 271683696
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
client thread 5 alive
client thread 5 loop 0
server: 328 66 1442 66 1901
server thread 4 loop 4
client thread 4 socket read 131072
client thread 5 socket created 269030448
client thread 4 loop 4
client thread 4 socket created 273487856
client thread 5 socket connected 269030448
server thread 5 got connection 272285104
client thread 5 socket wrote 8192
client thread 4 socket connected 273487856
server thread 4 got connection 271984400
server thread 5 read 8192 bytes
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server: 524 66 1376 66 2032
client thread 4 socket read 131072
Thread 4 EXIT
client thread 3 alive
Thread 4 EXIT
client thread 3 loop 0
server thread 5 write 131072 bytes
client thread 3 socket created 269162000
client thread 6 alive
client thread 6 loop 0
server: 9176 328 1638 66 11207
server thread 5 loop 1
client thread 5 socket read 131072
client thread 6 socket created 273619152
client thread 5 loop 1
client thread 5 socket created 271984400
server thread 3 got connection 271382992
client thread 6 socket connected 273619152
client thread 6 socket wrote 8192
client thread 5 socket connected 271984400
server thread 6 got connection 273487856
client thread 3 socket connected 269162000
server thread 5 got connection 272285104
server thread 6 read 8192 bytes
client thread 5 socket wrote 8192
client thread 3 socket wrote 8192
server thread 5 read 8192 bytes
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server thread 6 write 131072 bytes
server thread 3 write 131072 bytes
server: 11142 66 1966 0 13173
server thread 6 loop 1
server: 11142 393 1835 66 13436
client thread 5 socket read 131072
server thread 3 loop 1
server: 459 131 1770 197 2556
server thread 5 loop 2
client thread 5 loop 2
client thread 3 socket read 131072
client thread 5 socket created 269030448
client thread 6 socket read 131072
client thread 3 loop 1
client thread 3 socket created 273487856
client thread 5 socket connected 269030448
client thread 6 loop 1
server thread 5 got connection 271382992
client thread 6 socket created 272285104
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 3 got connection 271984400
client thread 6 socket connected 272285104
client thread 3 socket connected 273487856
server thread 6 got connection 269162000
client thread 3 socket wrote 8192
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 3 read 8192 bytes
client thread 5 socket read 131072
server thread 5 write 131072 bytes
client thread 5 loop 3
client thread 5 socket created 273619152
client thread 6 socket read 131072
client thread 5 socket connected 273619152
server thread 6 write 131072 bytes
server: 655 131 1966 66 2818
server thread 6 loop 2
client thread 5 socket wrote 8192
server: 328 66 2032 393 2818
server thread 5 loop 3
client thread 6 loop 2
server thread 5 got connection 269030448
server thread 3 write 131072 bytes
client thread 6 socket created 269162000
server thread 5 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 2
client thread 6 socket connected 269162000
client thread 3 socket created 271382992
server: 524 262 2163 262 3211
server thread 3 loop 2
client thread 6 socket wrote 8192
server thread 6 got connection 272285104
client thread 3 socket connected 271382992
server thread 3 got connection 273487856
server thread 6 read 8192 bytes
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 131 131 1573 66 1901
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 271984400
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 459 131 1901 66 2556
server thread 6 loop 3
client thread 6 loop 3
server thread 3 got connection 273487856
client thread 3 socket connected 271984400
client thread 6 socket created 271382992
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
client thread 6 socket connected 271382992
server thread 6 got connection 272285104
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 269162000
client thread 5 socket connected 269162000
client thread 5 socket wrote 8192
server thread 5 write 131072 bytes
server: 66 66 3408 197 3736
server thread 5 loop 4
server thread 5 got connection 273619152
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 328 131 1704 131 2294
server thread 3 loop 4
client thread 3 loop 4
client thread 3 socket created 269030448
client thread 3 socket connected 269030448
client thread 3 socket wrote 8192
server thread 3 got connection 273487856
server thread 6 write 131072 bytes
server: 262 131 1966 66 2425
server thread 6 loop 4
client thread 6 socket read 131072
server thread 3 read 8192 bytes
server thread 1 loop 0
client thread 6 loop 4
client thread 6 socket created 271984400
client thread 6 socket connected 271984400
server thread 6 got connection 272285104
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 3 write 131072 bytes
server: 328 131 1638 0 2097
Thread 3 EXIT
client thread 3 socket read 131072
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 271382992
Thread 3 EXIT
server thread 6 write 131072 bytes
client thread 8 alive
client thread 8 loop 0
server: 393 131 1442 66 2032
client thread 6 socket read 131072
client thread 8 socket created 273487856
client thread 7 socket connected 271382992
Thread 6 EXIT
client thread 7 socket wrote 8192
server thread 7 got connection 273187216
Thread 6 EXIT
client thread 8 socket connected 273487856
server thread 7 read 8192 bytes
client thread 9 alive
server thread 8 got connection 269030448
client thread 9 loop 0
client thread 9 socket created 272285104
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
client thread 9 socket connected 272285104
client thread 9 socket wrote 8192
server thread 9 got connection 269162320
server thread 9 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 271984400
client thread 2 socket connected 271984400
server thread 2 write 131072 bytes
server: 1442 66 24643 0 26150
server thread 2 loop 1
server thread 2 got connection 269161680
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 22939 66 2163 66 25233
client thread 7 loop 1
server thread 7 loop 1
client thread 7 socket created 272886512
client thread 7 socket connected 272886512
client thread 7 socket wrote 8192
server thread 7 got connection 273187216
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server thread 9 write 131072 bytes
server: 22611 66 2032 66 24774
server thread 9 loop 1
server: 22808 262 2425 66 25560
server thread 8 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
client thread 8 socket read 131072
client thread 9 socket created 271382992
client thread 8 loop 1
client thread 9 socket connected 271382992
client thread 9 socket wrote 8192
server thread 0 write 131072 bytes
client thread 0 socket read 131072
client thread 1 alive
client thread 1 loop 0
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server thread 5 write 131072 bytes
client thread 5 socket read 131072
client thread 7 socket read 131072
server thread 7 write 131072 bytes
server thread 9 got connection 269162320
client thread 8 socket created 269030448
server thread 9 read 8192 bytes
server: 197 131 19727 11469 31524
server thread 0 loop 4
client thread 0 loop 4
client thread 8 socket connected 269030448
client thread 0 socket created 273487856
server thread 8 got connection 271683696
server: 0 131 2163 11142 13436
server thread 2 loop 2
server thread 8 read 8192 bytes
server: 0 590 7799 10421 18810
client thread 8 socket wrote 8192
Thread 5 EXIT
client thread 1 socket created 272285104
Thread 5 EXIT
client thread 2 loop 2
client thread 2 socket created 269030320
client thread 0 socket connected 273487856
client thread 7 loop 2
client thread 0 socket wrote 8192
client thread 2 socket connected 269030320
client thread 7 socket created 269161680
client thread 2 socket wrote 8192
server thread 2 got connection 273619152
client thread 1 socket connected 272285104
client thread 7 socket connected 269161680
server thread 2 read 8192 bytes
client thread 1 socket wrote 8192
client thread 7 socket wrote 8192
server thread 1 got connection 273619280
server thread 0 got connection 269162000
server thread 1 read 8192 bytes
server thread 0 read 8192 bytes
server thread 8 write 131072 bytes
server: 12518 66 2228 66 14877
server thread 8 loop 2
client thread 8 socket read 131072
server thread 2 write 131072 bytes
server thread 9 write 131072 bytes
server: 524 131 1835 0 2490
server thread 2 loop 3
server: 12190 131 2687 66 15074
server thread 9 loop 2
client thread 8 loop 2
client thread 2 socket read 131072
client thread 8 socket created 271984400
client thread 2 loop 3
client thread 2 socket created 272886512
client thread 8 socket connected 271984400
server thread 8 got connection 271683696
client thread 8 socket wrote 8192
client thread 9 socket read 131072
client thread 9 loop 2
server thread 2 got connection 273619152
server thread 8 read 8192 bytes
client thread 9 socket created 269162320
client thread 2 socket connected 272886512
server thread 2 read 8192 bytes
client thread 9 socket connected 269162320
client thread 2 socket wrote 8192
client thread 9 socket wrote 8192
server thread 9 got connection 269030448
server thread 9 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 18613 197 2753 262 21825
server thread 1 loop 1
client thread 1 loop 1
client thread 1 socket created 269030320
server thread 2 write 131072 bytes
client thread 1 socket connected 269030320
server: 459 328 1245 66 2097
server thread 2 loop 4
client thread 1 socket wrote 8192
client thread 2 socket read 131072
server thread 0 write 131072 bytes
client thread 2 loop 4
server: 1442 197 3408 66 5112
client thread 2 socket created 271382992
Thread 0 EXIT
client thread 0 socket read 131072
server: 328 66 2556 15140 18089
server thread 7 loop 2
server thread 8 write 131072 bytes
server thread 7 got connection 273619280
Thread 0 EXIT
server thread 2 got connection 272285104
server: 524 197 2032 66 2818
server thread 8 loop 3
server thread 7 read 8192 bytes
client thread 2 socket connected 271382992
server thread 2 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 3
client thread 2 socket wrote 8192
client thread 8 socket created 273619152
server thread 1 got connection 272886512
client thread 8 socket connected 273619152
server thread 8 got connection 269162000
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 1 read 8192 bytes
server thread 9 write 131072 bytes
server: 983 66 2818 131 3998
server thread 9 loop 3
server thread 2 write 131072 bytes
server: 524 131 1311 131 2097
Thread 2 EXIT
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 272585808
server thread 7 write 131072 bytes
server: 66 66 1966 66 2163
server thread 7 loop 3
client thread 7 socket read 131072
server thread 9 got connection 273187216
client thread 7 loop 3
client thread 9 socket connected 272585808
client thread 7 socket created 273487856
client thread 7 socket connected 273487856
client thread 7 socket wrote 8192
client thread 9 socket wrote 8192
server thread 7 got connection 271683696
server thread 8 write 131072 bytes
server thread 9 read 8192 bytes
server: 524 131 1966 0 2622
server thread 8 loop 4
client thread 8 socket read 131072
server thread 7 read 8192 bytes
client thread 2 socket read 131072
client thread 8 loop 4
client thread 8 socket created 271984400
Thread 2 EXIT
client thread 8 socket connected 271984400
client thread 8 socket wrote 8192
server thread 8 got connection 269030448
server thread 1 write 131072 bytes
server thread 8 read 8192 bytes
server: 1245 459 2359 66 4129
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 272285104
client thread 1 socket connected 272285104
client thread 1 socket wrote 8192
server thread 1 got connection 270489072
server thread 1 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 269162320
client thread 7 socket connected 269162320
server thread 7 write 131072 bytes
server: 524 66 2228 66 2884
server thread 7 loop 4
client thread 7 socket wrote 8192
server thread 7 got connection 273619280
server thread 9 write 131072 bytes
server thread 7 read 8192 bytes
client thread 9 socket read 131072
server: 786 459 2425 262 3932
server thread 9 loop 4
server thread 8 write 131072 bytes
server: 393 131 2228 66 2818
Thread 8 EXIT
client thread 9 loop 4
client thread 8 socket read 131072
Thread 8 EXIT
client thread 9 socket created 269161680
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 459 197 1901 0 2556
server thread 1 loop 3
client thread 9 socket connected 269161680
client thread 9 socket wrote 8192
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server thread 9 got connection 269162000
client thread 1 loop 3
server thread 9 read 8192 bytes
server: 66 66 1638 10355 12125
client thread 1 socket created 273619152
Thread 7 EXIT
Thread 7 EXIT
client thread 1 socket connected 273619152
server thread 1 got connection 271382992
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 9 write 131072 bytes
server: 11732 66 1638 66 13501
client thread 9 socket read 131072
Thread 9 EXIT
server thread 1 write 131072 bytes
server: 11469 66 1442 66 13042
server thread 1 loop 4
client thread 1 socket read 131072
Thread 9 EXIT
client thread 1 loop 4
client thread 1 socket created 272886512
client thread 1 socket connected 272886512
server thread 1 got connection 269030320
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 328 66 1311 66 1770
client thread 1 socket read 131072
Thread 1 EXIT
Thread 1 EXIT
Thread 1 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 80813 3374 56798 7558
server per thread elapsed time 148548
----------
Client results:

----------
client per thread totals 20 8407 2185 65639 8199
client per thread elapsed time 84431
select loop kernel/kernel: 13370.00 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 16:53:26 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 16:53:26 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
'PR_FD_ISSET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 16:53:27 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead.
'PR_Select' is obsolete. Use 'PR_Poll' instead.
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 16:53:32 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 16:53:34 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 16:53:35 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 16:53:35 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Sat Feb 8 16:53:35 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 16:53:35 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 16:53:36 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 16:53:36 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 16:53:36 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 16:53:36 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 16:53:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 16:53:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
BEGIN TEST: socket  
Sat Feb 8 16:53:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Sat Feb 8 16:53:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 16:53:38 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: sockping
BEGIN TEST: sprintf  
Sat Feb 8 16:53:38 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 16:53:40 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 16:53:50 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 16:53:50 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 16:53:50 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Sat Feb 8 16:53:51 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 16:53:55 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PR_SI_HOSTNAME: masala
PR_SI_SYSNAME: AIX
PR_SI_RELEASE: 3
PR_SI_ARCHITECTURE: rs6000
Host page size is 4096
Page shift is 12
Number of processors is: 4
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 16:53:55 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 16:53:55 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 16:53:58 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 16:53:59 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 00:53:59 UTC 2003
Current local time is Sat Feb 8 16:53:59 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 16:53:59 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 16:54:35 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 16:54:36 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 16:54:36 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
NSPR release 4.3 Beta:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3 Beta
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
END TEST: vercheck
BEGIN TEST: version  
Sat Feb 8 16:54:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Runtime library version information
Build time: 09 Feb 2003 00:13:35 GMT
Build time: 2003-02-08 16:13:35
Portable runtime V4.3.0 ( beta debug )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Sat Feb 8 16:54:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 16:54:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 16:54:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_dbg/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
END TEST: zerolen
BEGIN TEST: accept  
Sat Feb 8 16:54:54 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Sat Feb 8 16:55:00 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x110035a70)127.0.0.1:47969
(Server) read [0x1100359f8..0x110035a6d) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0x110035a70)127.0.0.1:47970
(Server) read [0x1100359f8..0x110035a6d) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0x110035a70)127.0.0.1:47971
(Server) read [0x1100359f8..0x110035a6d) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0x110035a70)127.0.0.1:47972
(Server) read [0x1100359f8..0x110035a6d) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptread
BEGIN TEST: acceptreademu  
Sat Feb 8 16:55:11 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x110036f10)127.0.0.1:47975
(Server) read [0x110036e98..0x110036f0d) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 500 msec
Accepted connection from (0x110036f90)127.0.0.1:47976
(Server) read [0x110036f18..0x110036f8d) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1000 msec
Accepted connection from (0x110036f90)127.0.0.1:47977
(Server) read [0x110036f18..0x110036f8d) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 1500 msec
Accepted connection from (0x110036f90)127.0.0.1:47978
(Server) read [0x110036f18..0x110036f8d) GET / HTTP/1.0


PR_Recv (client) succeeded: 17 bytes
GET / HTTP/1.0


Testing w/ write_dally = 2000 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
Testing w/ write_dally = 2500 msec
PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0
PR_Recv (client) failed: PR_CONNECT_RESET_ERROR(-5961), oserror = 73
PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 76
END TEST: acceptreademu
BEGIN TEST: affinity  
Sat Feb 8 16:55:22 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
main: creating local thread
thread_start: AffinityMask = 0x0
main: creating global thread
thread_start: AffinityMask = 0x0
main: creating global bound thread
thread_start: AffinityMask = 0x0
END TEST: affinity
BEGIN TEST: alarm  
Sat Feb 8 16:55:22 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Sat Feb 8 16:56:26 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Sat Feb 8 16:56:26 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PR_AtomicIncrement(-2) == -1: PASSED
PR_AtomicIncrement(-1) == 0: PASSED
PR_AtomicIncrement(0) == 1: PASSED
PR_AtomicAdd(-2,1) == -1: PASSED
PR_AtomicAdd(-1,4) == 3: PASSED
PR_AtomicAdd(3,-6) == -3: PASSED
PR_AtomicDecrement(2) == 1: PASSED
PR_AtomicDecrement(1) == 0: PASSED
PR_AtomicDecrement(0) == -1: PASSED
PR_AtomicSet(-2, 2) == -2: PASSED
PR_AtomicSet(-2, -2) == -2: PASSED
Atomic operations test PASSED
END TEST: atomic
BEGIN TEST: attach  
Sat Feb 8 16:56:26 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Sat Feb 8 16:56:27 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Sat Feb 8 16:56:27 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Cleanup settings
Thread type: LOCAL
Concurrency: 1
Number of threads: 1
Thread sleep: 10
Main sleep: 5
Cleanup will NOT be called

main() exiting
END TEST: cleanup
BEGIN TEST: cltsrv  
Sat Feb 8 16:56:33 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Client/Server started at(0x11000dd90): 16:56:33
Server started at(0x1100105b0): 16:56:33
Client started at(0x110098730): 16:56:33
main(0x11000dd90): waiting for execution interval (10 seconds)
Shutting down(0x11000dd90): 16:56:43
Client(0x110098730): stopped after 47 operations and 41684 bytes
Server(0x1100105b0): stopped after 47 operations and 41684 bytes
main(0x11000dd90): test complete
Test exiting at(0x11000dd90): 16:56:48
END TEST: cltsrv
BEGIN TEST: concur  
Sat Feb 8 16:56:48 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Sat Feb 8 16:57:00 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Sat Feb 8 16:57:00 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib

CondVar Test:

Simple test creates several local and global threads; half use a single,
shared condvar, and the other half have their own condvar. The main
thread then loops notifying them to wakeup.

The timeout test is very similar except that the threads are not
notified. They will all wakeup on a 1 second timeout.

The mixed test combines the simple test and the timeout test; every
third thread is notified, the other threads are expected to timeout
correctly.

Lastly, the combined test creates a thread for each of the above three
cases and they all run simultaneously.

This test is run with 5, 10, 15, and 20 threads of each type.


5 Thread tests
Condvar simple test shared UU: 59.64 usec
Condvar simple test shared UK: 187.44 usec
Condvar simple test priv UU: 400.45 usec
Condvar simple test priv UK: 197.27 usec
Condvar simple test All: 4153.89 usec
Condvar timeout test: 12810.98 usec

10 Thread tests
Condvar simple test shared UU: 3786.87 usec
Condvar simple test shared UK: 3227.81 usec
Condvar simple test priv UU: 584.61 usec
Condvar simple test priv UK: 764.84 usec
Condvar simple test All: 8563.38 usec
Condvar timeout test: 29477.00 usec

15 Thread tests
Condvar simple test shared UU: 8561.41 usec
Condvar simple test shared UK: 7127.41 usec
Condvar simple test priv UU: 985.06 usec
Condvar simple test priv UK: 832.35 usec
Condvar simple test All: 19885.96 usec
Condvar timeout test: 50337.53 usec

20 Thread tests
Condvar simple test shared UU: 10690.13 usec
Condvar simple test shared UK: 8514.22 usec
Condvar simple test priv UU: 1158.74 usec
Condvar simple test priv UK: 1028.31 usec
Condvar simple test All: 26759.08 usec
Condvar timeout test: 56055.84 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Sat Feb 8 16:57:26 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Sat Feb 8 16:57:26 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Sat Feb 8 16:57:26 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib

Number of error codes = 73

PR_OUT_OF_MEMORY_ERROR = -6000
PR_BAD_DESCRIPTOR_ERROR = -5999
PR_WOULD_BLOCK_ERROR = -5998
PR_ACCESS_FAULT_ERROR = -5997
PR_INVALID_METHOD_ERROR = -5996
PR_ILLEGAL_ACCESS_ERROR = -5995
PR_UNKNOWN_ERROR = -5994
PR_PENDING_INTERRUPT_ERROR = -5993
PR_NOT_IMPLEMENTED_ERROR = -5992
PR_IO_ERROR = -5991
PR_IO_TIMEOUT_ERROR = -5990
PR_IO_PENDING_ERROR = -5989
PR_DIRECTORY_OPEN_ERROR = -5988
PR_INVALID_ARGUMENT_ERROR = -5987
PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986
PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985
PR_IS_CONNECTED_ERROR = -5984
PR_BAD_ADDRESS_ERROR = -5983
PR_ADDRESS_IN_USE_ERROR = -5982
PR_CONNECT_REFUSED_ERROR = -5981
PR_NETWORK_UNREACHABLE_ERROR = -5980
PR_CONNECT_TIMEOUT_ERROR = -5979
PR_NOT_CONNECTED_ERROR = -5978
PR_LOAD_LIBRARY_ERROR = -5977
PR_UNLOAD_LIBRARY_ERROR = -5976
PR_FIND_SYMBOL_ERROR = -5975
PR_INSUFFICIENT_RESOURCES_ERROR = -5974
PR_DIRECTORY_LOOKUP_ERROR = -5973
PR_TPD_RANGE_ERROR = -5972
PR_PROC_DESC_TABLE_FULL_ERROR = -5971
PR_SYS_DESC_TABLE_FULL_ERROR = -5970
PR_NOT_SOCKET_ERROR = -5969
PR_NOT_TCP_SOCKET_ERROR = -5968
PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967
PR_NO_ACCESS_RIGHTS_ERROR = -5966
PR_OPERATION_NOT_SUPPORTED_ERROR = -5965
PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964
PR_REMOTE_FILE_ERROR = -5963
PR_BUFFER_OVERFLOW_ERROR = -5962
PR_CONNECT_RESET_ERROR = -5961
PR_RANGE_ERROR = -5960
PR_DEADLOCK_ERROR = -5959
PR_FILE_IS_LOCKED_ERROR = -5958
PR_FILE_TOO_BIG_ERROR = -5957
PR_NO_DEVICE_SPACE_ERROR = -5956
PR_PIPE_ERROR = -5955
PR_NO_SEEK_DEVICE_ERROR = -5954
PR_IS_DIRECTORY_ERROR = -5953
PR_LOOP_ERROR = -5952
PR_NAME_TOO_LONG_ERROR = -5951
PR_FILE_NOT_FOUND_ERROR = -5950
PR_NOT_DIRECTORY_ERROR = -5949
PR_READ_ONLY_FILESYSTEM_ERROR = -5948
PR_DIRECTORY_NOT_EMPTY_ERROR = -5947
PR_FILESYSTEM_MOUNTED_ERROR = -5946
PR_NOT_SAME_DEVICE_ERROR = -5945
PR_DIRECTORY_CORRUPTED_ERROR = -5944
PR_FILE_EXISTS_ERROR = -5943
PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942
PR_INVALID_DEVICE_STATE_ERROR = -5941
PR_DEVICE_IS_LOCKED_ERROR = -5940
PR_NO_MORE_FILES_ERROR = -5939
PR_END_OF_FILE_ERROR = -5938
PR_FILE_SEEK_ERROR = -5937
PR_FILE_IS_BUSY_ERROR = -5936
PR_IN_PROGRESS_ERROR = -5934
PR_ALREADY_INITIATED_ERROR = -5933
PR_GROUP_EMPTY_ERROR = -5932
PR_INVALID_STATE_ERROR = -5931
PR_NETWORK_DOWN_ERROR = -5930
PR_SOCKET_SHUTDOWN_ERROR = -5929
PR_CONNECT_ABORTED_ERROR = -5928
PR_HOST_UNREACHABLE_ERROR = -5927
END TEST: errcodes
BEGIN TEST: exit  
Sat Feb 8 16:57:27 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Sat Feb 8 16:57:37 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Sat Feb 8 16:57:37 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: fileio
BEGIN TEST: foreign  
Sat Feb 8 16:57:37 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Sat Feb 8 16:57:41 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Accepting connection at port 48028
Wait one second before connect
Connecting to port 48028
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Wait one second before connect
Accepting connection at port 48030
Fork succeeded. Child process continues.
Accepting connection at port 48031
Wait one second before connect
Connecting to port 48030
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Connecting to port 48031
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Sat Feb 8 16:57:43 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
10 iterations over a 10 kbyte file: 131 [131] 197
END TEST: fsync
BEGIN TEST: getproto  
Sat Feb 8 16:57:43 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
tcp is protocol number 6
udp is protocol number 17
Protocol number 6 is tcp
Protocol number 17 is udp
PASSED
END TEST: getproto
BEGIN TEST: i2l  
Sat Feb 8 16:57:44 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Sat Feb 8 16:57:44 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3007 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Sat Feb 8 16:57:47 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 664 nsecs

Overhead of 'PR_IntervalNow()' is 630 nsecs

Overhead of 'PR_Now()' is 664 nsecs

Overhead of 'PR_IntervalNow()' is 630 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Sat Feb 8 16:59:20 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Sat Feb 8 16:59:20 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
A local thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A local thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a local thread
PR_Accept() is interrupted as expected
A global thread will be interrupted by a global thread
PR_Accept() is interrupted as expected
PASSED
END TEST: intrio
BEGIN TEST: intrupt  
Sat Feb 8 16:59:41 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Sat Feb 8 16:59:54 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
test with global bound thread
thread id 0, scope GLOBAL_BOUND scope
test with local thread
thread id 0, scope GLOBAL scope
test with global thread
thread id 0, scope GLOBAL scope
END TEST: io_timeout
BEGIN TEST: ioconthr  
Sat Feb 8 17:00:00 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Interrupting the threads
Threads terminated in 3002 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Sat Feb 8 17:00:06 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
User-User test
User-Kernel test
Kernel-User test
Kernel-Kernel test
Join with unjoinable thread
PASSED
END TEST: join
BEGIN TEST: joinkk  
Sat Feb 8 17:00:06 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Sat Feb 8 17:00:06 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Sat Feb 8 17:00:06 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Sat Feb 8 17:00:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Sat Feb 8 17:00:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Beginning layered test with new style stack
Ending layered test
END TEST: layer
BEGIN TEST: lazyinit  
Sat Feb 8 17:00:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Sat Feb 8 17:00:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Sat Feb 8 17:00:08 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Sat Feb 8 17:00:26 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Sat Feb 8 17:00:31 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Sat Feb 8 17:00:41 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1
PASS
END TEST: many_cv
BEGIN TEST: multiwait  
Sat Feb 8 17:00:41 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 0 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
RealOneGroupIO Enumerated 20 objects
END TEST: multiwait
BEGIN TEST: nameshm1  
Sat Feb 8 17:01:59 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Sat Feb 8 17:02:04 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
The serveclient thread created.
accept: EWOULDBLOCK, good
client connected
accept: succeeded, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
read: EWOULDBLOCK, good
client sent 10 bytes
read: 10 bytes, good
All tests finished
PASS
END TEST: nonblock
BEGIN TEST: nblayer  
Sat Feb 8 17:02:06 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Beginning non-layered test
Ending non-layered test
Beginning layered test
Ending layered test
END TEST: nblayer
BEGIN TEST: ntioto  
Sat Feb 8 17:02:06 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Sat Feb 8 17:02:06 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
1 2
1 2
1 2
1 2 3 4
1 2 3 4
1 2 3 4
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
PASS
END TEST: ntoh
BEGIN TEST: op_2long  
Sat Feb 8 17:02:06 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 86
PASS
END TEST: op_2long
BEGIN TEST: op_excl  
Sat Feb 8 17:02:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Sat Feb 8 17:02:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Sat Feb 8 17:02:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Sat Feb 8 17:02:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
error code is PR_FILE_NOT_FOUND_ERROR, as expected
PASS
END TEST: op_nofil
BEGIN TEST: parent  
Sat Feb 8 17:02:08 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Sat Feb 8 17:02:08 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: peek
BEGIN TEST: perf  
Sat Feb 8 17:02:08 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.13 usec
current calendar time: 0.66 usec
interval time: 0.66 usec
idle lock lock/unlock pair: 0.79 usec
idle monitor entry/exit pair: 0.92 usec
idle cache monitor entry/exit pair: 2.36 usec
create/destroy thread pair: 73.21 usec
context switch - user/user: 11.08 usec
context switch - user/kernel: 11.21 usec
context switch - kernel/user: 11.14 usec
context switch - kernel/kernel: 11.14 usec
sema context switch - user/user: 12.52 usec
sema context switch - user/kernel: 12.58 usec
sema context switch - kernel/user: 12.58 usec
sema context switch - kernel/kernel: 12.52 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 0.72 usec
interval time: 0.59 usec
idle lock lock/unlock pair: 0.85 usec
idle monitor entry/exit pair: 0.92 usec
idle cache monitor entry/exit pair: 2.42 usec
create/destroy thread pair: 72.75 usec
context switch - user/user: 11.14 usec
context switch - user/kernel: 11.14 usec
context switch - kernel/user: 11.14 usec
context switch - kernel/kernel: 11.27 usec
sema context switch - user/user: 12.65 usec
sema context switch - user/kernel: 12.58 usec
sema context switch - kernel/user: 12.52 usec
sema context switch - kernel/kernel: 12.58 usec
END TEST: perf
BEGIN TEST: pipeping  
Sat Feb 8 17:02:09 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping
BEGIN TEST: pipeping2  
Sat Feb 8 17:02:09 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: pipeping2
BEGIN TEST: pipeself  
Sat Feb 8 17:02:09 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
ping thread: sending "ping"
pong thread: received "ping"
pong thread: sending "pong"
ping thread: received "pong"
PR_Available: expected 250, got 250 bytes
PR_Available: expected 243, got 243 bytes
PR_Available: expected 0, got 0 bytes
PASS
END TEST: pipeself
BEGIN TEST: poll_nm  
Sat Feb 8 17:02:10 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Sat Feb 8 17:02:10 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Sat Feb 8 17:02:15 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Sat Feb 8 17:02:15 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Sat Feb 8 17:02:16 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Sat Feb 8 17:02:16 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Client/Server started at(0x11000e010): 17:02:16
Server started at(0x110010790): 17:02:16
Client started at(0x110078790): 17:02:16
main(0x11000e010): waiting for execution interval (10 seconds)
Shutting down(0x11000e010): 17:02:26
Client(0x110078790): stopped after 48 operations and 42634 bytes
Server(0x110010790): stopped after 48 operations and 42634 bytes
main(0x11000e010): test complete
Test exiting at(0x11000e010): 17:02:31
END TEST: provider
BEGIN TEST: prpollml  
Sat Feb 8 17:02:31 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Sat Feb 8 17:02:53 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
This program tests PR_Poll with sockets.
Timeout, error reporting, and normal operation are tested.

The server thread is listening on ports 48384, 48385 and 48386

PR_Poll should time out in 5 seconds
PR_Poll timed out. Test passed.

PR_Poll should detect a bad file descriptor
Three client threads are created. Each of them will
send data to one of the three ports the server is listening on.
The data they send is the port number. Each of them send
the data five times, so you should see ten lines below,
interleaved in an arbitrary order.
The server received "48384" from a client
The server received "48384" from a client
The server received "48384" from a client
The server received "48384" from a client
The server received "48384" from a client
The server received "48385" from a client
The server received "48385" from a client
The server received "48385" from a client
The server received "48385" from a client
The server received "48385" from a client
Server read 128 bytes from native fd 7
The server received "48386" from a client
Server read 128 bytes from native fd 7
The server received "48386" from a client
Server read 128 bytes from native fd 7
The server received "48386" from a client
Server read 128 bytes from native fd 7
The server received "48386" from a client
Server read 128 bytes from native fd 7
The server received "48386" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Sat Feb 8 17:02:58 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Sat Feb 8 17:02:58 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Sat Feb 8 17:03:19 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Sat Feb 8 17:03:19 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Running test for 5 iterations with 10 simultaneous threads.
Will send 8192 bytes of client data and 131072 bytes of server data
TEST COMPLETE!
Server results:

----------
server per thread totals 0 23970 804 17902 1340
server per thread elapsed time 44025
----------
Client results:

----------
client per thread totals 0 1202 562 20194 449
client per thread elapsed time 22416
select loop user/user: 13068.60 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 37420 1413 32458 3363
server per thread elapsed time 74656
----------
Client results:

----------
client per thread totals 10 2494 943 37456 777
client per thread elapsed time 41679
select loop user/kernel: 9110.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 55927 2934 48587 3788
server per thread elapsed time 111243
----------
Client results:

----------
client per thread totals 10 4645 1346 54682 1120
client per thread elapsed time 61794
select loop kernel/user: 10315.80 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 87464 6495 61951 4196
server per thread elapsed time 160109
----------
Client results:

----------
client per thread totals 20 27761 1692 72093 1503
client per thread elapsed time 103050
select loop kernel/kernel: 13343.80 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Sat Feb 8 17:03:19 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Sat Feb 8 17:03:20 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Sat Feb 8 17:03:20 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Sat Feb 8 17:03:25 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Sat Feb 8 17:03:27 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Sat Feb 8 17:03:28 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Sat Feb 8 17:03:28 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
warning: removed semaphore /tmp/bar.sem left over from previous run
PASS
PASS
END TEST: semaping
BEGIN TEST: sendzlf  
Sat Feb 8 17:03:29 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: sendzlf
BEGIN TEST: server_test  
Sat Feb 8 17:03:29 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Sat Feb 8 17:03:29 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Sat Feb 8 17:03:29 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Sat Feb 8 17:03:29 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Sat Feb 8 17:03:30 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Sat Feb 8 17:03:30 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Sat Feb 8 17:03:30 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
write to broken pipe failed with EPIPE, as expected
write to broken pipe failed with EPIPE, as expected
PASSED
END TEST: sigpipe
BEGIN TEST: socket  
Sat Feb 8 17:03:30 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Sat Feb 8 17:03:30 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Sat Feb 8 17:03:31 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
pong process: received "ping"
pong process: sending "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
ping process: sending "ping"
ping process: received "pong"
PASS
END TEST: sockping
BEGIN TEST: sprintf  
Sat Feb 8 17:03:31 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Sat Feb 8 17:03:32 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Sat Feb 8 17:03:38 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Sat Feb 8 17:03:38 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Sat Feb 8 17:03:39 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Settings
Number to translate 1234567890123456789
Loops to run test: 1
Translation = 1234567890123456768
END TEST: strod
BEGIN TEST: switch  
Sat Feb 8 17:03:39 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Sat Feb 8 17:03:43 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PR_SI_HOSTNAME: masala
PR_SI_SYSNAME: AIX
PR_SI_RELEASE: 3
PR_SI_ARCHITECTURE: rs6000
Host page size is 4096
Page shift is 12
Number of processors is: 4
END TEST: system
BEGIN TEST: testbit  
Sat Feb 8 17:03:43 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Sat Feb 8 17:03:44 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Sat Feb 8 17:03:46 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Sat Feb 8 17:03:47 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Sun Feb 9 01:03:47 UTC 2003
Current local time is Sat Feb 8 17:03:47 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Sat Feb 8 17:03:47 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Sat Feb 8 17:04:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Sat Feb 8 17:04:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Sat Feb 8 17:04:08 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
NSPR release 4.3 Beta:
Compatible with version 4.0
Compatible with version 4.0.1
Compatible with version 4.1
Compatible with version 4.1.1
Compatible with version 4.1.2
Compatible with version 4.1.3
Compatible with version 4.2
Compatible with version 4.2.1
Compatible with version 4.2.2
Compatible with version 4.3 Beta
Incompatible with version 2.1 19980529
Incompatible with version 3.0
Incompatible with version 3.0.1
Incompatible with version 3.1
Incompatible with version 3.1.1
Incompatible with version 3.1.2
Incompatible with version 3.1.3
Incompatible with version 3.5
Incompatible with version 3.5.1
Incompatible with version 4.3.3
Incompatible with version 4.4
Incompatible with version 4.4.1
Incompatible with version 10.0
Incompatible with version 11.1
Incompatible with version 12.14.20
PASS
END TEST: vercheck
BEGIN TEST: version  
Sat Feb 8 17:04:08 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Runtime library version information
Build time: 09 Feb 2003 00:08:56 GMT
Build time: 2003-02-08 16:08:56
Portable runtime V4.3.0 ( beta )
filename: libplc4.so
security: N/A
copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved
comment: http://www.mozilla.org/MPL/
END TEST: version
BEGIN TEST: writev  
Sat Feb 8 17:04:09 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Sat Feb 8 17:04:09 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Sat Feb 8 17:04:09 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/masala_AIX4.3/aix433_64_opt/dist/lib
calling PR_Writev with a zero-length buffer
calling PR_Write with a zero-length buffer
calling PR_Send with a zero-length buffer
PASS
END TEST: zerolen