BEGIN TEST: accept   Fri Mar 28 14:55:17 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing accept 14946 after 600 END TEST: accept BEGIN TEST: acceptread   Fri Mar 28 14:55:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xdd80feb0)127.0.0.1:13702 (Server) read [0xdd80fe3b..0xdd80feb0) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xdd80feb0)127.0.0.1:13958 (Server) read [0xdd80fe3b..0xdd80feb0) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xdd80feb0)127.0.0.1:14214 (Server) read [0xdd80fe3b..0xdd80feb0) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xdd80feb0)127.0.0.1:14470 (Server) read [0xdd80fe3b..0xdd80feb0) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 2000 msec PR_Recv (client) succeeded: 0 bytes GET / HTTP/1.0 PR_AcceptRead (server) failed: PR_IO_TIMEOUT_ERROR(-5990), oserror = 0 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 = 131 PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134 Killing acceptread 15114 after 600 END TEST: acceptread BEGIN TEST: acceptreademu   Fri Mar 28 14:55:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xdd80feb0)127.0.0.1:15238 (Server) read [0xdd80fe3b..0xdd80feb0) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xdd80feb0)127.0.0.1:15494 (Server) read [0xdd80fe3b..0xdd80feb0) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xdd80feb0)127.0.0.1:15750 (Server) read [0xdd80fe3b..0xdd80feb0) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xdd80feb0)127.0.0.1:16006 (Server) read [0xdd80fe3b..0xdd80feb0) 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 = 131 PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134 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 = 131 PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134 Killing acceptreademu 15268 after 600 END TEST: acceptreademu BEGIN TEST: affinity   Fri Mar 28 14:55:46 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing affinity 15433 after 600 END TEST: affinity BEGIN TEST: alarm   Fri Mar 28 14:55:46 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing alarm 15446 after 600 END TEST: alarm BEGIN TEST: anonfm   Fri Mar 28 14:56:50 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing anonfm 17829 after 600 END TEST: anonfm BEGIN TEST: atomic   Fri Mar 28 14:56:51 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing atomic 17843 after 600 END TEST: atomic BEGIN TEST: attach   Fri Mar 28 14:56:52 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing attach 17856 after 600 END TEST: attach BEGIN TEST: bigfile   Fri Mar 28 14:56:53 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing bigfile 17870 after 600 END TEST: bigfile BEGIN TEST: cleanup   Fri Mar 28 14:56:55 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing cleanup 17883 after 600 END TEST: cleanup BEGIN TEST: cltsrv   Fri Mar 28 14:57:00 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PThread Statistics started: 14:57:01[10] locks [created: 11, destroyed: 2] locks [acquired: 2366, released: 2366] cvars [created: 7, destroyed: 5] cvars [notified: 396, delayed_delete: 0] Client/Server started at(0x8068350): 14:57:01 Server started at(0x8069790): 14:57:01 Client started at(0x80699c8): 14:57:01 main(0x8068350): waiting for execution interval (10 seconds) Shutting down(0x8068350): 14:57:11 Client(0x80699c8): stopped after 388 operations and 401786 bytes Server(0x8069790): stopped after 389 operations and 403702 bytes main(0x8068350): test complete Test exiting at(0x8068350): 14:57:11 Killing cltsrv 17896 after 600 END TEST: cltsrv BEGIN TEST: concur   Fri Mar 28 14:57:11 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASSED Killing concur 17912 after 600 END TEST: concur BEGIN TEST: cvar   Fri Mar 28 14:57:22 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing cvar 18058 after 600 END TEST: cvar BEGIN TEST: cvar2   Fri Mar 28 14:57:23 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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: 292.20 usec Condvar simple test shared UK: 278.40 usec Condvar simple test priv UU: 435.10 usec Condvar simple test priv UK: 434.70 usec Condvar simple test All: 970.90 usec Condvar timeout test: 1105.60 usec 10 Thread tests Condvar simple test shared UU: 514.00 usec Condvar simple test shared UK: 511.50 usec Condvar simple test priv UU: 2169.10 usec Condvar simple test priv UK: 1640.60 usec Condvar simple test All: 1999.90 usec Condvar timeout test: 1731.80 usec 15 Thread tests Condvar simple test shared UU: 705.90 usec Condvar simple test shared UK: 715.70 usec Condvar simple test priv UU: 1321.90 usec Condvar simple test priv UK: 2092.40 usec Condvar simple test All: 3844.40 usec Condvar timeout test: 2284.70 usec 20 Thread tests Condvar simple test shared UU: 951.40 usec Condvar simple test shared UK: 2284.20 usec Condvar simple test priv UU: 1801.90 usec Condvar simple test priv UK: 1708.60 usec Condvar simple test All: 8177.80 usec Condvar timeout test: 2858.80 usec PASS Killing cvar2 18182 after 600 END TEST: cvar2 BEGIN TEST: dlltest   Fri Mar 28 14:57:28 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASSED Killing dlltest 18377 after 600 END TEST: dlltest BEGIN TEST: dtoa   Fri Mar 28 14:57:28 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASSED Killing dtoa 18438 after 600 END TEST: dtoa BEGIN TEST: errcodes   Fri Mar 28 14:57:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing errcodes 18508 after 600 END TEST: errcodes BEGIN TEST: exit   Fri Mar 28 14:57:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing exit 18575 after 600 END TEST: exit BEGIN TEST: fdcach   Fri Mar 28 14:57:40 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing fdcach 18806 after 600 END TEST: fdcach BEGIN TEST: fileio   Fri Mar 28 14:57:41 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing fileio 18829 after 600 END TEST: fileio BEGIN TEST: foreign   Fri Mar 28 14:57:42 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing foreign 18842 after 600 END TEST: foreign BEGIN TEST: forktest   Fri Mar 28 14:57:46 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Accepting connection at port 34758 Wait one second before connect Connecting to port 34758 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Child process continues. Accepting connection at port 34760 Wait one second before connect Fork succeeded. Parent process continues. Accepting connection at port 34761 Wait one second before connect Connecting to port 34760 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Child process exits. Connecting to port 34761 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Parent process exits. PASSED Killing forktest 18910 after 600 END TEST: forktest BEGIN TEST: fsync   Fri Mar 28 14:57:49 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib 10 iterations over a 10 kbyte file: 30 [40] 40 Killing fsync 18949 after 600 END TEST: fsync BEGIN TEST: getproto   Fri Mar 28 14:57:49 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib tcp is protocol number 6 udp is protocol number 17 Protocol number 6 is tcp Protocol number 17 is udp PASSED Killing getproto 18967 after 600 END TEST: getproto BEGIN TEST: i2l   Fri Mar 28 14:57:51 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib We have long long Killing i2l 18985 after 600 END TEST: i2l BEGIN TEST: initclk   Fri Mar 28 14:57:52 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Elapsed time: 3000 ms, expected time: 3007 ms PASS Killing initclk 18998 after 600 END TEST: initclk BEGIN TEST: inrval   Fri Mar 28 14:57:55 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 2433 nsecs Overhead of 'PR_IntervalNow()' is 1308 nsecs Overhead of 'PR_Now()' is 1519 nsecs Overhead of 'PR_IntervalNow()' is 1529 nsecs Killing inrval 19063 after 600 END TEST: inrval BEGIN TEST: instrumt   Fri Mar 28 14:59:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing instrumt 20070 after 600 END TEST: instrumt BEGIN TEST: intrio   Fri Mar 28 14:59:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing intrio 20132 after 600 END TEST: intrio BEGIN TEST: intrupt   Fri Mar 28 14:59:55 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASSED Killing intrupt 20379 after 600 END TEST: intrupt BEGIN TEST: io_timeout   Fri Mar 28 15:00:10 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing io_timeout 20553 after 600 END TEST: io_timeout BEGIN TEST: ioconthr   Fri Mar 28 15:00:16 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Interrupting the threads Threads terminated in 3000 milliseconds PASS Killing ioconthr 20697 after 600 END TEST: ioconthr BEGIN TEST: join   Fri Mar 28 15:00:22 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib User-User test User-Kernel test Kernel-User test Kernel-Kernel test Join with unjoinable thread PASSED Killing join 20799 after 600 END TEST: join BEGIN TEST: joinkk   Fri Mar 28 15:00:23 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing joinkk 20827 after 600 END TEST: joinkk BEGIN TEST: joinku   Fri Mar 28 15:00:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing joinku 20842 after 600 END TEST: joinku BEGIN TEST: joinuk   Fri Mar 28 15:00:25 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing joinuk 20860 after 600 END TEST: joinuk BEGIN TEST: joinuu   Fri Mar 28 15:00:27 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing joinuu 20920 after 600 END TEST: joinuu BEGIN TEST: layer   Fri Mar 28 15:00:28 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Beginning layered test with new style stack Ending layered test Killing layer 20954 after 600 END TEST: layer BEGIN TEST: lazyinit   Fri Mar 28 15:00:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing lazyinit 21001 after 600 END TEST: lazyinit BEGIN TEST: lltest   Fri Mar 28 15:00:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing lltest 21034 after 600 END TEST: lltest BEGIN TEST: lock   Fri Mar 28 15:00:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing lock 21091 after 600 END TEST: lock BEGIN TEST: lockfile   Fri Mar 28 15:00:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing lockfile 21280 after 600 END TEST: lockfile BEGIN TEST: logger   Fri Mar 28 15:00:47 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing logger 21355 after 600 END TEST: logger BEGIN TEST: many_cv   Fri Mar 28 15:00:58 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PThread Statistics started: 15:00:58[0] locks [created: 10, destroyed: 1] locks [acquired: 9, released: 9] cvars [created: 12, destroyed: 10] cvars [notified: 10, delayed_delete: 0] PASS Killing many_cv 21511 after 600 END TEST: many_cv BEGIN TEST: multiwait   Fri Mar 28 15:00:59 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib OneInThenCancelled() OneOpOneThread() ManyOpOneThread() SomeOpsSomeThreads() RealOneGroupIO() RealOneGroupIO Enumerated 0 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects Killing multiwait 21544 after 600 END TEST: multiwait BEGIN TEST: nameshm1   Fri Mar 28 15:02:23 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib END TEST: nameshm1 BEGIN TEST: nonblock   Fri Mar 28 15:02:23 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 client sent 10 bytes First Receive: : PR_WOULD_BLOCK_ERROR(-5998), oserror = 11 First PR_Recv: retVal: 10, Error: -5998 Killing nonblock 24222 after 600 nonblock returned 1 (failed) END TEST: nonblock BEGIN TEST: nblayer   Fri Mar 28 15:02:25 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Ending layered test Killing nblayer 24293 after 600 END TEST: nblayer BEGIN TEST: ntioto   Fri Mar 28 15:02:25 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing ntioto 24323 after 600 END TEST: ntioto BEGIN TEST: ntoh   Fri Mar 28 15:02:26 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib 2 1 1 2 2 1 4 3 2 1 1 2 3 4 4 3 2 1 8 7 6 5 4 3 2 1 1 2 3 4 5 6 7 8 8 7 6 5 4 3 2 1 PASS Killing ntoh 24358 after 600 END TEST: ntoh BEGIN TEST: op_2long   Fri Mar 28 15:02:26 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78 PASS Killing op_2long 24380 after 600 END TEST: op_2long BEGIN TEST: op_excl   Fri Mar 28 15:02:27 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing op_excl 24411 after 600 END TEST: op_excl BEGIN TEST: op_filnf   Fri Mar 28 15:02:28 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib error code is -5950 PASS Killing op_filnf 24445 after 600 END TEST: op_filnf BEGIN TEST: op_filok   Fri Mar 28 15:02:28 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Test passed Killing op_filok 24475 after 600 END TEST: op_filok BEGIN TEST: op_nofil   Fri Mar 28 15:02:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib error code is PR_FILE_NOT_FOUND_ERROR, as expected PASS Killing op_nofil 24506 after 600 END TEST: op_nofil BEGIN TEST: parent   Fri Mar 28 15:02:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing parent 24533 after 600 END TEST: parent BEGIN TEST: peek   Fri Mar 28 15:02:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib END TEST: peek BEGIN TEST: perf   Fri Mar 28 15:02:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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.04 usec DLL procedure call overhead: 0.05 usec current calendar time: 0.86 usec interval time: 0.57 usec idle lock lock/unlock pair: 8.92 usec idle monitor entry/exit pair: 17.60 usec idle cache monitor entry/exit pair: 76.49 usec create/destroy thread pair: 160.32 usec context switch - user/user: 44.07 usec context switch - user/kernel: 43.93 usec context switch - kernel/user: 43.88 usec context switch - kernel/kernel: 43.87 usec sema context switch - user/user: 45.10 usec sema context switch - user/kernel: 44.88 usec sema context switch - kernel/user: 44.77 usec sema context switch - kernel/kernel: 44.77 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.03 usec DLL procedure call overhead: 0.04 usec current calendar time: 0.85 usec interval time: 0.57 usec idle lock lock/unlock pair: 8.87 usec idle monitor entry/exit pair: 17.59 usec idle cache monitor entry/exit pair: 36.55 usec create/destroy thread pair: 99.80 usec context switch - user/user: 43.93 usec context switch - user/kernel: 43.88 usec context switch - kernel/user: 43.86 usec context switch - kernel/kernel: 75.90 usec sema context switch - user/user: 44.83 usec sema context switch - user/kernel: 46.05 usec sema context switch - kernel/user: 45.50 usec sema context switch - kernel/kernel: 44.81 usec Killing perf 24570 after 600 END TEST: perf BEGIN TEST: pipeping   Fri Mar 28 15:02:32 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing pipeping 24607 after 600 END TEST: pipeping BEGIN TEST: pipeping2   Fri Mar 28 15:02:33 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing pipeping2 24642 after 600 END TEST: pipeping2 BEGIN TEST: pipeself   Fri Mar 28 15:02:34 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing pipeself 24681 after 600 END TEST: pipeself BEGIN TEST: poll_nm   Fri Mar 28 15:02:35 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing poll_nm 24713 after 600 END TEST: poll_nm BEGIN TEST: poll_to   Fri Mar 28 15:02:36 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing poll_to 24744 after 600 END TEST: poll_to BEGIN TEST: pollable   Fri Mar 28 15:02:41 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASSED Killing pollable 24893 after 600 END TEST: pollable BEGIN TEST: prftest   Fri Mar 28 15:02:42 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed Killing prftest 24928 after 600 END TEST: prftest BEGIN TEST: primblok   Fri Mar 28 15:02:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib This test is not relevant on this platform Killing primblok 24958 after 600 END TEST: primblok BEGIN TEST: provider   Fri Mar 28 15:02:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib pthread Statistics started: 15:02:44[15] locks [created: 11, destroyed: 2] locks [acquired: 1720, released: 1720] cvars [created: 7, destroyed: 5] cvars [notified: 127, delayed_delete: 0] Client/Server started at(0x8068898): 15:02:44 Server started at(0x8069cd8): 15:02:44 Client started at(0x8069eb0): 15:02:44 main(0x8068898): waiting for execution interval (10 seconds) Shutting down(0x8068898): 15:02:54 Client(0x8069eb0): stopped after 120 operations and 112408 bytes Server(0x8069cd8): stopped after 121 operations and 113798 bytes main(0x8068898): test complete Test exiting at(0x8068898): 15:02:59 Killing provider 24992 after 600 END TEST: provider BEGIN TEST: prpollml   Fri Mar 28 15:03:02 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS END TEST: prpollml Killing prpollml 25044 after 600 BEGIN TEST: prpoll   Fri Mar 28 15:03:44 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 38085, 38086 and 38087 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 "38085" from a client The server received "38085" from a client The server received "38085" from a client The server received "38085" from a client The server received "38085" from a client The server received "38086" from a client The server received "38086" from a client The server received "38086" from a client The server received "38086" from a client The server received "38086" from a client Server read 128 bytes from native fd 6 The server received "38087" from a client Server read 128 bytes from native fd 7 The server received "38087" from a client Server read 128 bytes from native fd 6 The server received "38087" from a client Server read 128 bytes from native fd 7 The server received "38087" from a client Server read 128 bytes from native fd 6 The server received "38087" from a client All tests finished Killing prpoll 25078 after 600 END TEST: prpoll BEGIN TEST: randseed   Fri Mar 28 15:03:53 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing randseed 25104 after 600 END TEST: randseed BEGIN TEST: ranfile   Fri Mar 28 15:03:53 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing ranfile 25144 after 600 END TEST: ranfile BEGIN TEST: rwlocktest   Fri Mar 28 15:04:14 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing rwlocktest 25738 after 600 END TEST: rwlocktest BEGIN TEST: sel_spd   Fri Mar 28 15:04:14 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 0 loop 0 server thread 1 alive 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 134631432 client thread 0 socket connected 134631432 client thread 0 socket wrote 8192 server thread 0 got connection 134631496 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 4170 70 1080 140 5460 server thread 0 loop 1 client thread 1 alive client thread 1 loop 0 client thread 1 socket created 134631496 client thread 1 socket connected 134631496 client thread 1 socket wrote 8192 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 134631560 client thread 2 socket connected 134631560 client thread 2 socket wrote 8192 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 134631624 client thread 3 socket connected 134631624 client thread 3 socket wrote 8192 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 134631688 client thread 4 socket connected 134631688 client thread 4 socket wrote 8192 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 134631752 client thread 5 socket connected 134631752 client thread 5 socket wrote 8192 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 134631816 client thread 6 socket connected 134631816 client thread 6 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 134631880 client thread 7 socket connected 134631880 client thread 7 socket wrote 8192 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 134631944 client thread 8 socket connected 134631944 client thread 8 socket wrote 8192 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 134632008 client thread 9 socket connected 134632008 client thread 9 socket wrote 8192 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 134631432 client thread 0 socket connected 134631432 client thread 0 socket wrote 8192 server thread 0 got connection 134632072 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 6580 30 660 110 7380 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 134632072 client thread 0 socket connected 134632072 client thread 0 socket wrote 8192 server thread 0 got connection 134631432 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1600 30 650 110 2390 server thread 0 loop 3 server thread 1 got connection 134631432 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 14960 110 1050 120 16240 server thread 1 loop 1 server thread 2 got connection 134631432 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 16240 130 1120 130 17620 server thread 2 loop 1 server thread 3 got connection 134631432 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 17620 150 1120 130 19020 server thread 3 loop 1 server thread 4 got connection 134631432 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 19010 120 1120 120 20370 server thread 4 loop 1 server thread 5 got connection 134631432 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 20380 130 1130 120 21760 server thread 5 loop 1 server thread 6 got connection 134631432 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 21750 130 1240 120 23240 server thread 6 loop 1 server thread 7 got connection 134631432 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 23210 130 1130 120 24590 server thread 7 loop 1 server thread 8 got connection 134631432 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 24600 120 1110 130 25960 server thread 8 loop 1 server thread 9 got connection 134631432 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 25920 120 1140 120 27300 server thread 9 loop 1 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 134631432 client thread 0 socket connected 134631432 client thread 0 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 134632072 client thread 1 socket connected 134632072 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 134631496 client thread 2 socket connected 134631496 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 134631560 client thread 3 socket connected 134631560 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 134631624 client thread 4 socket connected 134631624 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 134631688 client thread 5 socket connected 134631688 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 134631752 client thread 6 socket connected 134631752 client thread 6 socket wrote 8192 server thread 1 got connection 134631816 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 58330 40 670 110 59150 server thread 1 loop 2 server thread 6 got connection 134631816 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 51370 50 670 110 52200 server thread 6 loop 2 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 134631816 client thread 6 socket connected 134631816 client thread 6 socket wrote 8192 server thread 6 got connection 134631752 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1520 30 660 110 2320 server thread 6 loop 3 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 134631752 client thread 6 socket connected 134631752 client thread 6 socket wrote 8192 server thread 6 got connection 134631816 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1510 30 650 100 2290 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 134631816 client thread 6 socket connected 134631816 client thread 6 socket wrote 8192 server thread 6 got connection 134631752 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1510 30 750 110 2400 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 2 got connection 134631752 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 67580 50 680 110 68420 server thread 2 loop 2 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 134631176 client thread 7 socket connected 134631176 client thread 7 socket wrote 8192 server thread 5 got connection 134631816 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 65350 50 670 110 66180 server thread 5 loop 2 server thread 0 got connection 134631752 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 74880 50 700 110 75740 server thread 0 loop 4 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 134631880 client thread 8 socket connected 134631880 client thread 8 socket wrote 8192 server thread 4 got connection 134631816 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 71120 40 690 110 71960 server thread 4 loop 2 server thread 3 got connection 134631752 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 73940 330 740 110 75120 server thread 3 loop 2 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 134631944 client thread 9 socket connected 134631944 client thread 9 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 134631816 client thread 1 socket connected 134631816 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 134631752 client thread 2 socket connected 134631752 client thread 2 socket wrote 8192 server thread 7 got connection 134632008 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 79440 40 670 100 80250 server thread 7 loop 2 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 134632072 client thread 5 socket connected 134632072 client thread 5 socket wrote 8192 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 134631496 client thread 0 socket connected 134631496 client thread 0 socket wrote 8192 server thread 8 got connection 134632008 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 81770 40 660 110 82580 server thread 8 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 134631688 client thread 4 socket connected 134631688 client thread 4 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 134631432 client thread 3 socket connected 134631432 client thread 3 socket wrote 8192 server thread 9 got connection 134632008 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 85910 60 700 100 86770 server thread 9 loop 2 server thread 1 got connection 134631624 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 41680 50 710 110 42550 server thread 1 loop 3 server thread 2 got connection 134631560 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 31880 50 720 110 32760 server thread 2 loop 3 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 134632008 client thread 7 socket connected 134632008 client thread 7 socket wrote 8192 server thread 5 got connection 134631624 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 31500 40 680 110 32330 server thread 5 loop 3 server thread 0 got connection 134631560 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 31470 50 690 110 32320 Thread 0 EXIT client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 134631176 client thread 8 socket connected 134631176 client thread 8 socket wrote 8192 server thread 4 got connection 134631624 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 31200 40 650 110 32000 server thread 4 loop 3 server thread 3 got connection 134631560 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 30820 70 740 110 31740 server thread 3 loop 3 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 134630792 client thread 9 socket connected 134630792 client thread 9 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 134631880 client thread 1 socket connected 134631880 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 134631624 client thread 2 socket connected 134631624 client thread 2 socket wrote 8192 server thread 7 got connection 134631560 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 24400 40 680 110 25230 server thread 7 loop 3 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 134631944 client thread 5 socket connected 134631944 client thread 5 socket wrote 8192 client thread 0 socket read 131072 Thread 0 EXIT server thread 8 got connection 134631816 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 23950 50 690 110 24800 server thread 8 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 134631752 client thread 4 socket connected 134631752 client thread 4 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 134631560 client thread 3 socket connected 134631560 client thread 3 socket wrote 8192 server thread 9 got connection 134632072 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 25870 60 730 110 26770 server thread 9 loop 3 server thread 1 got connection 134631496 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 25970 50 680 110 26810 server thread 1 loop 4 server thread 2 got connection 134631816 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 25930 60 1160 100 27250 server thread 2 loop 4 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 134631688 client thread 7 socket connected 134631688 client thread 7 socket wrote 8192 server thread 5 got connection 134631432 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 26550 50 710 110 27420 server thread 5 loop 4 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 134632072 client thread 8 socket connected 134632072 client thread 8 socket wrote 8192 server thread 4 got connection 134631496 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 26180 50 690 100 27020 server thread 4 loop 4 server thread 3 got connection 134631816 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 26110 60 710 100 26980 server thread 3 loop 4 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 134632008 client thread 9 socket connected 134632008 client thread 9 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 134631432 client thread 1 socket connected 134631432 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 134631176 client thread 2 socket connected 134631176 client thread 2 socket wrote 8192 server thread 7 got connection 134631496 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 25770 40 670 110 26590 server thread 7 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 134631816 client thread 5 socket connected 134631816 client thread 5 socket wrote 8192 server thread 8 got connection 134630792 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 24640 40 680 110 25470 server thread 8 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 134631880 client thread 4 socket connected 134631880 client thread 4 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 134631624 client thread 3 socket connected 134631624 client thread 3 socket wrote 8192 server thread 9 got connection 134631496 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 20610 40 660 110 21420 server thread 9 loop 4 server thread 1 got connection 134631944 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 20510 50 700 110 21370 Thread 1 EXIT server thread 2 got connection 134630792 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 20160 50 710 100 21020 Thread 2 EXIT client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 134631752 client thread 7 socket connected 134631752 client thread 7 socket wrote 8192 server thread 5 got connection 134631560 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 20140 40 670 100 20950 Thread 5 EXIT client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 134631496 client thread 8 socket connected 134631496 client thread 8 socket wrote 8192 server thread 4 got connection 134631944 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 19470 40 690 110 20310 Thread 4 EXIT server thread 3 got connection 134630856 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 19550 70 830 100 20550 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 134630792 client thread 9 socket connected 134630792 client thread 9 socket wrote 8192 client thread 1 socket read 131072 Thread 1 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 7 got connection 134630920 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 20290 50 670 110 21120 Thread 7 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 8 got connection 134631688 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 20230 50 680 110 21070 Thread 8 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 9 got connection 134631560 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 18940 50 690 110 19790 Thread 9 EXIT client thread 7 socket read 131072 Thread 7 EXIT client thread 8 socket read 131072 Thread 8 EXIT client thread 9 socket read 131072 Thread 9 EXIT Thread 9 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 0 154409 335 3935 556 server per thread elapsed time 159235 ---------- Client results: ---------- client per thread totals 0 1482 411 158241 765 client per thread elapsed time 160899 select loop user/user: 65334.00 usec server thread 0 alive server thread 0 loop 0 server thread 1 alive 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 134630920 client thread 0 socket connected 134630920 client thread 0 socket wrote 8192 server thread 0 got connection 134631240 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 3550 30 850 100 4530 server thread 0 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 134631816 client thread 0 socket connected 134631816 client thread 0 socket wrote 8192 server thread 0 got connection 134631688 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1510 30 650 100 2290 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 134631304 client thread 0 socket connected 134631304 client thread 0 socket wrote 8192 server thread 0 got connection 134631880 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1520 30 670 110 2330 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 134631560 client thread 0 socket connected 134631560 client thread 0 socket wrote 8192 server thread 0 got connection 134631368 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1520 30 650 110 2310 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 134631752 client thread 0 socket connected 134631752 client thread 0 socket wrote 8192 server thread 0 got connection 134631496 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1510 30 670 110 2320 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 1 alive client thread 1 loop 0 client thread 1 socket created 134630792 client thread 1 socket connected 134630792 client thread 1 socket wrote 8192 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 134631240 client thread 2 socket connected 134631240 client thread 2 socket wrote 8192 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 134630920 client thread 3 socket connected 134630920 client thread 3 socket wrote 8192 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 134631688 client thread 4 socket connected 134631688 client thread 4 socket wrote 8192 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 134631816 client thread 5 socket connected 134631816 client thread 5 socket wrote 8192 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 134631880 client thread 6 socket connected 134631880 client thread 6 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 134631304 client thread 7 socket connected 134631304 client thread 7 socket wrote 8192 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 134631368 client thread 8 socket connected 134631368 client thread 8 socket wrote 8192 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 134631560 client thread 9 socket connected 134631560 client thread 9 socket wrote 8192 server thread 1 got connection 134631496 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 18160 40 680 100 18980 server thread 1 loop 1 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 134631112 client thread 1 socket connected 134631112 client thread 1 socket wrote 8192 server thread 1 got connection 134631752 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1540 30 660 110 2340 server thread 1 loop 2 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 134631496 client thread 1 socket connected 134631496 client thread 1 socket wrote 8192 server thread 1 got connection 134630792 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1520 30 650 110 2310 server thread 1 loop 3 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 134631752 client thread 1 socket connected 134631752 client thread 1 socket wrote 8192 server thread 1 got connection 134631112 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1610 30 660 100 2400 server thread 1 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 134630792 client thread 1 socket connected 134630792 client thread 1 socket wrote 8192 server thread 1 got connection 134631496 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1510 30 650 110 2300 Thread 1 EXIT client thread 1 socket read 131072 Thread 1 EXIT server thread 2 got connection 134631112 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 29570 50 680 110 30410 server thread 2 loop 1 server thread 3 got connection 134631752 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 30390 70 710 110 31280 server thread 3 loop 1 server thread 4 got connection 134631496 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 31260 50 710 110 32130 server thread 4 loop 1 server thread 5 got connection 134632072 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 32110 50 800 100 33060 server thread 5 loop 1 server thread 6 got connection 134630792 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 33010 50 700 110 33870 server thread 6 loop 1 server thread 7 got connection 134631112 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 33840 60 700 110 34710 server thread 7 loop 1 server thread 8 got connection 134631752 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 34670 50 700 100 35520 server thread 8 loop 1 server thread 9 got connection 134631496 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 35510 50 710 100 36370 server thread 9 loop 1 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 134632072 client thread 2 socket connected 134632072 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 134630792 client thread 3 socket connected 134630792 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 134631112 client thread 4 socket connected 134631112 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 134631752 client thread 5 socket connected 134631752 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 134631496 client thread 6 socket connected 134631496 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 134631240 client thread 7 socket connected 134631240 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 134630920 client thread 8 socket connected 134630920 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 134631688 client thread 9 socket connected 134631688 client thread 9 socket wrote 8192 server thread 2 got connection 134631816 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 20080 40 680 110 20910 server thread 2 loop 2 server thread 3 got connection 134631880 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 20000 50 730 110 20890 server thread 3 loop 2 server thread 4 got connection 134631304 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 20020 50 810 100 20980 server thread 4 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 134631368 client thread 4 socket connected 134631368 client thread 4 socket wrote 8192 server thread 4 got connection 134631560 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1500 30 660 110 2300 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 134631816 client thread 4 socket connected 134631816 client thread 4 socket wrote 8192 server thread 4 got connection 134631880 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1510 30 660 110 2310 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 134631304 client thread 4 socket connected 134631304 client thread 4 socket wrote 8192 server thread 4 got connection 134631112 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1510 20 670 100 2300 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 5 got connection 134631560 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 28040 50 690 110 28890 server thread 5 loop 2 server thread 6 got connection 134631368 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 28060 50 780 100 28990 server thread 6 loop 2 server thread 7 got connection 134631880 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 28110 60 700 100 28970 server thread 7 loop 2 server thread 8 got connection 134631816 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 28120 50 710 110 28990 server thread 8 loop 2 server thread 9 got connection 134631112 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 28120 50 710 100 28980 server thread 9 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 134630856 client thread 2 socket connected 134630856 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 134631304 client thread 3 socket connected 134631304 client thread 3 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 134631560 client thread 5 socket connected 134631560 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 134631368 client thread 6 socket connected 134631368 client thread 6 socket wrote 8192 server thread 6 got connection 134631880 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 9060 30 720 110 9920 server thread 6 loop 3 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 134631816 client thread 7 socket connected 134631816 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 134631112 client thread 8 socket connected 134631112 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 134632072 client thread 9 socket connected 134632072 client thread 9 socket wrote 8192 server thread 2 got connection 134630792 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 27030 50 660 110 27850 server thread 2 loop 3 server thread 3 got connection 134631752 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 26960 70 710 110 27850 server thread 3 loop 3 server thread 5 got connection 134631496 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 17720 60 690 110 18580 server thread 5 loop 3 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 134631880 client thread 6 socket connected 134631880 client thread 6 socket wrote 8192 server thread 6 got connection 134631240 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 9030 30 740 110 9910 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 134630920 client thread 6 socket connected 134630920 client thread 6 socket wrote 8192 server thread 6 got connection 134631688 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1510 30 650 100 2290 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 7 got connection 134630792 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 22360 50 670 110 23190 server thread 7 loop 3 server thread 8 got connection 134631752 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 22330 50 690 110 23180 server thread 8 loop 3 server thread 9 got connection 134631496 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 22310 60 690 100 23160 server thread 9 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 134631368 client thread 2 socket connected 134631368 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 134631240 client thread 3 socket connected 134631240 client thread 3 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 134631880 client thread 5 socket connected 134631880 client thread 5 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 134631688 client thread 7 socket connected 134631688 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 134631624 client thread 8 socket connected 134631624 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 134630920 client thread 9 socket connected 134630920 client thread 9 socket wrote 8192 server thread 2 got connection 134630792 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 19930 40 660 110 20740 server thread 2 loop 4 server thread 3 got connection 134631752 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 19850 50 740 110 20750 server thread 3 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 134631496 client thread 3 socket connected 134631496 client thread 3 socket wrote 8192 server thread 3 got connection 134630856 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1540 40 780 100 2460 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 5 got connection 134631304 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 23550 50 680 110 24390 server thread 5 loop 4 server thread 7 got connection 134631560 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 17680 50 700 110 18540 server thread 7 loop 4 server thread 8 got connection 134631816 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 17690 50 700 110 18550 server thread 8 loop 4 server thread 9 got connection 134631112 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 17700 50 700 110 18560 server thread 9 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 134632072 client thread 2 socket connected 134632072 client thread 2 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 134630792 client thread 5 socket connected 134630792 client thread 5 socket wrote 8192 server thread 5 got connection 134631752 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 6390 30 660 110 7190 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 134631240 client thread 7 socket connected 134631240 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 134630856 client thread 8 socket connected 134630856 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 134631048 client thread 9 socket connected 134631048 client thread 9 socket wrote 8192 server thread 2 got connection 134631496 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 18690 40 660 110 19500 Thread 2 EXIT server thread 7 got connection 134631304 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 12840 50 690 110 13690 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 8 got connection 134631560 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 14020 50 680 110 14860 Thread 8 EXIT client thread 8 socket read 131072 Thread 8 EXIT server thread 9 got connection 134631816 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 15380 60 690 110 16240 Thread 9 EXIT client thread 2 socket read 131072 Thread 2 EXIT client thread 9 socket read 131072 Thread 9 EXIT Thread 9 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 238704 556 7421 1091 server per thread elapsed time 247772 ---------- Client results: ---------- client per thread totals 10 2854 767 232391 1522 client per thread elapsed time 237534 select loop user/kernel: 25976.00 usec server thread 0 alive server thread 0 loop 0 server thread 1 alive 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 134631944 client thread 0 socket connected 134631944 client thread 0 socket wrote 8192 server thread 0 got connection 134631304 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 3630 30 740 110 4510 server thread 0 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 134632008 client thread 0 socket connected 134632008 client thread 0 socket wrote 8192 server thread 0 got connection 134631240 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1510 30 670 100 2310 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 134631560 client thread 0 socket connected 134631560 client thread 0 socket wrote 8192 server thread 0 got connection 134631432 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1500 30 660 110 2300 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 134630856 client thread 0 socket connected 134630856 client thread 0 socket wrote 8192 server thread 0 got connection 134631816 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1520 30 670 110 2330 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 134631176 client thread 0 socket connected 134631176 client thread 0 socket wrote 8192 server thread 0 got connection 134632072 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1500 30 650 110 2290 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 1 alive client thread 1 loop 0 client thread 1 socket created 134631048 client thread 1 socket connected 134631048 client thread 1 socket wrote 8192 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 134631304 client thread 2 socket connected 134631304 client thread 2 socket wrote 8192 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 134631944 client thread 3 socket connected 134631944 client thread 3 socket wrote 8192 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 134631240 client thread 4 socket connected 134631240 client thread 4 socket wrote 8192 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 134632008 client thread 5 socket connected 134632008 client thread 5 socket wrote 8192 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 134631432 client thread 6 socket connected 134631432 client thread 6 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 134631560 client thread 7 socket connected 134631560 client thread 7 socket wrote 8192 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 134631816 client thread 8 socket connected 134631816 client thread 8 socket wrote 8192 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 134630856 client thread 9 socket connected 134630856 client thread 9 socket wrote 8192 server thread 1 got connection 134632072 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 18130 40 670 110 18950 server thread 1 loop 1 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 134631112 client thread 1 socket connected 134631112 client thread 1 socket wrote 8192 server thread 1 got connection 134631176 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1520 40 650 100 2310 server thread 1 loop 2 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 134632072 client thread 1 socket connected 134632072 client thread 1 socket wrote 8192 server thread 1 got connection 134631048 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1500 40 650 110 2300 server thread 1 loop 3 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 134631176 client thread 1 socket connected 134631176 client thread 1 socket wrote 8192 server thread 2 got connection 134631112 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 24840 40 680 110 25670 server thread 2 loop 1 server thread 3 got connection 134631048 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 25630 50 710 110 26500 server thread 3 loop 1 server thread 4 got connection 134632072 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 26590 50 710 110 27460 server thread 4 loop 1 server thread 5 got connection 134631112 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 27420 60 690 110 28280 server thread 5 loop 1 server thread 6 got connection 134631048 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 28250 50 700 100 29100 server thread 6 loop 1 server thread 7 got connection 134632072 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 29070 50 700 100 29920 server thread 7 loop 1 server thread 8 got connection 134631112 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 29890 50 700 100 30740 server thread 8 loop 1 server thread 9 got connection 134631048 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 30710 50 800 110 31670 server thread 9 loop 1 server thread 1 got connection 134632072 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 10990 50 710 110 11860 server thread 1 loop 4 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 134631112 client thread 2 socket connected 134631112 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 134631048 client thread 3 socket connected 134631048 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 134632072 client thread 4 socket connected 134632072 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 134631304 client thread 5 socket connected 134631304 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 134631944 client thread 6 socket connected 134631944 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 134631240 client thread 7 socket connected 134631240 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 134632008 client thread 8 socket connected 134632008 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 134631432 client thread 9 socket connected 134631432 client thread 9 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 134631560 client thread 1 socket connected 134631560 client thread 1 socket wrote 8192 server thread 2 got connection 134631816 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 21700 40 670 110 22520 server thread 2 loop 2 server thread 3 got connection 134630856 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 21540 70 740 100 22450 server thread 3 loop 2 server thread 4 got connection 134631176 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 21580 50 690 110 22430 server thread 4 loop 2 server thread 5 got connection 134631816 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 21560 60 700 110 22430 server thread 5 loop 2 server thread 6 got connection 134630856 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 21570 50 690 110 22420 server thread 6 loop 2 server thread 7 got connection 134631176 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 21560 60 770 110 22500 server thread 7 loop 2 server thread 8 got connection 134631816 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 21630 50 700 110 22490 server thread 8 loop 2 server thread 9 got connection 134630856 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 21530 60 680 110 22380 server thread 9 loop 2 server thread 1 got connection 134631176 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 21520 60 690 110 22380 Thread 1 EXIT client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 134631816 client thread 2 socket connected 134631816 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 134630856 client thread 3 socket connected 134630856 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 134631176 client thread 4 socket connected 134631176 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 134631368 client thread 5 socket connected 134631368 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 134631112 client thread 6 socket connected 134631112 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 134631048 client thread 7 socket connected 134631048 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 134632072 client thread 8 socket connected 134632072 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 134631304 client thread 9 socket connected 134631304 client thread 9 socket wrote 8192 client thread 1 socket read 131072 Thread 1 EXIT server thread 2 got connection 134631944 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 21430 50 680 100 22260 server thread 2 loop 3 server thread 3 got connection 134631240 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 21350 50 720 110 22230 server thread 3 loop 3 server thread 4 got connection 134632008 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 21380 50 700 110 22240 server thread 4 loop 3 server thread 5 got connection 134631432 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 21380 50 780 110 22320 server thread 5 loop 3 server thread 6 got connection 134631560 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 21460 50 700 100 22310 server thread 6 loop 3 server thread 7 got connection 134631944 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 21380 50 700 120 22250 server thread 7 loop 3 server thread 8 got connection 134631240 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 21400 50 690 110 22250 server thread 8 loop 3 server thread 9 got connection 134632008 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 21410 50 690 110 22260 server thread 9 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 134631432 client thread 2 socket connected 134631432 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 134631560 client thread 3 socket connected 134631560 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 134631944 client thread 4 socket connected 134631944 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 134631240 client thread 5 socket connected 134631240 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 134632008 client thread 6 socket connected 134632008 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 134631816 client thread 7 socket connected 134631816 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 134630856 client thread 8 socket connected 134630856 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 134631176 client thread 9 socket connected 134631176 client thread 9 socket wrote 8192 server thread 2 got connection 134631368 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 19280 40 660 100 20080 server thread 2 loop 4 server thread 3 got connection 134631112 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 19200 60 730 100 20090 server thread 3 loop 4 server thread 4 got connection 134631048 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 19230 50 700 110 20090 server thread 4 loop 4 server thread 5 got connection 134632072 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 19150 60 790 110 20110 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 134631304 client thread 5 socket connected 134631304 client thread 5 socket wrote 8192 server thread 5 got connection 134631368 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1510 30 660 100 2300 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 6 got connection 134631112 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 22650 50 680 110 23490 server thread 6 loop 4 server thread 7 got connection 134631048 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 22630 50 690 110 23480 server thread 7 loop 4 server thread 8 got connection 134632072 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 22640 50 700 110 23500 server thread 8 loop 4 server thread 9 got connection 134631240 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 22640 50 680 110 23480 server thread 9 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 134631368 client thread 2 socket connected 134631368 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 134630792 client thread 3 socket connected 134630792 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 134631304 client thread 4 socket connected 134631304 client thread 4 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 134631112 client thread 6 socket connected 134631112 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 134631048 client thread 7 socket connected 134631048 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 134632072 client thread 8 socket connected 134632072 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 134631240 client thread 9 socket connected 134631240 client thread 9 socket wrote 8192 server thread 2 got connection 134631432 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 21170 40 660 110 21980 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 3 got connection 134631560 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 22230 50 710 120 23110 Thread 3 EXIT server thread 4 got connection 134631944 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 22350 50 690 110 23200 Thread 4 EXIT server thread 6 got connection 134632008 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 17830 50 700 110 18690 Thread 6 EXIT server thread 7 got connection 134631816 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 18000 50 690 110 18850 Thread 7 EXIT server thread 8 got connection 134630856 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 18150 50 700 110 19010 Thread 8 EXIT server thread 9 got connection 134631176 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 18320 60 700 100 19180 Thread 9 EXIT client thread 3 socket read 131072 Thread 3 EXIT client thread 4 socket read 131072 Thread 4 EXIT client thread 6 socket read 131072 Thread 6 EXIT client thread 7 socket read 131072 Thread 7 EXIT client thread 8 socket read 131072 Thread 8 EXIT client thread 9 socket read 131072 Thread 9 EXIT Thread 9 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 332360 797 10910 1631 server per thread elapsed time 345698 ---------- Client results: ---------- client per thread totals 10 4197 1122 320031 2274 client per thread elapsed time 327624 select loop kernel/user: 26034.00 usec server thread 0 alive server thread 0 loop 0 server thread 1 alive 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 134631624 client thread 0 socket connected 134631624 client thread 0 socket wrote 8192 server thread 0 got connection 134630856 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 3700 40 740 100 4580 server thread 0 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 134630920 client thread 0 socket connected 134630920 client thread 0 socket wrote 8192 server thread 0 got connection 134631176 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1510 30 660 110 2310 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 134631496 client thread 0 socket connected 134631496 client thread 0 socket wrote 8192 server thread 0 got connection 134630792 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1510 30 650 110 2300 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 134631304 client thread 0 socket connected 134631304 client thread 0 socket wrote 8192 server thread 0 got connection 134631112 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1510 30 660 100 2300 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 134631048 client thread 0 socket connected 134631048 client thread 0 socket wrote 8192 server thread 0 got connection 134632072 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1510 30 660 100 2300 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 1 alive client thread 1 loop 0 client thread 1 socket created 134631240 client thread 1 socket connected 134631240 client thread 1 socket wrote 8192 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 134630856 client thread 2 socket connected 134630856 client thread 2 socket wrote 8192 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 134631624 client thread 3 socket connected 134631624 client thread 3 socket wrote 8192 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 134631176 client thread 4 socket connected 134631176 client thread 4 socket wrote 8192 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 134630920 client thread 5 socket connected 134630920 client thread 5 socket wrote 8192 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 134630792 client thread 6 socket connected 134630792 client thread 6 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 134631496 client thread 7 socket connected 134631496 client thread 7 socket wrote 8192 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 134631112 client thread 8 socket connected 134631112 client thread 8 socket wrote 8192 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 134631304 client thread 9 socket connected 134631304 client thread 9 socket wrote 8192 server thread 1 got connection 134632072 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 19060 50 680 100 19890 server thread 1 loop 1 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 134631432 client thread 1 socket connected 134631432 client thread 1 socket wrote 8192 server thread 1 got connection 134631048 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1650 30 650 290 2620 server thread 1 loop 2 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 134632072 client thread 1 socket connected 134632072 client thread 1 socket wrote 8192 server thread 2 got connection 134631240 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 23790 50 670 100 24610 server thread 2 loop 1 server thread 3 got connection 134631048 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 24570 60 720 110 25460 server thread 3 loop 1 server thread 4 got connection 134631432 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 25410 50 720 110 26290 server thread 4 loop 1 server thread 5 got connection 134631240 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 26240 50 720 110 27120 server thread 5 loop 1 server thread 6 got connection 134631048 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 27070 50 700 110 27930 server thread 6 loop 1 server thread 7 got connection 134631432 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 27890 60 690 110 28750 server thread 7 loop 1 server thread 8 got connection 134631240 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 28710 50 700 100 29560 server thread 8 loop 1 server thread 9 got connection 134631048 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 29520 50 710 100 30380 server thread 9 loop 1 server thread 1 got connection 134631432 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 10840 50 800 100 11790 server thread 1 loop 3 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 134631240 client thread 2 socket connected 134631240 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 134631048 client thread 3 socket connected 134631048 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 134631432 client thread 4 socket connected 134631432 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 134630856 client thread 5 socket connected 134630856 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 134631624 client thread 6 socket connected 134631624 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 134631176 client thread 7 socket connected 134631176 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 134630920 client thread 8 socket connected 134630920 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 134630792 client thread 9 socket connected 134630792 client thread 9 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 134631496 client thread 1 socket connected 134631496 client thread 1 socket wrote 8192 server thread 2 got connection 134631112 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 21620 50 670 110 22450 server thread 2 loop 2 server thread 3 got connection 134631304 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 21570 50 720 110 22450 server thread 3 loop 2 server thread 4 got connection 134632072 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 21570 60 710 110 22450 server thread 4 loop 2 server thread 5 got connection 134631112 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 21580 50 690 100 22420 server thread 5 loop 2 server thread 6 got connection 134631304 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 21560 60 700 110 22430 server thread 6 loop 2 server thread 7 got connection 134632072 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 21560 60 710 100 22430 server thread 7 loop 2 server thread 8 got connection 134631112 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 21580 120 690 110 22500 server thread 8 loop 2 server thread 9 got connection 134631304 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 21630 50 690 110 22480 server thread 9 loop 2 server thread 1 got connection 134632072 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 21520 60 690 100 22370 server thread 1 loop 4 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 134631112 client thread 2 socket connected 134631112 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 134631304 client thread 3 socket connected 134631304 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 134632072 client thread 4 socket connected 134632072 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 134631240 client thread 5 socket connected 134631240 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 134631048 client thread 6 socket connected 134631048 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 134631432 client thread 7 socket connected 134631432 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 134630856 client thread 8 socket connected 134630856 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 134631624 client thread 9 socket connected 134631624 client thread 9 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 134631176 client thread 1 socket connected 134631176 client thread 1 socket wrote 8192 server thread 2 got connection 134630920 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 21590 40 670 100 22400 server thread 2 loop 3 server thread 3 got connection 134630792 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 21530 50 710 110 22400 server thread 3 loop 3 server thread 4 got connection 134631496 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 21530 50 720 110 22410 server thread 4 loop 3 server thread 5 got connection 134630920 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 21550 50 720 110 22430 server thread 5 loop 3 server thread 6 got connection 134630792 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 21640 60 690 100 22490 server thread 6 loop 3 server thread 7 got connection 134631496 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 21610 60 680 110 22460 server thread 7 loop 3 server thread 8 got connection 134630920 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 21540 50 700 100 22390 server thread 8 loop 3 server thread 9 got connection 134630792 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 21540 170 700 110 22520 server thread 9 loop 3 server thread 1 got connection 134631496 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 21670 60 700 110 22540 Thread 1 EXIT client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 134630920 client thread 2 socket connected 134630920 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 134630792 client thread 3 socket connected 134630792 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 134631496 client thread 4 socket connected 134631496 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 134631880 client thread 5 socket connected 134631880 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 134631112 client thread 6 socket connected 134631112 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 134631304 client thread 7 socket connected 134631304 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 134632072 client thread 8 socket connected 134632072 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 134631240 client thread 9 socket connected 134631240 client thread 9 socket wrote 8192 client thread 1 socket read 131072 Thread 1 EXIT server thread 2 got connection 134631048 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 21560 50 680 110 22400 server thread 2 loop 4 server thread 3 got connection 134631432 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 21530 70 720 100 22420 server thread 3 loop 4 server thread 4 got connection 134630856 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 21620 50 690 110 22470 server thread 4 loop 4 server thread 5 got connection 134631624 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 21590 50 680 110 22430 server thread 5 loop 4 server thread 6 got connection 134631176 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 21510 50 690 110 22360 server thread 6 loop 4 server thread 7 got connection 134631048 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 21530 50 710 110 22400 server thread 7 loop 4 server thread 8 got connection 134631432 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 21540 50 700 110 22400 server thread 8 loop 4 server thread 9 got connection 134630856 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 21420 50 700 100 22270 server thread 9 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 134631624 client thread 2 socket connected 134631624 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 134631176 client thread 3 socket connected 134631176 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 134631048 client thread 4 socket connected 134631048 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 134631432 client thread 5 socket connected 134631432 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 134630856 client thread 6 socket connected 134630856 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 134630920 client thread 7 socket connected 134630920 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 134630792 client thread 8 socket connected 134630792 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 134631496 client thread 9 socket connected 134631496 client thread 9 socket wrote 8192 server thread 2 got connection 134631880 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 19160 40 660 110 19970 Thread 2 EXIT server thread 3 got connection 134631112 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 19170 70 710 110 20060 Thread 3 EXIT server thread 4 got connection 134631304 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 19430 50 710 110 20300 Thread 4 EXIT server thread 5 got connection 134632072 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 19560 50 700 100 20410 Thread 5 EXIT server thread 6 got connection 134631240 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 19670 50 700 110 20530 Thread 6 EXIT server thread 7 got connection 134631880 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 19760 50 700 110 20620 Thread 7 EXIT server thread 8 got connection 134631368 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 19870 60 700 110 20740 Thread 8 EXIT server thread 9 got connection 134631112 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 20040 60 680 110 20890 Thread 9 EXIT client thread 2 socket read 131072 Thread 2 EXIT client thread 3 socket read 131072 Thread 3 EXIT client thread 4 socket read 131072 Thread 4 EXIT client thread 5 socket read 131072 Thread 5 EXIT client thread 6 socket read 131072 Thread 6 EXIT client thread 7 socket read 131072 Thread 7 EXIT client thread 8 socket read 131072 Thread 8 EXIT client thread 9 socket read 131072 Thread 9 EXIT Thread 9 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 20 429544 1068 14392 2182 server per thread elapsed time 447186 ---------- Client results: ---------- client per thread totals 20 5640 1476 414137 3032 client per thread elapsed time 424285 select loop kernel/kernel: 26396.00 usec Killing sel_spd 25766 after 600 END TEST: sel_spd BEGIN TEST: selct_er   Fri Mar 28 15:04:16 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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. Killing selct_er 25800 after 600 END TEST: selct_er BEGIN TEST: selct_nm   Fri Mar 28 15:04:16 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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. Killing selct_nm 25824 after 600 END TEST: selct_nm BEGIN TEST: selct_to   Fri Mar 28 15:04:17 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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. Killing selct_to 25857 after 600 END TEST: selct_to BEGIN TEST: selintr   Fri Mar 28 15:04:24 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib select returned 0 Killing selintr 25937 after 600 END TEST: selintr BEGIN TEST: sema   Fri Mar 28 15:04:31 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing sema 25950 after 600 END TEST: sema BEGIN TEST: semaerr   Fri Mar 28 15:04:37 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS PASS Killing semaerr 25963 after 600 END TEST: semaerr BEGIN TEST: semaping   Fri Mar 28 15:04:43 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib warning: removed semaphore /tmp/bar.sem left over from previous run PASS PASS Killing semaping 25977 after 600 END TEST: semaping BEGIN TEST: sendzlf   Fri Mar 28 15:04:47 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing sendzlf 25998 after 600 END TEST: sendzlf BEGIN TEST: server_test   Fri Mar 28 15:04:49 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing server_test 26025 after 600 END TEST: server_test BEGIN TEST: servr_uu   Fri Mar 28 15:04:54 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib END TEST: servr_uu Killing servr_uu 26038 after 600 BEGIN TEST: servr_ku   Fri Mar 28 15:05:01 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing servr_ku 26051 after 600 END TEST: servr_ku BEGIN TEST: servr_uk   Fri Mar 28 15:05:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing servr_uk 26064 after 600 END TEST: servr_uk BEGIN TEST: servr_kk   Fri Mar 28 15:05:13 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing servr_kk 26077 after 600 END TEST: servr_kk BEGIN TEST: short_thread   Fri Mar 28 15:05:15 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing short_thread 26107 after 600 END TEST: short_thread BEGIN TEST: sigpipe   Fri Mar 28 15:05:16 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib write to broken pipe failed with EPIPE, as expected write to broken pipe failed with EPIPE, as expected PASSED Killing sigpipe 26128 after 600 END TEST: sigpipe BEGIN TEST: socket   Fri Mar 28 15:05:16 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib END TEST: socket BEGIN TEST: sockopt   Fri Mar 28 15:05:16 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASSED Killing sockopt 26185 after 600 END TEST: sockopt BEGIN TEST: sockping   Fri Mar 28 15:05:17 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing sockping 26230 after 600 END TEST: sockping BEGIN TEST: sprintf   Fri Mar 28 15:05:17 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing sprintf 26278 after 600 END TEST: sprintf BEGIN TEST: stack   Fri Mar 28 15:05:18 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 Killing stack 26312 after 600 END TEST: stack BEGIN TEST: stdio   Fri Mar 28 15:05:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib This to standard out This to standard err Killing stdio 26352 after 600 END TEST: stdio BEGIN TEST: str2addr   Fri Mar 28 15:05:19 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing str2addr 26387 after 600 END TEST: str2addr BEGIN TEST: strod   Fri Mar 28 15:05:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456768 Killing strod 26407 after 600 END TEST: strod BEGIN TEST: switch   Fri Mar 28 15:05:20 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASSED Killing switch 26427 after 600 END TEST: switch BEGIN TEST: system   Fri Mar 28 15:05:25 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PR_SI_HOSTNAME: nss-sol-x86 PR_SI_SYSNAME: SunOS PR_SI_RELEASE: 5.9 PR_SI_ARCHITECTURE: x86 Host page size is 4096 Page shift is 12 Number of processors is: 1 Killing system 26459 after 600 END TEST: system BEGIN TEST: testbit   Fri Mar 28 15:05:25 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASSED Killing testbit 26481 after 600 END TEST: testbit BEGIN TEST: testfile   Fri Mar 28 15:05:26 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib File Test passed Dir Test passed Killing testfile 26503 after 600 END TEST: testfile BEGIN TEST: threads   Fri Mar 28 15:05:28 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASS Killing threads 26516 after 600 END TEST: threads BEGIN TEST: timemac   Fri Mar 28 15:05:29 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Fri Mar 28 23:05:29 UTC 2003 Current local time is Fri Mar 28 15:05:29 -0800 2003 GMT offset is -28800, DST offset is 0 Please examine the results Killing timemac 26529 after 600 END TEST: timemac BEGIN TEST: timetest   Fri Mar 28 15:05:30 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing timetest 26542 after 600 END TEST: timetest BEGIN TEST: tpd   Fri Mar 28 15:07:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASSED Killing tpd 27161 after 600 END TEST: tpd BEGIN TEST: udpsrv   Fri Mar 28 15:07:06 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Killing udpsrv 27186 after 600 END TEST: udpsrv BEGIN TEST: vercheck   Fri Mar 28 15:07:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing vercheck 27227 after 600 END TEST: vercheck BEGIN TEST: version   Fri Mar 28 15:07:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Runtime library version information Build time: 27 Mar 2003 12:58:08 GMT Build time: 2003-03-27 04:58:08 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/ Killing version 27255 after 600 END TEST: version BEGIN TEST: writev   Fri Mar 28 15:07:07 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib PASSED Killing writev 27286 after 600 END TEST: writev BEGIN TEST: xnotify   Fri Mar 28 15:07:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_dbg/dist/lib Done! Killing xnotify 27316 after 600 END TEST: xnotify BEGIN TEST: zerolen   Fri Mar 28 15:07:08 PST 2003 OBJDIR SunOS5.8_i86pc_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing zerolen 27347 after 600 END TEST: zerolen BEGIN TEST: accept   Fri Mar 28 15:07:33 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing accept 27892 after 600 END TEST: accept BEGIN TEST: acceptread   Fri Mar 28 15:07:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xdd82fec8)127.0.0.1:39339 (Server) read [0xdd82fe4c..0xdd82fec1) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xdd82fec8)127.0.0.1:40619 (Server) read [0xdd82fe4c..0xdd82fec1) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xdd82fec8)127.0.0.1:42155 (Server) read [0xdd82fe4c..0xdd82fec1) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xdd82fec8)127.0.0.1:44971 (Server) read [0xdd82fe4c..0xdd82fec1) 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 = 131 PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134 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 = 131 PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134 Killing acceptread 28248 after 600 END TEST: acceptread BEGIN TEST: acceptreademu   Fri Mar 28 15:07:54 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xdd82fec8)127.0.0.1:58031 (Server) read [0xdd82fe4c..0xdd82fec1) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xdd82fec8)127.0.0.1:20656 (Server) read [0xdd82fe4c..0xdd82fec1) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xdd82fec8)127.0.0.1:11953 (Server) read [0xdd82fe4c..0xdd82fec1) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xdd82fec8)127.0.0.1:28594 (Server) read [0xdd82fe4c..0xdd82fec1) 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 = 131 PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134 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 = 131 PR_Shutdown (client) failed: PR_NOT_CONNECTED_ERROR(-5978), oserror = 134 Killing acceptreademu 28650 after 600 END TEST: acceptreademu BEGIN TEST: affinity   Fri Mar 28 15:08:05 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing affinity 28930 after 600 END TEST: affinity BEGIN TEST: alarm   Fri Mar 28 15:08:05 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing alarm 28943 after 600 END TEST: alarm BEGIN TEST: anonfm   Fri Mar 28 15:09:09 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing anonfm 29190 after 600 END TEST: anonfm BEGIN TEST: atomic   Fri Mar 28 15:09:09 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing atomic 29204 after 600 END TEST: atomic BEGIN TEST: attach   Fri Mar 28 15:09:09 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing attach 29217 after 600 END TEST: attach BEGIN TEST: bigfile   Fri Mar 28 15:09:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing bigfile 29231 after 600 END TEST: bigfile BEGIN TEST: cleanup   Fri Mar 28 15:09:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing cleanup 29244 after 600 END TEST: cleanup BEGIN TEST: cltsrv   Fri Mar 28 15:09:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Client/Server started at(0x80668c8): 15:09:15 Server started at(0x8067d08): 15:09:15 Client started at(0x8067f40): 15:09:15 main(0x80668c8): waiting for execution interval (10 seconds) Shutting down(0x80668c8): 15:09:25 Client(0x8067f40): stopped after 414 operations and 429232 bytes Server(0x8067d08): stopped after 415 operations and 429404 bytes main(0x80668c8): test complete Test exiting at(0x80668c8): 15:09:25 Killing cltsrv 29257 after 600 END TEST: cltsrv BEGIN TEST: concur   Fri Mar 28 15:09:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASSED Killing concur 29333 after 600 END TEST: concur BEGIN TEST: cvar   Fri Mar 28 15:09:36 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing cvar 29352 after 600 END TEST: cvar BEGIN TEST: cvar2   Fri Mar 28 15:09:37 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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: 41.60 usec Condvar simple test shared UK: 31.20 usec Condvar simple test priv UU: 109.60 usec Condvar simple test priv UK: 108.40 usec Condvar simple test All: 101.90 usec Condvar timeout test: 591.70 usec 10 Thread tests Condvar simple test shared UU: 38.40 usec Condvar simple test shared UK: 38.40 usec Condvar simple test priv UU: 221.70 usec Condvar simple test priv UK: 219.50 usec Condvar simple test All: 180.00 usec Condvar timeout test: 623.40 usec 15 Thread tests Condvar simple test shared UU: 54.60 usec Condvar simple test shared UK: 51.90 usec Condvar simple test priv UU: 347.30 usec Condvar simple test priv UK: 341.10 usec Condvar simple test All: 353.30 usec Condvar timeout test: 678.90 usec 20 Thread tests Condvar simple test shared UU: 68.30 usec Condvar simple test shared UK: 64.10 usec Condvar simple test priv UU: 469.40 usec Condvar simple test priv UK: 458.70 usec Condvar simple test All: 469.60 usec Condvar timeout test: 694.90 usec PASS Killing cvar2 29365 after 600 END TEST: cvar2 BEGIN TEST: dlltest   Fri Mar 28 15:09:37 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASSED Killing dlltest 29378 after 600 END TEST: dlltest BEGIN TEST: dtoa   Fri Mar 28 15:09:38 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASSED Killing dtoa 29391 after 600 END TEST: dtoa BEGIN TEST: errcodes   Fri Mar 28 15:09:38 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing errcodes 29404 after 600 END TEST: errcodes BEGIN TEST: exit   Fri Mar 28 15:09:38 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing exit 29417 after 600 END TEST: exit BEGIN TEST: fdcach   Fri Mar 28 15:09:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing fdcach 29430 after 600 END TEST: fdcach BEGIN TEST: fileio   Fri Mar 28 15:09:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing fileio 29443 after 600 END TEST: fileio BEGIN TEST: foreign   Fri Mar 28 15:09:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing foreign 29456 after 600 END TEST: foreign BEGIN TEST: forktest   Fri Mar 28 15:09:52 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Accepting connection at port 46422 Wait one second before connect Connecting to port 46422 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Child process continues. Accepting connection at port 46424 Wait one second before connect Fork succeeded. Parent process continues. Accepting connection at port 46425 Wait one second before connect Connecting to port 46424 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Child process exits. Connecting to port 46425 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Parent process exits. PASSED Killing forktest 29469 after 600 END TEST: forktest BEGIN TEST: fsync   Fri Mar 28 15:09:54 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib 10 iterations over a 10 kbyte file: 30 [40] 30 Killing fsync 29483 after 600 END TEST: fsync BEGIN TEST: getproto   Fri Mar 28 15:09:54 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib tcp is protocol number 6 udp is protocol number 17 Protocol number 6 is tcp Protocol number 17 is udp PASSED Killing getproto 29496 after 600 END TEST: getproto BEGIN TEST: i2l   Fri Mar 28 15:09:54 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib We have long long Killing i2l 29509 after 600 END TEST: i2l BEGIN TEST: initclk   Fri Mar 28 15:09:54 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Elapsed time: 3000 ms, expected time: 3009 ms PASS Killing initclk 29522 after 600 END TEST: initclk BEGIN TEST: inrval   Fri Mar 28 15:09:57 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 1000 nsecs Overhead of 'PR_IntervalNow()' is 619 nsecs Overhead of 'PR_Now()' is 999 nsecs Overhead of 'PR_IntervalNow()' is 606 nsecs Killing inrval 29535 after 600 END TEST: inrval BEGIN TEST: instrumt   Fri Mar 28 15:11:31 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Test not defined Killing instrumt 316 after 600 END TEST: instrumt BEGIN TEST: intrio   Fri Mar 28 15:11:33 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing intrio 365 after 600 END TEST: intrio BEGIN TEST: intrupt   Fri Mar 28 15:11:54 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASSED Killing intrupt 756 after 600 END TEST: intrupt BEGIN TEST: io_timeout   Fri Mar 28 15:12:08 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing io_timeout 939 after 600 END TEST: io_timeout BEGIN TEST: ioconthr   Fri Mar 28 15:12:15 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Interrupting the threads Threads terminated in 3001 milliseconds PASS Killing ioconthr 1018 after 600 END TEST: ioconthr BEGIN TEST: join   Fri Mar 28 15:12:21 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib User-User test User-Kernel test Kernel-User test Kernel-Kernel test Join with unjoinable thread PASSED Killing join 1240 after 600 END TEST: join BEGIN TEST: joinkk   Fri Mar 28 15:12:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing joinkk 1257 after 600 END TEST: joinkk BEGIN TEST: joinku   Fri Mar 28 15:12:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing joinku 1282 after 600 END TEST: joinku BEGIN TEST: joinuk   Fri Mar 28 15:12:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing joinuk 1311 after 600 END TEST: joinuk BEGIN TEST: joinuu   Fri Mar 28 15:12:26 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing joinuu 1336 after 600 END TEST: joinuu BEGIN TEST: layer   Fri Mar 28 15:12:28 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Beginning layered test with new style stack Ending layered test Killing layer 1357 after 600 END TEST: layer BEGIN TEST: lazyinit   Fri Mar 28 15:12:29 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing lazyinit 1386 after 600 END TEST: lazyinit BEGIN TEST: lltest   Fri Mar 28 15:12:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing lltest 1411 after 600 END TEST: lltest BEGIN TEST: lock   Fri Mar 28 15:12:31 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing lock 1440 after 600 END TEST: lock BEGIN TEST: lockfile   Fri Mar 28 15:12:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing lockfile 1615 after 600 END TEST: lockfile BEGIN TEST: logger   Fri Mar 28 15:12:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing logger 1710 after 600 END TEST: logger BEGIN TEST: many_cv   Fri Mar 28 15:12:58 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PASS END TEST: many_cv Killing many_cv 1869 after 600 BEGIN TEST: multiwait   Fri Mar 28 15:13:00 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib OneInThenCancelled() OneOpOneThread() ManyOpOneThread() SomeOpsSomeThreads() RealOneGroupIO() RealOneGroupIO Enumerated 0 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects Killing multiwait 1902 after 600 END TEST: multiwait BEGIN TEST: nameshm1   Fri Mar 28 15:14:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib END TEST: nameshm1 BEGIN TEST: nonblock   Fri Mar 28 15:14:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing nonblock 5264 after 600 END TEST: nonblock BEGIN TEST: nblayer   Fri Mar 28 15:14:27 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Ending layered test Killing nblayer 5277 after 600 END TEST: nblayer BEGIN TEST: ntioto   Fri Mar 28 15:14:29 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing ntioto 5290 after 600 END TEST: ntioto BEGIN TEST: ntoh   Fri Mar 28 15:14:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib 2 1 1 2 2 1 4 3 2 1 1 2 3 4 4 3 2 1 8 7 6 5 4 3 2 1 1 2 3 4 5 6 7 8 8 7 6 5 4 3 2 1 PASS Killing ntoh 5303 after 600 END TEST: ntoh BEGIN TEST: op_2long   Fri Mar 28 15:14:31 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78 PASS Killing op_2long 5316 after 600 END TEST: op_2long BEGIN TEST: op_excl   Fri Mar 28 15:14:32 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing op_excl 5329 after 600 END TEST: op_excl BEGIN TEST: op_filnf   Fri Mar 28 15:14:32 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib error code is -5950 PASS Killing op_filnf 5342 after 600 END TEST: op_filnf BEGIN TEST: op_filok   Fri Mar 28 15:14:34 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Test passed Killing op_filok 5355 after 600 END TEST: op_filok BEGIN TEST: op_nofil   Fri Mar 28 15:14:34 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib error code is PR_FILE_NOT_FOUND_ERROR, as expected PASS Killing op_nofil 5368 after 600 END TEST: op_nofil BEGIN TEST: parent   Fri Mar 28 15:14:36 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing parent 5381 after 600 END TEST: parent BEGIN TEST: peek   Fri Mar 28 15:14:36 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib END TEST: peek BEGIN TEST: perf   Fri Mar 28 15:14:37 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib local procedure call overhead: 0.03 usec DLL procedure call overhead: 0.04 usec current calendar time: 0.84 usec interval time: 0.59 usec idle lock lock/unlock pair: 0.23 usec idle monitor entry/exit pair: 0.37 usec idle cache monitor entry/exit pair: 1.08 usec create/destroy thread pair: 44.51 usec context switch - user/user: 8.24 usec context switch - user/kernel: 8.04 usec context switch - kernel/user: 8.07 usec context switch - kernel/kernel: 8.02 usec sema context switch - user/user: 8.72 usec sema context switch - user/kernel: 8.72 usec sema context switch - kernel/user: 8.69 usec sema context switch - kernel/kernel: 8.62 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.02 usec DLL procedure call overhead: 0.03 usec current calendar time: 0.84 usec interval time: 0.59 usec idle lock lock/unlock pair: 0.22 usec idle monitor entry/exit pair: 0.36 usec idle cache monitor entry/exit pair: 1.08 usec create/destroy thread pair: 150.30 usec context switch - user/user: 8.04 usec context switch - user/kernel: 8.05 usec context switch - kernel/user: 7.99 usec context switch - kernel/kernel: 8.07 usec sema context switch - user/user: 8.65 usec sema context switch - user/kernel: 8.58 usec sema context switch - kernel/user: 8.61 usec sema context switch - kernel/kernel: 8.63 usec Killing perf 5400 after 600 END TEST: perf BEGIN TEST: pipeping   Fri Mar 28 15:14:38 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing pipeping 5413 after 600 END TEST: pipeping BEGIN TEST: pipeping2   Fri Mar 28 15:14:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing pipeping2 5427 after 600 END TEST: pipeping2 BEGIN TEST: pipeself   Fri Mar 28 15:14:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing pipeself 5441 after 600 END TEST: pipeself BEGIN TEST: poll_nm   Fri Mar 28 15:14:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing poll_nm 5454 after 600 END TEST: poll_nm BEGIN TEST: poll_to   Fri Mar 28 15:14:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing poll_to 5467 after 600 END TEST: poll_to BEGIN TEST: pollable   Fri Mar 28 15:14:45 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASSED Killing pollable 5480 after 600 END TEST: pollable BEGIN TEST: prftest   Fri Mar 28 15:14:46 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed Killing prftest 5493 after 600 END TEST: prftest BEGIN TEST: primblok   Fri Mar 28 15:14:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib This test is not relevant on this platform Killing primblok 5506 after 600 END TEST: primblok BEGIN TEST: provider   Fri Mar 28 15:14:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Client/Server started at(0x8066ac0): 15:14:48 Server started at(0x8067f00): 15:14:48 Client started at(0x80680d8): 15:14:48 main(0x8066ac0): waiting for execution interval (10 seconds) Shutting down(0x8066ac0): 15:14:58 Client(0x80680d8): stopped after 138 operations and 132384 bytes Server(0x8067f00): stopped after 138 operations and 132384 bytes main(0x8066ac0): test complete Test exiting at(0x8066ac0): 15:14:58 Killing provider 5519 after 600 END TEST: provider BEGIN TEST: prpollml   Fri Mar 28 15:14:58 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing prpollml 5532 after 600 END TEST: prpollml BEGIN TEST: prpoll   Fri Mar 28 15:15:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 46867, 46868 and 46869 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 "46867" from a client The server received "46867" from a client The server received "46867" from a client The server received "46867" from a client The server received "46867" from a client The server received "46868" from a client The server received "46868" from a client The server received "46868" from a client The server received "46868" from a client The server received "46868" from a client Server read 128 bytes from native fd 6 The server received "46869" from a client Server read 128 bytes from native fd 7 The server received "46869" from a client Server read 128 bytes from native fd 6 The server received "46869" from a client Server read 128 bytes from native fd 7 The server received "46869" from a client Server read 128 bytes from native fd 6 The server received "46869" from a client All tests finished Killing prpoll 6262 after 600 END TEST: prpoll BEGIN TEST: randseed   Fri Mar 28 15:15:44 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing randseed 6353 after 600 END TEST: randseed BEGIN TEST: ranfile   Fri Mar 28 15:15:46 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing ranfile 6384 after 600 END TEST: ranfile BEGIN TEST: rwlocktest   Fri Mar 28 15:16:07 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing rwlocktest 6566 after 600 END TEST: rwlocktest BEGIN TEST: sel_spd   Fri Mar 28 15:16:08 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 86287 275 3739 462 server per thread elapsed time 90763 ---------- Client results: ---------- client per thread totals 0 1229 370 76397 661 client per thread elapsed time 78657 select loop user/user: 25932.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 177203 512 7124 913 server per thread elapsed time 185752 ---------- Client results: ---------- client per thread totals 10 2418 707 171361 1316 client per thread elapsed time 175802 select loop user/kernel: 24042.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 258271 730 10480 1365 server per thread elapsed time 270846 ---------- Client results: ---------- client per thread totals 10 3608 1053 249876 1985 client per thread elapsed time 256522 select loop kernel/user: 23740.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 20 384571 968 15293 1821 server per thread elapsed time 402653 ---------- Client results: ---------- client per thread totals 20 6957 1413 383167 2655 client per thread elapsed time 394192 select loop kernel/kernel: 31678.00 usec Killing sel_spd 6579 after 600 END TEST: sel_spd BEGIN TEST: selct_er   Fri Mar 28 15:16:09 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing selct_er 6592 after 600 END TEST: selct_er BEGIN TEST: selct_nm   Fri Mar 28 15:16:09 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing selct_nm 6605 after 600 END TEST: selct_nm BEGIN TEST: selct_to   Fri Mar 28 15:16:10 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing selct_to 6623 after 600 END TEST: selct_to BEGIN TEST: selintr   Fri Mar 28 15:16:16 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib select returned 0 Killing selintr 6646 after 600 END TEST: selintr BEGIN TEST: sema   Fri Mar 28 15:16:19 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing sema 6682 after 600 END TEST: sema BEGIN TEST: semaerr   Fri Mar 28 15:16:19 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS PASS Killing semaerr 6725 after 600 END TEST: semaerr BEGIN TEST: semaping   Fri Mar 28 15:16:20 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib warning: removed semaphore /tmp/bar.sem left over from previous run PASS PASS Killing semaping 6757 after 600 END TEST: semaping BEGIN TEST: sendzlf   Fri Mar 28 15:16:22 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing sendzlf 6788 after 600 END TEST: sendzlf BEGIN TEST: server_test   Fri Mar 28 15:16:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing server_test 6811 after 600 END TEST: server_test BEGIN TEST: servr_uu   Fri Mar 28 15:16:23 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing servr_uu 6847 after 600 END TEST: servr_uu BEGIN TEST: servr_ku   Fri Mar 28 15:16:25 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing servr_ku 6883 after 600 END TEST: servr_ku BEGIN TEST: servr_uk   Fri Mar 28 15:16:26 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing servr_uk 6901 after 600 END TEST: servr_uk BEGIN TEST: servr_kk   Fri Mar 28 15:16:27 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing servr_kk 6924 after 600 END TEST: servr_kk BEGIN TEST: short_thread   Fri Mar 28 15:16:28 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing short_thread 6958 after 600 END TEST: short_thread BEGIN TEST: sigpipe   Fri Mar 28 15:16:29 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib write to broken pipe failed with EPIPE, as expected write to broken pipe failed with EPIPE, as expected PASSED Killing sigpipe 6978 after 600 END TEST: sigpipe BEGIN TEST: socket   Fri Mar 28 15:16:30 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib END TEST: socket BEGIN TEST: sockopt   Fri Mar 28 15:16:31 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASSED Killing sockopt 7006 after 600 END TEST: sockopt BEGIN TEST: sockping   Fri Mar 28 15:16:32 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing sockping 7029 after 600 END TEST: sockping BEGIN TEST: sprintf   Fri Mar 28 15:16:33 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing sprintf 7053 after 600 END TEST: sprintf BEGIN TEST: stack   Fri Mar 28 15:16:36 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 Killing stack 7093 after 600 END TEST: stack BEGIN TEST: stdio   Fri Mar 28 15:16:38 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib This to standard out This to standard err Killing stdio 7112 after 600 END TEST: stdio BEGIN TEST: str2addr   Fri Mar 28 15:16:39 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing str2addr 7127 after 600 END TEST: str2addr BEGIN TEST: strod   Fri Mar 28 15:16:40 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456768 Killing strod 7150 after 600 END TEST: strod BEGIN TEST: switch   Fri Mar 28 15:16:42 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASSED Killing switch 7173 after 600 END TEST: switch BEGIN TEST: system   Fri Mar 28 15:16:44 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PR_SI_HOSTNAME: nss-sol-x86 PR_SI_SYSNAME: SunOS PR_SI_RELEASE: 5.9 PR_SI_ARCHITECTURE: x86 Host page size is 4096 Page shift is 12 Number of processors is: 1 Killing system 7191 after 600 END TEST: system BEGIN TEST: testbit   Fri Mar 28 15:16:45 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASSED Killing testbit 7212 after 600 END TEST: testbit BEGIN TEST: testfile   Fri Mar 28 15:16:46 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib File Test passed Dir Test passed Killing testfile 7232 after 600 END TEST: testfile BEGIN TEST: threads   Fri Mar 28 15:16:47 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASS Killing threads 7273 after 600 END TEST: threads BEGIN TEST: timemac   Fri Mar 28 15:16:48 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Fri Mar 28 23:16:49 UTC 2003 Current local time is Fri Mar 28 15:16:49 -0800 2003 GMT offset is -28800, DST offset is 0 Please examine the results Killing timemac 7299 after 600 END TEST: timemac BEGIN TEST: timetest   Fri Mar 28 15:16:50 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing timetest 7319 after 600 END TEST: timetest BEGIN TEST: tpd   Fri Mar 28 15:19:53 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASSED Killing tpd 9045 after 600 END TEST: tpd BEGIN TEST: udpsrv   Fri Mar 28 15:19:54 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Killing udpsrv 9071 after 600 END TEST: udpsrv BEGIN TEST: vercheck   Fri Mar 28 15:19:55 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing vercheck 9102 after 600 END TEST: vercheck BEGIN TEST: version   Fri Mar 28 15:19:57 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Runtime library version information Build time: 27 Mar 2003 12:53:21 GMT Build time: 2003-03-27 04:53:21 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/ Killing version 9134 after 600 END TEST: version BEGIN TEST: writev   Fri Mar 28 15:19:58 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib PASSED Killing writev 9164 after 600 END TEST: writev BEGIN TEST: xnotify   Fri Mar 28 15:19:59 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_opt/dist/lib Done! Killing xnotify 9194 after 600 END TEST: xnotify BEGIN TEST: zerolen   Fri Mar 28 15:20:00 PST 2003 OBJDIR SunOS5.8_i86pc_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/tommy_Solaris8_x86/solx86_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 Killing zerolen 9230 after 600 END TEST: zerolen