BEGIN TEST: accept  
Thu Mar 27 11:45:12 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Thu Mar 27 11:45:19 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20040b28)127.0.0.1:36172
(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:36173
(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:36174
(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:36175
(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  
Thu Mar 27 11:45:30 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20041fa8)127.0.0.1:36178
(Server) read [0x20041f2c..0x20041fa1) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x20041ff8)127.0.0.1:36179
(Server) read [0x20041f7c..0x20041ff1) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20041ff8)127.0.0.1:36180
(Server) read [0x20041f7c..0x20041ff1) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20041ff8)127.0.0.1:36181
(Server) read [0x20041f7c..0x20041ff1) 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  
Thu Mar 27 11:45:41 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:45:41 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Thu Mar 27 11:46:45 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Thu Mar 27 11:46:45 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:46:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Thu Mar 27 11:46:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Thu Mar 27 11:46:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:46:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib

PThread Statistics
started: 11:46:52[10]
locks [created: 12, destroyed: 2]
locks [acquired: 322, released: 322]
cvars [created: 7, destroyed: 5]
cvars [notified: 56, delayed_delete: 0]
Client/Server started at(0x2001b478): 11:46:52
Server started at(0x2001cc98): 11:46:52
Client started at(0x20089828): 11:46:52
main(0x2001b478): waiting for execution interval (10 seconds)
Shutting down(0x2001b478): 11:47:02
Client(0x20089828): stopped after 48 operations and 42634 bytes
Server(0x2001cc98): stopped after 49 operations and 43662 bytes
main(0x2001b478): test complete
Test exiting at(0x2001b478): 11:47:02
END TEST: cltsrv
BEGIN TEST: concur  
Thu Mar 27 11:47:02 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Thu Mar 27 11:47:14 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Thu Mar 27 11:47:14 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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: 173.68 usec
Condvar simple test shared UK: 405.69 usec
Condvar simple test priv UU: 235.29 usec
Condvar simple test priv UK: 233.32 usec
Condvar simple test All: 352.60 usec
Condvar timeout test: 14894.48 usec

10 Thread tests
Condvar simple test shared UU: 4800.76 usec
Condvar simple test shared UK: 4301.35 usec
Condvar simple test priv UU: 1098.44 usec
Condvar simple test priv UK: 1269.50 usec
Condvar simple test All: 13383.80 usec
Condvar timeout test: 28333.99 usec

15 Thread tests
Condvar simple test shared UU: 8139.99 usec
Condvar simple test shared UK: 7487.88 usec
Condvar simple test priv UU: 1544.76 usec
Condvar simple test priv UK: 1605.06 usec
Condvar simple test All: 18902.87 usec
Condvar timeout test: 49747.02 usec

20 Thread tests
Condvar simple test shared UU: 7090.05 usec
Condvar simple test shared UK: 8957.92 usec
Condvar simple test priv UU: 2286.01 usec
Condvar simple test priv UK: 1566.39 usec
Condvar simple test All: 28132.13 usec
Condvar timeout test: 64973.78 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Thu Mar 27 11:47:42 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Thu Mar 27 11:47:42 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Thu Mar 27 11:47:42 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:47:42 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Thu Mar 27 11:47:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Thu Mar 27 11:47:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:47:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Thu Mar 27 11:47:57 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
Accepting connection at port 36233
Wait one second before connect
Connecting to port 36233
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 36235
Fork succeeded. Child process continues.
Accepting connection at port 36236
Wait one second before connect
Connecting to port 36236
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 36235
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  
Thu Mar 27 11:47:59 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
10 iterations over a 10 kbyte file: 131 [131] 131
END TEST: fsync
BEGIN TEST: getproto  
Thu Mar 27 11:47:59 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:48:00 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Thu Mar 27 11:48:00 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3006 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Thu Mar 27 11:48:03 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 3080 nsecs

Overhead of 'PR_IntervalNow()' is 2996 nsecs

Overhead of 'PR_Now()' is 3065 nsecs

Overhead of 'PR_IntervalNow()' is 2962 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Thu Mar 27 11:49:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Thu Mar 27 11:49:46 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:50:07 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Thu Mar 27 11:50:20 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:50:26 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
Interrupting the threads
Threads terminated in 2992 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Thu Mar 27 11:50:32 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:50:32 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Thu Mar 27 11:50:32 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Thu Mar 27 11:50:32 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Thu Mar 27 11:50:33 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Thu Mar 27 11:50:33 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:50:33 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Thu Mar 27 11:50:33 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Thu Mar 27 11:50:34 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Thu Mar 27 11:50:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Thu Mar 27 11:50:57 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Thu Mar 27 11:51:07 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 11:51:08[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  
Thu Mar 27 11:51:08 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_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
END TEST: multiwait
BEGIN TEST: nameshm1  
Thu Mar 27 11:52:26 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Thu Mar 27 11:52:30 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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
client sent 10 bytes
First Receive:
: PR_WOULD_BLOCK_ERROR(-5998), oserror = 11
First PR_Recv: retVal: 10, Error: -5998
nonblock returned 1 (failed)
END TEST: nonblock
BEGIN TEST: nblayer  
Thu Mar 27 11:52:32 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:52:33 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Thu Mar 27 11:52:33 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:52:33 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:52:33 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Thu Mar 27 11:52:34 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Thu Mar 27 11:52:34 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Thu Mar 27 11:52:34 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:52:34 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Thu Mar 27 11:52:35 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: peek
BEGIN TEST: perf  
Thu Mar 27 11:52:35 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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.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.18 usec
idle monitor entry/exit pair: 1.70 usec
idle cache monitor entry/exit pair: 4.59 usec
create/destroy thread pair: 66.33 usec
context switch - user/user: 12.32 usec
context switch - user/kernel: 12.32 usec
context switch - kernel/user: 12.26 usec
context switch - kernel/kernel: 12.26 usec
sema context switch - user/user: 14.42 usec
sema context switch - user/kernel: 14.22 usec
sema context switch - kernel/user: 14.22 usec
sema context switch - kernel/kernel: 14.16 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.18 usec
idle monitor entry/exit pair: 1.64 usec
idle cache monitor entry/exit pair: 4.59 usec
create/destroy thread pair: 66.13 usec
context switch - user/user: 12.39 usec
context switch - user/kernel: 12.12 usec
context switch - kernel/user: 12.26 usec
context switch - kernel/kernel: 12.19 usec
sema context switch - user/user: 14.16 usec
sema context switch - user/kernel: 14.16 usec
sema context switch - kernel/user: 14.16 usec
sema context switch - kernel/kernel: 14.22 usec
END TEST: perf
BEGIN TEST: pipeping  
Thu Mar 27 11:52:36 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:52:36 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:52:36 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:52:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Thu Mar 27 11:52:37 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Thu Mar 27 11:52:42 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Thu Mar 27 11:52:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Thu Mar 27 11:52:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Thu Mar 27 11:52:43 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib

pthread Statistics
started: 11:52:43[10]
locks [created: 12, destroyed: 2]
locks [acquired: 692, released: 692]
cvars [created: 7, destroyed: 5]
cvars [notified: 53, delayed_delete: 0]
Client/Server started at(0x2001b8a8): 11:52:43
Server started at(0x2001d048): 11:52:43
Client started at(0x20081ec8): 11:52:43
main(0x2001b8a8): waiting for execution interval (10 seconds)
Shutting down(0x2001b8a8): 11:52:53
Client(0x20081ec8): stopped after 47 operations and 41684 bytes
Server(0x2001d048): stopped after 48 operations and 42634 bytes
main(0x2001b8a8): test complete
Test exiting at(0x2001b8a8): 11:52:53
END TEST: provider
BEGIN TEST: prpollml  
Thu Mar 27 11:52:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Thu Mar 27 11:53:15 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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 36589, 36590 and 36591

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 "36589" from a client
The server received "36589" from a client
The server received "36589" from a client
The server received "36589" from a client
The server received "36589" from a client
The server received "36590" from a client
The server received "36590" from a client
The server received "36590" from a client
The server received "36590" from a client
The server received "36590" from a client
Server read 128 bytes from native fd 7
The server received "36591" from a client
Server read 128 bytes from native fd 7
The server received "36591" from a client
Server read 128 bytes from native fd 7
The server received "36591" from a client
Server read 128 bytes from native fd 7
The server received "36591" from a client
Server read 128 bytes from native fd 7
The server received "36591" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Thu Mar 27 11:53:20 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Thu Mar 27 11:53:21 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Thu Mar 27 11:53:41 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Thu Mar 27 11:53:41 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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 541480104
client thread 0 socket connected 541480104
server thread 0 got connection 541480168
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 541907192
client thread 1 socket connected 541907192
server thread 1 got connection 541907256
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 8455 197 2490 66 11207
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 541907256
client thread 1 socket connected 541907256
server thread 1 got connection 541907192
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 541907192
client thread 1 socket connected 541907192
server thread 1 got connection 541907256
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: 197 131 1180 66 1573
server thread 1 loop 3
client thread 1 loop 3
client thread 1 socket created 541907256
client thread 1 socket connected 541907256
server thread 1 got connection 541907192
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 1180 66 1638
server thread 1 loop 4
client thread 1 loop 4
client thread 1 socket created 541907192
client thread 1 socket connected 541907192
server thread 1 got connection 541907256
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 262 131 1180 66 1638
client thread 1 socket read 131072
Thread 1 EXIT
client thread 2 alive
Thread 1 EXIT
client thread 2 loop 0
client thread 2 socket created 541907256
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 538536744
server thread 2 got connection 541907192
client thread 3 socket connected 538536744
client thread 2 socket connected 541907256
server thread 3 got connection 536987336
client thread 3 socket wrote 8192
client thread 2 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: 17761 262 2359 66 20448
server thread 2 loop 1
client thread 2 loop 1
client thread 2 socket created 541907192
client thread 2 socket connected 541907192
server thread 2 got connection 541907256
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 17040 262 3015 131 20448
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 536987336
client thread 3 socket connected 536987336
server thread 3 got connection 538536744
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
server: 262 131 1311 66 1770
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 541907256
client thread 2 socket connected 541907256
server thread 2 got connection 541907192
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: 393 131 1311 66 1901
server thread 3 loop 2
client thread 3 loop 2
client thread 3 socket created 538536744
client thread 3 socket connected 538536744
server thread 3 got connection 536987336
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: 393 66 1376 66 1901
server thread 2 loop 3
client thread 2 loop 3
client thread 2 socket created 541907192
client thread 2 socket connected 541907192
server thread 2 got connection 541907256
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 328 197 1573 66 2163
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 536987336
client thread 3 socket connected 536987336
server thread 3 got connection 538536744
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
server: 262 131 1376 66 1835
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 541907256
client thread 2 socket connected 541907256
server thread 2 got connection 541907192
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 1573 131 2097
server thread 3 loop 4
client thread 3 loop 4
client thread 3 socket created 538536744
client thread 3 socket connected 538536744
server thread 3 got connection 536987336
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 131 1507 66 2032
Thread 2 EXIT
Thread 2 EXIT
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 541907192
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 538955528
client thread 4 socket connected 541907192
server thread 4 got connection 541907256
client thread 4 socket wrote 8192
client thread 5 socket connected 538955528
client thread 5 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 got connection 537275624
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
server: 262 131 1704 131 2228
client thread 3 socket read 131072
Thread 3 EXIT
client thread 6 alive
client thread 6 loop 0
Thread 3 EXIT
client thread 6 socket created 536987336
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 539408104
client thread 6 socket connected 536987336
server thread 6 got connection 538536744
client thread 6 socket wrote 8192
server thread 7 got connection 537406856
client thread 7 socket connected 539408104
server thread 6 read 8192 bytes
server thread 7 read 8192 bytes
client thread 7 socket wrote 8192
server thread 4 write 131072 bytes
server: 27068 262 3080 66 30476
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 541907256
client thread 4 socket connected 541907256
server thread 4 got connection 541907192
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 26740 131 3867 66 30804
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 537275624
server thread 5 got connection 538955528
client thread 5 socket connected 537275624
server thread 6 write 131072 bytes
server: 27592 262 3080 0 30935
server thread 6 loop 1
server thread 5 read 8192 bytes
client thread 5 socket wrote 8192
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 538536744
client thread 6 socket connected 538536744
client thread 6 socket wrote 8192
server thread 6 got connection 536987336
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server thread 7 write 131072 bytes
server: 524 131 1966 66 2687
server thread 4 loop 2
server: 27199 328 3801 66 31393
server thread 7 loop 1
client thread 4 socket read 131072
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 541907192
client thread 7 socket read 131072
client thread 7 loop 1
client thread 8 socket connected 541907192
client thread 7 socket created 537406856
server thread 8 got connection 539408104
client thread 8 socket wrote 8192
client thread 7 socket connected 537406856
server thread 5 write 131072 bytes
server thread 8 read 8192 bytes
client thread 7 socket wrote 8192
server: 524 197 2097 66 2884
server thread 5 loop 2
server thread 7 got connection 538955528
server thread 7 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 537275624
server thread 6 write 131072 bytes
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 538536744
server: 590 66 1966 262 2884
server thread 6 loop 2
server thread 5 got connection 536987336
client thread 6 socket connected 538536744
server thread 6 got connection 537406984
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 5 socket connected 537275624
server thread 5 read 8192 bytes
client thread 5 socket wrote 8192
server thread 7 write 131072 bytes
server: 1180 131 1638 66 3015
server thread 7 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 538955528
client thread 7 socket connected 538955528
server thread 7 got connection 537406856
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server thread 8 write 131072 bytes
server: 131 131 1901 66 2228
server thread 6 loop 3
client thread 6 socket read 131072
server: 31852 131 2949 66 34998
server thread 8 loop 1
client thread 6 loop 3
client thread 6 socket created 537406984
client thread 8 socket read 131072
client thread 6 socket connected 537406984
server thread 6 got connection 539408104
client thread 8 loop 1
client thread 6 socket wrote 8192
client thread 8 socket created 538536744
server thread 6 read 8192 bytes
client thread 8 socket connected 538536744
client thread 8 socket wrote 8192
server thread 8 got connection 541907192
server thread 8 read 8192 bytes
server thread 5 write 131072 bytes
server: 786 590 2818 66 4260
server thread 5 loop 3
server thread 7 write 131072 bytes
server: 590 197 1966 66 2818
server thread 7 loop 3
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 536987336
client thread 7 socket connected 536987336
server thread 7 got connection 537406856
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 393 131 2425 66 3015
server thread 6 loop 4
client thread 6 socket read 131072
server thread 8 write 131072 bytes
server: 655 66 2294 66 3080
server thread 8 loop 2
client thread 5 socket read 131072
client thread 6 loop 4
client thread 5 loop 3
client thread 6 socket created 538955528
client thread 8 socket read 131072
client thread 5 socket created 539408104
client thread 6 socket connected 538955528
client thread 8 loop 2
client thread 6 socket wrote 8192
server thread 6 got connection 541907192
client thread 8 socket created 537406984
server thread 5 got connection 537275624
server thread 6 read 8192 bytes
client thread 5 socket connected 539408104
client thread 5 socket wrote 8192
client thread 8 socket connected 537406984
server thread 8 got connection 538536744
client thread 8 socket wrote 8192
server thread 5 read 8192 bytes
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 524 66 1770 66 2425
server thread 7 loop 4
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 537406856
client thread 7 socket connected 537406856
client thread 7 socket wrote 8192
server thread 7 got connection 536987336
server thread 7 read 8192 bytes
server thread 6 write 131072 bytes
server: 655 131 1966 66 2818
server thread 8 write 131072 bytes
Thread 6 EXIT
client thread 6 socket read 131072
server: 721 197 1770 131 2818
server thread 8 loop 3
client thread 8 socket read 131072
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 541907192
client thread 8 loop 3
client thread 9 socket connected 541907192
client thread 8 socket created 538536744
server thread 9 got connection 540296136
Thread 6 EXIT
client thread 9 socket wrote 8192
client thread 8 socket connected 538536744
client thread 8 socket wrote 8192
server thread 9 read 8192 bytes
server thread 8 got connection 538955528
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 459 66 2294 0 2818
Thread 7 EXIT
client thread 4 loop 2
client thread 4 socket created 537406984
server thread 5 write 131072 bytes
server: 2359 262 3408 66 6095
server thread 5 loop 4
client thread 4 socket connected 537406984
client thread 5 socket read 131072
client thread 4 socket wrote 8192
client thread 7 socket read 131072
client thread 5 loop 4
server thread 4 got connection 536987336
client thread 5 socket created 540592072
server thread 4 read 8192 bytes
Thread 7 EXIT
server thread 0 write 131072 bytes
client thread 5 socket connected 540592072
client thread 5 socket wrote 8192
server thread 5 got connection 541907256
client thread 0 socket read 131072
server thread 5 read 8192 bytes
client thread 0 loop 1
client thread 0 socket created 537275624
client thread 0 socket connected 537275624
client thread 0 socket wrote 8192
server: 5964 197 41290 786 48237
server thread 0 loop 1
server thread 0 got connection 539408104
server thread 8 write 131072 bytes
server thread 0 read 8192 bytes
server: 852 66 1770 66 2753
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 537406856
client thread 8 socket connected 537406856
server thread 8 got connection 541480104
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server thread 9 write 131072 bytes
server: 11797 66 2687 66 14615
server thread 4 loop 3
server: 40831 197 3867 66 44960
server thread 9 loop 1
client thread 0 socket read 131072
client thread 4 socket read 131072
client thread 9 socket read 131072
client thread 0 loop 2
client thread 4 loop 3
client thread 9 loop 1
client thread 0 socket created 541480168
client thread 4 socket created 538955528
client thread 9 socket created 538536744
client thread 4 socket connected 538955528
client thread 9 socket connected 538536744
client thread 0 socket connected 541480168
client thread 4 socket wrote 8192
client thread 9 socket wrote 8192
client thread 0 socket wrote 8192
server thread 4 got connection 536987336
server thread 0 write 131072 bytes
server thread 9 got connection 540296136
server thread 4 read 8192 bytes
server thread 9 read 8192 bytes
server: 66 66 2425 66 2622
server thread 0 loop 2
server thread 0 got connection 537275624
server thread 0 read 8192 bytes
server thread 8 write 131072 bytes
server: 459 131 2032 66 2687
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 5 write 131072 bytes
server: 590 66 3998 66 4719
Thread 5 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 9 write 131072 bytes
server: 590 66 1507 66 2228
server thread 9 loop 2
client thread 9 socket read 131072
server thread 0 write 131072 bytes
client thread 0 socket read 131072
client thread 0 loop 3
server thread 4 write 131072 bytes
client thread 0 socket created 537406984
server: 0 66 1507 131 1704
client thread 9 loop 2
server thread 0 loop 3
server: 590 131 1770 66 2556
server thread 4 loop 4
client thread 9 socket created 541907192
client thread 4 socket read 131072
client thread 4 loop 4
server thread 0 got connection 539408104
client thread 4 socket created 541480104
client thread 9 socket connected 541907192
client thread 0 socket connected 537406984
server thread 9 got connection 540888120
client thread 9 socket wrote 8192
client thread 0 socket wrote 8192
client thread 4 socket connected 541480104
server thread 9 read 8192 bytes
server thread 4 got connection 537406856
client thread 4 socket wrote 8192
server thread 0 read 8192 bytes
server thread 4 read 8192 bytes
server thread 4 write 131072 bytes
server thread 9 write 131072 bytes
client thread 4 socket read 131072
server: 393 131 1704 66 2294
server: 459 131 1835 66 2490
server thread 9 loop 3
client thread 9 socket read 131072
Thread 4 EXIT
client thread 0 socket read 131072
Thread 4 EXIT
client thread 0 loop 4
server thread 0 write 131072 bytes
client thread 9 loop 3
client thread 0 socket created 541907256
client thread 9 socket created 540000088
server: 197 262 2228 131 2818
server thread 0 loop 4
client thread 0 socket connected 541907256
server thread 0 got connection 540592072
client thread 9 socket connected 540000088
client thread 0 socket wrote 8192
server thread 9 got connection 540296136
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 0 read 8192 bytes
server thread 9 write 131072 bytes
server thread 0 write 131072 bytes
client thread 9 socket read 131072
server: 131 131 1507 0 1770
client thread 9 loop 4
Thread 0 EXIT
client thread 0 socket read 131072
client thread 9 socket created 541480168
server: 459 66 1442 131 2097
server thread 9 loop 4
Thread 0 EXIT
client thread 9 socket connected 541480168
server thread 9 got connection 537275624
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: 131 131 1245 66 1573
Thread 9 EXIT
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 26087 751 14418 445
server per thread elapsed time 41711
----------
Client results:

----------
client per thread totals 0 1347 477 15962 1565
client per thread elapsed time 19356
select loop user/user: 12203.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
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 541480104
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
server thread 7 loop 0
server thread 9 alive
client thread 0 socket connected 541480104
server thread 0 got connection 540000088
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 6 loop 0
server thread 8 loop 0
server thread 9 loop 0
server thread 0 write 131072 bytes
server: 1704 66 1376 66 3211
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 538536648
client thread 0 socket connected 538536648
server thread 0 got connection 540296136
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 1180 66 1638
server thread 0 loop 2
client thread 0 loop 2
client thread 0 socket created 541907256
client thread 0 socket connected 541907256
server thread 0 got connection 537275624
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 1180 66 1573
server thread 0 loop 3
client thread 0 loop 3
client thread 0 socket created 541184056
client thread 0 socket connected 541184056
server thread 0 got connection 541480168
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 540000088
client thread 0 socket connected 540000088
server thread 0 got connection 541480104
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
Thread 0 EXIT
Thread 0 EXIT
client thread 1 alive
client thread 1 loop 0
client thread 2 alive
client thread 1 socket created 540296136
client thread 2 loop 0
client thread 2 socket created 538536648
client thread 1 socket connected 540296136
server thread 1 got connection 537275624
client thread 1 socket wrote 8192
client thread 2 socket connected 538536648
server thread 2 got connection 541907256
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 9831 131 2490 66 12518
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 541480168
client thread 2 socket connected 541480168
server thread 2 got connection 541184056
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: 328 66 1245 66 1704
server thread 2 loop 2
client thread 2 loop 2
client thread 2 socket created 541480104
client thread 2 socket connected 541480104
server thread 2 got connection 538536744
client thread 2 socket wrote 8192
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: 262 66 1311 66 1704
server thread 2 loop 3
client thread 2 loop 3
client thread 2 socket created 540000088
client thread 2 socket connected 540000088
server thread 2 got connection 541907256
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: 9831 5767 2097 66 17761
server thread 1 loop 1
client thread 1 loop 1
client thread 1 socket created 538536648
server thread 2 write 131072 bytes
server: 262 131 1245 66 1704
server thread 2 loop 4
client thread 2 socket read 131072
server thread 1 got connection 541184056
client thread 1 socket connected 538536648
client thread 1 socket wrote 8192
client thread 2 loop 4
server thread 1 read 8192 bytes
client thread 2 socket created 541480168
client thread 2 socket connected 541480168
server thread 2 got connection 538536744
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 1245 66 1770
server thread 1 loop 2
client thread 1 loop 2
client thread 1 socket created 541480104
client thread 1 socket connected 541480104
server thread 1 got connection 537275624
server thread 2 write 131072 bytes
server: 393 66 1311 66 1835
client thread 2 socket read 131072
server thread 1 read 8192 bytes
client thread 1 socket wrote 8192
Thread 2 EXIT
Thread 2 EXIT
client thread 3 alive
client thread 3 loop 0
client thread 5 alive
client thread 3 socket created 540296136
client thread 5 loop 0
client thread 5 socket created 541907256
server thread 3 got connection 540000088
client thread 3 socket connected 540296136
client thread 5 socket connected 541907256
server thread 5 got connection 541184056
client thread 3 socket wrote 8192
client thread 5 socket wrote 8192
server thread 3 read 8192 bytes
server thread 5 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
server: 262 66 1704 66 2097
server thread 1 loop 3
client thread 1 loop 3
client thread 1 socket created 538536648
client thread 1 socket connected 538536648
server thread 1 got connection 538536744
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 3 write 131072 bytes
server: 19727 262 1835 66 21890
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 536987336
client thread 3 socket connected 536987336
server thread 3 got connection 541480168
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 5 write 131072 bytes
server: 19662 262 2294 66 22283
server thread 5 loop 1
client thread 4 alive
client thread 5 socket read 131072
client thread 4 loop 0
client thread 4 socket created 537275624
client thread 5 loop 1
client thread 5 socket created 541480104
server thread 4 got connection 540000088
client thread 5 socket connected 541480104
client thread 4 socket connected 537275624
server thread 5 got connection 540296136
client thread 5 socket wrote 8192
client thread 4 socket wrote 8192
server thread 5 read 8192 bytes
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 328 66 1704 66 2163
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 541184056
client thread 3 socket connected 541184056
server thread 3 got connection 541907256
client thread 3 socket wrote 8192
server thread 5 write 131072 bytes
server thread 3 read 8192 bytes
server: 524 131 1638 66 2359
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 541480168
server thread 4 write 131072 bytes
client thread 4 socket read 131072
client thread 4 loop 1
server: 22546 262 2032 131 24971
server thread 4 loop 1
server thread 5 got connection 536987336
client thread 5 socket connected 541480168
client thread 4 socket created 540296136
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 4 socket connected 540296136
client thread 4 socket wrote 8192
server thread 3 write 131072 bytes
server: 328 131 1638 66 2163
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 541480104
client thread 3 socket connected 541480104
client thread 3 socket wrote 8192
server thread 3 got connection 537275624
server thread 5 write 131072 bytes
server thread 3 read 8192 bytes
client thread 5 socket read 131072
server: 590 131 1376 131 2228
server thread 5 loop 3
client thread 5 loop 3
client thread 5 socket created 540000088
client thread 5 socket connected 540000088
server thread 5 got connection 541907256
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 4 got connection 541184056
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 262 66 1507 66 1901
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 536987336
server thread 3 write 131072 bytes
server: 459 66 2228 66 2818
server thread 3 loop 4
client thread 5 socket connected 536987336
server thread 5 got connection 541480168
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 541907256
client thread 3 socket connected 541907256
server thread 3 got connection 540000088
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 2163 131 2622 66 4981
server thread 4 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 537275624
client thread 4 socket connected 537275624
server thread 4 got connection 541480104
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 393 131 1770 0 2294
Thread 5 EXIT
client thread 5 socket read 131072
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 541184056
Thread 5 EXIT
client thread 6 alive
client thread 6 loop 0
client thread 7 socket connected 541184056
client thread 6 socket created 540296136
client thread 7 socket wrote 8192
client thread 6 socket connected 540296136
server thread 3 write 131072 bytes
server thread 6 got connection 541480168
server thread 7 got connection 540888120
client thread 6 socket wrote 8192
server: 655 131 1704 131 2622
Thread 3 EXIT
client thread 3 socket read 131072
server thread 7 read 8192 bytes
server thread 6 read 8192 bytes
client thread 8 alive
client thread 8 loop 0
Thread 3 EXIT
client thread 8 socket created 536987336
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 540000088
server thread 8 got connection 539704152
client thread 8 socket connected 536987336
client thread 9 socket connected 540000088
client thread 8 socket wrote 8192
client thread 9 socket wrote 8192
server thread 8 read 8192 bytes
server thread 9 got connection 541907256
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 537275624
server thread 9 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket connected 537275624
client thread 4 socket wrote 8192
server: 328 131 2622 262 3343
server thread 4 loop 3
server thread 4 got connection 541480104
server thread 6 write 131072 bytes
server: 30804 131 2490 66 33491
server thread 6 loop 1
server thread 4 read 8192 bytes
client thread 6 socket read 131072
server thread 7 write 131072 bytes
server: 31262 66 2753 66 34146
server thread 7 loop 1
client thread 6 loop 1
client thread 6 socket created 541480168
server thread 8 write 131072 bytes
server: 31131 459 2163 66 33818
server thread 8 loop 1
client thread 7 socket read 131072
client thread 6 socket connected 541480168
client thread 7 loop 1
client thread 8 socket read 131072
client thread 7 socket created 540888120
client thread 6 socket wrote 8192
server thread 6 got connection 540296136
client thread 7 socket connected 540888120
client thread 8 loop 1
server thread 6 read 8192 bytes
client thread 8 socket created 539704152
client thread 7 socket wrote 8192
server thread 7 got connection 541184056
client thread 8 socket connected 539704152
server thread 7 read 8192 bytes
client thread 8 socket wrote 8192
server thread 8 got connection 536987336
server thread 8 read 8192 bytes
server thread 4 write 131072 bytes
server thread 9 write 131072 bytes
server: 524 262 2163 131 3080
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 9 socket read 131072
client thread 4 socket created 541480104
client thread 9 loop 1
server: 31787 328 3408 328 35850
server thread 9 loop 1
client thread 9 socket created 537275624
client thread 4 socket connected 541480104
client thread 4 socket wrote 8192
server thread 4 got connection 540000088
server thread 4 read 8192 bytes
server thread 8 write 131072 bytes
server: 786 131 1770 0 2687
server thread 8 loop 2
client thread 7 socket read 131072
client thread 8 socket read 131072
client thread 8 loop 2
client thread 7 loop 2
server thread 7 write 131072 bytes
client thread 8 socket created 541907256
client thread 7 socket created 536987336
server thread 6 write 131072 bytes
server: 786 66 2622 66 3539
server thread 6 loop 2
server: 786 66 2294 197 3343
server thread 7 loop 2
client thread 8 socket connected 541907256
client thread 7 socket connected 536987336
client thread 6 socket read 131072
client thread 8 socket wrote 8192
client thread 7 socket wrote 8192
client thread 6 loop 2
server thread 8 got connection 539704152
server thread 9 got connection 540296136
client thread 6 socket created 540888120
server thread 8 read 8192 bytes
client thread 9 socket connected 537275624
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 6 got connection 541184056
client thread 6 socket connected 540888120
server thread 6 read 8192 bytes
client thread 6 socket wrote 8192
server thread 4 write 131072 bytes
server: 393 131 1704 66 2294
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 7 got connection 541480168
server thread 8 write 131072 bytes
server thread 7 read 8192 bytes
server: 524 66 1507 66 2163
server thread 8 loop 3
client thread 9 socket read 131072
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 540000088
client thread 9 loop 2
client thread 9 socket created 537406856
client thread 1 socket read 131072
server thread 1 write 131072 bytes
server: 328 131 18810 66 19334
server thread 1 loop 4
client thread 1 loop 4
client thread 9 socket connected 537406856
server thread 6 write 131072 bytes
client thread 1 socket created 541480104
client thread 9 socket wrote 8192
server thread 9 write 131072 bytes
client thread 8 socket connected 540000088
server thread 8 got connection 539704152
client thread 8 socket wrote 8192
client thread 1 socket connected 541480104
server: 1114 262 2097 131 3605
server thread 9 loop 2
client thread 1 socket wrote 8192
server thread 9 got connection 541907256
server: 459 197 1835 262 2753
server thread 6 loop 3
server thread 9 read 8192 bytes
server thread 8 read 8192 bytes
server thread 1 got connection 537275624
server thread 1 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 538536744
client thread 6 socket connected 538536744
server thread 6 got connection 538536648
client thread 7 socket read 131072
client thread 7 loop 3
client thread 6 socket wrote 8192
client thread 7 socket created 540296136
server thread 7 write 131072 bytes
server: 1638 66 2490 66 4260
server thread 7 loop 3
server thread 6 read 8192 bytes
client thread 7 socket connected 540296136
client thread 7 socket wrote 8192
server thread 8 write 131072 bytes
server: 786 197 1835 66 2884
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
server thread 1 write 131072 bytes
client thread 8 socket created 541184056
server: 459 66 2032 66 2622
Thread 1 EXIT
client thread 8 socket connected 541184056
client thread 1 socket read 131072
client thread 8 socket wrote 8192
server thread 8 got connection 540888120
Thread 1 EXIT
server thread 7 got connection 536987336
server thread 8 read 8192 bytes
server thread 7 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 66 66 3211 66 3408
server thread 9 loop 3
client thread 9 loop 3
client thread 9 socket created 541480168
client thread 9 socket connected 541480168
client thread 9 socket wrote 8192
server thread 9 got connection 539704152
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 1245 393 2359 66 4063
server thread 6 loop 4
client thread 6 socket read 131072
client thread 6 loop 4
client thread 6 socket created 540000088
client thread 7 socket read 131072
server thread 7 write 131072 bytes
server: 983 131 1704 66 2884
server thread 7 loop 4
client thread 6 socket connected 540000088
server thread 8 write 131072 bytes
client thread 6 socket wrote 8192
server: 524 66 1901 66 2556
server thread 6 got connection 537275624
client thread 7 loop 4
Thread 8 EXIT
server thread 6 read 8192 bytes
client thread 7 socket created 538955528
client thread 8 socket read 131072
Thread 8 EXIT
client thread 7 socket connected 538955528
server thread 7 got connection 541480104
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 4
server thread 9 write 131072 bytes
client thread 9 socket created 541907256
client thread 9 socket connected 541907256
server: 393 131 2163 197 2884
server thread 9 loop 4
server thread 9 got connection 537406856
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server: 524 66 1704 66 2359
Thread 6 EXIT
server thread 9 read 8192 bytes
client thread 6 socket read 131072
Thread 6 EXIT
server thread 7 write 131072 bytes
server: 393 197 1770 0 2359
Thread 7 EXIT
client thread 7 socket read 131072
Thread 7 EXIT
server thread 9 write 131072 bytes
server: 66 197 1442 66 1770
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 10 49084 2023 25616 877
server per thread elapsed time 77607
----------
Client results:

----------
client per thread totals 10 2801 884 29462 1938
client per thread elapsed time 35092
select loop user/kernel: 10066.80 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
server thread 3 loop 0
server thread 7 alive
server thread 4 loop 0
server thread 8 alive
client thread 0 socket created 541480168
server thread 6 loop 0
server thread 9 alive
server thread 7 loop 0
server thread 9 loop 0
server thread 8 loop 0
client thread 0 socket connected 541480168
server thread 5 loop 0
server thread 0 got connection 540000088
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 2032 66 1376 66 3539
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 541480104
client thread 0 socket connected 541480104
server thread 0 got connection 537406984
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 328 262 1376 66 2032
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 538955528
client thread 0 socket connected 538955528
server thread 0 got connection 537406856
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 3
client thread 0 loop 3
client thread 0 socket created 540592072
client thread 0 socket connected 540592072
server thread 0 got connection 541907256
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 540000088
client thread 0 socket connected 540000088
server thread 0 got connection 541480168
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
client thread 2 alive
client thread 2 loop 0
client thread 0 socket read 131072
client thread 2 socket created 537406984
Thread 0 EXIT
client thread 1 alive
client thread 1 loop 0
client thread 2 socket connected 537406984
client thread 1 socket created 541480104
server thread 2 got connection 537406856
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
client thread 1 socket connected 541480104
server thread 1 got connection 538955528
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: 10421 131 1376 66 11994
server thread 1 loop 1
client thread 1 loop 1
client thread 1 socket created 541907256
client thread 1 socket connected 541907256
server thread 1 got connection 540592072
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 10552 66 2294 66 12977
server thread 2 loop 1
client thread 2 loop 1
client thread 2 socket created 540000088
client thread 2 socket connected 540000088
server thread 2 got connection 538955528
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 1311 66 1770
server thread 1 loop 2
client thread 1 loop 2
client thread 1 socket created 541480104
client thread 1 socket connected 541480104
server thread 1 got connection 537406856
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 262 66 1311 131 1770
server thread 2 loop 2
client thread 2 loop 2
client thread 2 socket created 537406984
client thread 2 socket connected 537406984
server thread 2 got connection 540592072
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 541907256
client thread 3 socket connected 541907256
server thread 3 got connection 538955528
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 1376 66 1835
server thread 2 loop 3
client thread 2 loop 3
client thread 2 socket created 540000088
client thread 2 socket connected 540000088
server thread 2 got connection 540592072
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 15009 131 1573 66 16778
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 537406984
client thread 3 socket connected 537406984
client thread 3 socket wrote 8192
server thread 3 got connection 538955528
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 4
client thread 2 loop 4
client thread 2 socket created 541907256
client thread 2 socket connected 541907256
server thread 2 got connection 540592072
client thread 2 socket wrote 8192
server thread 3 write 131072 bytes
server: 459 66 1311 0 1835
server thread 3 loop 2
server thread 2 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 540000088
client thread 3 socket connected 540000088
server thread 3 got connection 538955528
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 537406984
client thread 4 socket connected 537406984
server thread 4 got connection 537122072
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 2 write 131072 bytes
server: 524 131 1638 66 2359
client thread 2 socket read 131072
Thread 2 EXIT
Thread 2 EXIT
client thread 6 alive
client thread 6 loop 0
client thread 7 alive
client thread 7 loop 0
client thread 6 socket created 540592072
client thread 7 socket created 538536744
client thread 7 socket connected 538536744
client thread 6 socket connected 540592072
server thread 6 got connection 541907256
client thread 7 socket wrote 8192
client thread 6 socket wrote 8192
server thread 7 got connection 537119560
server thread 6 read 8192 bytes
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
server: 19858 131 2163 66 22218
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 537122072
server thread 6 write 131072 bytes
server thread 7 write 131072 bytes
server: 20383 197 1835 66 22480
server thread 6 loop 1
server: 20317 66 1835 66 22283
server thread 7 loop 1
client thread 6 socket read 131072
client thread 4 socket connected 537122072
server thread 4 got connection 537406984
client thread 7 socket read 131072
client thread 6 loop 1
client thread 4 socket wrote 8192
client thread 6 socket created 541907256
client thread 7 loop 1
server thread 4 read 8192 bytes
client thread 7 socket created 537119560
server thread 6 got connection 540592072
client thread 7 socket connected 537119560
client thread 6 socket connected 541907256
server thread 7 got connection 538536744
client thread 7 socket wrote 8192
client thread 6 socket wrote 8192
server thread 7 read 8192 bytes
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 590 131 1704 66 2490
server thread 4 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 537406984
server thread 6 write 131072 bytes
server thread 7 write 131072 bytes
server: 393 262 1704 66 2425
server thread 6 loop 2
server: 524 131 1770 0 2425
server thread 7 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
server thread 4 got connection 537122072
client thread 4 socket connected 537406984
client thread 6 socket created 540592072
client thread 7 socket read 131072
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
client thread 7 loop 2
client thread 6 socket connected 540592072
client thread 7 socket created 538536744
client thread 6 socket wrote 8192
server thread 6 got connection 541907256
server thread 6 read 8192 bytes
client thread 7 socket connected 538536744
client thread 7 socket wrote 8192
server thread 7 got connection 537119560
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
server: 459 197 1835 0 2490
server thread 4 loop 3
client thread 7 socket read 131072
server thread 6 write 131072 bytes
client thread 4 socket read 131072
server: 393 66 1704 66 2228
server thread 6 loop 3
client thread 7 loop 3
client thread 6 socket read 131072
client thread 7 socket created 537122072
client thread 4 loop 3
client thread 4 socket created 541907256
server thread 7 write 131072 bytes
server: 655 66 1704 0 2425
server thread 7 loop 3
client thread 7 socket connected 537122072
client thread 7 socket wrote 8192
client thread 4 socket connected 541907256
server thread 7 got connection 538536744
client thread 6 loop 3
server thread 4 got connection 537406984
client thread 4 socket wrote 8192
client thread 6 socket created 537119560
server thread 7 read 8192 bytes
server thread 4 read 8192 bytes
client thread 6 socket connected 537119560
server thread 6 got connection 540592072
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 537122072
server thread 7 write 131072 bytes
client thread 7 socket connected 537122072
client thread 7 socket wrote 8192
server: 131 66 1704 66 1966
server thread 7 loop 4
server thread 7 got connection 538536744
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
server: 524 262 1704 66 2556
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 537406984
server thread 6 write 131072 bytes
client thread 4 socket connected 537406984
server: 786 197 1835 66 2884
server thread 6 loop 4
client thread 4 socket wrote 8192
client thread 6 socket read 131072
server thread 4 got connection 541907256
client thread 6 loop 4
server thread 4 read 8192 bytes
client thread 6 socket created 540592072
client thread 6 socket connected 540592072
client thread 6 socket wrote 8192
server thread 6 got connection 537119560
server thread 6 read 8192 bytes
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 537119688
server thread 6 write 131072 bytes
client thread 9 socket connected 537119688
client thread 6 socket read 131072
server: 393 131 1573 131 2228
client thread 9 socket wrote 8192
Thread 6 EXIT
Thread 6 EXIT
server thread 9 got connection 537119560
client thread 8 alive
client thread 8 loop 0
client thread 5 alive
server thread 9 read 8192 bytes
client thread 5 loop 0
client thread 8 socket created 539408104
client thread 5 socket created 540592072
client thread 8 socket connected 539408104
client thread 5 socket connected 540592072
server thread 8 got connection 537119784
client thread 5 socket wrote 8192
server thread 5 got connection 537119848
client thread 8 socket wrote 8192
server thread 5 read 8192 bytes
server thread 7 write 131072 bytes
server: 66 0 3408 0 3474
Thread 7 EXIT
server thread 8 read 8192 bytes
server thread 0 write 131072 bytes
server: 262 131 24905 66 25364
client thread 7 socket read 131072
Thread 0 EXIT
Thread 7 EXIT
server thread 1 write 131072 bytes
server: 328 66 20645 197 21235
server thread 1 loop 3
client thread 1 socket read 131072
client thread 1 loop 3
client thread 1 socket created 538536744
client thread 1 socket connected 538536744
client thread 1 socket wrote 8192
server thread 1 got connection 541184056
server thread 9 write 131072 bytes
server: 31983 66 2490 131 34670
server thread 9 loop 1
client thread 9 socket read 131072
server thread 5 write 131072 bytes
server thread 3 write 131072 bytes
server: 31983 66 2294 66 34408
server thread 5 loop 1
client thread 9 loop 1
client thread 9 socket created 541480168
client thread 5 socket read 131072
server thread 8 write 131072 bytes
server thread 1 read 8192 bytes
client thread 5 loop 1
server: 32114 262 2425 66 34867
server thread 8 loop 1
client thread 9 socket connected 541480168
client thread 3 socket read 131072
client thread 5 socket created 538536648
client thread 9 socket wrote 8192
server thread 9 got connection 537122072
client thread 8 socket read 131072
server thread 9 read 8192 bytes
client thread 8 loop 1
client thread 8 socket created 537406856
client thread 3 loop 3
client thread 3 socket created 541480104
server thread 5 got connection 537119560
client thread 8 socket connected 537406856
client thread 8 socket wrote 8192
server thread 8 got connection 537119848
client thread 3 socket connected 541480104
client thread 5 socket connected 538536648
server thread 8 read 8192 bytes
client thread 5 socket wrote 8192
client thread 3 socket wrote 8192
server: 393 131 16385 1049 17958
server thread 3 loop 3
server thread 5 read 8192 bytes
server thread 3 got connection 537119688
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
client thread 1 socket read 131072
client thread 1 loop 4
server thread 9 write 131072 bytes
client thread 3 socket read 131072
client thread 1 socket created 540592072
server: 590 66 2097 66 2818
server thread 9 loop 2
server: 0 131 1376 197 1704
server thread 3 loop 4
client thread 3 loop 4
client thread 1 socket connected 540592072
client thread 3 socket created 537119784
client thread 1 socket wrote 8192
server thread 1 write 131072 bytes
server thread 8 write 131072 bytes
server: 590 131 2294 0 3015
server thread 8 loop 2
client thread 3 socket connected 537119784
server: 590 459 3015 131 4195
server thread 1 loop 4
client thread 5 socket read 131072
server thread 1 got connection 539408104
client thread 3 socket wrote 8192
client thread 5 loop 2
client thread 9 socket read 131072
server thread 1 read 8192 bytes
client thread 5 socket created 540000088
client thread 9 loop 2
client thread 8 socket read 131072
client thread 9 socket created 538955528
server thread 5 write 131072 bytes
client thread 8 loop 2
client thread 8 socket created 538536744
client thread 5 socket connected 540000088
client thread 9 socket connected 538955528
client thread 5 socket wrote 8192
server thread 3 got connection 537122072
server: 655 328 2556 197 3736
server thread 5 loop 2
client thread 9 socket wrote 8192
server thread 5 got connection 541480104
server thread 8 got connection 537119688
client thread 8 socket connected 538536744
server thread 5 read 8192 bytes
client thread 8 socket wrote 8192
server thread 3 read 8192 bytes
server thread 9 got connection 537119848
server thread 8 read 8192 bytes
server thread 9 read 8192 bytes
client thread 1 socket read 131072
Thread 1 EXIT
server thread 4 write 131072 bytes
server: 459 131 10683 0 11273
Thread 4 EXIT
server thread 1 write 131072 bytes
server: 66 66 2359 66 2556
Thread 1 EXIT
server thread 8 write 131072 bytes
client thread 4 socket read 131072
Thread 4 EXIT
server thread 5 write 131072 bytes
server: 66 66 2228 0 2359
server thread 5 loop 3
server: 590 197 1966 197 2949
server thread 8 loop 3
client thread 5 socket read 131072
client thread 8 socket read 131072
server thread 3 write 131072 bytes
client thread 5 loop 3
client thread 8 loop 3
server: 721 197 2359 66 3343
client thread 5 socket created 541184056
client thread 8 socket created 538536648
server thread 9 write 131072 bytes
Thread 3 EXIT
client thread 5 socket connected 541184056
client thread 8 socket connected 538536648
server: 1049 66 2359 197 3670
server thread 9 loop 3
client thread 5 socket wrote 8192
client thread 9 socket read 131072
server thread 5 got connection 541480168
server thread 8 got connection 537406856
client thread 3 socket read 131072
client thread 9 loop 3
Thread 3 EXIT
client thread 9 socket created 537119560
server thread 8 read 8192 bytes
server thread 5 read 8192 bytes
client thread 8 socket wrote 8192
client thread 9 socket connected 537119560
server thread 9 got connection 540592072
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 590 66 1638 66 2359
server thread 5 write 131072 bytes
server thread 8 loop 4
server: 590 131 1704 66 2490
server thread 5 loop 4
client thread 8 socket read 131072
client thread 5 socket read 131072
client thread 8 loop 4
client thread 8 socket created 541907256
client thread 5 loop 4
client thread 5 socket created 540296136
server thread 9 write 131072 bytes
server: 393 131 1704 66 2294
server thread 9 loop 4
client thread 9 socket read 131072
server thread 8 got connection 539408104
client thread 9 loop 4
client thread 9 socket created 536987336
client thread 5 socket connected 540296136
server thread 5 got connection 537406984
client thread 8 socket connected 541907256
client thread 5 socket wrote 8192
client thread 8 socket wrote 8192
client thread 9 socket connected 536987336
server thread 5 read 8192 bytes
server thread 9 got connection 541480104
client thread 9 socket wrote 8192
server thread 8 read 8192 bytes
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server thread 5 write 131072 bytes
server: 524 131 1835 66 2556
client thread 8 socket read 131072
Thread 5 EXIT
Thread 8 EXIT
client thread 5 socket read 131072
Thread 5 EXIT
server thread 9 write 131072 bytes
server: 459 393 1704 393 2949
client thread 9 socket read 131072
Thread 8 EXIT
server: 393 131 2163 66 2753
Thread 9 EXIT
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 70267 2717 41448 1377
server per thread elapsed time 115818
----------
Client results:

----------
client per thread totals 10 4191 1350 44170 2313
client per thread elapsed time 52026
select loop kernel/user: 9778.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 5 loop 0
server thread 7 alive
server thread 3 loop 0
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 537119784
server thread 4 loop 0
server thread 7 loop 0
server thread 6 loop 0
server thread 8 alive
client thread 0 socket connected 537119784
server thread 9 alive
server thread 0 got connection 541480168
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 8 loop 0
server thread 9 loop 0
server thread 0 write 131072 bytes
server: 1770 131 1376 66 3343
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 540592072
client thread 0 socket connected 540592072
server thread 0 got connection 537119560
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 537406984
client thread 0 socket connected 537406984
server thread 0 got connection 541907192
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 3
client thread 0 loop 3
client thread 0 socket created 541907256
client thread 0 socket connected 541907256
server thread 0 got connection 540296136
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 4
client thread 0 loop 4
client thread 0 socket created 539408104
client thread 0 socket connected 539408104
server thread 0 got connection 537275624
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
Thread 0 EXIT
Thread 0 EXIT
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 541480104
client thread 2 alive
client thread 2 loop 0
client thread 2 socket created 536987336
server thread 1 got connection 539704152
client thread 2 socket connected 536987336
client thread 1 socket connected 541480104
server thread 2 got connection 541480168
client thread 1 socket wrote 8192
client thread 2 socket wrote 8192
server thread 1 read 8192 bytes
server thread 2 read 8192 bytes
server thread 1 write 131072 bytes
server: 10093 197 1442 66 11797
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 537119784
server thread 2 write 131072 bytes
server: 9896 131 1704 66 11797
server thread 2 loop 1
client thread 2 socket read 131072
client thread 1 socket connected 537119784
server thread 1 got connection 537119560
client thread 1 socket wrote 8192
client thread 2 loop 1
server thread 1 read 8192 bytes
client thread 2 socket created 540592072
client thread 2 socket connected 540592072
server thread 2 got connection 541907192
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: 328 131 1245 131 1835
server thread 1 loop 2
client thread 1 loop 2
client thread 1 socket created 537406984
server thread 2 write 131072 bytes
server: 328 131 1311 66 1835
server thread 2 loop 2
client thread 2 socket read 131072
client thread 1 socket connected 537406984
server thread 1 got connection 540296136
client thread 2 loop 2
client thread 1 socket wrote 8192
client thread 2 socket created 541907256
server thread 1 read 8192 bytes
client thread 2 socket connected 541907256
server thread 2 got connection 537275624
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: 524 131 1311 66 2032
server thread 1 loop 3
client thread 1 loop 3
client thread 1 socket created 537119688
server thread 2 write 131072 bytes
client thread 1 socket connected 537119688
server thread 1 got connection 539408104
server: 393 66 1376 66 1901
server thread 2 loop 3
client thread 1 socket wrote 8192
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 539704152
server thread 1 read 8192 bytes
client thread 2 socket connected 539704152
client thread 5 alive
client thread 2 socket wrote 8192
client thread 5 loop 0
client thread 5 socket created 541480104
client thread 5 socket connected 541480104
server thread 5 got connection 541480168
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 1 write 131072 bytes
server: 328 131 1507 66 2032
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 536987336
client thread 1 socket connected 536987336
server thread 1 got connection 537119560
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 5 write 131072 bytes
server: 16057 131 1638 66 17892
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 537119784
client thread 5 socket connected 537119784
server thread 5 got connection 541907192
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 540592072
client thread 3 socket connected 540592072
server thread 3 got connection 540296136
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 66 1376 66 1835
server thread 5 loop 2
client thread 5 loop 2
client thread 5 socket created 537406984
client thread 5 socket connected 537406984
server thread 5 got connection 537275624
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 3 write 131072 bytes
server: 18417 131 1573 66 20186
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 541907256
client thread 3 socket connected 541907256
server thread 3 got connection 539408104
client thread 3 socket wrote 8192
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 537119688
client thread 4 socket connected 537119688
server thread 4 got connection 541480168
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 328 66 1442 66 1901
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 541480104
client thread 5 socket connected 541480104
server thread 5 got connection 541907192
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 20645 66 1638 66 22414
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 537119784
client thread 4 socket connected 537119784
server thread 4 got connection 540296136
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 328 131 1638 66 2163
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 540592072
client thread 5 socket connected 540592072
server thread 5 got connection 537275624
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 393 131 1311 66 1901
server thread 4 loop 2
client thread 4 loop 2
client thread 4 socket created 537406984
client thread 4 socket connected 537406984
server thread 4 got connection 541480168
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 393 66 1573 0 2032
Thread 5 EXIT
client thread 5 socket read 131072
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 537119688
Thread 5 EXIT
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 541907192
client thread 7 socket connected 537119688
server thread 7 got connection 541480104
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
client thread 6 socket connected 541907192
server thread 6 got connection 540296136
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 328 66 1507 66 1966
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 537119784
client thread 4 socket connected 537119784
server thread 4 got connection 537275624
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 7 write 131072 bytes
server: 25560 131 1704 66 27461
server thread 7 loop 1
client thread 7 socket read 131072
server thread 6 write 131072 bytes
client thread 7 loop 1
client thread 7 socket created 537122072
server: 25560 131 1770 66 27527
server thread 6 loop 1
client thread 7 socket connected 537122072
client thread 6 socket read 131072
server thread 7 got connection 540592072
client thread 6 loop 1
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
client thread 6 socket created 541480168
client thread 6 socket connected 541480168
server thread 6 got connection 537406984
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 459 131 1835 66 2490
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 541480104
client thread 4 socket connected 541480104
server thread 4 got connection 537119688
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 7 write 131072 bytes
server: 393 66 1770 66 2294
server thread 7 loop 2
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 540296136
server thread 6 write 131072 bytes
client thread 6 socket read 131072
client thread 7 socket connected 540296136
client thread 6 loop 2
client thread 7 socket wrote 8192
server thread 7 got connection 541907192
server: 459 131 1704 262 2556
server thread 6 loop 2
client thread 6 socket created 537275624
server thread 7 read 8192 bytes
server thread 6 got connection 537119784
client thread 6 socket connected 537275624
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 459 131 2294 66 2949
Thread 4 EXIT
client thread 8 alive
client thread 8 loop 0
client thread 4 socket read 131072
client thread 8 socket created 540592072
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 537122072
client thread 8 socket connected 540592072
server thread 7 write 131072 bytes
client thread 8 socket wrote 8192
Thread 4 EXIT
client thread 7 socket connected 537122072
server thread 8 got connection 541480168
client thread 9 alive
client thread 7 socket wrote 8192
client thread 9 loop 0
server thread 8 read 8192 bytes
server: 459 66 1835 262 2622
server thread 7 loop 3
server thread 7 got connection 537406984
client thread 9 socket created 537119688
server thread 6 write 131072 bytes
server thread 7 read 8192 bytes
server: 197 328 1835 66 2425
server thread 6 loop 3
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 537119848
client thread 6 socket connected 537119848
server thread 6 got connection 540296136
client thread 6 socket wrote 8192
client thread 9 socket connected 537119688
server thread 6 read 8192 bytes
client thread 9 socket wrote 8192
server thread 9 got connection 541480104
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 31721 66 1704 66 33556
server thread 8 loop 1
client thread 8 socket read 131072
client thread 8 loop 1
server thread 7 write 131072 bytes
client thread 8 socket created 541907192
server: 0 197 1638 66 1901
server thread 7 loop 4
client thread 7 socket read 131072
client thread 8 socket connected 541907192
client thread 8 socket wrote 8192
server thread 8 got connection 537119784
server thread 6 write 131072 bytes
server: 524 66 1638 66 2294
server thread 6 loop 4
client thread 7 loop 4
client thread 7 socket created 537275624
server thread 2 got connection 541480168
server thread 2 read 8192 bytes
client thread 7 socket connected 537275624
server thread 7 got connection 540592072
client thread 7 socket wrote 8192
server thread 8 read 8192 bytes
server thread 7 read 8192 bytes
server thread 9 write 131072 bytes
server: 33032 197 2622 66 35916
server thread 9 loop 1
client thread 9 socket read 131072
client thread 9 loop 1
server thread 2 write 131072 bytes
client thread 9 socket created 537406984
server: 20383 66 1770 66 22283
server thread 2 loop 4
client thread 2 socket read 131072
client thread 9 socket connected 537406984
client thread 2 loop 4
client thread 9 socket wrote 8192
client thread 2 socket created 540296136
server thread 9 got connection 537122072
server thread 9 read 8192 bytes
client thread 2 socket connected 540296136
server thread 8 write 131072 bytes
client thread 8 socket read 131072
client thread 2 socket wrote 8192
server thread 2 got connection 541480104
client thread 8 loop 2
server thread 2 read 8192 bytes
client thread 8 socket created 537119688
server: 590 655 1966 131 3343
server thread 8 loop 2
client thread 8 socket connected 537119688
server thread 8 got connection 541480168
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 7 write 131072 bytes
server: 918 66 2622 66 3670
client thread 7 socket read 131072
Thread 7 EXIT
Thread 7 EXIT
server thread 3 read 8192 bytes
server thread 1 write 131072 bytes
client thread 1 socket read 131072
Thread 1 EXIT
server: 393 66 22546 197 23201
server thread 9 write 131072 bytes
Thread 1 EXIT
server: 524 66 2359 66 3015
server thread 9 loop 2
client thread 9 socket read 131072
client thread 6 socket read 131072
client thread 9 loop 2
client thread 6 loop 4
client thread 9 socket created 539704152
client thread 6 socket created 537119784
client thread 9 socket connected 539704152
server thread 6 got connection 541907192
client thread 6 socket connected 537119784
client thread 9 socket wrote 8192
client thread 6 socket wrote 8192
server thread 9 got connection 540592072
server thread 6 read 8192 bytes
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 66 197 2556 0 2818
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 538955528
client thread 3 socket read 131072
server thread 3 write 131072 bytes
client thread 3 loop 2
client thread 8 socket connected 538955528
client thread 3 socket created 537275624
client thread 8 socket wrote 8192
server thread 8 got connection 536987336
server: 328 18417 2425 262 21431
server thread 3 loop 2
server thread 3 got connection 537119560
client thread 3 socket connected 537275624
server thread 8 read 8192 bytes
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 5243 197 1966 66 7471
Thread 6 EXIT
client thread 9 socket read 131072
server thread 9 write 131072 bytes
Thread 6 EXIT
client thread 9 loop 3
server: 524 66 2294 131 3015
server thread 9 loop 3
client thread 9 socket created 538536744
server thread 2 write 131072 bytes
client thread 9 socket connected 538536744
client thread 2 socket read 131072
server: 459 66 5374 131 6030
server thread 9 got connection 537122072
client thread 9 socket wrote 8192
Thread 2 EXIT
Thread 2 EXIT
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 590 197 2228 66 3080
server thread 8 loop 4
server thread 3 write 131072 bytes
server: 0 262 2490 66 2818
server thread 3 loop 3
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 537406984
client thread 8 socket connected 537406984
server thread 8 got connection 537119848
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
client thread 3 socket read 131072
client thread 3 loop 3
server thread 9 write 131072 bytes
client thread 3 socket created 541480168
server: 262 66 1507 66 1901
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 537119688
server thread 3 got connection 541907256
client thread 3 socket connected 541480168
client thread 9 socket connected 537119688
client thread 9 socket wrote 8192
server thread 9 got connection 539408104
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 590 131 1770 66 2556
client thread 8 socket read 131072
Thread 8 EXIT
Thread 8 EXIT
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 1114 197 1442 131 2884
server thread 3 loop 4
client thread 3 loop 4
client thread 3 socket created 541907192
client thread 9 socket read 131072
Thread 9 EXIT
client thread 3 socket connected 541907192
server thread 3 got connection 537406856
server thread 9 write 131072 bytes
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server: 393 131 1901 131 2556
Thread 9 EXIT
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 262 131 1311 66 1770
Thread 3 EXIT
Thread 3 EXIT
Thread 3 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 93612 5203 52527 1804
server per thread elapsed time 153149
----------
Client results:

----------
client per thread totals 20 5464 1719 60776 2786
client per thread elapsed time 70744
select loop kernel/kernel: 10171.80 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Thu Mar 27 11:53:42 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:53:42 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:53:42 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:53:48 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Thu Mar 27 11:53:50 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Thu Mar 27 11:53:50 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Thu Mar 27 11:53:51 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:53:51 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: sendzlf
BEGIN TEST: server_test  
Thu Mar 27 11:53:51 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Thu Mar 27 11:53:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Thu Mar 27 11:53:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Thu Mar 27 11:53:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Thu Mar 27 11:53:52 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Thu Mar 27 11:53:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Thu Mar 27 11:53:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:53:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Thu Mar 27 11:53:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Thu Mar 27 11:53:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:53:54 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Thu Mar 27 11:53:56 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Thu Mar 27 11:54:05 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Thu Mar 27 11:54:06 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Thu Mar 27 11:54:06 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:54:06 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Thu Mar 27 11:54:09 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:54:10 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Thu Mar 27 11:54:10 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Thu Mar 27 11:54:12 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Thu Mar 27 11:54:13 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Thu Mar 27 19:54:13 UTC 2003
Current local time is Thu Mar 27 11:54:13 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Thu Mar 27 11:54:13 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Thu Mar 27 11:54:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Thu Mar 27 11:54:53 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Thu Mar 27 11:54:54 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
NSPR release 4.3:
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
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  
Thu Mar 27 11:54:54 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
Runtime library version information
Build time: 27 Mar 2003 12:57:29 GMT
Build time: 2003-03-27 04:57:29
Portable runtime V4.3.0 ( 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  
Thu Mar 27 11:54:54 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Thu Mar 27 11:54:55 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Thu Mar 27 11:54:55 PST 2003 OBJDIR AIX4.3_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:55:11 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Thu Mar 27 11:55:18 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20042ae8)127.0.0.1:36982
(Server) read [0x20042a70..0x20042ae5) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x20042b38)127.0.0.1:36983
(Server) read [0x20042ac0..0x20042b35) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20042b38)127.0.0.1:36984
(Server) read [0x20042ac0..0x20042b35) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20042b38)127.0.0.1:36985
(Server) read [0x20042ac0..0x20042b35) 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  
Thu Mar 27 11:55:29 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x20041e18)127.0.0.1:36988
(Server) read [0x20041da0..0x20041e15) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x20041e68)127.0.0.1:36989
(Server) read [0x20041df0..0x20041e65) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x20041e68)127.0.0.1:36990
(Server) read [0x20041df0..0x20041e65) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x20041e68)127.0.0.1:36991
(Server) read [0x20041df0..0x20041e65) 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  
Thu Mar 27 11:55:40 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:55:40 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Thu Mar 27 11:56:43 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Thu Mar 27 11:56:44 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:56:44 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Thu Mar 27 11:56:45 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Thu Mar 27 11:56:45 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:56:50 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Client/Server started at(0x2001a948): 11:56:51
Server started at(0x2001c168): 11:56:51
Client started at(0x20088cf8): 11:56:51
main(0x2001a948): waiting for execution interval (10 seconds)
Shutting down(0x2001a948): 11:57:01
Client(0x20088cf8): stopped after 47 operations and 41684 bytes
Server(0x2001c168): stopped after 48 operations and 42634 bytes
main(0x2001a948): test complete
Test exiting at(0x2001a948): 11:57:01
END TEST: cltsrv
BEGIN TEST: concur  
Thu Mar 27 11:57:01 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Thu Mar 27 11:57:13 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Thu Mar 27 11:57:13 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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: 2444.62 usec
Condvar simple test shared UK: 999.48 usec
Condvar simple test priv UU: 401.76 usec
Condvar simple test priv UK: 283.13 usec
Condvar simple test All: 601.65 usec
Condvar timeout test: 11438.59 usec

10 Thread tests
Condvar simple test shared UU: 3019.40 usec
Condvar simple test shared UK: 3144.58 usec
Condvar simple test priv UU: 920.83 usec
Condvar simple test priv UK: 540.70 usec
Condvar simple test All: 10472.54 usec
Condvar timeout test: 27002.23 usec

15 Thread tests
Condvar simple test shared UU: 5220.87 usec
Condvar simple test shared UK: 6046.01 usec
Condvar simple test priv UU: 924.11 usec
Condvar simple test priv UK: 1163.98 usec
Condvar simple test All: 16892.12 usec
Condvar timeout test: 44609.39 usec

20 Thread tests
Condvar simple test shared UU: 7272.25 usec
Condvar simple test shared UK: 8827.50 usec
Condvar simple test priv UU: 1164.63 usec
Condvar simple test priv UK: 1542.80 usec
Condvar simple test All: 22186.39 usec
Condvar timeout test: 57287.32 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Thu Mar 27 11:57:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Thu Mar 27 11:57:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Thu Mar 27 11:57:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:57:38 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Thu Mar 27 11:57:48 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Thu Mar 27 11:57:48 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: fileio
BEGIN TEST: foreign  
Thu Mar 27 11:57:49 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Thu Mar 27 11:57:52 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Accepting connection at port 37042
Wait one second before connect
Connecting to port 37042
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 37044
Wait one second before connect
Fork succeeded. Child process continues.
Accepting connection at port 37045
Wait one second before connect
Connecting to port 37044
Connecting to port 37045
Writing message "Hello world!"
Received "Hello world!" from the client
Writing message "Hello world!"
The message is received correctly
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Parent process exits.
PASSED
END TEST: forktest
BEGIN TEST: fsync  
Thu Mar 27 11:57:54 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
10 iterations over a 10 kbyte file: 66 [786] 131
END TEST: fsync
BEGIN TEST: getproto  
Thu Mar 27 11:57:55 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 11:57:55 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Thu Mar 27 11:57:55 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3009 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Thu Mar 27 11:57:59 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 2879 nsecs

Overhead of 'PR_IntervalNow()' is 2871 nsecs

Overhead of 'PR_Now()' is 2852 nsecs

Overhead of 'PR_IntervalNow()' is 2790 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Thu Mar 27 11:59:40 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Thu Mar 27 11:59:41 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:00:01 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Thu Mar 27 12:00:15 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:00:21 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Interrupting the threads
Threads terminated in 2998 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Thu Mar 27 12:00:26 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:00:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Thu Mar 27 12:00:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Thu Mar 27 12:00:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Thu Mar 27 12:00:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Thu Mar 27 12:00:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:00:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Thu Mar 27 12:00:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Thu Mar 27 12:00:29 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Thu Mar 27 12:00:47 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Thu Mar 27 12:00:52 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Thu Mar 27 12:01:02 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:01:03 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 3 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  
Thu Mar 27 12:02:21 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Thu Mar 27 12:02:25 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:02:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:02:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Thu Mar 27 12:02:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:02:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:02:29 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Thu Mar 27 12:02:29 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Thu Mar 27 12:02:29 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Thu Mar 27 12:02:29 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:02:30 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Thu Mar 27 12:02:30 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: peek
BEGIN TEST: perf  
Thu Mar 27 12:02:30 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
local procedure call overhead: 0.07 usec
DLL procedure call overhead: 0.00 usec
current calendar time: 2.88 usec
interval time: 2.88 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: 62.20 usec
context switch - user/user: 10.42 usec
context switch - user/kernel: 10.36 usec
context switch - kernel/user: 10.36 usec
context switch - kernel/kernel: 10.29 usec
sema context switch - user/user: 11.99 usec
sema context switch - user/kernel: 11.86 usec
sema context switch - kernel/user: 11.93 usec
sema context switch - kernel/kernel: 11.86 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 2.88 usec
interval time: 2.82 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: 62.00 usec
context switch - user/user: 10.36 usec
context switch - user/kernel: 10.36 usec
context switch - kernel/user: 10.42 usec
context switch - kernel/kernel: 10.36 usec
sema context switch - user/user: 11.93 usec
sema context switch - user/kernel: 11.86 usec
sema context switch - kernel/user: 11.86 usec
sema context switch - kernel/kernel: 11.80 usec
END TEST: perf
BEGIN TEST: pipeping  
Thu Mar 27 12:02:31 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:02:31 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:02:32 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:02:32 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Thu Mar 27 12:02:32 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Thu Mar 27 12:02:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Thu Mar 27 12:02:38 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PR_snprintf test 1 passed
PR_snprintf test 2 passed
END TEST: prftest
BEGIN TEST: primblok  
Thu Mar 27 12:02:38 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Thu Mar 27 12:02:38 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Client/Server started at(0x2001ab38): 12:02:38
Server started at(0x2001c2d8): 12:02:38
Client started at(0x20081158): 12:02:38
main(0x2001ab38): waiting for execution interval (10 seconds)
Shutting down(0x2001ab38): 12:02:48
Client(0x20081158): stopped after 48 operations and 42634 bytes
Server(0x2001c2d8): stopped after 49 operations and 43662 bytes
main(0x2001ab38): test complete
Test exiting at(0x2001ab38): 12:02:49
END TEST: provider
BEGIN TEST: prpollml  
Thu Mar 27 12:02:49 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Thu Mar 27 12:03:10 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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 37399, 37400 and 37401

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 "37399" from a client
The server received "37399" from a client
The server received "37399" from a client
The server received "37399" from a client
The server received "37399" from a client
The server received "37400" from a client
The server received "37400" from a client
The server received "37400" from a client
The server received "37400" from a client
The server received "37400" from a client
Server read 128 bytes from native fd 7
The server received "37401" from a client
Server read 128 bytes from native fd 7
The server received "37401" from a client
Server read 128 bytes from native fd 7
The server received "37401" from a client
Server read 128 bytes from native fd 7
The server received "37401" from a client
Server read 128 bytes from native fd 7
The server received "37401" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Thu Mar 27 12:03:16 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Thu Mar 27 12:03:16 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Thu Mar 27 12:03:36 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Thu Mar 27 12:03:36 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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 25961 815 12690 357
server per thread elapsed time 39836
----------
Client results:

----------
client per thread totals 0 1183 483 13927 366
client per thread elapsed time 15966
select loop user/user: 11561.20 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 37504 1878 24606 1762
server per thread elapsed time 65756
----------
Client results:

----------
client per thread totals 10 2684 942 28418 2095
client per thread elapsed time 34150
select loop user/kernel: 8677.40 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 56589 2554 35164 4666
server per thread elapsed time 98979
----------
Client results:

----------
client per thread totals 10 3897 1345 44758 2392
client per thread elapsed time 52395
select loop kernel/user: 9332.80 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 76191 3269 44995 5133
server per thread elapsed time 129592
----------
Client results:

----------
client per thread totals 20 5079 2434 55017 2780
client per thread elapsed time 65305
select loop kernel/kernel: 8821.60 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Thu Mar 27 12:03:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Thu Mar 27 12:03:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Thu Mar 27 12:03:37 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Thu Mar 27 12:03:43 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Thu Mar 27 12:03:45 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Thu Mar 27 12:03:45 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Thu Mar 27 12:03:46 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:03:47 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: sendzlf
BEGIN TEST: server_test  
Thu Mar 27 12:03:47 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Thu Mar 27 12:03:47 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Thu Mar 27 12:03:47 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Thu Mar 27 12:03:48 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Thu Mar 27 12:03:48 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Thu Mar 27 12:03:48 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Thu Mar 27 12:03:49 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:03:49 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Thu Mar 27 12:03:49 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Thu Mar 27 12:03:49 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:03:50 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Thu Mar 27 12:03:51 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Thu Mar 27 12:03:57 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Thu Mar 27 12:03:57 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Thu Mar 27 12:03:58 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:03:58 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Thu Mar 27 12:04:01 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:04:01 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Thu Mar 27 12:04:02 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Thu Mar 27 12:04:04 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Thu Mar 27 12:04:05 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Thu Mar 27 20:04:05 UTC 2003
Current local time is Thu Mar 27 12:04:05 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Thu Mar 27 12:04:05 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Thu Mar 27 12:04:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Thu Mar 27 12:04:27 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Thu Mar 27 12:04:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
NSPR release 4.3:
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
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  
Thu Mar 27 12:04:28 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 12:52:46 GMT
Build time: 2003-03-27 04:52:46
Portable runtime V4.3.0 ()
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  
Thu Mar 27 12:04:29 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Thu Mar 27 12:04:29 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Thu Mar 27 12:04:29 PST 2003 OBJDIR AIX4.3_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:04:46 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Thu Mar 27 12:04:53 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x110036c78)127.0.0.1:37789
(Server) read [0x110036c00..0x110036c75) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x110036cf8)127.0.0.1:37790
(Server) read [0x110036c80..0x110036cf5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x110036cf8)127.0.0.1:37791
(Server) read [0x110036c80..0x110036cf5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x110036cf8)127.0.0.1:37792
(Server) read [0x110036c80..0x110036cf5) 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  
Thu Mar 27 12:05:04 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x110037128)127.0.0.1:37795
(Server) read [0x1100370b0..0x110037125) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x1100371a8)127.0.0.1:37796
(Server) read [0x110037130..0x1100371a5) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x1100371a8)127.0.0.1:37797
(Server) read [0x110037130..0x1100371a5) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x1100371a8)127.0.0.1:37798
(Server) read [0x110037130..0x1100371a5) 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  
Thu Mar 27 12:05:15 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:05:16 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Thu Mar 27 12:06:19 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Thu Mar 27 12:06:20 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:06:20 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Thu Mar 27 12:06:21 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Thu Mar 27 12:06:22 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:06:27 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib

PThread Statistics
started: 12:06:27[10]
locks [created: 13, destroyed: 2]
locks [acquired: 715, released: 715]
cvars [created: 7, destroyed: 5]
cvars [notified: 56, delayed_delete: 0]
Client/Server started at(0x11000e770): 12:06:27
Server started at(0x110011090): 12:06:27
Client started at(0x110099210): 12:06:27
main(0x11000e770): waiting for execution interval (10 seconds)
Shutting down(0x11000e770): 12:06:37
Client(0x110099210): stopped after 48 operations and 42634 bytes
Server(0x110011090): stopped after 49 operations and 43662 bytes
main(0x11000e770): test complete
Test exiting at(0x11000e770): 12:06:37
END TEST: cltsrv
BEGIN TEST: concur  
Thu Mar 27 12:06:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Thu Mar 27 12:06:49 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Thu Mar 27 12:06:50 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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: 249.05 usec
Condvar simple test shared UK: 65.54 usec
Condvar simple test priv UU: 235.29 usec
Condvar simple test priv UK: 221.52 usec
Condvar simple test All: 2406.61 usec
Condvar timeout test: 12067.77 usec

10 Thread tests
Condvar simple test shared UU: 2619.61 usec
Condvar simple test shared UK: 2103.16 usec
Condvar simple test priv UU: 635.08 usec
Condvar simple test priv UK: 546.60 usec
Condvar simple test All: 9663.13 usec
Condvar timeout test: 25882.82 usec

15 Thread tests
Condvar simple test shared UU: 7310.92 usec
Condvar simple test shared UK: 5620.66 usec
Condvar simple test priv UU: 1036.18 usec
Condvar simple test priv UK: 852.01 usec
Condvar simple test All: 21635.21 usec
Condvar timeout test: 43400.84 usec

20 Thread tests
Condvar simple test shared UU: 9243.68 usec
Condvar simple test shared UK: 9532.05 usec
Condvar simple test priv UU: 1293.75 usec
Condvar simple test priv UK: 1348.80 usec
Condvar simple test All: 23929.74 usec
Condvar timeout test: 59790.93 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Thu Mar 27 12:07:14 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Thu Mar 27 12:07:14 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Thu Mar 27 12:07:15 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:07:15 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Thu Mar 27 12:07:25 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Thu Mar 27 12:07:25 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:07:26 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Thu Mar 27 12:07:29 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Accepting connection at port 37850
Wait one second before connect
Connecting to port 37850
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 37852
Wait one second before connect
Fork succeeded. Child process continues.
Accepting connection at port 37853
Wait one second before connect
Connecting to port 37853
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 37852
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  
Thu Mar 27 12:07:32 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
10 iterations over a 10 kbyte file: 131 [131] 131
END TEST: fsync
BEGIN TEST: getproto  
Thu Mar 27 12:07:32 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:07:32 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Thu Mar 27 12:07:32 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Elapsed time: 3000 ms, expected time: 3010 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Thu Mar 27 12:07:36 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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 710 nsecs

END TEST: inrval
BEGIN TEST: instrumt  
Thu Mar 27 12:09:09 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: instrumt
BEGIN TEST: intrio  
Thu Mar 27 12:09:12 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:09:32 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Thu Mar 27 12:09:46 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:09:52 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Interrupting the threads
Threads terminated in 2996 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Thu Mar 27 12:09:57 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:09:57 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Thu Mar 27 12:09:58 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Thu Mar 27 12:09:58 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Thu Mar 27 12:09:58 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Thu Mar 27 12:09:58 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:09:59 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Thu Mar 27 12:09:59 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Thu Mar 27 12:10:00 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Thu Mar 27 12:10:18 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Thu Mar 27 12:10:23 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Thu Mar 27 12:10:34 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Settings
Conditions / lock: 10
Loops to run test: 1

PThread Statistics
started: 12:10:34[0]
locks [created: 12, 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  
Thu Mar 27 12:10:34 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 1 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  
Thu Mar 27 12:11:57 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Thu Mar 27 12:12:02 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:12:04 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:12:04 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Thu Mar 27 12:12:04 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:12:05 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:12:05 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Thu Mar 27 12:12:05 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Thu Mar 27 12:12:05 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Thu Mar 27 12:12:06 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:12:06 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: parent
BEGIN TEST: peek  
Thu Mar 27 12:12:06 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: peek
BEGIN TEST: perf  
Thu Mar 27 12:12:06 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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.13 usec
DLL procedure call overhead: 0.20 usec
current calendar time: 0.72 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.33 usec
create/destroy thread pair: 79.83 usec
context switch - user/user: 13.89 usec
context switch - user/kernel: 14.22 usec
context switch - kernel/user: 13.96 usec
context switch - kernel/kernel: 14.03 usec
sema context switch - user/user: 16.19 usec
sema context switch - user/kernel: 15.93 usec
sema context switch - kernel/user: 15.86 usec
sema context switch - kernel/kernel: 15.93 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.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.33 usec
create/destroy thread pair: 79.56 usec
context switch - user/user: 13.96 usec
context switch - user/kernel: 14.09 usec
context switch - kernel/user: 14.03 usec
context switch - kernel/kernel: 14.03 usec
sema context switch - user/user: 15.93 usec
sema context switch - user/kernel: 15.93 usec
sema context switch - kernel/user: 15.93 usec
sema context switch - kernel/kernel: 15.93 usec
END TEST: perf
BEGIN TEST: pipeping  
Thu Mar 27 12:12:07 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:12:07 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:12:08 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:12:08 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Thu Mar 27 12:12:08 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Thu Mar 27 12:12:13 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Thu Mar 27 12:12:14 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:12:14 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Thu Mar 27 12:12:14 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib

pthread Statistics
started: 12:12:14[10]
locks [created: 13, destroyed: 2]
locks [acquired: 704, released: 704]
cvars [created: 7, destroyed: 5]
cvars [notified: 54, delayed_delete: 0]
Client/Server started at(0x11000dbb0): 12:12:14
Server started at(0x110010430): 12:12:14
Client started at(0x110078430): 12:12:14
main(0x11000dbb0): waiting for execution interval (10 seconds)
Shutting down(0x11000dbb0): 12:12:24
Client(0x110078430): stopped after 48 operations and 42634 bytes
Server(0x110010430): stopped after 49 operations and 43662 bytes
main(0x11000dbb0): test complete
Test exiting at(0x11000dbb0): 12:12:24
END TEST: provider
BEGIN TEST: prpollml  
Thu Mar 27 12:12:25 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Thu Mar 27 12:12:46 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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 38207, 38208 and 38209

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 "38207" from a client
The server received "38207" from a client
The server received "38207" from a client
The server received "38207" from a client
The server received "38207" from a client
The server received "38208" from a client
The server received "38208" from a client
The server received "38208" from a client
The server received "38208" from a client
The server received "38208" from a client
Server read 128 bytes from native fd 7
The server received "38209" from a client
Server read 128 bytes from native fd 7
The server received "38209" from a client
Server read 128 bytes from native fd 7
The server received "38209" from a client
Server read 128 bytes from native fd 7
The server received "38209" from a client
Server read 128 bytes from native fd 7
The server received "38209" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Thu Mar 27 12:12:52 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Thu Mar 27 12:12:52 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Thu Mar 27 12:13:12 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Thu Mar 27 12:13:12 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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 273187472
client thread 0 socket connected 273187472
server thread 0 got connection 273488112
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 0 write 131072 bytes
server: 6816 262 2556 66 9700
server thread 0 loop 1
client thread 0 socket read 131072
client thread 0 loop 1
client thread 0 socket created 273488112
client thread 0 socket connected 273488112
server thread 0 got connection 273187472
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 1311 66 1770
server thread 0 loop 2
client thread 0 loop 2
client thread 0 socket created 273187472
client thread 0 socket connected 273187472
server thread 0 got connection 273488112
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 273619408
client thread 1 socket connected 273619408
server thread 1 got connection 273619536
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 13173 262 2622 66 16123
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 273619536
client thread 1 socket connected 273619536
server thread 1 got connection 273619408
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 1311 66 1770
server thread 1 loop 2
client thread 1 loop 2
client thread 1 socket created 273619408
client thread 1 socket connected 273619408
server thread 1 got connection 273619536
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 1311 66 1704
server thread 1 loop 3
client thread 1 loop 3
client thread 1 socket created 273619536
client thread 1 socket connected 273619536
server thread 1 got connection 273619408
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 273619408
client thread 1 socket connected 273619408
server thread 1 got connection 273619536
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 1311 66 1770
Thread 1 EXIT
Thread 1 EXIT
client thread 2 alive
client thread 2 loop 0
client thread 3 alive
client thread 2 socket created 273619536
client thread 3 loop 0
client thread 3 socket created 270620496
client thread 2 socket connected 273619536
client thread 3 socket connected 270620496
server thread 2 got connection 273619408
client thread 2 socket wrote 8192
client thread 3 socket wrote 8192
server thread 3 got connection 269030576
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: 22873 131 2294 66 25364
server thread 2 loop 1
client thread 2 loop 1
client thread 2 socket created 273619408
client thread 2 socket connected 273619408
server thread 2 got connection 273619536
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 21956 197 2949 131 25233
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 269030576
client thread 3 socket connected 269030576
server thread 3 got connection 270620496
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 2 write 131072 bytes
server: 262 66 1573 66 1966
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 273619536
client thread 2 socket connected 273619536
server thread 2 got connection 273619408
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 328 131 1704 66 2228
server thread 3 loop 2
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 270620496
client thread 3 socket connected 270620496
server thread 3 got connection 269030576
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
client thread 4 alive
server thread 2 write 131072 bytes
client thread 4 loop 0
client thread 4 socket created 269030832
server: 524 131 1573 66 2294
server thread 2 loop 3
client thread 4 socket connected 269030832
server thread 4 got connection 273619408
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
server: 393 131 1376 66 1966
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 269030576
client thread 3 socket connected 269030576
server thread 3 got connection 270620496
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 28116 197 2359 66 30738
server thread 4 loop 1
client thread 4 socket read 131072
server thread 3 write 131072 bytes
server: 328 66 1376 66 1835
server thread 3 loop 4
client thread 3 socket read 131072
client thread 4 loop 1
client thread 4 socket created 273619408
client thread 3 loop 4
client thread 3 socket created 270620496
server thread 4 got connection 269030832
client thread 4 socket connected 273619408
client thread 3 socket connected 270620496
server thread 3 got connection 269030576
client thread 4 socket wrote 8192
client thread 3 socket wrote 8192
server thread 4 read 8192 bytes
server thread 3 read 8192 bytes
server thread 4 write 131072 bytes
server: 393 197 1376 0 1966
server thread 4 loop 2
client thread 4 socket read 131072
server thread 3 write 131072 bytes
client thread 3 socket read 131072
server: 393 131 1442 66 2032
client thread 4 loop 2
Thread 3 EXIT
Thread 3 EXIT
client thread 4 socket created 269030832
client thread 5 alive
client thread 5 loop 0
client thread 6 alive
client thread 5 socket created 269030576
client thread 6 loop 0
client thread 4 socket connected 269030832
server thread 4 got connection 273619408
client thread 4 socket wrote 8192
client thread 6 socket created 271082544
server thread 4 read 8192 bytes
server thread 5 got connection 270620496
client thread 5 socket connected 269030576
client thread 6 socket connected 271082544
server thread 6 got connection 269030704
client thread 6 socket wrote 8192
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 459 66 1966 66 2556
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 273619408
client thread 4 socket connected 273619408
server thread 4 got connection 269030832
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 32704 262 2949 66 35981
server thread 5 loop 1
client thread 5 socket read 131072
client thread 5 loop 1
client thread 5 socket created 270620496
server thread 6 write 131072 bytes
server: 32114 262 3277 0 35653
server thread 6 loop 1
client thread 5 socket connected 270620496
server thread 5 got connection 269030576
client thread 5 socket wrote 8192
client thread 6 socket read 131072
server thread 5 read 8192 bytes
client thread 6 loop 1
client thread 6 socket created 269030704
client thread 6 socket connected 269030704
server thread 6 got connection 271082544
server thread 4 write 131072 bytes
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server: 393 66 2163 131 2753
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 269030832
client thread 4 socket connected 269030832
server thread 4 got connection 273619408
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 459 66 2163 66 2753
server thread 5 loop 2
client thread 5 socket read 131072
client thread 5 loop 2
client thread 5 socket created 269030576
client thread 5 socket connected 269030576
server thread 5 got connection 270620496
server thread 6 write 131072 bytes
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 6 socket read 131072
server: 852 66 1901 66 2884
server thread 6 loop 2
client thread 6 loop 2
client thread 6 socket created 271082544
client thread 6 socket connected 271082544
server thread 6 got connection 269030704
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 328 131 2425 66 2949
Thread 4 EXIT
client thread 7 alive
client thread 7 loop 0
client thread 4 socket read 131072
client thread 7 socket created 273619408
Thread 4 EXIT
client thread 7 socket connected 273619408
server thread 7 got connection 271383248
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
client thread 8 alive
client thread 8 loop 0
server thread 5 write 131072 bytes
server: 393 131 1835 66 2425
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 269030832
client thread 5 socket connected 269030832
server thread 5 got connection 270620496
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 8 socket created 269030576
client thread 8 socket connected 269030576
server thread 6 write 131072 bytes
server: 393 131 2097 66 2687
server thread 6 loop 3
server thread 8 got connection 269030704
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
client thread 6 socket read 131072
client thread 6 loop 3
client thread 6 socket created 271082544
server thread 5 write 131072 bytes
server thread 6 got connection 269031152
server: 328 66 1835 66 2294
server thread 5 loop 4
client thread 6 socket connected 271082544
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 270620496
client thread 5 socket connected 270620496
server thread 6 read 8192 bytes
client thread 5 socket wrote 8192
client thread 6 socket wrote 8192
server thread 5 got connection 269030832
server thread 5 read 8192 bytes
server thread 7 write 131072 bytes
server: 39455 131 3408 66 43059
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 271383248
client thread 7 socket connected 271383248
client thread 7 socket wrote 8192
server thread 7 got connection 273619408
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server: 40045 131 3408 131 43715
server thread 8 loop 1
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 269030704
server thread 6 write 131072 bytes
server thread 5 write 131072 bytes
server: 1507 459 2163 66 4195
server thread 6 loop 4
server: 590 66 2032 66 2753
server thread 8 got connection 269030576
Thread 5 EXIT
client thread 8 socket connected 269030704
client thread 5 socket read 131072
client thread 9 alive
Thread 5 EXIT
client thread 9 loop 0
client thread 9 socket created 269031152
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 0 write 131072 bytes
server: 262 66 38275 0 38603
server thread 0 loop 3
client thread 9 socket connected 269031152
server thread 9 got connection 269030832
client thread 9 socket wrote 8192
client thread 0 socket read 131072
client thread 0 loop 3
server thread 7 write 131072 bytes
server thread 9 read 8192 bytes
server: 590 66 1901 131 2687
server thread 7 loop 2
client thread 6 socket read 131072
client thread 2 socket read 131072
client thread 7 socket read 131072
client thread 2 loop 3
client thread 7 loop 2
client thread 2 socket created 270620496
client thread 7 socket created 273488112
client thread 6 loop 4
client thread 7 socket connected 273488112
client thread 2 socket connected 270620496
server thread 2 got connection 273619408
client thread 6 socket created 273187472
client thread 7 socket wrote 8192
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
client thread 6 socket connected 273187472
server thread 6 got connection 273619536
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 7 got connection 271383248
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server: 524 262 2490 66 3343
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 271082544
client thread 8 socket connected 271082544
server thread 8 got connection 269030576
client thread 8 socket wrote 8192
client thread 0 socket created 271683952
server thread 8 read 8192 bytes
client thread 0 socket connected 271683952
client thread 0 socket wrote 8192
server thread 0 got connection 269030704
server thread 0 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 44042 328 3670 66 48106
server thread 9 loop 1
client thread 9 loop 1
client thread 9 socket created 269030832
server thread 2 write 131072 bytes
client thread 9 socket connected 269030832
server: 20776 131 2884 66 23856
server thread 2 loop 4
client thread 2 socket read 131072
client thread 9 socket wrote 8192
client thread 2 loop 4
client thread 2 socket created 269031152
server thread 9 got connection 273619408
server thread 9 read 8192 bytes
client thread 2 socket connected 269031152
server thread 7 write 131072 bytes
client thread 2 socket wrote 8192
server: 1311 66 3015 66 4457
server thread 7 loop 3
client thread 7 socket read 131072
server thread 2 got connection 270620496
client thread 7 loop 3
server thread 2 read 8192 bytes
client thread 7 socket created 271383248
client thread 7 socket connected 271383248
server thread 7 got connection 273488112
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 0 write 131072 bytes
server: 3408 131 2228 66 5833
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 269030704
client thread 0 socket connected 269030704
server thread 0 got connection 271683952
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 8 write 131072 bytes
server: 524 197 3408 66 4195
server thread 8 loop 3
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 269030576
server thread 9 write 131072 bytes
server: 524 66 2228 131 2949
server thread 9 loop 2
server thread 8 got connection 271082544
client thread 9 socket read 131072
client thread 8 socket connected 269030576
client thread 9 loop 2
client thread 8 socket wrote 8192
client thread 9 socket created 273619408
server thread 8 read 8192 bytes
client thread 9 socket connected 273619408
client thread 9 socket wrote 8192
server thread 9 got connection 269030832
server thread 9 read 8192 bytes
server thread 2 write 131072 bytes
server: 655 66 2884 66 3670
Thread 2 EXIT
server thread 7 write 131072 bytes
server: 524 197 2556 66 3343
server thread 7 loop 4
client thread 2 socket read 131072
Thread 2 EXIT
server thread 0 write 131072 bytes
client thread 7 socket read 131072
client thread 7 loop 4
client thread 7 socket created 270620496
client thread 7 socket connected 270620496
server thread 7 got connection 270620688
client thread 7 socket wrote 8192
client thread 0 socket read 131072
server thread 7 read 8192 bytes
server: 590 66 2228 590 3474
Thread 0 EXIT
Thread 0 EXIT
server thread 9 write 131072 bytes
server: 590 66 1770 0 2425
server thread 9 loop 3
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 273488112
client thread 9 socket connected 273488112
client thread 9 socket wrote 8192
server thread 6 write 131072 bytes
server thread 9 got connection 269031152
server: 2097 131 8520 131 10880
Thread 6 EXIT
server thread 9 read 8192 bytes
client thread 6 socket read 131072
Thread 6 EXIT
server thread 8 write 131072 bytes
server: 590 262 3605 0 4457
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 271383248
server thread 7 write 131072 bytes
server: 983 66 2163 66 3277
Thread 7 EXIT
client thread 8 socket connected 271383248
client thread 7 socket read 131072
server thread 8 got connection 271683952
client thread 8 socket wrote 8192
Thread 7 EXIT
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server: 786 131 1901 0 2818
server thread 9 loop 4
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 269030704
client thread 9 socket connected 269030704
server thread 9 got connection 270197008
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: 524 197 1573 66 2359
Thread 8 EXIT
Thread 8 EXIT
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 393 131 1507 66 2097
Thread 9 EXIT
Thread 9 EXIT
Thread 9 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 0 32666 697 15206 377
server per thread elapsed time 48961
----------
Client results:

----------
client per thread totals 0 1563 548 18904 438
client per thread elapsed time 21460
select loop user/user: 13461.80 usec
server thread 0 alive
server thread 1 alive
server thread 2 alive
server thread 0 loop 0
server thread 3 alive
client thread 0 alive
client thread 0 loop 0
server thread 4 alive
server thread 5 alive
server thread 1 loop 0
server thread 2 loop 0
client thread 1 alive
client thread 2 alive
client thread 1 loop 0
client thread 2 loop 0
server thread 6 alive
server thread 4 loop 0
server thread 7 alive
client thread 4 alive
client thread 4 loop 0
server thread 8 alive
server thread 9 alive
client thread 0 socket created 273187472
client thread 1 socket created 270620688
server thread 3 loop 0
client thread 2 socket created 272285360
client thread 3 alive
client thread 3 loop 0
server thread 5 loop 0
client thread 3 socket created 269031152
client thread 0 socket connected 273187472
client thread 2 socket connected 272285360
client thread 0 socket wrote 8192
client thread 2 socket wrote 8192
server thread 1 got connection 273488112
client thread 1 socket connected 270620688
client thread 1 socket wrote 8192
server thread 0 got connection 271683952
client thread 3 socket connected 269031152
server thread 6 loop 0
client thread 3 socket wrote 8192
server thread 3 got connection 272586064
server thread 1 read 8192 bytes
server thread 2 got connection 271383248
server thread 3 read 8192 bytes
server thread 0 read 8192 bytes
server thread 2 read 8192 bytes
server thread 3 write 131072 bytes
server: 721 131 1901 66 2818
server thread 3 loop 1
server thread 0 write 131072 bytes
server: 15926 197 2032 66 18220
client thread 3 socket read 131072
server thread 0 loop 1
client thread 0 socket read 131072
client thread 3 loop 1
client thread 0 loop 1
client thread 3 socket created 270197008
client thread 0 socket created 272886768
client thread 0 socket connected 272886768
client thread 3 socket connected 270197008
client thread 0 socket wrote 8192
client thread 3 socket wrote 8192
server thread 0 got connection 269030704
server thread 3 got connection 272586064
server thread 0 read 8192 bytes
server thread 3 read 8192 bytes
server thread 1 write 131072 bytes
server: 15205 262 3146 66 18679
server thread 1 loop 1
server thread 2 write 131072 bytes
server: 15533 66 3146 66 18810
client thread 1 socket read 131072
server thread 2 loop 1
client thread 1 loop 1
client thread 1 socket created 271683952
client thread 2 socket read 131072
client thread 2 loop 1
client thread 1 socket connected 271683952
client thread 2 socket created 269031152
client thread 1 socket wrote 8192
client thread 2 socket connected 269031152
client thread 2 socket wrote 8192
server thread 2 got connection 273488112
server thread 2 read 8192 bytes
server thread 7 loop 0
server thread 0 write 131072 bytes
server: 524 66 1704 66 2359
server thread 0 loop 2
client thread 0 socket read 131072
server thread 3 write 131072 bytes
server: 655 131 1704 131 2622
server thread 3 loop 2
client thread 0 loop 2
client thread 3 socket read 131072
client thread 0 socket created 271383248
client thread 3 loop 2
client thread 3 socket created 270620688
server thread 0 got connection 272285360
client thread 3 socket connected 270620688
client thread 0 socket connected 271383248
client thread 3 socket wrote 8192
server thread 3 got connection 269030704
client thread 0 socket wrote 8192
server thread 3 read 8192 bytes
server thread 0 read 8192 bytes
server thread 2 write 131072 bytes
server: 918 66 1770 66 2818
server thread 2 loop 2
client thread 2 socket read 131072
client thread 4 socket created 272586064
client thread 4 socket connected 272586064
server thread 4 got connection 272886768
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 0 write 131072 bytes
server thread 3 write 131072 bytes
server: 393 131 1966 66 2556
server thread 3 loop 3
server: 459 197 1966 66 2687
server thread 0 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 0 socket read 131072
client thread 3 socket created 270197008
client thread 0 loop 3
client thread 0 socket created 273488112
client thread 3 socket connected 270197008
server thread 3 got connection 269030704
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 0 got connection 272285360
client thread 0 socket connected 273488112
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
server: 21759 131 2556 66 24512
server thread 4 loop 1
client thread 4 socket read 131072
client thread 4 loop 1
client thread 4 socket created 270620688
server thread 3 write 131072 bytes
client thread 3 socket read 131072
client thread 3 loop 4
client thread 4 socket connected 270620688
client thread 4 socket wrote 8192
server thread 0 write 131072 bytes
client thread 3 socket created 271383248
server: 459 66 1966 197 2687
server thread 3 loop 4
server thread 4 got connection 272886768
server thread 4 read 8192 bytes
client thread 3 socket connected 271383248
server thread 3 got connection 272586064
client thread 3 socket wrote 8192
client thread 0 socket read 131072
server thread 3 read 8192 bytes
client thread 0 loop 4
client thread 0 socket created 270197008
client thread 0 socket connected 270197008
client thread 0 socket wrote 8192
server: 459 328 1835 655 3277
server thread 0 loop 4
server thread 0 got connection 269030704
server thread 0 read 8192 bytes
server thread 4 write 131072 bytes
server: 459 66 1507 66 2097
server thread 4 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 273488112
server thread 3 write 131072 bytes
client thread 3 socket read 131072
Thread 3 EXIT
client thread 4 socket connected 273488112
server thread 0 write 131072 bytes
client thread 5 alive
client thread 5 loop 0
client thread 4 socket wrote 8192
server: 197 131 1638 328 2294
client thread 5 socket created 272285360
client thread 0 socket read 131072
Thread 3 EXIT
server thread 4 got connection 272886768
Thread 0 EXIT
client thread 5 socket connected 272285360
server thread 4 read 8192 bytes
client thread 5 socket wrote 8192
server thread 8 loop 0
server thread 9 loop 0
server thread 5 got connection 272586064
server thread 5 read 8192 bytes
server: 66 66 1442 1049 2622
Thread 0 EXIT
client thread 6 alive
client thread 6 loop 0
client thread 6 socket created 271082544
server thread 6 got connection 270197008
client thread 6 socket connected 271082544
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 4 write 131072 bytes
server: 590 131 1704 66 2490
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 269030704
server thread 5 write 131072 bytes
server thread 4 got connection 269030832
server: 13436 131 1835 66 15467
server thread 5 loop 1
client thread 4 socket connected 269030704
client thread 5 socket read 131072
client thread 5 loop 1
client thread 4 socket wrote 8192
client thread 5 socket created 272886768
server thread 4 read 8192 bytes
client thread 5 socket connected 272886768
server thread 5 got connection 273488112
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
server: 13763 262 1638 66 15729
server thread 6 loop 1
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 272586064
client thread 6 socket connected 272586064
client thread 6 socket wrote 8192
server thread 6 got connection 272285360
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server: 393 66 2097 66 2622
server thread 5 loop 2
server thread 4 write 131072 bytes
client thread 5 socket read 131072
server: 721 262 2425 66 3474
server thread 4 loop 4
client thread 5 loop 2
client thread 5 socket created 270197008
client thread 5 socket connected 270197008
server thread 5 got connection 271082544
client thread 5 socket wrote 8192
server thread 6 write 131072 bytes
server thread 5 read 8192 bytes
server: 524 66 1835 66 2490
server thread 6 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 273488112
client thread 4 socket read 131072
client thread 6 socket connected 273488112
server thread 6 got connection 269030832
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 4 loop 4
client thread 4 socket created 272886768
client thread 4 socket connected 272886768
server thread 4 got connection 272285360
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 5 write 131072 bytes
server: 393 131 1770 0 2294
server thread 5 loop 3
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 272586064
client thread 5 socket connected 272586064
client thread 5 socket wrote 8192
server thread 5 got connection 269030704
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 393 131 2032 66 2622
server thread 6 loop 3
client thread 6 loop 3
server thread 4 write 131072 bytes
server: 1376 66 1835 66 3343
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
server thread 1 got connection 270197008
client thread 6 socket created 271082544
server thread 1 read 8192 bytes
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 269030832
server thread 6 got connection 273488112
client thread 6 socket connected 271082544
client thread 6 socket wrote 8192
client thread 7 socket connected 269030832
server thread 7 got connection 272285360
server thread 6 read 8192 bytes
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 5 write 131072 bytes
server: 393 66 1835 66 2359
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 271984656
client thread 5 socket connected 271984656
client thread 5 socket wrote 8192
server thread 5 got connection 272886768
server thread 5 read 8192 bytes
server thread 1 write 131072 bytes
server: 18089 131 1704 0 19924
server thread 1 loop 2
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 269030704
server thread 6 write 131072 bytes
server: 852 197 1638 66 2753
server thread 6 loop 4
client thread 6 socket read 131072
client thread 1 socket connected 269030704
client thread 1 socket wrote 8192
server thread 1 got connection 272586064
client thread 6 loop 4
client thread 6 socket created 270197008
server thread 1 read 8192 bytes
client thread 6 socket connected 270197008
server thread 6 got connection 271683952
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 2 loop 2
client thread 2 socket created 273488112
client thread 2 socket connected 273488112
client thread 2 socket wrote 8192
server thread 2 got connection 271082544
server thread 2 read 8192 bytes
server thread 6 write 131072 bytes
server: 393 131 1638 66 2228
Thread 6 EXIT
client thread 6 socket read 131072
client thread 8 alive
client thread 8 loop 0
Thread 6 EXIT
client thread 8 socket created 269031152
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 271683952
client thread 8 socket connected 269031152
server thread 8 got connection 270620496
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
client thread 9 socket connected 271683952
server thread 1 write 131072 bytes
client thread 9 socket wrote 8192
server: 459 66 2622 66 3211
server thread 1 loop 3
server thread 9 got connection 270197008
client thread 1 socket read 131072
server thread 9 read 8192 bytes
client thread 1 loop 3
client thread 1 socket created 272586064
client thread 1 socket connected 272586064
client thread 1 socket wrote 8192
server thread 1 got connection 269030704
server thread 1 read 8192 bytes
server thread 2 write 131072 bytes
server: 18613 66 2818 66 21562
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 271082544
server thread 7 write 131072 bytes
server thread 2 got connection 273488112
client thread 2 socket connected 271082544
client thread 7 socket read 131072
server: 17433 328 6095 197 24053
server thread 7 loop 1
client thread 2 socket wrote 8192
client thread 7 loop 1
server thread 2 read 8192 bytes
client thread 7 socket created 272285360
server thread 8 write 131072 bytes
client thread 7 socket connected 272285360
server: 13501 66 2622 0 16188
server thread 8 loop 1
client thread 7 socket wrote 8192
server thread 7 got connection 269030832
server thread 7 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 1
client thread 8 socket created 270620496
client thread 8 socket connected 270620496
client thread 8 socket wrote 8192
server thread 1 write 131072 bytes
server thread 9 write 131072 bytes
server thread 8 got connection 269031152
server: 655 66 2556 66 3343
server thread 1 loop 4
server: 13567 66 3146 66 16844
server thread 9 loop 1
server thread 8 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 4
client thread 9 socket read 131072
client thread 1 socket created 269030704
client thread 1 socket connected 269030704
client thread 9 loop 1
client thread 9 socket created 270197008
client thread 1 socket wrote 8192
server thread 1 got connection 272586064
server thread 1 read 8192 bytes
server thread 9 got connection 271683952
client thread 9 socket connected 270197008
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 2 write 131072 bytes
server: 524 197 2359 66 3146
server thread 2 loop 4
client thread 2 socket read 131072
client thread 2 loop 4
client thread 2 socket created 273488112
server thread 2 got connection 271082544
server thread 8 write 131072 bytes
server: 786 66 2228 66 3146
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
client thread 8 socket created 269031152
server thread 5 write 131072 bytes
server: 655 66 9307 66 10093
server thread 1 write 131072 bytes
server: 590 66 2032 66 2753
server thread 8 got connection 270620496
Thread 1 EXIT
client thread 8 socket connected 269031152
client thread 5 socket read 131072
client thread 2 socket connected 273488112
client thread 8 socket wrote 8192
Thread 5 EXIT
Thread 5 EXIT
client thread 2 socket wrote 8192
server thread 8 read 8192 bytes
server thread 2 read 8192 bytes
client thread 1 socket read 131072
server thread 9 write 131072 bytes
Thread 1 EXIT
server: 721 262 2163 66 3211
server thread 9 loop 2
client thread 9 socket read 131072
client thread 9 loop 2
client thread 9 socket created 272886768
server thread 9 got connection 272586064
client thread 9 socket connected 272886768
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 273619408
client thread 7 socket connected 273619408
server thread 8 write 131072 bytes
client thread 7 socket wrote 8192
server: 328 262 1901 66 2556
server thread 8 loop 3
server thread 2 write 131072 bytes
server: 524 1311 1966 66 3867
Thread 2 EXIT
client thread 2 socket read 131072
client thread 8 socket read 131072
client thread 8 loop 3
Thread 2 EXIT
client thread 8 socket created 271984656
client thread 8 socket connected 271984656
server thread 9 write 131072 bytes
client thread 8 socket wrote 8192
server: 393 262 1704 66 2425
server thread 9 loop 3
server thread 8 got connection 269030576
client thread 9 socket read 131072
client thread 9 loop 3
server thread 8 read 8192 bytes
client thread 9 socket created 269030704
client thread 9 socket connected 269030704
server thread 9 got connection 271683952
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server: 590 66 4719 393 5767
server thread 7 loop 2
server thread 7 got connection 270197008
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server: 590 131 1573 66 2359
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 272285360
client thread 8 socket connected 272285360
server thread 8 got connection 269030832
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
client thread 9 loop 4
server: 328 131 1901 197 2556
server thread 9 loop 4
client thread 9 socket created 270620496
client thread 9 socket connected 270620496
server thread 9 got connection 271082544
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 273619536
client thread 7 socket connected 273619536
server thread 7 write 131072 bytes
client thread 7 socket wrote 8192
server: 66 66 2359 66 2556
server thread 7 loop 3
server thread 7 got connection 273488112
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server: 393 66 1770 0 2228
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 9 write 131072 bytes
server: 197 131 1966 66 2359
client thread 9 socket read 131072
Thread 9 EXIT
Thread 9 EXIT
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server: 0 66 1638 66 1770
server thread 7 loop 4
client thread 7 loop 4
client thread 7 socket created 269031152
client thread 7 socket connected 269031152
server thread 7 got connection 272586064
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: 262 66 1376 66 1770
Thread 7 EXIT
Thread 7 EXIT
Thread 7 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 10 52289 1466 26715 943
server per thread elapsed time 81423
----------
Client results:

----------
client per thread totals 10 9715 989 33865 2600
client per thread elapsed time 47177
select loop user/kernel: 11915.00 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 6 alive
client thread 0 alive
client thread 0 loop 0
client thread 0 socket created 269030832
server thread 1 loop 0
server thread 7 alive
server thread 2 loop 0
server thread 3 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 0 socket connected 269030832
server thread 4 loop 0
client thread 0 socket wrote 8192
server thread 6 loop 0
server thread 0 got connection 272285360
client thread 2 alive
client thread 2 loop 0
client thread 1 socket created 271082544
server thread 0 read 8192 bytes
client thread 2 socket created 271383248
server thread 5 loop 0
client thread 1 socket connected 271082544
client thread 1 socket wrote 8192
server thread 1 got connection 270620496
client thread 2 socket connected 271383248
server thread 7 loop 0
server thread 1 read 8192 bytes
client thread 2 socket wrote 8192
server thread 2 got connection 273488112
server thread 2 read 8192 bytes
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 273619536
client thread 3 socket connected 273619536
server thread 3 got connection 272586064
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 0 write 131072 bytes
server: 1507 131 1966 131 3736
server thread 0 loop 1
client thread 0 socket read 131072
server thread 1 write 131072 bytes
client thread 0 loop 1
client thread 0 socket created 273187472
server: 786 131 1835 66 2818
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 0 socket connected 273187472
client thread 1 socket created 269031152
server thread 0 got connection 272285360
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
client thread 1 socket connected 269031152
server thread 1 got connection 269030832
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 3 write 131072 bytes
server: 1901 66 1638 131 3736
server thread 3 loop 1
client thread 3 socket read 131072
client thread 3 loop 1
client thread 3 socket created 270620496
client thread 3 socket connected 270620496
server thread 3 got connection 271082544
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 0 write 131072 bytes
server: 393 131 1901 66 2490
server thread 0 loop 2
client thread 0 socket read 131072
client thread 0 loop 2
client thread 0 socket created 272586064
server thread 1 write 131072 bytes
server: 393 197 1966 0 2556
server thread 1 loop 2
client thread 0 socket connected 272586064
server thread 0 got connection 273619536
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
client thread 1 socket read 131072
client thread 1 loop 2
client thread 1 socket created 272285360
server thread 3 write 131072 bytes
server: 393 131 1770 66 2359
server thread 3 loop 2
server thread 1 got connection 273187472
client thread 3 socket read 131072
client thread 3 loop 2
client thread 3 socket created 269030832
client thread 3 socket connected 269030832
server thread 3 got connection 269031152
client thread 1 socket connected 272285360
client thread 3 socket wrote 8192
client thread 1 socket wrote 8192
server thread 3 read 8192 bytes
server thread 1 read 8192 bytes
server thread 0 write 131072 bytes
server: 393 131 1638 66 2228
server thread 0 loop 3
client thread 0 socket read 131072
client thread 0 loop 3
client thread 0 socket created 271082544
client thread 0 socket connected 271082544
server thread 0 got connection 270620496
client thread 0 socket wrote 8192
server thread 0 read 8192 bytes
server thread 3 write 131072 bytes
server: 393 197 1966 66 2622
server thread 3 loop 3
client thread 3 socket read 131072
client thread 3 loop 3
client thread 3 socket created 273619536
client thread 3 socket connected 273619536
server thread 3 got connection 272586064
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 0 write 131072 bytes
server: 459 131 2032 66 2687
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
server thread 1 write 131072 bytes
server: 918 590 3343 66 4915
server thread 1 loop 3
client thread 1 socket read 131072
client thread 0 socket created 269031152
client thread 1 loop 3
client thread 1 socket created 269030832
server thread 0 got connection 270620496
client thread 1 socket connected 269030832
server thread 1 got connection 271082544
client thread 1 socket wrote 8192
client thread 0 socket connected 269031152
server thread 1 read 8192 bytes
server thread 0 read 8192 bytes
client thread 0 socket wrote 8192
server thread 3 write 131072 bytes
server: 393 66 1901 66 2425
server thread 3 loop 4
client thread 3 socket read 131072
client thread 3 loop 4
client thread 3 socket created 273187472
client thread 3 socket connected 273187472
server thread 3 got connection 272285360
server thread 8 alive
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
server thread 8 loop 0
server thread 1 write 131072 bytes
server: 393 131 1704 66 2294
server thread 1 loop 4
client thread 1 socket read 131072
client thread 1 loop 4
client thread 1 socket created 273619536
client thread 1 socket connected 273619536
server thread 1 got connection 271082544
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 3 write 131072 bytes
server: 459 66 1573 66 2163
Thread 3 EXIT
client thread 3 socket read 131072
client thread 4 alive
client thread 4 loop 0
Thread 3 EXIT
client thread 4 socket created 269030832
client thread 6 alive
client thread 6 loop 0
client thread 4 socket connected 269030832
server thread 4 got connection 271683952
client thread 6 socket created 272285360
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
client thread 6 socket connected 272285360
server thread 6 got connection 273187472
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 1 write 131072 bytes
server: 393 66 1901 66 2425
Thread 1 EXIT
client thread 1 socket read 131072
server thread 9 alive
Thread 1 EXIT
client thread 5 alive
client thread 5 loop 0
client thread 5 socket created 269030576
client thread 4 socket read 131072
server thread 9 loop 0
client thread 4 loop 1
client thread 5 socket connected 269030576
client thread 4 socket created 273619536
server thread 5 got connection 269030832
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
client thread 4 socket connected 273619536
client thread 4 socket wrote 8192
server thread 4 write 131072 bytes
server: 13567 66 2294 66 15992
server thread 4 loop 1
server thread 4 got connection 271683952
server thread 4 read 8192 bytes
client thread 7 alive
client thread 7 loop 0
client thread 7 socket created 268899920
client thread 7 socket connected 268899920
server thread 7 got connection 268900720
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 4 write 131072 bytes
server: 0 66 1704 66 1835
server thread 4 loop 2
client thread 4 socket read 131072
client thread 4 loop 2
client thread 4 socket created 271683952
server thread 5 write 131072 bytes
server: 15533 66 2359 66 18023
server thread 5 loop 1
client thread 4 socket connected 271683952
server thread 4 got connection 273619536
client thread 4 socket wrote 8192
client thread 5 socket read 131072
server thread 4 read 8192 bytes
client thread 5 loop 1
client thread 5 socket created 269030832
client thread 5 socket connected 269030832
client thread 5 socket wrote 8192
server thread 5 got connection 269030576
server thread 5 read 8192 bytes
server thread 7 write 131072 bytes
server: 16319 131 2359 66 18875
server thread 7 loop 1
client thread 7 socket read 131072
client thread 7 loop 1
client thread 7 socket created 268900720
client thread 7 socket connected 268900720
client thread 7 socket wrote 8192
server thread 4 write 131072 bytes
server: 459 66 1704 66 2294
server thread 4 loop 3
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 268899920
client thread 4 socket connected 268899920
server thread 4 got connection 273619536
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
client thread 5 socket read 131072
server thread 5 write 131072 bytes
client thread 5 loop 2
server thread 7 got connection 271683952
server thread 7 read 8192 bytes
client thread 5 socket created 269030832
server: 459 131 2622 131 3343
server thread 5 loop 2
client thread 5 socket connected 269030832
server thread 5 got connection 269030576
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 4 write 131072 bytes
server: 328 66 1835 66 2294
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
client thread 4 socket created 273619536
client thread 4 socket connected 273619536
server thread 4 got connection 268899920
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
client thread 7 loop 2
server thread 5 write 131072 bytes
server: 2163 0 2097 262 4522
server thread 7 loop 2
client thread 7 socket created 268900720
client thread 5 socket read 131072
client thread 5 loop 3
client thread 7 socket connected 268900720
client thread 7 socket wrote 8192
server thread 7 got connection 271683952
client thread 5 socket created 269030832
server thread 7 read 8192 bytes
client thread 5 socket connected 269030832
client thread 5 socket wrote 8192
server thread 4 write 131072 bytes
server: 393 131 1835 0 2359
Thread 4 EXIT
client thread 4 socket read 131072
Thread 4 EXIT
client thread 8 alive
client thread 8 loop 0
client thread 8 socket created 268899920
client thread 8 socket connected 268899920
server thread 8 got connection 273619408
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 273619536
server thread 2 write 131072 bytes
server: 1114 131 24971 0 26216
server thread 2 loop 1
server thread 2 got connection 271383248
client thread 2 socket connected 273619536
client thread 2 socket wrote 8192
server thread 0 write 131072 bytes
server: 655 328 15533 66 16581
Thread 0 EXIT
client thread 0 socket read 131072
Thread 0 EXIT
client thread 9 alive
client thread 9 loop 0
client thread 9 socket created 273488112
server thread 2 read 8192 bytes
client thread 9 socket connected 273488112
server thread 9 got connection 270620496
client thread 9 socket wrote 8192
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
client thread 6 loop 1
client thread 6 socket created 272886768
server: 13698 131 13501 197 27527
server thread 6 loop 1
client thread 6 socket connected 272886768
client thread 6 socket wrote 8192
server thread 6 got connection 269031152
client thread 8 socket read 131072
client thread 8 loop 1
server thread 6 read 8192 bytes
client thread 8 socket created 272285360
client thread 8 socket connected 272285360
client thread 8 socket wrote 8192
server thread 8 write 131072 bytes
server: 13698 66 2687 131 16581
server thread 8 loop 1
server thread 8 got connection 273187472
server thread 8 read 8192 bytes
server thread 2 write 131072 bytes
server: 66 524 2032 66 2687
server thread 2 loop 2
client thread 2 socket read 131072
client thread 2 loop 2
client thread 2 socket created 268899920
client thread 2 socket connected 268899920
client thread 2 socket wrote 8192
server thread 9 write 131072 bytes
server thread 2 got connection 273619408
server: 11207 66 2425 66 13763
server thread 9 loop 1
server thread 2 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 1
client thread 9 socket created 271383248
client thread 9 socket connected 271383248
client thread 9 socket wrote 8192
server thread 9 got connection 273619536
server thread 9 read 8192 bytes
server thread 6 write 131072 bytes
server: 328 131 2228 66 2753
server thread 6 loop 2
server thread 8 write 131072 bytes
server: 66 66 1835 66 2032
server thread 8 loop 2
client thread 6 socket read 131072
client thread 6 loop 2
client thread 8 socket read 131072
client thread 6 socket created 270620496
client thread 8 loop 2
server thread 6 got connection 273488112
client thread 8 socket created 269031152
client thread 6 socket connected 270620496
server thread 6 read 8192 bytes
client thread 8 socket connected 269031152
server thread 8 got connection 273187472
client thread 8 socket wrote 8192
client thread 6 socket wrote 8192
server thread 8 read 8192 bytes
server thread 2 write 131072 bytes
server: 590 66 1966 66 2687
server thread 2 loop 3
client thread 2 socket read 131072
client thread 2 loop 3
client thread 2 socket created 272886768
client thread 2 socket connected 272886768
client thread 2 socket wrote 8192
server thread 2 got connection 272285360
server thread 2 read 8192 bytes
server thread 9 write 131072 bytes
server: 524 131 2818 66 3539
server thread 9 loop 2
server thread 6 write 131072 bytes
client thread 9 socket read 131072
client thread 9 loop 2
client thread 6 socket read 131072
client thread 9 socket created 273619408
client thread 6 loop 3
server: 524 131 1901 197 2753
server thread 6 loop 3
client thread 6 socket created 268899920
client thread 9 socket connected 273619408
client thread 9 socket wrote 8192
server thread 6 got connection 271383248
client thread 6 socket connected 268899920
server thread 9 got connection 273619536
server thread 9 read 8192 bytes
server thread 6 read 8192 bytes
client thread 7 socket read 131072
client thread 6 socket wrote 8192
client thread 7 loop 3
client thread 7 socket created 270620496
server thread 7 write 131072 bytes
server: 524 262 9569 66 10421
server thread 7 loop 3
server thread 7 got connection 273488112
client thread 7 socket connected 270620496
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 2 write 131072 bytes
client thread 2 socket read 131072
server: 721 524 2949 66 4260
server thread 2 loop 4
client thread 2 loop 4
client thread 2 socket created 268900720
client thread 2 socket connected 268900720
server thread 2 got connection 271683952
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 8 write 131072 bytes
server: 590 197 5243 66 6095
server thread 8 loop 3
client thread 8 socket read 131072
server thread 6 write 131072 bytes
server: 262 197 2818 66 3343
server thread 6 loop 4
client thread 8 loop 3
client thread 6 socket read 131072
client thread 6 loop 4
client thread 8 socket created 272285360
client thread 6 socket created 272886768
client thread 8 socket connected 272285360
server thread 8 got connection 273187472
client thread 8 socket wrote 8192
server thread 6 got connection 271383248
client thread 6 socket connected 272886768
client thread 6 socket wrote 8192
server thread 8 read 8192 bytes
server thread 9 write 131072 bytes
server thread 6 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 3
client thread 9 socket created 269031152
server: 1049 66 3605 197 4915
server thread 9 loop 3
client thread 9 socket connected 269031152
server thread 2 write 131072 bytes
server thread 9 got connection 268899920
server: 328 66 2163 66 2622
client thread 2 socket read 131072
Thread 2 EXIT
Thread 2 EXIT
server thread 9 read 8192 bytes
client thread 9 socket wrote 8192
server: 197 66 1966 14615 16844
server thread 5 loop 3
server thread 5 got connection 273619408
server thread 5 read 8192 bytes
client thread 7 socket read 131072
server thread 7 write 131072 bytes
client thread 7 loop 4
server: 262 524 3998 0 4784
server thread 7 loop 4
client thread 7 socket created 273619536
client thread 7 socket connected 273619536
client thread 7 socket wrote 8192
server thread 6 write 131072 bytes
server: 590 197 1901 0 2687
Thread 6 EXIT
client thread 6 socket read 131072
Thread 6 EXIT
server thread 7 got connection 271683952
server thread 7 read 8192 bytes
server thread 8 write 131072 bytes
server: 852 197 2622 66 3736
server thread 8 loop 4
client thread 8 socket read 131072
client thread 8 loop 4
client thread 8 socket created 271984656
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 459 131 2163 197 2949
server thread 9 loop 4
client thread 9 loop 4
client thread 9 socket created 268900720
server thread 8 got connection 269030576
client thread 8 socket connected 271984656
client thread 8 socket wrote 8192
client thread 9 socket connected 268900720
server thread 9 got connection 270620496
client thread 9 socket wrote 8192
server thread 8 read 8192 bytes
server thread 9 read 8192 bytes
server thread 7 write 131072 bytes
client thread 7 socket read 131072
server thread 5 write 131072 bytes
server: 721 131 2032 197 3080
Thread 7 EXIT
Thread 7 EXIT
server: 0 66 3670 131 3867
server thread 5 loop 4
client thread 5 socket read 131072
client thread 5 loop 4
client thread 5 socket created 273488112
client thread 5 socket connected 273488112
server thread 5 got connection 271383248
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 9 write 131072 bytes
server: 328 66 1966 66 2425
Thread 9 EXIT
client thread 9 socket read 131072
Thread 9 EXIT
server thread 8 write 131072 bytes
server: 590 197 3015 66 3867
Thread 8 EXIT
client thread 8 socket read 131072
Thread 8 EXIT
server thread 5 write 131072 bytes
server: 393 262 1966 66 2687
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 63163 2247 43664 2812
server per thread elapsed time 111891
----------
Client results:

----------
client per thread totals 10 11321 1455 53641 2982
client per thread elapsed time 69402
select loop kernel/user: 9490.20 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
client thread 0 socket created 271683952
server thread 4 loop 0
server thread 7 alive
server thread 5 loop 0
client thread 0 socket connected 271683952
server thread 8 alive
client thread 0 socket wrote 8192
server thread 0 got connection 273619408
server thread 0 read 8192 bytes
server thread 6 loop 0
server thread 9 alive
server thread 7 loop 0
server thread 8 loop 0
server thread 9 loop 0
client thread 1 alive
client thread 1 loop 0
client thread 1 socket created 271082544
client thread 1 socket connected 271082544
server thread 1 got connection 268900720
client thread 1 socket wrote 8192
server thread 1 read 8192 bytes
server thread 1 write 131072 bytes
server: 2884 66 1376 66 4391
server thread 1 loop 1
client thread 1 socket read 131072
client thread 1 loop 1
client thread 1 socket created 269030576
client thread 1 socket connected 269030576
server thread 1 got connection 272586064
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 131 1245 66 1770
server thread 1 loop 2
client thread 1 loop 2
client thread 1 socket created 271984656
client thread 1 socket connected 271984656
server thread 1 got connection 271383248
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 3
client thread 1 loop 3
client thread 1 socket created 269030704
client thread 1 socket connected 269030704
server thread 1 got connection 273488112
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 268900720
client thread 1 socket connected 268900720
server thread 1 got connection 271082544
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 272586064
client thread 2 socket connected 272586064
server thread 2 got connection 269030576
client thread 2 socket wrote 8192
server thread 2 read 8192 bytes
server thread 2 write 131072 bytes
server: 10093 66 1442 66 11666
server thread 2 loop 1
client thread 2 socket read 131072
client thread 2 loop 1
client thread 2 socket created 271383248
client thread 2 socket connected 271383248
server thread 2 got connection 271984656
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: 328 66 1311 66 1770
server thread 2 loop 2
client thread 2 loop 2
client thread 2 socket created 273488112
client thread 2 socket connected 273488112
server thread 2 got connection 269030704
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 269030576
client thread 2 socket connected 269030576
server thread 2 got connection 272586064
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 1311 66 1704
server thread 2 loop 4
client thread 2 loop 4
client thread 2 socket created 271984656
client thread 2 socket connected 271984656
server thread 2 got connection 271383248
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 1311 66 1704
Thread 2 EXIT
Thread 2 EXIT
client thread 3 alive
client thread 3 loop 0
client thread 3 socket created 269030704
client thread 4 alive
client thread 4 loop 0
client thread 4 socket created 273488112
server thread 3 got connection 272586064
client thread 3 socket connected 269030704
client thread 4 socket connected 273488112
server thread 4 got connection 269030576
client thread 3 socket wrote 8192
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 3 read 8192 bytes
server thread 3 write 131072 bytes
server: 19006 262 1507 66 20842
server thread 3 loop 1
client thread 3 socket read 131072
server thread 4 write 131072 bytes
server: 18810 131 1704 0 20645
server thread 4 loop 1
client thread 3 loop 1
client thread 4 socket read 131072
client thread 3 socket created 271383248
client thread 3 socket connected 271383248
client thread 4 loop 1
server thread 3 got connection 273187472
client thread 4 socket created 271984656
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
client thread 4 socket connected 271984656
server thread 4 got connection 272586064
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: 393 131 1311 66 1901
server thread 3 loop 2
client thread 3 loop 2
client thread 3 socket created 269030576
server thread 4 write 131072 bytes
client thread 4 socket read 131072
server: 459 66 1442 66 2032
server thread 4 loop 2
client thread 4 loop 2
client thread 3 socket connected 269030576
server thread 3 got connection 269030704
client thread 4 socket created 273488112
client thread 3 socket wrote 8192
server thread 3 read 8192 bytes
client thread 4 socket connected 273488112
server thread 4 got connection 273187472
client thread 4 socket wrote 8192
server thread 4 read 8192 bytes
server thread 3 write 131072 bytes
client thread 3 socket read 131072
client thread 5 alive
client thread 3 loop 3
client thread 5 loop 0
client thread 3 socket created 271383248
server thread 4 write 131072 bytes
client thread 5 socket created 272586064
client thread 4 socket read 131072
client thread 4 loop 3
client thread 4 socket created 271984656
client thread 3 socket connected 271383248
client thread 5 socket connected 272586064
server: 328 131 1376 197 2032
server thread 4 loop 3
client thread 3 socket wrote 8192
client thread 5 socket wrote 8192
server thread 5 got connection 269030576
client thread 4 socket connected 271984656
server thread 4 got connection 273488112
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: 131 66 1442 66 1704
server thread 4 loop 4
client thread 4 socket read 131072
client thread 4 loop 4
server thread 5 write 131072 bytes
client thread 4 socket created 273187472
client thread 5 socket read 131072
client thread 5 loop 1
client thread 4 socket connected 273187472
client thread 5 socket created 273488112
server: 24708 66 1704 197 26675
server thread 5 loop 1
client thread 4 socket wrote 8192
client thread 6 alive
client thread 6 loop 0
client thread 5 socket connected 273488112
client thread 6 socket created 271984656
server thread 5 got connection 272586064
client thread 5 socket wrote 8192
client thread 6 socket connected 271984656
server thread 5 read 8192 bytes
server thread 6 got connection 269030576
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
server thread 5 write 131072 bytes
server: 197 131 1704 66 2097
server thread 5 loop 2
server thread 6 write 131072 bytes
client thread 5 socket read 131072
server: 26806 131 1638 66 28641
server thread 6 loop 1
client thread 6 socket read 131072
client thread 5 loop 2
client thread 5 socket created 272586064
client thread 6 loop 1
client thread 6 socket created 269030576
server thread 5 got connection 273488112
client thread 6 socket connected 269030576
client thread 5 socket connected 272586064
server thread 6 got connection 271984656
client thread 6 socket wrote 8192
client thread 5 socket wrote 8192
server thread 6 read 8192 bytes
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
client thread 6 loop 2
client thread 6 socket created 269030576
server: 590 131 1442 131 2294
server thread 6 loop 2
client thread 6 socket connected 269030576
server thread 6 got connection 271984656
server thread 5 write 131072 bytes
client thread 6 socket wrote 8192
server: 655 197 1770 66 2687
server thread 5 loop 3
server thread 6 read 8192 bytes
client thread 5 socket read 131072
client thread 5 loop 3
client thread 5 socket created 273488112
client thread 5 socket connected 273488112
server thread 5 got connection 272586064
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 131 131 1442 66 1770
server thread 6 loop 3
client thread 6 loop 3
client thread 6 socket created 271984656
client thread 6 socket connected 271984656
server thread 6 got connection 269030576
server thread 5 write 131072 bytes
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 5 socket read 131072
server: 393 66 1376 131 1966
server thread 5 loop 4
client thread 5 loop 4
client thread 5 socket created 272586064
client thread 5 socket connected 272586064
server thread 5 got connection 273488112
client thread 5 socket wrote 8192
server thread 5 read 8192 bytes
server thread 6 write 131072 bytes
client thread 6 socket read 131072
server: 328 66 1442 66 1901
server thread 6 loop 4
client thread 6 loop 4
client thread 6 socket created 269030576
client thread 6 socket connected 269030576
server thread 6 got connection 271984656
server thread 5 write 131072 bytes
client thread 6 socket wrote 8192
server thread 6 read 8192 bytes
client thread 5 socket read 131072
server: 262 131 1442 131 1966
Thread 5 EXIT
Thread 5 EXIT
client thread 7 alive
client thread 7 loop 0
client thread 8 alive
client thread 8 loop 0
client thread 7 socket created 273488112
client thread 8 socket created 272586064
client thread 7 socket connected 273488112
client thread 8 socket connected 272586064
server thread 7 got connection 269031152
client thread 7 socket wrote 8192
client thread 8 socket wrote 8192
server thread 7 read 8192 bytes
server thread 8 got connection 268637168
server thread 8 read 8192 bytes
server thread 6 write 131072 bytes
server: 262 131 1638 66 2097
Thread 6 EXIT
client thread 6 socket read 131072
client thread 9 alive
client thread 9 loop 0
Thread 6 EXIT
client thread 9 socket created 271984656
client thread 9 socket connected 271984656
server thread 0 write 131072 bytes
client thread 9 socket wrote 8192
server: 1311 66 37161 66 38603
server thread 0 loop 1
server thread 9 got connection 273619536
client thread 0 socket read 131072
client thread 0 loop 1
server thread 9 read 8192 bytes
client thread 0 socket created 269030576
server thread 8 write 131072 bytes
server: 35260 131 1770 66 37226
server thread 7 write 131072 bytes
server thread 8 loop 1
server: 35326 66 1966 66 37423
server thread 7 loop 1
client thread 0 socket connected 269030576
server thread 0 got connection 273619408
client thread 8 socket read 131072
client thread 7 socket read 131072
client thread 0 socket wrote 8192
client thread 8 loop 1
server thread 0 read 8192 bytes
client thread 8 socket created 271683952
client thread 7 loop 1
client thread 7 socket created 268637168
server thread 8 got connection 269031152
client thread 8 socket connected 271683952
client thread 8 socket wrote 8192
server thread 7 got connection 272586064
client thread 7 socket connected 268637168
server thread 8 read 8192 bytes
client thread 7 socket wrote 8192
server thread 7 read 8192 bytes
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server thread 0 write 131072 bytes
server: 524 131 1966 66 2687
client thread 0 socket read 131072
server thread 0 loop 2
client thread 0 loop 2
client thread 9 loop 1
client thread 0 socket created 273488112
client thread 9 socket created 273619536
server: 36637 131 1835 393 38996
server thread 9 loop 1
client thread 0 socket connected 273488112
client thread 9 socket connected 273619536
server thread 0 got connection 273619408
client thread 0 socket wrote 8192
client thread 9 socket wrote 8192
server thread 0 read 8192 bytes
server thread 9 got connection 269030576
server thread 9 read 8192 bytes
server thread 8 write 131072 bytes
server: 590 197 2228 66 3080
server thread 8 loop 2
client thread 8 socket read 131072
client thread 8 loop 2
server thread 7 write 131072 bytes
client thread 8 socket created 271984656
client thread 7 socket read 131072
client thread 7 loop 2
client thread 7 socket created 269031152
server thread 8 got connection 271683952
client thread 8 socket connected 271984656
server: 590 328 2359 393 3670
server thread 7 loop 2
client thread 7 socket connected 269031152
client thread 8 socket wrote 8192
server thread 7 got connection 268637168
client thread 7 socket wrote 8192
server thread 8 read 8192 bytes
server thread 7 read 8192 bytes
server thread 0 write 131072 bytes
server: 328 131 2490 0 2949
server thread 0 loop 3
client thread 0 socket read 131072
server thread 9 write 131072 bytes
client thread 0 loop 3
client thread 0 socket created 272586064
client thread 9 socket read 131072
client thread 9 loop 2
server thread 8 write 131072 bytes
client thread 9 socket created 273619408
client thread 0 socket connected 272586064
server: 590 197 1835 66 2687
server thread 8 loop 3
client thread 0 socket wrote 8192
client thread 9 socket connected 273619408
server thread 7 write 131072 bytes
client thread 9 socket wrote 8192
server: 66 131 1966 66 2228
server thread 7 loop 3
server thread 0 got connection 273488112
server thread 0 read 8192 bytes
client thread 7 socket read 131072
client thread 7 loop 3
client thread 7 socket created 273619536
server: 262 131 2425 852 3670
server thread 9 loop 2
client thread 7 socket connected 273619536
server thread 9 got connection 271683952
client thread 7 socket wrote 8192
server thread 9 read 8192 bytes
server thread 7 got connection 268637168
server thread 7 read 8192 bytes
server thread 0 write 131072 bytes
server: 655 131 1770 66 2622
server thread 0 loop 4
client thread 0 socket read 131072
client thread 0 loop 4
client thread 0 socket created 269031152
server thread 7 write 131072 bytes
server: 524 66 1573 66 2228
server thread 7 loop 4
client thread 0 socket connected 269031152
server thread 0 got connection 269030576
client thread 7 socket read 131072
client thread 7 loop 4
client thread 0 socket wrote 8192
client thread 9 socket read 131072
client thread 7 socket created 273488112
client thread 9 loop 3
server thread 0 read 8192 bytes
client thread 9 socket created 272586064
server thread 9 write 131072 bytes
server: 131 66 2163 66 2425
server thread 9 loop 3
client thread 9 socket connected 272586064
client thread 7 socket connected 273488112
client thread 9 socket wrote 8192
client thread 7 socket wrote 8192
server thread 7 got connection 273619536
server thread 7 read 8192 bytes
client thread 8 socket read 131072
client thread 8 loop 3
client thread 8 socket created 273619408
server thread 9 got connection 268637168
server thread 9 read 8192 bytes
server thread 8 got connection 271683952
server thread 0 write 131072 bytes
client thread 0 socket read 131072
server: 393 131 1770 66 2359
Thread 0 EXIT
Thread 0 EXIT
server: 328 197 1311 24250 26085
server thread 3 loop 3
server thread 3 got connection 271984656
server thread 3 read 8192 bytes
client thread 9 socket read 131072
client thread 9 loop 4
client thread 9 socket created 269030576
client thread 7 socket read 131072
server thread 7 write 131072 bytes
server thread 9 write 131072 bytes
Thread 7 EXIT
server: 721 66 1966 66 2818
client thread 9 socket connected 269030576
server thread 4 got connection 270197008
client thread 9 socket wrote 8192
server: 524 66 1704 197 2490
server thread 4 read 8192 bytes
server thread 9 loop 4
server thread 9 got connection 269031152
Thread 7 EXIT
server thread 9 read 8192 bytes
client thread 8 socket connected 273619408
client thread 8 socket wrote 8192
server thread 8 read 8192 bytes
server thread 1 write 131072 bytes
server thread 3 write 131072 bytes
client thread 1 socket read 131072
server: 0 66 2163 66 2294
server thread 3 loop 4
Thread 1 EXIT
client thread 3 socket read 131072
server: 262 131 41421 262 42076
Thread 1 EXIT
client thread 3 loop 4
client thread 3 socket created 269030704
server thread 4 write 131072 bytes
server: 22939 66 1704 66 24774
Thread 4 EXIT
client thread 3 socket connected 269030704
server thread 3 got connection 272586064
client thread 3 socket wrote 8192
client thread 4 socket read 131072
server thread 3 read 8192 bytes
Thread 4 EXIT
server thread 9 write 131072 bytes
client thread 9 socket read 131072
server: 66 131 2556 131 2884
Thread 9 EXIT
Thread 9 EXIT
server thread 8 write 131072 bytes
server: 3736 2949 2163 197 9044
server thread 8 loop 4
client thread 8 socket read 131072
server thread 3 write 131072 bytes
server: 524 131 1835 66 2556
Thread 3 EXIT
client thread 3 socket read 131072
Thread 3 EXIT
client thread 8 loop 4
client thread 8 socket created 273488112
server thread 8 got connection 273619536
client thread 8 socket connected 273488112
server thread 8 read 8192 bytes
client thread 8 socket wrote 8192
server thread 8 write 131072 bytes
client thread 8 socket read 131072
server: 1049 131 1507 66 2753
Thread 8 EXIT
Thread 8 EXIT
Thread 8 EXIT triggered notify
TEST COMPLETE!
Server results:

----------
server per thread totals 20 88335 3124 59636 5790
server per thread elapsed time 156889
----------
Client results:

----------
client per thread totals 20 12798 1929 75681 3410
client per thread elapsed time 93816
select loop kernel/kernel: 11482.60 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Thu Mar 27 12:13:13 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:13:13 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:13:13 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:13:19 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Thu Mar 27 12:13:21 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Thu Mar 27 12:13:22 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Thu Mar 27 12:13:22 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:13:22 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: sendzlf
BEGIN TEST: server_test  
Thu Mar 27 12:13:22 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Thu Mar 27 12:13:23 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Thu Mar 27 12:13:23 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Thu Mar 27 12:13:23 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Thu Mar 27 12:13:24 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Thu Mar 27 12:13:24 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Thu Mar 27 12:13:24 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:13:24 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Thu Mar 27 12:13:24 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Thu Mar 27 12:13:25 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:13:25 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Thu Mar 27 12:13:27 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Thu Mar 27 12:13:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Thu Mar 27 12:13:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Thu Mar 27 12:13:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:13:37 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Thu Mar 27 12:13:42 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:13:42 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Thu Mar 27 12:13:42 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Thu Mar 27 12:13:45 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Thu Mar 27 12:13:46 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Thu Mar 27 20:13:46 UTC 2003
Current local time is Thu Mar 27 12:13:46 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Thu Mar 27 12:13:46 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Thu Mar 27 12:14:22 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Thu Mar 27 12:14:23 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Thu Mar 27 12:14:23 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
NSPR release 4.3:
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
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  
Thu Mar 27 12:14:24 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Runtime library version information
Build time: 27 Mar 2003 13:06:50 GMT
Build time: 2003-03-27 05:06:50
Portable runtime V4.3.0 ( 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  
Thu Mar 27 12:14:24 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Thu Mar 27 12:14:24 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_dbg/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Thu Mar 27 12:14:24 PST 2003 OBJDIR AIX4.3_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:14:41 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: accept
BEGIN TEST: acceptread  
Thu Mar 27 12:14:48 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x110035a70)127.0.0.1:38594
(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:38595
(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:38596
(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:38597
(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  
Thu Mar 27 12:14:59 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Testing w/ write_dally = 0 msec
Accepted connection from (0x110036ff0)127.0.0.1:38600
(Server) read [0x110036f78..0x110036fed) GET / HTTP/1.0


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


Testing w/ write_dally = 500 msec
Accepted connection from (0x110037070)127.0.0.1:38601
(Server) read [0x110036ff8..0x11003706d) GET / HTTP/1.0


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


Testing w/ write_dally = 1000 msec
Accepted connection from (0x110037070)127.0.0.1:38602
(Server) read [0x110036ff8..0x11003706d) GET / HTTP/1.0


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


Testing w/ write_dally = 1500 msec
Accepted connection from (0x110037070)127.0.0.1:38603
(Server) read [0x110036ff8..0x11003706d) 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  
Thu Mar 27 12:15:10 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:15:10 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: alarm
BEGIN TEST: anonfm  
Thu Mar 27 12:16:13 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: anonfm
BEGIN TEST: atomic  
Thu Mar 27 12:16:14 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:16:14 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: attach
BEGIN TEST: bigfile  
Thu Mar 27 12:16:15 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: bigfile
BEGIN TEST: cleanup  
Thu Mar 27 12:16:15 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:16:20 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Client/Server started at(0x11000dd50): 12:16:21
Server started at(0x110010670): 12:16:21
Client started at(0x1100987f0): 12:16:21
main(0x11000dd50): waiting for execution interval (10 seconds)
Shutting down(0x11000dd50): 12:16:31
Client(0x1100987f0): stopped after 47 operations and 41684 bytes
Server(0x110010670): stopped after 48 operations and 42634 bytes
main(0x11000dd50): test complete
Test exiting at(0x11000dd50): 12:16:31
END TEST: cltsrv
BEGIN TEST: concur  
Thu Mar 27 12:16:31 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: concur
BEGIN TEST: cvar  
Thu Mar 27 12:16:43 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: cvar
BEGIN TEST: cvar2  
Thu Mar 27 12:16:43 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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: 267.40 usec
Condvar simple test shared UK: 1482.50 usec
Condvar simple test priv UU: 366.37 usec
Condvar simple test priv UK: 203.83 usec
Condvar simple test All: 2911.92 usec
Condvar timeout test: 7912.57 usec

10 Thread tests
Condvar simple test shared UU: 3335.95 usec
Condvar simple test shared UK: 3062.66 usec
Condvar simple test priv UU: 746.49 usec
Condvar simple test priv UK: 481.06 usec
Condvar simple test All: 11260.32 usec
Condvar timeout test: 32198.85 usec

15 Thread tests
Condvar simple test shared UU: 5462.05 usec
Condvar simple test shared UK: 5528.25 usec
Condvar simple test priv UU: 972.60 usec
Condvar simple test priv UK: 815.31 usec
Condvar simple test All: 12842.44 usec
Condvar timeout test: 39655.92 usec

20 Thread tests
Condvar simple test shared UU: 5773.36 usec
Condvar simple test shared UK: 7452.48 usec
Condvar simple test priv UU: 1082.06 usec
Condvar simple test priv UK: 893.30 usec
Condvar simple test All: 20242.50 usec
Condvar timeout test: 64698.52 usec
PASS
END TEST: cvar2
BEGIN TEST: dlltest  
Thu Mar 27 12:17:06 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: dlltest
BEGIN TEST: dtoa  
Thu Mar 27 12:17:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: dtoa
BEGIN TEST: errcodes  
Thu Mar 27 12:17:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:17:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: exit
BEGIN TEST: fdcach  
Thu Mar 27 12:17:17 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: fdcach
BEGIN TEST: fileio  
Thu Mar 27 12:17:18 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: fileio
BEGIN TEST: foreign  
Thu Mar 27 12:17:18 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: foreign
BEGIN TEST: forktest  
Thu Mar 27 12:17:21 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Accepting connection at port 38654
Wait one second before connect
Connecting to port 38654
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Fork succeeded. Parent process continues.
Accepting connection at port 38656
Wait one second before connect
Fork succeeded. Child process continues.
Accepting connection at port 38657
Wait one second before connect
Connecting to port 38657
Writing message "Hello world!"
Received "Hello world!" from the client
The message is received correctly
Child process exits.
Connecting to port 38656
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  
Thu Mar 27 12:17:24 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
10 iterations over a 10 kbyte file: 131 [131] 131
END TEST: fsync
BEGIN TEST: getproto  
Thu Mar 27 12:17:24 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:17:24 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
We have long long
END TEST: i2l
BEGIN TEST: initclk  
Thu Mar 27 12:17:24 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Elapsed time: 3000 ms, expected time: 3010 ms
PASS
END TEST: initclk
BEGIN TEST: inrval  
Thu Mar 27 12:17:28 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
inrval: Examine stdout to determine results.
Overhead of 'PR_Now()' is 665 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  
Thu Mar 27 12:19:01 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Test not defined
END TEST: instrumt
BEGIN TEST: intrio  
Thu Mar 27 12:19:01 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:19:21 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: intrupt
BEGIN TEST: io_timeout  
Thu Mar 27 12:19:35 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:19:41 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Interrupting the threads
Threads terminated in 3002 milliseconds
PASS
END TEST: ioconthr
BEGIN TEST: join  
Thu Mar 27 12:19:46 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:19:46 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: joinkk
BEGIN TEST: joinku  
Thu Mar 27 12:19:47 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: joinku
BEGIN TEST: joinuk  
Thu Mar 27 12:19:47 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: joinuk
BEGIN TEST: joinuu  
Thu Mar 27 12:19:47 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: joinuu
BEGIN TEST: layer  
Thu Mar 27 12:19:47 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:19:48 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: lazyinit
BEGIN TEST: lltest  
Thu Mar 27 12:19:48 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: lltest
BEGIN TEST: lock  
Thu Mar 27 12:19:48 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: lock
BEGIN TEST: lockfile  
Thu Mar 27 12:20:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: lockfile
BEGIN TEST: logger  
Thu Mar 27 12:20:12 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: logger
BEGIN TEST: many_cv  
Thu Mar 27 12:20:22 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:20:22 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
OneInThenCancelled()
OneOpOneThread()
ManyOpOneThread()
SomeOpsSomeThreads()
RealOneGroupIO()
RealOneGroupIO Enumerated 1 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  
Thu Mar 27 12:21:45 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: nameshm1
BEGIN TEST: nonblock  
Thu Mar 27 12:21:50 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:21:52 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:21:52 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: ntioto
BEGIN TEST: ntoh  
Thu Mar 27 12:21:52 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:21:53 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:21:53 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: op_excl
BEGIN TEST: op_filnf  
Thu Mar 27 12:21:53 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
error code is -5950
PASS
END TEST: op_filnf
BEGIN TEST: op_filok  
Thu Mar 27 12:21:53 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Test passed
END TEST: op_filok
BEGIN TEST: op_nofil  
Thu Mar 27 12:21:54 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:21:54 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: parent
BEGIN TEST: peek  
Thu Mar 27 12:21:54 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: peek
BEGIN TEST: perf  
Thu Mar 27 12:21:54 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.13 usec
current calendar time: 0.72 usec
interval time: 0.59 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: 72.88 usec
context switch - user/user: 11.08 usec
context switch - user/kernel: 11.34 usec
context switch - kernel/user: 11.01 usec
context switch - kernel/kernel: 11.40 usec
sema context switch - user/user: 12.78 usec
sema context switch - user/kernel: 12.78 usec
sema context switch - kernel/user: 12.71 usec
sema context switch - kernel/kernel: 12.71 usec
--------------
Adding 7 additional CPUs
--------------
local procedure call overhead: 0.00 usec
DLL procedure call overhead: 0.07 usec
current calendar time: 0.66 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.36 usec
create/destroy thread pair: 72.75 usec
context switch - user/user: 11.08 usec
context switch - user/kernel: 11.47 usec
context switch - kernel/user: 11.21 usec
context switch - kernel/kernel: 11.27 usec
sema context switch - user/user: 12.71 usec
sema context switch - user/kernel: 12.71 usec
sema context switch - kernel/user: 12.71 usec
sema context switch - kernel/kernel: 12.65 usec
END TEST: perf
BEGIN TEST: pipeping  
Thu Mar 27 12:21:55 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:21:55 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:21:56 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:21:56 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: poll_nm
BEGIN TEST: poll_to  
Thu Mar 27 12:21:56 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: poll_to
BEGIN TEST: pollable  
Thu Mar 27 12:22:01 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: pollable
BEGIN TEST: prftest  
Thu Mar 27 12:22:02 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:22:02 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
This test is not relevant on this platform
END TEST: primblok
BEGIN TEST: provider  
Thu Mar 27 12:22:02 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Client/Server started at(0x11000dff0): 12:22:02
Server started at(0x110010870): 12:22:02
Client started at(0x110078870): 12:22:02
main(0x11000dff0): waiting for execution interval (10 seconds)
Shutting down(0x11000dff0): 12:22:12
Client(0x110078870): stopped after 47 operations and 41684 bytes
Server(0x110010870): stopped after 48 operations and 42634 bytes
main(0x11000dff0): test complete
Test exiting at(0x11000dff0): 12:22:12
END TEST: provider
BEGIN TEST: prpollml  
Thu Mar 27 12:22:13 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: prpollml
BEGIN TEST: prpoll  
Thu Mar 27 12:22:34 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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 39010, 39011 and 39012

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 "39010" from a client
The server received "39010" from a client
The server received "39010" from a client
The server received "39011" from a client
The server received "39011" from a client
The server received "39011" from a client
The server received "39011" from a client
The server received "39011" from a client
Server read 128 bytes from native fd 9
The server received "39012" from a client
Server read 128 bytes from native fd 9
The server received "39012" from a client
Server read 128 bytes from native fd 9
The server received "39012" from a client
Server read 128 bytes from native fd 9
The server received "39012" from a client
Server read 128 bytes from native fd 9
The server received "39012" from a client
The server received "39010" from a client
The server received "39010" from a client
All tests finished
END TEST: prpoll
BEGIN TEST: randseed  
Thu Mar 27 12:22:39 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: randseed
BEGIN TEST: ranfile  
Thu Mar 27 12:22:40 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: ranfile
BEGIN TEST: rwlocktest  
Thu Mar 27 12:23:00 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: rwlocktest
BEGIN TEST: sel_spd  
Thu Mar 27 12:23:00 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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 25962 713 10987 339
server per thread elapsed time 38008
----------
Client results:

----------
client per thread totals 0 1224 464 12265 437
client per thread elapsed time 14395
select loop user/user: 11535.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 46305 4449 24778 8290
server per thread elapsed time 83826
----------
Client results:

----------
client per thread totals 10 2245 841 37817 805
client per thread elapsed time 41709
select loop user/kernel: 11797.00 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 10 61701 5590 39018 8671
server per thread elapsed time 114983
----------
Client results:

----------
client per thread totals 10 9922 1233 53868 1153
client per thread elapsed time 66176
select loop kernel/user: 12321.40 usec
TEST COMPLETE!
Server results:

----------
server per thread totals 20 84280 10078 54248 11483
server per thread elapsed time 160096
----------
Client results:

----------
client per thread totals 20 10998 1562 77376 1444
client per thread elapsed time 91376
select loop kernel/kernel: 11508.80 usec
END TEST: sel_spd
BEGIN TEST: selct_er  
Thu Mar 27 12:23:01 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: selct_er
BEGIN TEST: selct_nm  
Thu Mar 27 12:23:01 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: selct_nm
BEGIN TEST: selct_to  
Thu Mar 27 12:23:01 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: selct_to
BEGIN TEST: selintr  
Thu Mar 27 12:23:07 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
select returned 0
END TEST: selintr
BEGIN TEST: sema  
Thu Mar 27 12:23:09 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: sema
BEGIN TEST: semaerr  
Thu Mar 27 12:23:09 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
PASS
END TEST: semaerr
BEGIN TEST: semaping  
Thu Mar 27 12:23:10 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:23:10 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: sendzlf
BEGIN TEST: server_test  
Thu Mar 27 12:23:10 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: server_test
BEGIN TEST: servr_uu  
Thu Mar 27 12:23:10 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: servr_uu
BEGIN TEST: servr_ku  
Thu Mar 27 12:23:11 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: servr_ku
BEGIN TEST: servr_uk  
Thu Mar 27 12:23:11 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: servr_uk
BEGIN TEST: servr_kk  
Thu Mar 27 12:23:11 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: servr_kk
BEGIN TEST: short_thread  
Thu Mar 27 12:23:12 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: short_thread
BEGIN TEST: sigpipe  
Thu Mar 27 12:23:12 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:23:12 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: socket
BEGIN TEST: sockopt  
Thu Mar 27 12:23:12 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: sockopt
BEGIN TEST: sockping  
Thu Mar 27 12:23:13 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:23:13 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: sprintf
BEGIN TEST: stack  
Thu Mar 27 12:23:14 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
./stack successful
sum = 0x13948, expected = 0x13948
END TEST: stack
BEGIN TEST: stdio  
Thu Mar 27 12:23:20 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
This to standard out
This to standard err
END TEST: stdio
BEGIN TEST: str2addr  
Thu Mar 27 12:23:20 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: str2addr
BEGIN TEST: strod  
Thu Mar 27 12:23:21 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:23:21 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: switch
BEGIN TEST: system  
Thu Mar 27 12:23:25 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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  
Thu Mar 27 12:23:25 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: testbit
BEGIN TEST: testfile  
Thu Mar 27 12:23:25 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
File Test passed
Dir Test passed
END TEST: testfile
BEGIN TEST: threads  
Thu Mar 27 12:23:28 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASS
END TEST: threads
BEGIN TEST: timemac  
Thu Mar 27 12:23:29 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
*********************************************
** **
** Testing PR_Now(), PR_ExplodeTime, and **
** PR_ImplodeTime on the current time **
** **
*********************************************

Current UTC is Thu Mar 27 20:23:29 UTC 2003
Current local time is Thu Mar 27 12:23:29 -0800 2003
GMT offset is -28800, DST offset is 0
Please examine the results
END TEST: timemac
BEGIN TEST: timetest  
Thu Mar 27 12:23:29 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: timetest
BEGIN TEST: tpd  
Thu Mar 27 12:23:49 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: tpd
BEGIN TEST: udpsrv  
Thu Mar 27 12:23:49 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
END TEST: udpsrv
BEGIN TEST: vercheck  
Thu Mar 27 12:23:50 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
NSPR release 4.3:
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
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  
Thu Mar 27 12:23:50 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Runtime library version information
Build time: 27 Mar 2003 13:02:04 GMT
Build time: 2003-03-27 05:02:04
Portable runtime V4.3.0 ()
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  
Thu Mar 27 12:23:50 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
PASSED
END TEST: writev
BEGIN TEST: xnotify  
Thu Mar 27 12:23:51 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/masala_AIX4.3/aix433_64_opt/dist/lib
Done!
END TEST: xnotify
BEGIN TEST: zerolen  
Thu Mar 27 12:23:51 PST 2003 OBJDIR AIX4.3_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.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