BEGIN TEST: accept   Fri Mar 28 14:54:56 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing accept 4549 after 600 END TEST: accept BEGIN TEST: acceptread   Fri Mar 28 14:55:03 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xfe7f1b88)127.0.0.1:44421 (Server) read [0xfe7f1b0f..0xfe7f1b84) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xfe7f1b88)127.0.0.1:44422 (Server) read [0xfe7f1b0f..0xfe7f1b84) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xfe7f1b88)127.0.0.1:44423 (Server) read [0xfe7f1b0f..0xfe7f1b84) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xfe7f1b88)127.0.0.1:44424 (Server) read [0xfe7f1b0f..0xfe7f1b84) 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 4562 after 600 END TEST: acceptread BEGIN TEST: acceptreademu   Fri Mar 28 14:55:14 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xfe7f1b88)127.0.0.1:44427 (Server) read [0xfe7f1b0f..0xfe7f1b84) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xfe7f1b88)127.0.0.1:44428 (Server) read [0xfe7f1b0f..0xfe7f1b84) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xfe7f1b88)127.0.0.1:44429 (Server) read [0xfe7f1b0f..0xfe7f1b84) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xfe7f1b88)127.0.0.1:44430 (Server) read [0xfe7f1b0f..0xfe7f1b84) 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 4575 after 600 END TEST: acceptreademu BEGIN TEST: affinity   Fri Mar 28 14:55:25 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 4588 after 600 END TEST: affinity BEGIN TEST: alarm   Fri Mar 28 14:55:26 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing alarm 4601 after 600 END TEST: alarm BEGIN TEST: anonfm   Fri Mar 28 14:56:30 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing anonfm 4615 after 600 END TEST: anonfm BEGIN TEST: atomic   Fri Mar 28 14:56:31 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 4629 after 600 END TEST: atomic BEGIN TEST: attach   Fri Mar 28 14:56:32 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing attach 4642 after 600 END TEST: attach BEGIN TEST: bigfile   Fri Mar 28 14:56:33 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing bigfile 4656 after 600 END TEST: bigfile BEGIN TEST: cleanup   Fri Mar 28 14:56:34 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 4669 after 600 END TEST: cleanup BEGIN TEST: cltsrv   Fri Mar 28 14:56:40 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PThread Statistics started: 14:56:40[15] locks [created: 12, destroyed: 2] locks [acquired: 4502, released: 4502] cvars [created: 7, destroyed: 5] cvars [notified: 327, delayed_delete: 0] Client/Server started at(0x29e58): 14:56:40 Server started at(0x2cd88): 14:56:40 Client started at(0x2cfc8): 14:56:40 main(0x29e58): waiting for execution interval (10 seconds) Shutting down(0x29e58): 14:56:50 Client(0x2cfc8): stopped after 319 operations and 327150 bytes Server(0x2cd88): stopped after 319 operations and 327150 bytes main(0x29e58): test complete Test exiting at(0x29e58): 14:56:55 Killing cltsrv 4682 after 600 END TEST: cltsrv BEGIN TEST: concur   Fri Mar 28 14:56:56 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASSED Killing concur 4695 after 600 END TEST: concur BEGIN TEST: cvar   Fri Mar 28 14:57:08 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing cvar 4708 after 600 END TEST: cvar BEGIN TEST: cvar2   Fri Mar 28 14:57:09 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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: 93.20 usec Condvar simple test shared UK: 80.20 usec Condvar simple test priv UU: 172.90 usec Condvar simple test priv UK: 172.60 usec Condvar simple test All: 284.50 usec Condvar timeout test: 727.60 usec 10 Thread tests Condvar simple test shared UU: 145.90 usec Condvar simple test shared UK: 139.10 usec Condvar simple test priv UU: 311.00 usec Condvar simple test priv UK: 312.30 usec Condvar simple test All: 590.90 usec Condvar timeout test: 1006.80 usec 15 Thread tests Condvar simple test shared UU: 1783.40 usec Condvar simple test shared UK: 789.80 usec Condvar simple test priv UU: 1837.80 usec Condvar simple test priv UK: 1782.70 usec Condvar simple test All: 6055.20 usec Condvar timeout test: 1165.10 usec 20 Thread tests Condvar simple test shared UU: 320.80 usec Condvar simple test shared UK: 338.30 usec Condvar simple test priv UU: 1375.10 usec Condvar simple test priv UK: 2256.20 usec Condvar simple test All: 7210.70 usec Condvar timeout test: 1367.30 usec PASS Killing cvar2 4721 after 600 END TEST: cvar2 BEGIN TEST: dlltest   Fri Mar 28 14:57:12 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASSED Killing dlltest 4734 after 600 END TEST: dlltest BEGIN TEST: dtoa   Fri Mar 28 14:57:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASSED Killing dtoa 4747 after 600 END TEST: dtoa BEGIN TEST: errcodes   Fri Mar 28 14:57:14 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 4760 after 600 END TEST: errcodes BEGIN TEST: exit   Fri Mar 28 14:57:14 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing exit 4773 after 600 END TEST: exit BEGIN TEST: fdcach   Fri Mar 28 14:57:25 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing fdcach 4786 after 600 END TEST: fdcach BEGIN TEST: fileio   Fri Mar 28 14:57:26 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 4799 after 600 END TEST: fileio BEGIN TEST: foreign   Fri Mar 28 14:57:26 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing foreign 4812 after 600 END TEST: foreign BEGIN TEST: forktest   Fri Mar 28 14:57:30 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Accepting connection at port 44752 Wait one second before connect Connecting to port 44752 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Child process continues. Accepting connection at port 44754 Wait one second before connect Fork succeeded. Parent process continues. Wait one second before connect Accepting connection at port 44755 Connecting to port 44754 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Child process exits. Connecting to port 44755 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Parent process exits. PASSED Killing forktest 4825 after 600 END TEST: forktest BEGIN TEST: fsync   Fri Mar 28 14:57:33 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib 10 iterations over a 10 kbyte file: 180 [220] 190 Killing fsync 4839 after 600 END TEST: fsync BEGIN TEST: getproto   Fri Mar 28 14:57:34 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 4852 after 600 END TEST: getproto BEGIN TEST: i2l   Fri Mar 28 14:57:34 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib We have long long Killing i2l 4865 after 600 END TEST: i2l BEGIN TEST: initclk   Fri Mar 28 14:57:35 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Elapsed time: 3000 ms, expected time: 3007 ms PASS Killing initclk 4878 after 600 END TEST: initclk BEGIN TEST: inrval   Fri Mar 28 14:57:39 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 738 nsecs Overhead of 'PR_IntervalNow()' is 916 nsecs Overhead of 'PR_Now()' is 738 nsecs Overhead of 'PR_IntervalNow()' is 924 nsecs Killing inrval 4891 after 600 END TEST: inrval BEGIN TEST: instrumt   Fri Mar 28 14:59:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing instrumt 4904 after 600 END TEST: instrumt BEGIN TEST: intrio   Fri Mar 28 14:59:14 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 4917 after 600 END TEST: intrio BEGIN TEST: intrupt   Fri Mar 28 14:59:35 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASSED Killing intrupt 4930 after 600 END TEST: intrupt BEGIN TEST: io_timeout   Fri Mar 28 14:59:50 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 4943 after 600 END TEST: io_timeout BEGIN TEST: ioconthr   Fri Mar 28 14:59:56 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Interrupting the threads Threads terminated in 2775 milliseconds PASS Killing ioconthr 4956 after 600 END TEST: ioconthr BEGIN TEST: join   Fri Mar 28 15:00:03 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib User-User test User-Kernel test Kernel-User test Kernel-Kernel test Join with unjoinable thread PASSED Killing join 4969 after 600 END TEST: join BEGIN TEST: joinkk   Fri Mar 28 15:00:04 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing joinkk 4982 after 600 END TEST: joinkk BEGIN TEST: joinku   Fri Mar 28 15:00:04 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing joinku 4995 after 600 END TEST: joinku BEGIN TEST: joinuk   Fri Mar 28 15:00:05 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing joinuk 5008 after 600 END TEST: joinuk BEGIN TEST: joinuu   Fri Mar 28 15:00:06 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing joinuu 5021 after 600 END TEST: joinuu BEGIN TEST: layer   Fri Mar 28 15:00:07 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5034 after 600 END TEST: layer BEGIN TEST: lazyinit   Fri Mar 28 15:00:08 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing lazyinit 5047 after 600 END TEST: lazyinit BEGIN TEST: lltest   Fri Mar 28 15:00:09 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing lltest 5060 after 600 END TEST: lltest BEGIN TEST: lock   Fri Mar 28 15:00:09 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing lock 5073 after 600 END TEST: lock BEGIN TEST: lockfile   Fri Mar 28 15:00:29 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing lockfile 5086 after 600 END TEST: lockfile BEGIN TEST: logger   Fri Mar 28 15:00:35 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing logger 5099 after 600 END TEST: logger BEGIN TEST: many_cv   Fri Mar 28 15:00:46 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PThread Statistics started: 15:00:46[0] locks [created: 11, destroyed: 1] locks [acquired: 9, released: 9] cvars [created: 12, destroyed: 10] cvars [notified: 10, delayed_delete: 0] PASS Killing many_cv 5112 after 600 END TEST: many_cv BEGIN TEST: multiwait   Fri Mar 28 15:00:47 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5125 after 600 END TEST: multiwait BEGIN TEST: nameshm1   Fri Mar 28 15:02:10 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing nameshm1 5138 after 600 END TEST: nameshm1 BEGIN TEST: nonblock   Fri Mar 28 15:02:15 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib The serveclient thread created. accept: EWOULDBLOCK, good client connected accept: succeeded, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good All tests finished PASS Killing nonblock 5152 after 600 END TEST: nonblock BEGIN TEST: nblayer   Fri Mar 28 15:02:18 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Ending layered test Killing nblayer 5166 after 600 END TEST: nblayer BEGIN TEST: ntioto   Fri Mar 28 15:02:18 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing ntioto 5179 after 600 END TEST: ntioto BEGIN TEST: ntoh   Fri Mar 28 15:02:18 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib 1 2 1 2 1 2 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 PASS Killing ntoh 5192 after 600 END TEST: ntoh BEGIN TEST: op_2long   Fri Mar 28 15:02:19 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78 PASS Killing op_2long 5205 after 600 END TEST: op_2long BEGIN TEST: op_excl   Fri Mar 28 15:02:20 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing op_excl 5218 after 600 END TEST: op_excl BEGIN TEST: op_filnf   Fri Mar 28 15:02:20 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib error code is -5950 PASS Killing op_filnf 5231 after 600 END TEST: op_filnf BEGIN TEST: op_filok   Fri Mar 28 15:02:20 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Test passed Killing op_filok 5244 after 600 END TEST: op_filok BEGIN TEST: op_nofil   Fri Mar 28 15:02:21 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib error code is PR_FILE_NOT_FOUND_ERROR, as expected PASS Killing op_nofil 5257 after 600 END TEST: op_nofil BEGIN TEST: parent   Fri Mar 28 15:02:22 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing parent 5270 after 600 END TEST: parent BEGIN TEST: peek   Fri Mar 28 15:02:22 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib END TEST: peek BEGIN TEST: perf   Fri Mar 28 15:02:22 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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.11 usec DLL procedure call overhead: 0.25 usec current calendar time: 0.75 usec interval time: 0.88 usec idle lock lock/unlock pair: 1.63 usec idle monitor entry/exit pair: 2.96 usec idle cache monitor entry/exit pair: 7.31 usec create/destroy thread pair: 516.25 usec context switch - user/user: 19.65 usec context switch - user/kernel: 19.56 usec context switch - kernel/user: 19.53 usec context switch - kernel/kernel: 19.22 usec sema context switch - user/user: 74.02 usec sema context switch - user/kernel: 23.41 usec sema context switch - kernel/user: 26.79 usec sema context switch - kernel/kernel: 23.38 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.10 usec DLL procedure call overhead: 0.20 usec current calendar time: 0.72 usec interval time: 0.91 usec idle lock lock/unlock pair: 1.65 usec idle monitor entry/exit pair: 2.66 usec idle cache monitor entry/exit pair: 7.56 usec create/destroy thread pair: 565.01 usec context switch - user/user: 19.77 usec context switch - user/kernel: 19.50 usec context switch - kernel/user: 19.85 usec context switch - kernel/kernel: 19.38 usec sema context switch - user/user: 23.64 usec sema context switch - user/kernel: 45.17 usec sema context switch - kernel/user: 56.62 usec sema context switch - kernel/kernel: 27.03 usec Killing perf 5289 after 600 END TEST: perf BEGIN TEST: pipeping   Fri Mar 28 15:02:24 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5302 after 600 END TEST: pipeping BEGIN TEST: pipeping2   Fri Mar 28 15:02:25 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5316 after 600 END TEST: pipeping2 BEGIN TEST: pipeself   Fri Mar 28 15:02:25 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5330 after 600 END TEST: pipeself BEGIN TEST: poll_nm   Fri Mar 28 15:02:26 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing poll_nm 5343 after 600 END TEST: poll_nm BEGIN TEST: poll_to   Fri Mar 28 15:02:26 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing poll_to 5356 after 600 END TEST: poll_to BEGIN TEST: pollable   Fri Mar 28 15:02:31 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASSED Killing pollable 5369 after 600 END TEST: pollable BEGIN TEST: prftest   Fri Mar 28 15:02:32 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed Killing prftest 5382 after 600 END TEST: prftest BEGIN TEST: primblok   Fri Mar 28 15:02:32 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib This test is not relevant on this platform Killing primblok 5395 after 600 END TEST: primblok BEGIN TEST: provider   Fri Mar 28 15:02:33 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib pthread Statistics started: 15:02:33[15] locks [created: 12, destroyed: 2] locks [acquired: 4605, released: 4605] cvars [created: 7, destroyed: 5] cvars [notified: 333, delayed_delete: 0] Client/Server started at(0x2a4d0): 15:02:33 Server started at(0x2d3d0): 15:02:33 Client started at(0x2d5b0): 15:02:33 main(0x2a4d0): waiting for execution interval (10 seconds) Shutting down(0x2a4d0): 15:02:43 Client(0x2d5b0): stopped after 327 operations and 335860 bytes Server(0x2d3d0): stopped after 327 operations and 335860 bytes main(0x2a4d0): test complete Test exiting at(0x2a4d0): 15:02:48 Killing provider 5408 after 600 END TEST: provider BEGIN TEST: prpollml   Fri Mar 28 15:02:48 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing prpollml 5421 after 600 END TEST: prpollml BEGIN TEST: prpoll   Fri Mar 28 15:03:29 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 45386, 45387 and 45388 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 "45386" from a client The server received "45387" from a client The server received "45386" from a client The server received "45387" from a client The server received "45386" from a client The server received "45387" from a client The server received "45386" from a client The server received "45387" from a client The server received "45386" from a client The server received "45387" from a client Server read 128 bytes from native fd 6 The server received "45388" from a client Server read 128 bytes from native fd 7 The server received "45388" from a client Server read 128 bytes from native fd 6 The server received "45388" from a client Server read 128 bytes from native fd 7 The server received "45388" from a client Server read 128 bytes from native fd 6 The server received "45388" from a client All tests finished Killing prpoll 5434 after 600 END TEST: prpoll BEGIN TEST: randseed   Fri Mar 28 15:03:35 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing randseed 5447 after 600 END TEST: randseed BEGIN TEST: ranfile   Fri Mar 28 15:03:36 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing ranfile 5460 after 600 END TEST: ranfile BEGIN TEST: rwlocktest   Fri Mar 28 15:03:57 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing rwlocktest 5473 after 600 END TEST: rwlocktest BEGIN TEST: sel_spd   Fri Mar 28 15:03:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 154144 client thread 0 socket connected 154144 client thread 0 socket wrote 8192 client thread 1 alive client thread 1 loop 0 client thread 1 socket created 154208 client thread 1 socket connected 154208 client thread 1 socket wrote 8192 server thread 0 got connection 154272 server thread 0 read 8192 bytes client thread 2 alive client thread 2 loop 0 client thread 2 socket created 154336 client thread 2 socket connected 154336 client thread 2 socket wrote 8192 server thread 1 got connection 154400 server thread 1 read 8192 bytes client thread 3 alive client thread 3 loop 0 client thread 3 socket created 154464 client thread 3 socket connected 154464 client thread 3 socket wrote 8192 server thread 2 got connection 154528 server thread 2 read 8192 bytes client thread 4 alive client thread 4 loop 0 client thread 4 socket created 154592 client thread 4 socket connected 154592 client thread 4 socket wrote 8192 server thread 0 write 131072 bytes server: 13450 90 18640 250 32430 server thread 0 loop 1 server thread 3 got connection 154272 server thread 3 read 8192 bytes server thread 4 got connection 154656 server thread 4 read 8192 bytes client thread 5 alive client thread 5 loop 0 client thread 5 socket created 154720 client thread 5 socket connected 154720 client thread 5 socket wrote 8192 server thread 2 write 131072 bytes server: 22060 210 20280 180 42730 server thread 2 loop 1 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 154528 client thread 6 socket connected 154528 client thread 6 socket wrote 8192 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 154144 client thread 0 socket connected 154144 client thread 0 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 154784 client thread 7 socket connected 154784 client thread 7 socket wrote 8192 server thread 1 write 131072 bytes server: 19360 90 30480 160 50090 server thread 1 loop 1 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 154400 client thread 8 socket connected 154400 client thread 8 socket wrote 8192 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 154848 client thread 9 socket connected 154848 client thread 9 socket wrote 8192 server thread 5 got connection 154912 server thread 5 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 154336 client thread 2 socket connected 154336 client thread 2 socket wrote 8192 server thread 6 got connection 154976 server thread 6 read 8192 bytes server thread 0 got connection 155040 server thread 0 read 8192 bytes server thread 7 got connection 155104 server thread 7 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 154208 client thread 1 socket connected 154208 client thread 1 socket wrote 8192 server thread 8 got connection 155168 server thread 8 read 8192 bytes server thread 3 write 131072 bytes server: 32080 240 49560 170 82050 server thread 3 loop 1 server thread 9 got connection 154272 server thread 9 read 8192 bytes server thread 2 got connection 155232 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 44220 90 5840 160 50310 server thread 2 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 155232 client thread 2 socket connected 155232 client thread 2 socket wrote 8192 server thread 0 write 131072 bytes server: 36080 80 28040 150 64350 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 154336 client thread 0 socket connected 154336 client thread 0 socket wrote 8192 server thread 1 got connection 2796024 server thread 1 read 8192 bytes server thread 4 write 131072 bytes server: 34710 210 91060 180 126160 server thread 4 loop 1 server thread 9 write 131072 bytes server: 75450 250 46150 90 121940 server thread 9 loop 1 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 155040 client thread 3 socket connected 155040 client thread 3 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 154144 client thread 9 socket connected 154144 client thread 9 socket wrote 8192 server thread 2 got connection 154656 server thread 2 read 8192 bytes server thread 0 got connection 154272 server thread 0 read 8192 bytes server thread 7 write 131072 bytes server: 63790 270 71210 160 135430 server thread 7 loop 1 server thread 6 write 131072 bytes server: 59080 270 77880 150 137380 server thread 6 loop 1 server thread 5 write 131072 bytes server: 55490 260 83680 160 139590 server thread 5 loop 1 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 154464 client thread 4 socket connected 154464 client thread 4 socket wrote 8192 server thread 8 write 131072 bytes server: 69680 250 68180 160 138270 server thread 8 loop 1 server thread 3 got connection 154848 server thread 3 read 8192 bytes server thread 9 got connection 155104 server thread 9 read 8192 bytes server thread 1 write 131072 bytes server: 72110 100 28730 160 101100 server thread 1 loop 2 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 154976 client thread 7 socket connected 154976 client thread 7 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 154912 client thread 6 socket connected 154912 client thread 6 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 154592 client thread 5 socket connected 154592 client thread 5 socket wrote 8192 server thread 4 got connection 155168 server thread 4 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 2796024 client thread 8 socket connected 2796024 client thread 8 socket wrote 8192 server thread 2 write 131072 bytes server: 43870 80 22590 150 66690 server thread 2 loop 3 server thread 0 write 131072 bytes server: 43300 90 21980 150 65520 server thread 0 loop 3 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 154784 client thread 1 socket connected 154784 client thread 1 socket wrote 8192 server thread 7 got connection 154528 server thread 7 read 8192 bytes server thread 6 got connection 154720 server thread 6 read 8192 bytes server thread 5 got connection 154400 server thread 5 read 8192 bytes server thread 8 got connection 154656 server thread 8 read 8192 bytes server thread 3 write 131072 bytes server: 62580 80 22160 160 84980 server thread 3 loop 2 server thread 9 write 131072 bytes server: 17130 80 21300 150 38660 server thread 9 loop 2 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 154272 client thread 2 socket connected 154272 client thread 2 socket wrote 8192 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 154208 client thread 0 socket connected 154208 client thread 0 socket wrote 8192 server thread 1 got connection 154848 server thread 1 read 8192 bytes server thread 4 write 131072 bytes server: 26620 80 20140 160 47000 server thread 4 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 155104 client thread 4 socket connected 155104 client thread 4 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 155232 client thread 3 socket connected 155232 client thread 3 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 154336 client thread 9 socket connected 154336 client thread 9 socket wrote 8192 server thread 2 got connection 155168 server thread 2 read 8192 bytes server thread 0 got connection 154464 server thread 0 read 8192 bytes server thread 7 write 131072 bytes server: 20920 90 21600 160 42770 server thread 7 loop 2 server thread 6 write 131072 bytes server: 21240 90 21000 150 42480 server thread 6 loop 2 server thread 5 write 131072 bytes server: 21350 90 20340 160 41940 server thread 5 loop 2 server thread 4 got connection 155040 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 10030 80 3070 160 13340 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 154144 client thread 4 socket connected 154144 client thread 4 socket wrote 8192 server thread 4 got connection 154528 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1640 80 1850 140 3710 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 154720 client thread 4 socket connected 154720 client thread 4 socket wrote 8192 server thread 4 got connection 154400 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1610 80 1850 140 3680 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 8 write 131072 bytes server: 21280 90 31620 160 53150 server thread 8 loop 2 server thread 3 got connection 155040 server thread 3 read 8192 bytes server thread 9 got connection 155104 server thread 9 read 8192 bytes server thread 1 write 131072 bytes server: 20750 90 31860 160 52860 server thread 1 loop 3 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 154528 client thread 7 socket connected 154528 client thread 7 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 154144 client thread 6 socket connected 154144 client thread 6 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 154400 client thread 5 socket connected 154400 client thread 5 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 153760 client thread 8 socket connected 153760 client thread 8 socket wrote 8192 server thread 2 write 131072 bytes server: 20300 70 29890 150 50410 server thread 2 loop 4 server thread 0 write 131072 bytes server: 20890 80 29290 160 50420 server thread 0 loop 4 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 154720 client thread 1 socket connected 154720 client thread 1 socket wrote 8192 server thread 7 got connection 154656 server thread 7 read 8192 bytes server thread 6 got connection 154848 server thread 6 read 8192 bytes server thread 5 got connection 154976 server thread 5 read 8192 bytes server thread 8 got connection 154912 server thread 8 read 8192 bytes server thread 3 write 131072 bytes server: 30740 80 19650 160 50630 server thread 3 loop 3 server thread 9 write 131072 bytes server: 31390 80 18970 150 50590 server thread 9 loop 3 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 154592 client thread 2 socket connected 154592 client thread 2 socket wrote 8192 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 2796024 client thread 0 socket connected 2796024 client thread 0 socket wrote 8192 server thread 1 got connection 155168 server thread 1 read 8192 bytes server thread 5 write 131072 bytes server: 29810 90 9960 160 40020 server thread 5 loop 3 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 154464 client thread 5 socket connected 154464 client thread 5 socket wrote 8192 server thread 5 got connection 154784 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1580 80 1840 160 3660 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 155040 client thread 5 socket connected 155040 client thread 5 socket wrote 8192 server thread 5 got connection 155104 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1640 90 1860 150 3740 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 154272 client thread 3 socket connected 154272 client thread 3 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 154208 client thread 9 socket connected 154208 client thread 9 socket wrote 8192 server thread 2 got connection 154976 server thread 2 read 8192 bytes server thread 0 got connection 154400 server thread 0 read 8192 bytes server thread 7 write 131072 bytes server: 28530 90 28170 160 56950 server thread 7 loop 3 server thread 6 write 131072 bytes server: 29170 90 27520 150 56930 server thread 6 loop 3 server thread 8 write 131072 bytes server: 18660 90 24840 160 43750 server thread 8 loop 3 server thread 3 got connection 154784 server thread 3 read 8192 bytes server thread 9 got connection 154464 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 24540 70 1830 150 26590 server thread 9 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 155104 client thread 9 socket connected 155104 client thread 9 socket wrote 8192 server thread 1 write 131072 bytes server: 18520 80 27760 150 46510 server thread 1 loop 4 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 153824 client thread 7 socket connected 153824 client thread 7 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 155040 client thread 6 socket connected 155040 client thread 6 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 155232 client thread 8 socket connected 155232 client thread 8 socket wrote 8192 server thread 9 got connection 154336 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 8110 90 1840 300 10340 Thread 9 EXIT client thread 9 socket read 131072 Thread 9 EXIT server thread 2 write 131072 bytes server: 26780 90 20660 160 47690 Thread 2 EXIT server thread 0 write 131072 bytes server: 27420 90 20130 170 47810 Thread 0 EXIT client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 154656 client thread 1 socket connected 154656 client thread 1 socket wrote 8192 server thread 7 got connection 154848 server thread 7 read 8192 bytes server thread 6 got connection 154912 server thread 6 read 8192 bytes server thread 8 got connection 154464 server thread 8 read 8192 bytes server thread 3 write 131072 bytes server: 23850 90 21300 160 45400 server thread 3 loop 4 client thread 2 socket read 131072 Thread 2 EXIT client thread 0 socket read 131072 Thread 0 EXIT server thread 1 got connection 154208 server thread 1 read 8192 bytes client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 155168 client thread 3 socket connected 155168 client thread 3 socket wrote 8192 server thread 1 write 131072 bytes server: 17030 90 5730 150 23000 Thread 1 EXIT client thread 1 socket read 131072 Thread 1 EXIT server thread 7 write 131072 bytes server: 19490 70 14460 170 34190 server thread 7 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 154528 client thread 7 socket connected 154528 client thread 7 socket wrote 8192 server thread 7 got connection 154144 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 20150 70 16420 150 36790 server thread 6 loop 4 server thread 8 write 131072 bytes server: 20360 70 15790 160 36380 server thread 8 loop 4 server thread 3 got connection 153760 server thread 3 read 8192 bytes server thread 7 write 131072 bytes server: 1640 90 4640 170 6540 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 154336 client thread 6 socket connected 154336 client thread 6 socket wrote 8192 server thread 6 got connection 154080 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 5650 70 1780 140 7640 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 155104 client thread 8 socket connected 155104 client thread 8 socket wrote 8192 server thread 8 got connection 154976 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 11190 90 1880 150 13310 Thread 8 EXIT client thread 8 socket read 131072 Thread 8 EXIT server thread 3 write 131072 bytes server: 14840 290 14560 170 29860 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT Thread 3 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 0 136216 570 122186 804 server per thread elapsed time 259776 ---------- Client results: ---------- client per thread totals 0 2281 902 229364 947 client per thread elapsed time 233494 select loop user/user: 60354.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 154656 client thread 0 socket connected 154656 client thread 0 socket wrote 8192 server thread 0 got connection 154848 server thread 0 read 8192 bytes client thread 1 alive client thread 1 loop 0 client thread 1 socket created 153824 client thread 1 socket connected 153824 client thread 1 socket wrote 8192 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 154912 client thread 2 socket connected 154912 client thread 2 socket wrote 8192 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 154464 client thread 3 socket connected 154464 client thread 3 socket wrote 8192 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 154144 client thread 4 socket connected 154144 client thread 4 socket wrote 8192 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 153952 client thread 5 socket connected 153952 client thread 5 socket wrote 8192 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 154528 client thread 6 socket connected 154528 client thread 6 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 155040 client thread 7 socket connected 155040 client thread 7 socket wrote 8192 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 154080 client thread 8 socket connected 154080 client thread 8 socket wrote 8192 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 153888 client thread 9 socket connected 153888 client thread 9 socket wrote 8192 server thread 0 write 131072 bytes server: 7290 90 9420 170 16970 server thread 0 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 154336 client thread 0 socket connected 154336 client thread 0 socket wrote 8192 server thread 0 got connection 155232 server thread 0 read 8192 bytes server thread 1 got connection 154976 server thread 1 read 8192 bytes server thread 2 got connection 154016 server thread 2 read 8192 bytes server thread 3 got connection 155104 server thread 3 read 8192 bytes server thread 4 got connection 153760 server thread 4 read 8192 bytes server thread 5 got connection 153696 server thread 5 read 8192 bytes server thread 6 got connection 155168 server thread 6 read 8192 bytes server thread 7 got connection 154848 server thread 7 read 8192 bytes server thread 8 got connection 154656 server thread 8 read 8192 bytes server thread 9 got connection 2796088 server thread 9 read 8192 bytes server thread 0 write 131072 bytes server: 1390 80 31980 200 33650 server thread 0 loop 2 server thread 1 write 131072 bytes server: 19210 80 31150 150 50590 server thread 1 loop 1 server thread 2 write 131072 bytes server: 19780 80 30460 160 50480 server thread 2 loop 1 server thread 3 write 131072 bytes server: 20410 80 29800 150 50440 server thread 3 loop 1 server thread 4 write 131072 bytes server: 21010 90 29090 150 50340 server thread 4 loop 1 server thread 5 write 131072 bytes server: 21720 90 28290 150 50250 server thread 5 loop 1 server thread 6 write 131072 bytes server: 22330 90 27630 160 50210 server thread 6 loop 1 server thread 7 write 131072 bytes server: 23660 90 26190 150 50090 server thread 7 loop 1 server thread 8 write 131072 bytes server: 28390 100 21220 150 49860 server thread 8 loop 1 server thread 9 write 131072 bytes server: 30930 90 18630 160 49810 server thread 9 loop 1 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 155232 client thread 9 socket connected 155232 client thread 9 socket wrote 8192 server thread 9 got connection 154976 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1690 90 2020 150 3950 server thread 9 loop 2 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 154016 client thread 9 socket connected 154016 client thread 9 socket wrote 8192 server thread 9 got connection 155104 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1610 90 1850 140 3690 server thread 9 loop 3 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 153760 client thread 9 socket connected 153760 client thread 9 socket wrote 8192 server thread 9 got connection 153696 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1740 60 1810 150 3760 server thread 9 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 155168 client thread 9 socket connected 155168 client thread 9 socket wrote 8192 server thread 9 got connection 154848 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1800 90 1850 150 3890 Thread 9 EXIT client thread 9 socket read 131072 Thread 9 EXIT client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 154656 client thread 0 socket connected 154656 client thread 0 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 2796088 client thread 1 socket connected 2796088 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 153888 client thread 2 socket connected 153888 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 154976 client thread 3 socket connected 154976 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 155232 client thread 4 socket connected 155232 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 155104 client thread 5 socket connected 155104 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 154016 client thread 6 socket connected 154016 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 153696 client thread 7 socket connected 153696 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 153760 client thread 8 socket connected 153760 client thread 8 socket wrote 8192 server thread 0 got connection 154848 server thread 0 read 8192 bytes server thread 1 got connection 153568 server thread 1 read 8192 bytes server thread 2 got connection 155168 server thread 2 read 8192 bytes server thread 3 got connection 154336 server thread 3 read 8192 bytes server thread 4 got connection 153824 server thread 4 read 8192 bytes server thread 5 got connection 154912 server thread 5 read 8192 bytes server thread 6 got connection 154464 server thread 6 read 8192 bytes server thread 7 got connection 154144 server thread 7 read 8192 bytes server thread 8 got connection 153952 server thread 8 read 8192 bytes server thread 3 write 131072 bytes server: 35420 70 10980 170 46640 server thread 3 loop 2 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 154528 client thread 3 socket connected 154528 client thread 3 socket wrote 8192 server thread 3 got connection 155040 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1650 90 1830 160 3730 server thread 3 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 154080 client thread 3 socket connected 154080 client thread 3 socket wrote 8192 server thread 3 got connection 154336 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1550 70 1790 160 3570 server thread 3 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 154976 client thread 3 socket connected 154976 client thread 3 socket wrote 8192 server thread 3 got connection 155040 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1600 80 2120 160 3960 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 0 write 131072 bytes server: 32630 250 32560 160 65600 server thread 0 loop 3 server thread 1 write 131072 bytes server: 33750 70 31650 150 65620 server thread 1 loop 2 server thread 2 write 131072 bytes server: 34520 70 30940 160 65690 server thread 2 loop 2 server thread 4 write 131072 bytes server: 36400 70 28970 300 65740 server thread 4 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 154528 client thread 4 socket connected 154528 client thread 4 socket wrote 8192 server thread 4 got connection 154336 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1410 80 1900 160 3550 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 154080 client thread 4 socket connected 154080 client thread 4 socket wrote 8192 server thread 4 got connection 155040 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1560 90 1860 170 3680 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 154720 client thread 4 socket connected 154720 client thread 4 socket wrote 8192 server thread 4 got connection 154976 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1590 90 2100 160 3940 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 5 write 131072 bytes server: 37060 80 40660 160 77960 server thread 5 loop 2 server thread 6 write 131072 bytes server: 37710 90 40010 160 77970 server thread 6 loop 2 server thread 7 write 131072 bytes server: 38480 70 39300 160 78010 server thread 7 loop 2 server thread 8 write 131072 bytes server: 39140 90 38670 150 78050 server thread 8 loop 2 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 154848 client thread 0 socket connected 154848 client thread 0 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 153568 client thread 1 socket connected 153568 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 155168 client thread 2 socket connected 155168 client thread 2 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 153824 client thread 5 socket connected 153824 client thread 5 socket wrote 8192 server thread 5 got connection 155232 server thread 5 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 154336 client thread 6 socket connected 154336 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 154528 client thread 7 socket connected 154528 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 155040 client thread 8 socket connected 155040 client thread 8 socket wrote 8192 server thread 0 got connection 154080 server thread 0 read 8192 bytes server thread 1 got connection 154976 server thread 1 read 8192 bytes server thread 2 got connection 154784 server thread 2 read 8192 bytes server thread 5 write 131072 bytes server: 6870 90 9200 160 16320 server thread 5 loop 3 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 154720 client thread 5 socket connected 154720 client thread 5 socket wrote 8192 server thread 6 got connection 154912 server thread 6 read 8192 bytes server thread 7 got connection 154464 server thread 7 read 8192 bytes server thread 8 got connection 154144 server thread 8 read 8192 bytes server thread 5 got connection 153952 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 8550 80 1860 160 10650 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 154656 client thread 5 socket connected 154656 client thread 5 socket wrote 8192 server thread 5 got connection 2796088 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1650 80 1880 160 3770 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 0 write 131072 bytes server: 26920 90 23200 160 50370 server thread 0 loop 4 server thread 1 write 131072 bytes server: 27600 80 22510 150 50340 server thread 1 loop 3 server thread 2 write 131072 bytes server: 28230 80 21860 150 50320 server thread 2 loop 3 server thread 6 write 131072 bytes server: 17850 60 19510 180 37600 server thread 6 loop 3 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 153888 client thread 6 socket connected 153888 client thread 6 socket wrote 8192 server thread 6 got connection 155104 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1420 80 1960 160 3620 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 154016 client thread 6 socket connected 154016 client thread 6 socket wrote 8192 server thread 6 got connection 153696 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1590 80 1860 160 3690 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 7 write 131072 bytes server: 18490 90 27190 420 46190 server thread 7 loop 3 server thread 8 write 131072 bytes server: 19130 90 26800 160 46180 server thread 8 loop 3 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 153760 client thread 0 socket connected 153760 client thread 0 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 155232 client thread 1 socket connected 155232 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 153824 client thread 2 socket connected 153824 client thread 2 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 153952 client thread 7 socket connected 153952 client thread 7 socket wrote 8192 server thread 7 got connection 154720 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 5570 80 1890 150 7690 server thread 7 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 2796088 client thread 7 socket connected 2796088 client thread 7 socket wrote 8192 server thread 7 got connection 154592 server thread 7 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 154656 client thread 8 socket connected 154656 client thread 8 socket wrote 8192 server thread 0 got connection 154080 server thread 0 read 8192 bytes server thread 1 got connection 154976 server thread 1 read 8192 bytes server thread 2 got connection 154784 server thread 2 read 8192 bytes server thread 7 write 131072 bytes server: 1710 70 7010 160 8950 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 8 got connection 154912 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 17310 90 2640 160 20200 server thread 8 loop 4 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 154336 client thread 8 socket connected 154336 client thread 8 socket wrote 8192 server thread 8 got connection 155104 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 1590 70 1850 140 3650 Thread 8 EXIT client thread 8 socket read 131072 Thread 8 EXIT server thread 0 write 131072 bytes server: 24400 90 17040 160 41690 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT server thread 1 write 131072 bytes server: 25060 80 17760 150 43050 server thread 1 loop 4 server thread 2 write 131072 bytes server: 25680 90 17160 150 43080 server thread 2 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 153888 client thread 1 socket connected 153888 client thread 1 socket wrote 8192 server thread 1 got connection 153696 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 2030 90 1830 140 4090 Thread 1 EXIT client thread 1 socket read 131072 Thread 1 EXIT client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 2796024 client thread 2 socket connected 2796024 client thread 2 socket wrote 8192 server thread 2 got connection 154016 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 6250 80 2460 150 8940 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT Thread 2 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 218749 999 204606 1630 server per thread elapsed time 425984 ---------- Client results: ---------- client per thread totals 10 4411 1669 383875 1877 client per thread elapsed time 391832 select loop user/kernel: 44696.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 154272 client thread 0 socket connected 154272 client thread 0 socket wrote 8192 client thread 1 alive client thread 1 loop 0 client thread 1 socket created 2796088 client thread 1 socket connected 2796088 client thread 1 socket wrote 8192 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 154912 client thread 2 socket connected 154912 client thread 2 socket wrote 8192 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 154656 client thread 3 socket connected 154656 client thread 3 socket wrote 8192 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 155104 client thread 4 socket connected 155104 client thread 4 socket wrote 8192 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 154208 client thread 5 socket connected 154208 client thread 5 socket wrote 8192 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 154336 client thread 6 socket connected 154336 client thread 6 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 154080 client thread 7 socket connected 154080 client thread 7 socket wrote 8192 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 153632 client thread 8 socket connected 153632 client thread 8 socket wrote 8192 server thread 8 got connection 153760 server thread 8 read 8192 bytes client thread 9 alive client thread 9 loop 0 client thread 9 socket created 154976 client thread 9 socket connected 154976 client thread 9 socket wrote 8192 server thread 0 got connection 154784 server thread 0 read 8192 bytes server thread 1 got connection 155232 server thread 1 read 8192 bytes server thread 2 got connection 153696 server thread 2 read 8192 bytes server thread 3 got connection 154400 server thread 3 read 8192 bytes server thread 4 got connection 153888 server thread 4 read 8192 bytes server thread 5 got connection 153824 server thread 5 read 8192 bytes server thread 6 got connection 154016 server thread 6 read 8192 bytes server thread 7 got connection 153504 server thread 7 read 8192 bytes server thread 8 write 131072 bytes server: 7950 90 13840 180 22060 server thread 8 loop 1 server thread 9 got connection 2796024 server thread 9 read 8192 bytes server thread 6 write 131072 bytes server: 20640 80 10540 170 31430 server thread 6 loop 1 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 153760 client thread 6 socket connected 153760 client thread 6 socket wrote 8192 server thread 6 got connection 154016 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1610 70 1680 150 3510 server thread 6 loop 2 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 154336 client thread 6 socket connected 154336 client thread 6 socket wrote 8192 server thread 6 got connection 154016 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1720 70 1720 150 3660 server thread 6 loop 3 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 153760 client thread 6 socket connected 153760 client thread 6 socket wrote 8192 server thread 6 got connection 154016 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1580 70 1960 150 3760 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 154336 client thread 6 socket connected 154336 client thread 6 socket wrote 8192 server thread 6 got connection 154016 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1560 80 1710 150 3500 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 153760 client thread 8 socket connected 153760 client thread 8 socket wrote 8192 server thread 0 write 131072 bytes server: 16990 90 37670 160 54910 server thread 0 loop 1 server thread 1 write 131072 bytes server: 17270 70 38930 180 56450 server thread 1 loop 1 server thread 2 write 131072 bytes server: 17900 70 38300 160 56430 server thread 2 loop 1 server thread 3 write 131072 bytes server: 18520 90 37670 160 56440 server thread 3 loop 1 server thread 4 write 131072 bytes server: 19130 90 37010 160 56390 server thread 4 loop 1 server thread 5 write 131072 bytes server: 19970 90 36140 170 56370 server thread 5 loop 1 server thread 7 write 131072 bytes server: 21530 90 33950 160 55730 server thread 7 loop 1 server thread 8 got connection 154016 server thread 8 read 8192 bytes server thread 9 write 131072 bytes server: 21750 70 34020 160 56000 server thread 9 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 154720 client thread 0 socket connected 154720 client thread 0 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 154336 client thread 1 socket connected 154336 client thread 1 socket wrote 8192 server thread 1 got connection 153632 server thread 1 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 154784 client thread 2 socket connected 154784 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 155232 client thread 3 socket connected 155232 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 153696 client thread 4 socket connected 153696 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 154400 client thread 5 socket connected 154400 client thread 5 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 153888 client thread 7 socket connected 153888 client thread 7 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 153824 client thread 9 socket connected 153824 client thread 9 socket wrote 8192 server thread 0 got connection 153504 server thread 0 read 8192 bytes server thread 2 got connection 2796024 server thread 2 read 8192 bytes server thread 3 got connection 154272 server thread 3 read 8192 bytes server thread 4 got connection 2796088 server thread 4 read 8192 bytes server thread 5 got connection 154912 server thread 5 read 8192 bytes server thread 7 got connection 154656 server thread 7 read 8192 bytes server thread 8 write 131072 bytes server: 33060 80 21810 170 55120 server thread 8 loop 2 server thread 9 got connection 155104 server thread 9 read 8192 bytes server thread 1 write 131072 bytes server: 7550 80 20800 150 28580 server thread 1 loop 2 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 154208 client thread 8 socket connected 154208 client thread 8 socket wrote 8192 server thread 0 write 131072 bytes server: 19230 90 18410 150 37880 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 154080 client thread 0 socket connected 154080 client thread 0 socket wrote 8192 server thread 0 got connection 154976 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1340 90 2730 160 4320 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 154016 client thread 0 socket connected 154016 client thread 0 socket wrote 8192 server thread 0 got connection 153632 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1630 80 1900 150 3760 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 153760 client thread 0 socket connected 153760 client thread 0 socket wrote 8192 server thread 0 got connection 153504 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1580 80 1840 150 3650 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 154720 client thread 1 socket connected 154720 client thread 1 socket wrote 8192 server thread 2 write 131072 bytes server: 18400 90 31160 160 49810 server thread 2 loop 2 server thread 3 write 131072 bytes server: 19030 80 30530 160 49800 server thread 3 loop 2 server thread 4 write 131072 bytes server: 19650 80 29950 150 49830 server thread 4 loop 2 server thread 5 write 131072 bytes server: 20220 70 29400 150 49840 server thread 5 loop 2 server thread 7 write 131072 bytes server: 20840 90 28730 160 49820 server thread 7 loop 2 server thread 8 got connection 154976 server thread 8 read 8192 bytes server thread 9 write 131072 bytes server: 20870 90 28770 150 49880 server thread 9 loop 2 server thread 1 got connection 154080 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 27180 80 2070 160 29490 server thread 1 loop 3 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 153632 client thread 1 socket connected 153632 client thread 1 socket wrote 8192 server thread 1 got connection 154016 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1640 90 1820 150 3700 server thread 1 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 153504 client thread 1 socket connected 153504 client thread 1 socket wrote 8192 server thread 1 got connection 154464 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1610 80 1840 150 3680 Thread 1 EXIT client thread 1 socket read 131072 Thread 1 EXIT client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 153760 client thread 2 socket connected 153760 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 154336 client thread 3 socket connected 154336 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 2796024 client thread 4 socket connected 2796024 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 154272 client thread 5 socket connected 154272 client thread 5 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 2796088 client thread 7 socket connected 2796088 client thread 7 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 154912 client thread 9 socket connected 154912 client thread 9 socket wrote 8192 server thread 2 got connection 154656 server thread 2 read 8192 bytes server thread 3 got connection 155104 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 25590 80 2900 170 28740 server thread 3 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 154080 client thread 3 socket connected 154080 client thread 3 socket wrote 8192 server thread 3 got connection 154720 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1660 90 1870 160 3780 server thread 3 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 154016 client thread 3 socket connected 154016 client thread 3 socket wrote 8192 server thread 3 got connection 153632 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1610 90 1820 160 3680 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 4 got connection 154464 server thread 4 read 8192 bytes server thread 5 got connection 154144 server thread 5 read 8192 bytes server thread 7 got connection 153504 server thread 7 read 8192 bytes server thread 8 write 131072 bytes server: 27740 80 39240 160 67220 server thread 8 loop 3 server thread 9 got connection 154784 server thread 9 read 8192 bytes server thread 4 write 131072 bytes server: 37030 90 7610 150 44880 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 155232 client thread 4 socket connected 155232 client thread 4 socket wrote 8192 server thread 4 got connection 153696 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 3200 90 1860 160 5310 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 154400 client thread 4 socket connected 154400 client thread 4 socket wrote 8192 server thread 4 got connection 153888 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1590 90 1780 150 3610 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 2 write 131072 bytes server: 24870 80 32560 160 57670 server thread 2 loop 3 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 153824 client thread 8 socket connected 153824 client thread 8 socket wrote 8192 server thread 9 write 131072 bytes server: 38220 80 18550 160 57010 server thread 9 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 155104 client thread 2 socket connected 155104 client thread 2 socket wrote 8192 server thread 2 got connection 154336 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 5430 80 1840 150 7500 server thread 2 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 154720 client thread 2 socket connected 154720 client thread 2 socket wrote 8192 server thread 2 got connection 154080 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1620 80 2440 150 4290 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 7 write 131072 bytes server: 38310 90 29970 160 68530 server thread 7 loop 3 server thread 8 got connection 153632 server thread 8 read 8192 bytes server thread 5 write 131072 bytes server: 37680 90 33130 160 71060 server thread 5 loop 3 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 153568 client thread 9 socket connected 153568 client thread 9 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 154016 client thread 7 socket connected 154016 client thread 7 socket wrote 8192 server thread 7 got connection 154976 server thread 7 read 8192 bytes client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 154464 client thread 5 socket connected 154464 client thread 5 socket wrote 8192 server thread 9 got connection 2796024 server thread 9 read 8192 bytes server thread 7 write 131072 bytes server: 4710 80 5480 150 10420 server thread 7 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 153696 client thread 7 socket connected 153696 client thread 7 socket wrote 8192 server thread 7 got connection 155232 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1330 80 1770 140 3320 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 8 write 131072 bytes server: 29050 60 14720 160 43990 server thread 8 loop 4 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 153888 client thread 8 socket connected 153888 client thread 8 socket wrote 8192 server thread 5 got connection 155168 server thread 5 read 8192 bytes server thread 8 got connection 154400 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 4080 90 1860 150 6180 Thread 8 EXIT client thread 8 socket read 131072 Thread 8 EXIT server thread 5 write 131072 bytes server: 15050 70 6900 160 22180 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 154656 client thread 5 socket connected 154656 client thread 5 socket wrote 8192 server thread 5 got connection 154208 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1700 90 1970 140 3900 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 9 write 131072 bytes server: 18440 90 20360 150 39040 server thread 9 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 154784 client thread 9 socket connected 154784 client thread 9 socket wrote 8192 server thread 9 got connection 153760 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1710 70 1790 150 3720 Thread 9 EXIT client thread 9 socket read 131072 Thread 9 EXIT Thread 9 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 291006 1410 285338 2413 server per thread elapsed time 580167 ---------- Client results: ---------- client per thread totals 10 6721 2369 528139 2777 client per thread elapsed time 540006 select loop kernel/user: 43248.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 154976 client thread 0 socket connected 154976 client thread 0 socket wrote 8192 server thread 0 got connection 154016 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 7170 80 2000 170 9420 server thread 0 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 155232 client thread 0 socket connected 155232 client thread 0 socket wrote 8192 server thread 0 got connection 153952 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1540 70 1720 150 3480 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 153696 client thread 0 socket connected 153696 client thread 0 socket wrote 8192 server thread 0 got connection 153632 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1560 80 1780 140 3560 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 153824 client thread 0 socket connected 153824 client thread 0 socket wrote 8192 server thread 0 got connection 154400 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1550 80 1960 150 3740 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 155040 client thread 0 socket connected 155040 client thread 0 socket wrote 8192 server thread 0 got connection 153888 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1560 80 1750 140 3530 Thread 0 EXIT client thread 1 alive client thread 1 loop 0 client thread 1 socket created 155168 client thread 1 socket connected 155168 client thread 1 socket wrote 8192 client thread 0 socket read 131072 Thread 0 EXIT client thread 2 alive client thread 2 loop 0 client thread 2 socket created 154464 client thread 2 socket connected 154464 client thread 2 socket wrote 8192 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 154208 client thread 3 socket connected 154208 client thread 3 socket wrote 8192 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 154528 client thread 4 socket connected 154528 client thread 4 socket wrote 8192 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 154656 client thread 5 socket connected 154656 client thread 5 socket wrote 8192 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 2796024 client thread 6 socket connected 2796024 client thread 6 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 153568 client thread 7 socket connected 153568 client thread 7 socket wrote 8192 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 153760 client thread 8 socket connected 153760 client thread 8 socket wrote 8192 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 154592 client thread 9 socket connected 154592 client thread 9 socket wrote 8192 server thread 1 got connection 154784 server thread 1 read 8192 bytes server thread 2 got connection 154016 server thread 2 read 8192 bytes server thread 3 got connection 154976 server thread 3 read 8192 bytes server thread 4 got connection 153952 server thread 4 read 8192 bytes server thread 5 got connection 155232 server thread 5 read 8192 bytes server thread 6 got connection 153632 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 34380 80 2050 170 36680 server thread 6 loop 1 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 153696 client thread 6 socket connected 153696 client thread 6 socket wrote 8192 server thread 6 got connection 154400 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1620 80 1780 150 3630 server thread 6 loop 2 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 153824 client thread 6 socket connected 153824 client thread 6 socket wrote 8192 server thread 6 got connection 153888 server thread 6 read 8192 bytes server thread 7 got connection 154336 server thread 7 read 8192 bytes server thread 8 got connection 155040 server thread 8 read 8192 bytes server thread 9 got connection 153632 server thread 9 read 8192 bytes server thread 6 write 131072 bytes server: 2770 250 11140 170 14330 server thread 6 loop 3 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 2796024 client thread 6 socket connected 2796024 client thread 6 socket wrote 8192 server thread 6 got connection 154400 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1410 80 1900 150 3540 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 153696 client thread 6 socket connected 153696 client thread 6 socket wrote 8192 server thread 6 got connection 153888 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1610 80 1860 150 3700 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 1 write 131072 bytes server: 31190 70 38950 160 70370 server thread 1 loop 1 server thread 2 write 131072 bytes server: 31810 90 38320 160 70380 server thread 2 loop 1 server thread 3 write 131072 bytes server: 32440 90 37670 160 70360 server thread 3 loop 1 server thread 4 write 131072 bytes server: 33080 80 37020 150 70330 server thread 4 loop 1 server thread 5 write 131072 bytes server: 33720 70 36370 160 70320 server thread 5 loop 1 server thread 7 write 131072 bytes server: 45260 90 24180 160 69690 server thread 7 loop 1 server thread 8 write 131072 bytes server: 46220 90 23180 150 69640 server thread 8 loop 1 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 153824 client thread 8 socket connected 153824 client thread 8 socket wrote 8192 server thread 8 got connection 154400 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 1390 80 1770 150 3390 server thread 8 loop 2 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 2796024 client thread 8 socket connected 2796024 client thread 8 socket wrote 8192 server thread 9 write 131072 bytes server: 46810 70 27330 150 74360 server thread 9 loop 1 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 153888 client thread 1 socket connected 153888 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 154144 client thread 2 socket connected 154144 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 153696 client thread 3 socket connected 153696 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 154784 client thread 4 socket connected 154784 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 154016 client thread 5 socket connected 154016 client thread 5 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 154976 client thread 7 socket connected 154976 client thread 7 socket wrote 8192 server thread 8 got connection 153952 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 8590 60 2080 170 10900 server thread 8 loop 3 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 155232 client thread 8 socket connected 155232 client thread 8 socket wrote 8192 server thread 8 got connection 154336 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 1590 80 1780 150 3600 server thread 8 loop 4 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 155040 client thread 8 socket connected 155040 client thread 8 socket wrote 8192 server thread 8 got connection 153760 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 1600 90 1810 150 3650 Thread 8 EXIT client thread 8 socket read 131072 Thread 8 EXIT client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 154400 client thread 9 socket connected 154400 client thread 9 socket wrote 8192 server thread 1 got connection 153824 server thread 1 read 8192 bytes server thread 2 got connection 153632 server thread 2 read 8192 bytes server thread 3 got connection 155168 server thread 3 read 8192 bytes server thread 4 got connection 154464 server thread 4 read 8192 bytes server thread 5 got connection 154208 server thread 5 read 8192 bytes server thread 7 got connection 154528 server thread 7 read 8192 bytes server thread 9 got connection 154656 server thread 9 read 8192 bytes server thread 1 write 131072 bytes server: 27960 80 10100 170 38310 server thread 1 loop 2 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 153568 client thread 1 socket connected 153568 client thread 1 socket wrote 8192 server thread 1 got connection 153952 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1660 80 1850 160 3750 server thread 1 loop 3 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 2796024 client thread 1 socket connected 2796024 client thread 1 socket wrote 8192 server thread 1 got connection 154336 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1580 80 1810 160 3630 server thread 1 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 155232 client thread 1 socket connected 155232 client thread 1 socket wrote 8192 server thread 1 got connection 153760 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1610 70 7190 160 9030 Thread 1 EXIT client thread 1 socket read 131072 Thread 1 EXIT server thread 2 write 131072 bytes server: 28590 90 26880 150 55710 server thread 2 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 2796088 client thread 2 socket connected 2796088 client thread 2 socket wrote 8192 server thread 2 got connection 155040 server thread 2 read 8192 bytes server thread 3 write 131072 bytes server: 29220 80 28670 160 58130 server thread 3 loop 2 server thread 4 write 131072 bytes server: 29860 90 28040 150 58140 server thread 4 loop 2 server thread 5 write 131072 bytes server: 30500 90 27400 150 58140 server thread 5 loop 2 server thread 7 write 131072 bytes server: 31100 70 26760 150 58080 server thread 7 loop 2 server thread 9 write 131072 bytes server: 26700 90 25680 150 52620 server thread 9 loop 2 server thread 2 write 131072 bytes server: 1500 80 5380 160 7120 server thread 2 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 154592 client thread 2 socket connected 154592 client thread 2 socket wrote 8192 server thread 2 got connection 153824 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1620 90 1840 150 3700 server thread 2 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 153888 client thread 2 socket connected 153888 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 153952 client thread 3 socket connected 153952 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 153568 client thread 4 socket connected 153568 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 154336 client thread 5 socket connected 154336 client thread 5 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 2796024 client thread 7 socket connected 2796024 client thread 7 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 153760 client thread 9 socket connected 153760 client thread 9 socket wrote 8192 server thread 2 got connection 155104 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 7200 80 1880 140 9300 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 3 got connection 155232 server thread 3 read 8192 bytes server thread 4 got connection 153632 server thread 4 read 8192 bytes server thread 5 got connection 154144 server thread 5 read 8192 bytes server thread 7 got connection 155168 server thread 7 read 8192 bytes server thread 9 got connection 154464 server thread 9 read 8192 bytes server thread 3 write 131072 bytes server: 18960 80 7360 170 26570 server thread 3 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 154208 client thread 3 socket connected 154208 client thread 3 socket wrote 8192 server thread 3 got connection 154528 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1840 90 5220 150 7300 server thread 3 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 154656 client thread 3 socket connected 154656 client thread 3 socket wrote 8192 server thread 3 got connection 155040 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1570 70 1790 150 3580 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 4 write 131072 bytes server: 19600 70 18790 150 38610 server thread 4 loop 3 server thread 5 write 131072 bytes server: 20220 90 18170 150 38630 server thread 5 loop 3 server thread 7 write 131072 bytes server: 20850 80 17550 150 38630 server thread 7 loop 3 server thread 9 write 131072 bytes server: 21500 80 16900 150 38630 server thread 9 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 2796088 client thread 4 socket connected 2796088 client thread 4 socket wrote 8192 server thread 4 got connection 153824 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 3690 90 1880 150 5810 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 154592 client thread 4 socket connected 154592 client thread 4 socket wrote 8192 server thread 4 got connection 153696 server thread 4 read 8192 bytes client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 154784 client thread 5 socket connected 154784 client thread 5 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 154016 client thread 7 socket connected 154016 client thread 7 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 154976 client thread 9 socket connected 154976 client thread 9 socket wrote 8192 server thread 4 write 131072 bytes server: 1610 80 5470 150 7310 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 5 got connection 154400 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 13490 90 1880 150 15610 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 155104 client thread 5 socket connected 155104 client thread 5 socket wrote 8192 server thread 5 got connection 154080 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1600 80 2010 150 3840 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 7 got connection 153888 server thread 7 read 8192 bytes server thread 9 got connection 155232 server thread 9 read 8192 bytes server thread 7 write 131072 bytes server: 20090 90 3870 160 24210 server thread 7 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 153952 client thread 7 socket connected 153952 client thread 7 socket wrote 8192 server thread 7 got connection 154528 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1590 80 2060 160 3890 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 9 write 131072 bytes server: 20730 90 9380 150 30350 server thread 9 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 154208 client thread 9 socket connected 154208 client thread 9 socket wrote 8192 server thread 9 got connection 155040 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1340 90 1910 150 3490 Thread 9 EXIT client thread 9 socket read 131072 Thread 9 EXIT Thread 9 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 20 366671 1834 345950 3184 server per thread elapsed time 717639 ---------- Client results: ---------- client per thread totals 20 8879 3037 640336 3650 client per thread elapsed time 655902 select loop kernel/kernel: 41932.00 usec Killing sel_spd 5486 after 600 END TEST: sel_spd BEGIN TEST: selct_er   Fri Mar 28 15:03:59 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5499 after 600 END TEST: selct_er BEGIN TEST: selct_nm   Fri Mar 28 15:04:01 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5512 after 600 END TEST: selct_nm BEGIN TEST: selct_to   Fri Mar 28 15:04:02 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5525 after 600 END TEST: selct_to BEGIN TEST: selintr   Fri Mar 28 15:04:07 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib select returned 0 Killing selintr 5538 after 600 END TEST: selintr BEGIN TEST: sema   Fri Mar 28 15:04:10 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing sema 5551 after 600 END TEST: sema BEGIN TEST: semaerr   Fri Mar 28 15:04:11 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS PASS Killing semaerr 5564 after 600 END TEST: semaerr BEGIN TEST: semaping   Fri Mar 28 15:04:12 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib warning: removed semaphore /tmp/bar.sem left over from previous run PASS PASS Killing semaping 5578 after 600 END TEST: semaping BEGIN TEST: sendzlf   Fri Mar 28 15:04:13 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing sendzlf 5592 after 600 END TEST: sendzlf BEGIN TEST: server_test   Fri Mar 28 15:04:14 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing server_test 5605 after 600 END TEST: server_test BEGIN TEST: servr_uu   Fri Mar 28 15:04:14 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing servr_uu 5618 after 600 END TEST: servr_uu BEGIN TEST: servr_ku   Fri Mar 28 15:04:15 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing servr_ku 5631 after 600 END TEST: servr_ku BEGIN TEST: servr_uk   Fri Mar 28 15:04:15 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing servr_uk 5644 after 600 END TEST: servr_uk BEGIN TEST: servr_kk   Fri Mar 28 15:04:16 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing servr_kk 5657 after 600 END TEST: servr_kk BEGIN TEST: short_thread   Fri Mar 28 15:04:16 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing short_thread 5670 after 600 END TEST: short_thread BEGIN TEST: sigpipe   Fri Mar 28 15:04:17 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib write to broken pipe failed with EPIPE, as expected write to broken pipe failed with EPIPE, as expected PASSED Killing sigpipe 5683 after 600 END TEST: sigpipe BEGIN TEST: socket   Fri Mar 28 15:04:17 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib END TEST: socket BEGIN TEST: sockopt   Fri Mar 28 15:04:17 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASSED Killing sockopt 5701 after 600 END TEST: sockopt BEGIN TEST: sockping   Fri Mar 28 15:04:18 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5714 after 600 END TEST: sockping BEGIN TEST: sprintf   Fri Mar 28 15:04:18 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing sprintf 5728 after 600 END TEST: sprintf BEGIN TEST: stack   Fri Mar 28 15:04:22 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 Killing stack 5741 after 600 END TEST: stack BEGIN TEST: stdio   Fri Mar 28 15:04:37 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib This to standard out This to standard err Killing stdio 5754 after 600 END TEST: stdio BEGIN TEST: str2addr   Fri Mar 28 15:04:38 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing str2addr 5767 after 600 END TEST: str2addr BEGIN TEST: strod   Fri Mar 28 15:04:38 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456768 Killing strod 5780 after 600 END TEST: strod BEGIN TEST: switch   Fri Mar 28 15:04:39 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASSED Killing switch 5793 after 600 END TEST: switch BEGIN TEST: system   Fri Mar 28 15:04:46 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PR_SI_HOSTNAME: columbus PR_SI_SYSNAME: SunOS PR_SI_RELEASE: 5.8 PR_SI_ARCHITECTURE: sparc Host page size is 8192 Page shift is 13 Number of processors is: 1 Killing system 5806 after 600 END TEST: system BEGIN TEST: testbit   Fri Mar 28 15:04:46 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASSED Killing testbit 5819 after 600 END TEST: testbit BEGIN TEST: testfile   Fri Mar 28 15:04:47 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib File Test passed Dir Test passed Killing testfile 5832 after 600 END TEST: testfile BEGIN TEST: threads   Fri Mar 28 15:04:47 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASS Killing threads 5845 after 600 END TEST: threads BEGIN TEST: timemac   Fri Mar 28 15:04:52 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Fri Mar 28 23:04:52 UTC 2003 Current local time is Fri Mar 28 15:04:52 -0800 2003 GMT offset is -28800, DST offset is 0 Please examine the results Killing timemac 5858 after 600 END TEST: timemac BEGIN TEST: timetest   Fri Mar 28 15:04:52 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing timetest 5871 after 600 END TEST: timetest BEGIN TEST: tpd   Fri Mar 28 15:08:55 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASSED Killing tpd 5885 after 600 END TEST: tpd BEGIN TEST: udpsrv   Fri Mar 28 15:08:56 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Killing udpsrv 5898 after 600 END TEST: udpsrv BEGIN TEST: vercheck   Fri Mar 28 15:08:57 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5911 after 600 END TEST: vercheck BEGIN TEST: version   Fri Mar 28 15:08:58 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Runtime library version information Build time: 27 Mar 2003 11:47:30 GMT Build time: 2003-03-27 03:47:30 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 5924 after 600 END TEST: version BEGIN TEST: writev   Fri Mar 28 15:08:59 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib PASSED Killing writev 5937 after 600 END TEST: writev BEGIN TEST: xnotify   Fri Mar 28 15:08:59 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_dbg/dist/lib Done! Killing xnotify 5950 after 600 END TEST: xnotify BEGIN TEST: zerolen   Fri Mar 28 15:09:00 PST 2003 OBJDIR SunOS5.8_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 5963 after 600 END TEST: zerolen BEGIN TEST: accept   Fri Mar 28 15:09:17 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing accept 6021 after 600 END TEST: accept BEGIN TEST: acceptread   Fri Mar 28 15:09:24 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xff041ac0)127.0.0.1:45777 (Server) read [0xff041a48..0xff041abd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xff041ac0)127.0.0.1:45778 (Server) read [0xff041a48..0xff041abd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xff041ac0)127.0.0.1:45779 (Server) read [0xff041a48..0xff041abd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xff041ac0)127.0.0.1:45780 (Server) read [0xff041a48..0xff041abd) 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 6034 after 600 END TEST: acceptread BEGIN TEST: acceptreademu   Fri Mar 28 15:09:35 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xff041ac0)127.0.0.1:45783 (Server) read [0xff041a48..0xff041abd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xff041ac0)127.0.0.1:45784 (Server) read [0xff041a48..0xff041abd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xff041ac0)127.0.0.1:45785 (Server) read [0xff041a48..0xff041abd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xff041ac0)127.0.0.1:45786 (Server) read [0xff041a48..0xff041abd) 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 6047 after 600 END TEST: acceptreademu BEGIN TEST: affinity   Fri Mar 28 15:09:46 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6060 after 600 END TEST: affinity BEGIN TEST: alarm   Fri Mar 28 15:09:46 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing alarm 6073 after 600 END TEST: alarm BEGIN TEST: anonfm   Fri Mar 28 15:10:50 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing anonfm 6087 after 600 END TEST: anonfm BEGIN TEST: atomic   Fri Mar 28 15:10:51 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6101 after 600 END TEST: atomic BEGIN TEST: attach   Fri Mar 28 15:10:51 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing attach 6114 after 600 END TEST: attach BEGIN TEST: bigfile   Fri Mar 28 15:10:51 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing bigfile 6128 after 600 END TEST: bigfile BEGIN TEST: cleanup   Fri Mar 28 15:10:52 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6141 after 600 END TEST: cleanup BEGIN TEST: cltsrv   Fri Mar 28 15:10:58 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Client/Server started at(0x27ad8): 15:10:58 Server started at(0x2aa08): 15:10:58 Client started at(0x2ac48): 15:10:58 main(0x27ad8): waiting for execution interval (10 seconds) Shutting down(0x27ad8): 15:11:08 Client(0x2ac48): stopped after 334 operations and 342566 bytes Server(0x2aa08): stopped after 335 operations and 344346 bytes main(0x27ad8): test complete Test exiting at(0x27ad8): 15:11:08 Killing cltsrv 6154 after 600 END TEST: cltsrv BEGIN TEST: concur   Fri Mar 28 15:11:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASSED Killing concur 6167 after 600 END TEST: concur BEGIN TEST: cvar   Fri Mar 28 15:11:20 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing cvar 6180 after 600 END TEST: cvar BEGIN TEST: cvar2   Fri Mar 28 15:11:21 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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: 64.80 usec Condvar simple test shared UK: 45.50 usec Condvar simple test priv UU: 124.50 usec Condvar simple test priv UK: 125.30 usec Condvar simple test All: 156.00 usec Condvar timeout test: 634.70 usec 10 Thread tests Condvar simple test shared UU: 77.90 usec Condvar simple test shared UK: 75.70 usec Condvar simple test priv UU: 222.10 usec Condvar simple test priv UK: 225.80 usec Condvar simple test All: 330.20 usec Condvar timeout test: 854.60 usec 15 Thread tests Condvar simple test shared UU: 114.50 usec Condvar simple test shared UK: 112.50 usec Condvar simple test priv UU: 321.40 usec Condvar simple test priv UK: 318.80 usec Condvar simple test All: 488.00 usec Condvar timeout test: 922.10 usec 20 Thread tests Condvar simple test shared UU: 147.90 usec Condvar simple test shared UK: 145.20 usec Condvar simple test priv UU: 416.00 usec Condvar simple test priv UK: 414.10 usec Condvar simple test All: 738.80 usec Condvar timeout test: 1024.90 usec PASS Killing cvar2 6193 after 600 END TEST: cvar2 BEGIN TEST: dlltest   Fri Mar 28 15:11:22 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASSED Killing dlltest 6206 after 600 END TEST: dlltest BEGIN TEST: dtoa   Fri Mar 28 15:11:22 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASSED Killing dtoa 6219 after 600 END TEST: dtoa BEGIN TEST: errcodes   Fri Mar 28 15:11:23 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6232 after 600 END TEST: errcodes BEGIN TEST: exit   Fri Mar 28 15:11:23 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing exit 6245 after 600 END TEST: exit BEGIN TEST: fdcach   Fri Mar 28 15:11:34 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing fdcach 6258 after 600 END TEST: fdcach BEGIN TEST: fileio   Fri Mar 28 15:11:34 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing fileio 6271 after 600 END TEST: fileio BEGIN TEST: foreign   Fri Mar 28 15:11:35 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing foreign 6284 after 600 END TEST: foreign BEGIN TEST: forktest   Fri Mar 28 15:11:39 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Accepting connection at port 46124 Wait one second before connect Connecting to port 46124 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Child process continues. Accepting connection at port 46126 Wait one second before connect Fork succeeded. Parent process continues. Wait one second before connect Accepting connection at port 46127 Connecting to port 46127 Writing message "Hello world!" Connecting to port 46126 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Child process exits. Received "Hello world!" from the client The message is received correctly Parent process exits. PASSED Killing forktest 6297 after 600 END TEST: forktest BEGIN TEST: fsync   Fri Mar 28 15:11:42 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib 10 iterations over a 10 kbyte file: 190 [220] 200 Killing fsync 6311 after 600 END TEST: fsync BEGIN TEST: getproto   Fri Mar 28 15:11:42 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6324 after 600 END TEST: getproto BEGIN TEST: i2l   Fri Mar 28 15:11:42 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib We have long long Killing i2l 6337 after 600 END TEST: i2l BEGIN TEST: initclk   Fri Mar 28 15:11:43 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Elapsed time: 3000 ms, expected time: 3003 ms PASS Killing initclk 6350 after 600 END TEST: initclk BEGIN TEST: inrval   Fri Mar 28 15:11:46 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 389 nsecs Overhead of 'PR_IntervalNow()' is 624 nsecs Overhead of 'PR_Now()' is 391 nsecs Overhead of 'PR_IntervalNow()' is 619 nsecs Killing inrval 6363 after 600 END TEST: inrval BEGIN TEST: instrumt   Fri Mar 28 15:13:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Test not defined Killing instrumt 6376 after 600 END TEST: instrumt BEGIN TEST: intrio   Fri Mar 28 15:13:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6389 after 600 END TEST: intrio BEGIN TEST: intrupt   Fri Mar 28 15:13:40 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASSED Killing intrupt 6402 after 600 END TEST: intrupt BEGIN TEST: io_timeout   Fri Mar 28 15:13:54 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6415 after 600 END TEST: io_timeout BEGIN TEST: ioconthr   Fri Mar 28 15:14:00 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Interrupting the threads Threads terminated in 3005 milliseconds PASS Killing ioconthr 6428 after 600 END TEST: ioconthr BEGIN TEST: join   Fri Mar 28 15:14:06 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib User-User test User-Kernel test Kernel-User test Kernel-Kernel test Join with unjoinable thread PASSED Killing join 6441 after 600 END TEST: join BEGIN TEST: joinkk   Fri Mar 28 15:14:06 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing joinkk 6454 after 600 END TEST: joinkk BEGIN TEST: joinku   Fri Mar 28 15:14:07 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing joinku 6467 after 600 END TEST: joinku BEGIN TEST: joinuk   Fri Mar 28 15:14:07 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing joinuk 6480 after 600 END TEST: joinuk BEGIN TEST: joinuu   Fri Mar 28 15:14:08 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing joinuu 6493 after 600 END TEST: joinuu BEGIN TEST: layer   Fri Mar 28 15:14:08 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6506 after 600 END TEST: layer BEGIN TEST: lazyinit   Fri Mar 28 15:14:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing lazyinit 6519 after 600 END TEST: lazyinit BEGIN TEST: lltest   Fri Mar 28 15:14:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing lltest 6532 after 600 END TEST: lltest BEGIN TEST: lock   Fri Mar 28 15:14:10 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing lock 6545 after 600 END TEST: lock BEGIN TEST: lockfile   Fri Mar 28 15:14:29 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing lockfile 6558 after 600 END TEST: lockfile BEGIN TEST: logger   Fri Mar 28 15:14:34 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing logger 6571 after 600 END TEST: logger BEGIN TEST: many_cv   Fri Mar 28 15:14:45 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PASS Killing many_cv 6584 after 600 END TEST: many_cv BEGIN TEST: multiwait   Fri Mar 28 15:14:46 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6597 after 600 END TEST: multiwait BEGIN TEST: nameshm1   Fri Mar 28 15:16:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing nameshm1 6610 after 600 END TEST: nameshm1 BEGIN TEST: nonblock   Fri Mar 28 15:16:15 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6624 after 600 END TEST: nonblock BEGIN TEST: nblayer   Fri Mar 28 15:16:17 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Ending layered test Killing nblayer 6637 after 600 END TEST: nblayer BEGIN TEST: ntioto   Fri Mar 28 15:16:18 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing ntioto 6650 after 600 END TEST: ntioto BEGIN TEST: ntoh   Fri Mar 28 15:16:18 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib 1 2 1 2 1 2 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 PASS Killing ntoh 6663 after 600 END TEST: ntoh BEGIN TEST: op_2long   Fri Mar 28 15:16:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78 PASS Killing op_2long 6676 after 600 END TEST: op_2long BEGIN TEST: op_excl   Fri Mar 28 15:16:19 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing op_excl 6689 after 600 END TEST: op_excl BEGIN TEST: op_filnf   Fri Mar 28 15:16:20 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib error code is -5950 PASS Killing op_filnf 6702 after 600 END TEST: op_filnf BEGIN TEST: op_filok   Fri Mar 28 15:16:21 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Test passed Killing op_filok 6715 after 600 END TEST: op_filok BEGIN TEST: op_nofil   Fri Mar 28 15:16:21 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib error code is PR_FILE_NOT_FOUND_ERROR, as expected PASS Killing op_nofil 6728 after 600 END TEST: op_nofil BEGIN TEST: parent   Fri Mar 28 15:16:22 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing parent 6741 after 600 END TEST: parent BEGIN TEST: peek   Fri Mar 28 15:16:22 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib END TEST: peek BEGIN TEST: perf   Fri Mar 28 15:16:22 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib local procedure call overhead: 0.04 usec DLL procedure call overhead: 0.14 usec current calendar time: 0.42 usec interval time: 0.63 usec idle lock lock/unlock pair: 0.71 usec idle monitor entry/exit pair: 1.21 usec idle cache monitor entry/exit pair: 3.21 usec create/destroy thread pair: 532.54 usec context switch - user/user: 16.96 usec context switch - user/kernel: 18.44 usec context switch - kernel/user: 16.47 usec context switch - kernel/kernel: 45.92 usec sema context switch - user/user: 19.52 usec sema context switch - user/kernel: 18.97 usec sema context switch - kernel/user: 36.49 usec sema context switch - kernel/kernel: 18.66 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.03 usec DLL procedure call overhead: 0.07 usec current calendar time: 0.39 usec interval time: 0.60 usec idle lock lock/unlock pair: 0.72 usec idle monitor entry/exit pair: 1.30 usec idle cache monitor entry/exit pair: 3.01 usec create/destroy thread pair: 623.59 usec context switch - user/user: 37.51 usec context switch - user/kernel: 25.16 usec context switch - kernel/user: 16.82 usec context switch - kernel/kernel: 35.22 usec sema context switch - user/user: 20.14 usec sema context switch - user/kernel: 21.42 usec sema context switch - kernel/user: 23.24 usec sema context switch - kernel/kernel: 44.00 usec Killing perf 6760 after 600 END TEST: perf BEGIN TEST: pipeping   Fri Mar 28 15:16:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6773 after 600 END TEST: pipeping BEGIN TEST: pipeping2   Fri Mar 28 15:16:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6787 after 600 END TEST: pipeping2 BEGIN TEST: pipeself   Fri Mar 28 15:16:26 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 6801 after 600 END TEST: pipeself BEGIN TEST: poll_nm   Fri Mar 28 15:16:26 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing poll_nm 6814 after 600 END TEST: poll_nm BEGIN TEST: poll_to   Fri Mar 28 15:16:27 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing poll_to 6827 after 600 END TEST: poll_to BEGIN TEST: pollable   Fri Mar 28 15:16:32 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASSED Killing pollable 6840 after 600 END TEST: pollable BEGIN TEST: prftest   Fri Mar 28 15:16:33 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed Killing prftest 6853 after 600 END TEST: prftest BEGIN TEST: primblok   Fri Mar 28 15:16:33 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib This test is not relevant on this platform Killing primblok 6866 after 600 END TEST: primblok BEGIN TEST: provider   Fri Mar 28 15:16:34 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Client/Server started at(0x27d78): 15:16:34 Server started at(0x2ac78): 15:16:34 main(0x27d78): waiting for execution interval (10 seconds) Client started at(0x2ade8): 15:16:34 Shutting down(0x27d78): 15:16:44 Client(0x2ade8): stopped after 332 operations and 340700 bytes Server(0x2ac78): stopped after 333 operations and 341596 bytes main(0x27d78): test complete Test exiting at(0x27d78): 15:16:44 Killing provider 6879 after 600 END TEST: provider BEGIN TEST: prpollml   Fri Mar 28 15:16:45 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing prpollml 6892 after 600 END TEST: prpollml BEGIN TEST: prpoll   Fri Mar 28 15:17:25 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 46764, 46765 and 46766 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 "46764" from a client The server received "46765" from a client The server received "46764" from a client The server received "46765" from a client The server received "46764" from a client The server received "46765" from a client The server received "46764" from a client The server received "46765" from a client The server received "46764" from a client The server received "46765" from a client Server read 128 bytes from native fd 6 The server received "46766" from a client Server read 128 bytes from native fd 7 The server received "46766" from a client Server read 128 bytes from native fd 6 The server received "46766" from a client Server read 128 bytes from native fd 7 The server received "46766" from a client Server read 128 bytes from native fd 6 The server received "46766" from a client All tests finished Killing prpoll 6906 after 600 END TEST: prpoll BEGIN TEST: randseed   Fri Mar 28 15:17:31 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing randseed 6919 after 600 END TEST: randseed BEGIN TEST: ranfile   Fri Mar 28 15:17:32 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing ranfile 6932 after 600 END TEST: ranfile BEGIN TEST: rwlocktest   Fri Mar 28 15:17:53 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing rwlocktest 6945 after 600 END TEST: rwlocktest BEGIN TEST: sel_spd   Fri Mar 28 15:17:53 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 116581 457 82441 834 server per thread elapsed time 200313 ---------- Client results: ---------- client per thread totals 0 2095 685 165904 933 client per thread elapsed time 169617 select loop user/user: 53768.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 201971 848 165961 14937 server per thread elapsed time 383717 ---------- Client results: ---------- client per thread totals 10 4140 1497 341342 1858 client per thread elapsed time 348837 select loop user/kernel: 45798.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 266601 17702 201532 15697 server per thread elapsed time 501532 ---------- Client results: ---------- client per thread totals 10 23143 2209 429812 2734 client per thread elapsed time 457898 select loop kernel/user: 41184.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 20 278631 18071 230131 16436 server per thread elapsed time 543269 ---------- Client results: ---------- client per thread totals 20 25004 2911 482851 3546 client per thread elapsed time 514312 select loop kernel/kernel: 39388.00 usec Killing sel_spd 6958 after 600 END TEST: sel_spd BEGIN TEST: selct_er   Fri Mar 28 15:17:55 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing selct_er 6971 after 600 END TEST: selct_er BEGIN TEST: selct_nm   Fri Mar 28 15:17:56 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing selct_nm 6984 after 600 END TEST: selct_nm BEGIN TEST: selct_to   Fri Mar 28 15:17:56 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing selct_to 6997 after 600 END TEST: selct_to BEGIN TEST: selintr   Fri Mar 28 15:18:01 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib select returned 0 Killing selintr 7010 after 600 END TEST: selintr BEGIN TEST: sema   Fri Mar 28 15:18:04 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing sema 7023 after 600 END TEST: sema BEGIN TEST: semaerr   Fri Mar 28 15:18:05 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS PASS Killing semaerr 7036 after 600 END TEST: semaerr BEGIN TEST: semaping   Fri Mar 28 15:18:06 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib warning: removed semaphore /tmp/bar.sem left over from previous run PASS PASS Killing semaping 7050 after 600 END TEST: semaping BEGIN TEST: sendzlf   Fri Mar 28 15:18:07 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing sendzlf 7064 after 600 END TEST: sendzlf BEGIN TEST: server_test   Fri Mar 28 15:18:07 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing server_test 7077 after 600 END TEST: server_test BEGIN TEST: servr_uu   Fri Mar 28 15:18:08 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing servr_uu 7090 after 600 END TEST: servr_uu BEGIN TEST: servr_ku   Fri Mar 28 15:18:08 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing servr_ku 7103 after 600 END TEST: servr_ku BEGIN TEST: servr_uk   Fri Mar 28 15:18:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing servr_uk 7116 after 600 END TEST: servr_uk BEGIN TEST: servr_kk   Fri Mar 28 15:18:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing servr_kk 7129 after 600 END TEST: servr_kk BEGIN TEST: short_thread   Fri Mar 28 15:18:09 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing short_thread 7142 after 600 END TEST: short_thread BEGIN TEST: sigpipe   Fri Mar 28 15:18:10 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib write to broken pipe failed with EPIPE, as expected write to broken pipe failed with EPIPE, as expected PASSED Killing sigpipe 7155 after 600 END TEST: sigpipe BEGIN TEST: socket   Fri Mar 28 15:18:10 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib END TEST: socket BEGIN TEST: sockopt   Fri Mar 28 15:18:10 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASSED Killing sockopt 7173 after 600 END TEST: sockopt BEGIN TEST: sockping   Fri Mar 28 15:18:11 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 7186 after 600 END TEST: sockping BEGIN TEST: sprintf   Fri Mar 28 15:18:11 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing sprintf 7200 after 600 END TEST: sprintf BEGIN TEST: stack   Fri Mar 28 15:18:14 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 Killing stack 7213 after 600 END TEST: stack BEGIN TEST: stdio   Fri Mar 28 15:18:20 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib This to standard out This to standard err Killing stdio 7226 after 600 END TEST: stdio BEGIN TEST: str2addr   Fri Mar 28 15:18:20 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing str2addr 7239 after 600 END TEST: str2addr BEGIN TEST: strod   Fri Mar 28 15:18:21 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456768 Killing strod 7252 after 600 END TEST: strod BEGIN TEST: switch   Fri Mar 28 15:18:21 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASSED Killing switch 7265 after 600 END TEST: switch BEGIN TEST: system   Fri Mar 28 15:18:27 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PR_SI_HOSTNAME: columbus PR_SI_SYSNAME: SunOS PR_SI_RELEASE: 5.8 PR_SI_ARCHITECTURE: sparc Host page size is 8192 Page shift is 13 Number of processors is: 1 Killing system 7278 after 600 END TEST: system BEGIN TEST: testbit   Fri Mar 28 15:18:27 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASSED Killing testbit 7291 after 600 END TEST: testbit BEGIN TEST: testfile   Fri Mar 28 15:18:27 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib File Test passed Dir Test passed Killing testfile 7304 after 600 END TEST: testfile BEGIN TEST: threads   Fri Mar 28 15:18:28 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASS Killing threads 7317 after 600 END TEST: threads BEGIN TEST: timemac   Fri Mar 28 15:18:32 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Fri Mar 28 23:18:32 UTC 2003 Current local time is Fri Mar 28 15:18:32 -0800 2003 GMT offset is -28800, DST offset is 0 Please examine the results Killing timemac 7330 after 600 END TEST: timemac BEGIN TEST: timetest   Fri Mar 28 15:18:32 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing timetest 7343 after 600 END TEST: timetest BEGIN TEST: tpd   Fri Mar 28 15:21:59 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASSED Killing tpd 7356 after 600 END TEST: tpd BEGIN TEST: udpsrv   Fri Mar 28 15:22:00 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Killing udpsrv 7369 after 600 END TEST: udpsrv BEGIN TEST: vercheck   Fri Mar 28 15:22:01 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 7382 after 600 END TEST: vercheck BEGIN TEST: version   Fri Mar 28 15:22:01 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Runtime library version information Build time: 27 Mar 2003 11:41:38 GMT Build time: 2003-03-27 03:41:38 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 7395 after 600 END TEST: version BEGIN TEST: writev   Fri Mar 28 15:22:01 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib PASSED Killing writev 7408 after 600 END TEST: writev BEGIN TEST: xnotify   Fri Mar 28 15:22:02 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_opt/dist/lib Done! Killing xnotify 7421 after 600 END TEST: xnotify BEGIN TEST: zerolen   Fri Mar 28 15:22:02 PST 2003 OBJDIR SunOS5.8_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_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 7434 after 600 END TEST: zerolen BEGIN TEST: accept   Fri Mar 28 15:22:19 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing accept 7505 after 600 END TEST: accept BEGIN TEST: acceptread   Fri Mar 28 15:22:26 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xffffffff7c711958)127.0.0.1:47153 (Server) read [0xffffffff7c7118e3..0xffffffff7c711958) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xffffffff7c711958)127.0.0.1:47154 (Server) read [0xffffffff7c7118e3..0xffffffff7c711958) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xffffffff7c711958)127.0.0.1:47155 (Server) read [0xffffffff7c7118e3..0xffffffff7c711958) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xffffffff7c711958)127.0.0.1:47156 (Server) read [0xffffffff7c7118e3..0xffffffff7c711958) 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 7518 after 600 END TEST: acceptread BEGIN TEST: acceptreademu   Fri Mar 28 15:22:38 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xffffffff7c711958)127.0.0.1:47159 (Server) read [0xffffffff7c7118e3..0xffffffff7c711958) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xffffffff7c711958)127.0.0.1:47160 (Server) read [0xffffffff7c7118e3..0xffffffff7c711958) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xffffffff7c711958)127.0.0.1:47161 (Server) read [0xffffffff7c7118e3..0xffffffff7c711958) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xffffffff7c711958)127.0.0.1:47162 (Server) read [0xffffffff7c7118e3..0xffffffff7c711958) 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 7531 after 600 END TEST: acceptreademu BEGIN TEST: affinity   Fri Mar 28 15:22:49 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib main: creating local thread thread_start: AffinityMask = 0x0 main: creating global thread thread_start: AffinityMask = 0x0 main: creating global bound thread thread_start: AffinityMask = 0x0 Killing affinity 7544 after 600 END TEST: affinity BEGIN TEST: alarm   Fri Mar 28 15:22:49 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing alarm 7557 after 600 END TEST: alarm BEGIN TEST: anonfm   Fri Mar 28 15:23:53 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing anonfm 7571 after 600 END TEST: anonfm BEGIN TEST: atomic   Fri Mar 28 15:23:54 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PR_AtomicIncrement(-2) == -1: PASSED PR_AtomicIncrement(-1) == 0: PASSED PR_AtomicIncrement(0) == 1: PASSED PR_AtomicAdd(-2,1) == -1: PASSED PR_AtomicAdd(-1,4) == 3: PASSED PR_AtomicAdd(3,-6) == -3: PASSED PR_AtomicDecrement(2) == 1: PASSED PR_AtomicDecrement(1) == 0: PASSED PR_AtomicDecrement(0) == -1: PASSED PR_AtomicSet(-2, 2) == -2: PASSED PR_AtomicSet(-2, -2) == -2: PASSED Atomic operations test PASSED Killing atomic 7588 after 600 END TEST: atomic BEGIN TEST: attach   Fri Mar 28 15:23:54 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing attach 7601 after 600 END TEST: attach BEGIN TEST: bigfile   Fri Mar 28 15:23:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing bigfile 7615 after 600 END TEST: bigfile BEGIN TEST: cleanup   Fri Mar 28 15:23:56 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Cleanup settings Thread type: LOCAL Concurrency: 1 Number of threads: 1 Thread sleep: 10 Main sleep: 5 Cleanup will NOT be called main() exiting Killing cleanup 7628 after 600 END TEST: cleanup BEGIN TEST: cltsrv   Fri Mar 28 15:24:01 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PThread Statistics started: 15:24:02[15] locks [created: 12, destroyed: 2] locks [acquired: 4726, released: 4726] cvars [created: 7, destroyed: 5] cvars [notified: 343, delayed_delete: 0] Client/Server started at(0x10010c260): 15:24:02 Server started at(0x1001142f0): 15:24:02 Client started at(0x100114660): 15:24:02 main(0x10010c260): waiting for execution interval (10 seconds) Shutting down(0x10010c260): 15:24:12 Client(0x100114660): stopped after 335 operations and 344346 bytes Server(0x1001142f0): stopped after 335 operations and 344346 bytes main(0x10010c260): test complete Test exiting at(0x10010c260): 15:24:17 Killing cltsrv 7641 after 600 END TEST: cltsrv BEGIN TEST: concur   Fri Mar 28 15:24:17 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASSED Killing concur 7654 after 600 END TEST: concur BEGIN TEST: cvar   Fri Mar 28 15:24:29 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing cvar 7667 after 600 END TEST: cvar BEGIN TEST: cvar2   Fri Mar 28 15:24:29 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib CondVar Test: Simple test creates several local and global threads; half use a single, shared condvar, and the other half have their own condvar. The main thread then loops notifying them to wakeup. The timeout test is very similar except that the threads are not notified. They will all wakeup on a 1 second timeout. The mixed test combines the simple test and the timeout test; every third thread is notified, the other threads are expected to timeout correctly. Lastly, the combined test creates a thread for each of the above three cases and they all run simultaneously. This test is run with 5, 10, 15, and 20 threads of each type. 5 Thread tests Condvar simple test shared UU: 97.10 usec Condvar simple test shared UK: 89.40 usec Condvar simple test priv UU: 249.50 usec Condvar simple test priv UK: 185.50 usec Condvar simple test All: 790.60 usec Condvar timeout test: 772.20 usec 10 Thread tests Condvar simple test shared UU: 643.20 usec Condvar simple test shared UK: 592.70 usec Condvar simple test priv UU: 1140.50 usec Condvar simple test priv UK: 1157.40 usec Condvar simple test All: 2926.70 usec Condvar timeout test: 992.80 usec 15 Thread tests Condvar simple test shared UU: 1735.70 usec Condvar simple test shared UK: 1694.90 usec Condvar simple test priv UU: 1769.60 usec Condvar simple test priv UK: 1628.90 usec Condvar simple test All: 1657.80 usec Condvar timeout test: 1147.20 usec 20 Thread tests Condvar simple test shared UU: 1134.60 usec Condvar simple test shared UK: 2382.20 usec Condvar simple test priv UU: 2232.00 usec Condvar simple test priv UK: 2378.60 usec Condvar simple test All: 6338.60 usec Condvar timeout test: 1343.80 usec PASS Killing cvar2 7680 after 600 END TEST: cvar2 BEGIN TEST: dlltest   Fri Mar 28 15:24:34 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASSED Killing dlltest 7693 after 600 END TEST: dlltest BEGIN TEST: dtoa   Fri Mar 28 15:24:34 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASSED Killing dtoa 7707 after 600 END TEST: dtoa BEGIN TEST: errcodes   Fri Mar 28 15:24:35 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Number of error codes = 73 PR_OUT_OF_MEMORY_ERROR = -6000 PR_BAD_DESCRIPTOR_ERROR = -5999 PR_WOULD_BLOCK_ERROR = -5998 PR_ACCESS_FAULT_ERROR = -5997 PR_INVALID_METHOD_ERROR = -5996 PR_ILLEGAL_ACCESS_ERROR = -5995 PR_UNKNOWN_ERROR = -5994 PR_PENDING_INTERRUPT_ERROR = -5993 PR_NOT_IMPLEMENTED_ERROR = -5992 PR_IO_ERROR = -5991 PR_IO_TIMEOUT_ERROR = -5990 PR_IO_PENDING_ERROR = -5989 PR_DIRECTORY_OPEN_ERROR = -5988 PR_INVALID_ARGUMENT_ERROR = -5987 PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986 PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985 PR_IS_CONNECTED_ERROR = -5984 PR_BAD_ADDRESS_ERROR = -5983 PR_ADDRESS_IN_USE_ERROR = -5982 PR_CONNECT_REFUSED_ERROR = -5981 PR_NETWORK_UNREACHABLE_ERROR = -5980 PR_CONNECT_TIMEOUT_ERROR = -5979 PR_NOT_CONNECTED_ERROR = -5978 PR_LOAD_LIBRARY_ERROR = -5977 PR_UNLOAD_LIBRARY_ERROR = -5976 PR_FIND_SYMBOL_ERROR = -5975 PR_INSUFFICIENT_RESOURCES_ERROR = -5974 PR_DIRECTORY_LOOKUP_ERROR = -5973 PR_TPD_RANGE_ERROR = -5972 PR_PROC_DESC_TABLE_FULL_ERROR = -5971 PR_SYS_DESC_TABLE_FULL_ERROR = -5970 PR_NOT_SOCKET_ERROR = -5969 PR_NOT_TCP_SOCKET_ERROR = -5968 PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967 PR_NO_ACCESS_RIGHTS_ERROR = -5966 PR_OPERATION_NOT_SUPPORTED_ERROR = -5965 PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964 PR_REMOTE_FILE_ERROR = -5963 PR_BUFFER_OVERFLOW_ERROR = -5962 PR_CONNECT_RESET_ERROR = -5961 PR_RANGE_ERROR = -5960 PR_DEADLOCK_ERROR = -5959 PR_FILE_IS_LOCKED_ERROR = -5958 PR_FILE_TOO_BIG_ERROR = -5957 PR_NO_DEVICE_SPACE_ERROR = -5956 PR_PIPE_ERROR = -5955 PR_NO_SEEK_DEVICE_ERROR = -5954 PR_IS_DIRECTORY_ERROR = -5953 PR_LOOP_ERROR = -5952 PR_NAME_TOO_LONG_ERROR = -5951 PR_FILE_NOT_FOUND_ERROR = -5950 PR_NOT_DIRECTORY_ERROR = -5949 PR_READ_ONLY_FILESYSTEM_ERROR = -5948 PR_DIRECTORY_NOT_EMPTY_ERROR = -5947 PR_FILESYSTEM_MOUNTED_ERROR = -5946 PR_NOT_SAME_DEVICE_ERROR = -5945 PR_DIRECTORY_CORRUPTED_ERROR = -5944 PR_FILE_EXISTS_ERROR = -5943 PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942 PR_INVALID_DEVICE_STATE_ERROR = -5941 PR_DEVICE_IS_LOCKED_ERROR = -5940 PR_NO_MORE_FILES_ERROR = -5939 PR_END_OF_FILE_ERROR = -5938 PR_FILE_SEEK_ERROR = -5937 PR_FILE_IS_BUSY_ERROR = -5936 PR_IN_PROGRESS_ERROR = -5934 PR_ALREADY_INITIATED_ERROR = -5933 PR_GROUP_EMPTY_ERROR = -5932 PR_INVALID_STATE_ERROR = -5931 PR_NETWORK_DOWN_ERROR = -5930 PR_SOCKET_SHUTDOWN_ERROR = -5929 PR_CONNECT_ABORTED_ERROR = -5928 PR_HOST_UNREACHABLE_ERROR = -5927 Killing errcodes 7720 after 600 END TEST: errcodes BEGIN TEST: exit   Fri Mar 28 15:24:35 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing exit 7733 after 600 END TEST: exit BEGIN TEST: fdcach   Fri Mar 28 15:24:46 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing fdcach 7746 after 600 END TEST: fdcach BEGIN TEST: fileio   Fri Mar 28 15:24:47 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib 'PR_NewSem' is obsolete. Use 'locks & condition variables' instead. 'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead. 'PR_PostSem' is obsolete. Use 'locks & condition variables' instead. 'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead. PASS Killing fileio 7759 after 600 END TEST: fileio BEGIN TEST: foreign   Fri Mar 28 15:24:47 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing foreign 7772 after 600 END TEST: foreign BEGIN TEST: forktest   Fri Mar 28 15:24:51 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Accepting connection at port 47500 Wait one second before connect Connecting to port 47500 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Child process continues. Accepting connection at port 47502 Wait one second before connect Fork succeeded. Parent process continues. Wait one second before connect Accepting connection at port 47503 Connecting to port 47502 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Child process exits. Connecting to port 47503 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Parent process exits. PASSED Killing forktest 7785 after 600 END TEST: forktest BEGIN TEST: fsync   Fri Mar 28 15:24:54 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib 10 iterations over a 10 kbyte file: 220 [240] 230 Killing fsync 7799 after 600 END TEST: fsync BEGIN TEST: getproto   Fri Mar 28 15:24:54 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib tcp is protocol number 6 udp is protocol number 17 Protocol number 6 is tcp Protocol number 17 is udp PASSED Killing getproto 7812 after 600 END TEST: getproto BEGIN TEST: i2l   Fri Mar 28 15:24:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib We have long long Killing i2l 7825 after 600 END TEST: i2l BEGIN TEST: initclk   Fri Mar 28 15:24:56 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Elapsed time: 3000 ms, expected time: 3010 ms PASS Killing initclk 7838 after 600 END TEST: initclk BEGIN TEST: inrval   Fri Mar 28 15:24:59 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 773 nsecs Overhead of 'PR_IntervalNow()' is 798 nsecs Overhead of 'PR_Now()' is 767 nsecs Overhead of 'PR_IntervalNow()' is 802 nsecs Killing inrval 7851 after 600 END TEST: inrval BEGIN TEST: instrumt   Fri Mar 28 15:26:33 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing instrumt 7864 after 600 END TEST: instrumt BEGIN TEST: intrio   Fri Mar 28 15:26:34 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib A local thread will be interrupted by a local thread PR_Accept() is interrupted as expected A local thread will be interrupted by a global thread PR_Accept() is interrupted as expected A global thread will be interrupted by a local thread PR_Accept() is interrupted as expected A global thread will be interrupted by a global thread PR_Accept() is interrupted as expected PASSED Killing intrio 7877 after 600 END TEST: intrio BEGIN TEST: intrupt   Fri Mar 28 15:26:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASSED Killing intrupt 7890 after 600 END TEST: intrupt BEGIN TEST: io_timeout   Fri Mar 28 15:27:09 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib test with global bound thread thread id 0, scope GLOBAL_BOUND scope test with local thread thread id 0, scope GLOBAL scope test with global thread thread id 0, scope GLOBAL scope Killing io_timeout 7903 after 600 END TEST: io_timeout BEGIN TEST: ioconthr   Fri Mar 28 15:27:15 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Interrupting the threads Threads terminated in 3013 milliseconds PASS Killing ioconthr 7916 after 600 END TEST: ioconthr BEGIN TEST: join   Fri Mar 28 15:27:21 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib User-User test User-Kernel test Kernel-User test Kernel-Kernel test Join with unjoinable thread PASSED Killing join 7929 after 600 END TEST: join BEGIN TEST: joinkk   Fri Mar 28 15:27:22 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing joinkk 7942 after 600 END TEST: joinkk BEGIN TEST: joinku   Fri Mar 28 15:27:22 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing joinku 7955 after 600 END TEST: joinku BEGIN TEST: joinuk   Fri Mar 28 15:27:23 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing joinuk 7968 after 600 END TEST: joinuk BEGIN TEST: joinuu   Fri Mar 28 15:27:24 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing joinuu 7981 after 600 END TEST: joinuu BEGIN TEST: layer   Fri Mar 28 15:27:24 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Beginning layered test with new style stack Ending layered test Killing layer 7994 after 600 END TEST: layer BEGIN TEST: lazyinit   Fri Mar 28 15:27:25 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing lazyinit 8007 after 600 END TEST: lazyinit BEGIN TEST: lltest   Fri Mar 28 15:27:25 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing lltest 8020 after 600 END TEST: lltest BEGIN TEST: lock   Fri Mar 28 15:27:26 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing lock 8033 after 600 END TEST: lock BEGIN TEST: lockfile   Fri Mar 28 15:27:45 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing lockfile 8046 after 600 END TEST: lockfile BEGIN TEST: logger   Fri Mar 28 15:27:50 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing logger 8059 after 600 END TEST: logger BEGIN TEST: many_cv   Fri Mar 28 15:28:01 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PThread Statistics started: 15:28:01[0] locks [created: 11, destroyed: 1] locks [acquired: 9, released: 9] cvars [created: 12, destroyed: 10] cvars [notified: 10, delayed_delete: 0] PASS Killing many_cv 8072 after 600 END TEST: many_cv BEGIN TEST: multiwait   Fri Mar 28 15:28:02 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib OneInThenCancelled() OneOpOneThread() ManyOpOneThread() SomeOpsSomeThreads() RealOneGroupIO() RealOneGroupIO Enumerated 0 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects Killing multiwait 8085 after 600 END TEST: multiwait BEGIN TEST: nameshm1   Fri Mar 28 15:29:25 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing nameshm1 8098 after 600 END TEST: nameshm1 BEGIN TEST: nonblock   Fri Mar 28 15:29:30 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib The serveclient thread created. accept: EWOULDBLOCK, good client connected accept: succeeded, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good All tests finished PASS Killing nonblock 8112 after 600 END TEST: nonblock BEGIN TEST: nblayer   Fri Mar 28 15:29:32 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Ending layered test Killing nblayer 8125 after 600 END TEST: nblayer BEGIN TEST: ntioto   Fri Mar 28 15:29:33 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing ntioto 8138 after 600 END TEST: ntioto BEGIN TEST: ntoh   Fri Mar 28 15:29:34 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib 1 2 1 2 1 2 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 PASS Killing ntoh 8151 after 600 END TEST: ntoh BEGIN TEST: op_2long   Fri Mar 28 15:29:34 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78 PASS Killing op_2long 8164 after 600 END TEST: op_2long BEGIN TEST: op_excl   Fri Mar 28 15:29:34 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing op_excl 8177 after 600 END TEST: op_excl BEGIN TEST: op_filnf   Fri Mar 28 15:29:35 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib error code is -5950 PASS Killing op_filnf 8190 after 600 END TEST: op_filnf BEGIN TEST: op_filok   Fri Mar 28 15:29:36 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Test passed Killing op_filok 8203 after 600 END TEST: op_filok BEGIN TEST: op_nofil   Fri Mar 28 15:29:36 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib error code is PR_FILE_NOT_FOUND_ERROR, as expected PASS Killing op_nofil 8216 after 600 END TEST: op_nofil BEGIN TEST: parent   Fri Mar 28 15:29:37 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing parent 8229 after 600 END TEST: parent BEGIN TEST: peek   Fri Mar 28 15:29:38 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib END TEST: peek BEGIN TEST: perf   Fri Mar 28 15:29:38 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib 'PR_NewSem' is obsolete. Use 'locks & condition variables' instead. 'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead. 'PR_PostSem' is obsolete. Use 'locks & condition variables' instead. 'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead. local procedure call overhead: 0.12 usec DLL procedure call overhead: 0.44 usec current calendar time: 0.79 usec interval time: 0.79 usec idle lock lock/unlock pair: 1.81 usec idle monitor entry/exit pair: 2.97 usec idle cache monitor entry/exit pair: 7.86 usec create/destroy thread pair: 444.28 usec context switch - user/user: 19.76 usec context switch - user/kernel: 19.93 usec context switch - kernel/user: 19.65 usec context switch - kernel/kernel: 45.53 usec sema context switch - user/user: 32.62 usec sema context switch - user/kernel: 35.20 usec sema context switch - kernel/user: 25.63 usec sema context switch - kernel/kernel: 26.42 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.12 usec DLL procedure call overhead: 0.23 usec current calendar time: 0.77 usec interval time: 0.77 usec idle lock lock/unlock pair: 1.81 usec idle monitor entry/exit pair: 3.34 usec idle cache monitor entry/exit pair: 7.89 usec create/destroy thread pair: 663.86 usec context switch - user/user: 21.12 usec context switch - user/kernel: 90.83 usec context switch - kernel/user: 21.49 usec context switch - kernel/kernel: 21.25 usec sema context switch - user/user: 45.63 usec sema context switch - user/kernel: 51.24 usec sema context switch - kernel/user: 26.50 usec sema context switch - kernel/kernel: 45.15 usec Killing perf 8248 after 600 END TEST: perf BEGIN TEST: pipeping   Fri Mar 28 15:29:40 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS Killing pipeping 8261 after 600 END TEST: pipeping BEGIN TEST: pipeping2   Fri Mar 28 15:29:41 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS Killing pipeping2 8275 after 600 END TEST: pipeping2 BEGIN TEST: pipeself   Fri Mar 28 15:29:41 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" PR_Available: expected 250, got 250 bytes PR_Available: expected 243, got 243 bytes PR_Available: expected 0, got 0 bytes PASS Killing pipeself 8289 after 600 END TEST: pipeself BEGIN TEST: poll_nm   Fri Mar 28 15:29:42 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing poll_nm 8302 after 600 END TEST: poll_nm BEGIN TEST: poll_to   Fri Mar 28 15:29:42 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing poll_to 8315 after 600 END TEST: poll_to BEGIN TEST: pollable   Fri Mar 28 15:29:48 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASSED Killing pollable 8328 after 600 END TEST: pollable BEGIN TEST: prftest   Fri Mar 28 15:29:49 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed Killing prftest 8341 after 600 END TEST: prftest BEGIN TEST: primblok   Fri Mar 28 15:29:49 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib This test is not relevant on this platform Killing primblok 8354 after 600 END TEST: primblok BEGIN TEST: provider   Fri Mar 28 15:29:50 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib pthread Statistics started: 15:29:50[10] locks [created: 12, destroyed: 2] locks [acquired: 4560, released: 4560] cvars [created: 7, destroyed: 5] cvars [notified: 329, delayed_delete: 0] Client/Server started at(0x10010ca10): 15:29:50 Server started at(0x100114aa0): 15:29:50 Client started at(0x100114d50): 15:29:50 main(0x10010ca10): waiting for execution interval (10 seconds) Shutting down(0x10010ca10): 15:30:00 Client(0x100114d50): stopped after 323 operations and 332914 bytes Server(0x100114aa0): stopped after 324 operations and 332952 bytes main(0x10010ca10): test complete Test exiting at(0x10010ca10): 15:30:00 Killing provider 8367 after 600 END TEST: provider BEGIN TEST: prpollml   Fri Mar 28 15:30:00 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing prpollml 8380 after 600 END TEST: prpollml BEGIN TEST: prpoll   Fri Mar 28 15:30:41 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib This program tests PR_Poll with sockets. Timeout, error reporting, and normal operation are tested. The server thread is listening on ports 48131, 48132 and 48133 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 "48131" from a client The server received "48132" from a client The server received "48131" from a client The server received "48132" from a client The server received "48131" from a client The server received "48132" from a client The server received "48131" from a client The server received "48132" from a client The server received "48131" from a client The server received "48132" from a client Server read 128 bytes from native fd 6 The server received "48133" from a client Server read 128 bytes from native fd 7 The server received "48133" from a client Server read 128 bytes from native fd 6 The server received "48133" from a client Server read 128 bytes from native fd 7 The server received "48133" from a client Server read 128 bytes from native fd 6 The server received "48133" from a client All tests finished Killing prpoll 8393 after 600 END TEST: prpoll BEGIN TEST: randseed   Fri Mar 28 15:30:47 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing randseed 8406 after 600 END TEST: randseed BEGIN TEST: ranfile   Fri Mar 28 15:30:47 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing ranfile 8419 after 600 END TEST: ranfile BEGIN TEST: rwlocktest   Fri Mar 28 15:31:08 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing rwlocktest 8432 after 600 END TEST: rwlocktest BEGIN TEST: sel_spd   Fri Mar 28 15:31:09 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Running test for 5 iterations with 10 simultaneous threads. Will send 8192 bytes of client data and 131072 bytes of server data server thread 0 alive server thread 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 client thread 0 alive client thread 0 loop 0 client thread 0 socket created 1098032 client thread 0 socket connected 1098032 client thread 0 socket wrote 8192 server thread 0 got connection 1098096 server thread 0 read 8192 bytes server thread 9 alive server thread 9 loop 0 client thread 1 alive client thread 1 loop 0 client thread 1 socket created 1098224 client thread 1 socket connected 1098224 client thread 1 socket wrote 8192 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 1098288 client thread 2 socket connected 1098288 client thread 2 socket wrote 8192 server thread 0 write 131072 bytes server: 12390 180 9700 220 22490 server thread 0 loop 1 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 1098096 client thread 3 socket connected 1098096 client thread 3 socket wrote 8192 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 1098032 client thread 0 socket connected 1098032 client thread 0 socket wrote 8192 server thread 0 got connection 1098352 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 3700 60 2340 160 6260 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1098352 client thread 0 socket connected 1098352 client thread 0 socket wrote 8192 server thread 0 got connection 1098032 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1570 60 1650 150 3430 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 1098032 client thread 0 socket connected 1098032 client thread 0 socket wrote 8192 server thread 0 got connection 1098352 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1490 60 1570 160 3280 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 1098352 client thread 0 socket connected 1098352 client thread 0 socket wrote 8192 server thread 2 got connection 1098032 server thread 2 read 8192 bytes client thread 4 alive client thread 4 loop 0 client thread 4 socket created 1098416 client thread 4 socket connected 1098416 client thread 4 socket wrote 8192 server thread 3 got connection 1098480 server thread 3 read 8192 bytes client thread 5 alive client thread 5 loop 0 client thread 5 socket created 1098544 client thread 5 socket connected 1098544 client thread 5 socket wrote 8192 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 1098608 client thread 6 socket connected 1098608 client thread 6 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 1098672 client thread 7 socket connected 1098672 client thread 7 socket wrote 8192 server thread 0 got connection 1098736 server thread 0 read 8192 bytes server thread 4 got connection 1098800 server thread 4 read 8192 bytes server thread 5 got connection 1098864 server thread 5 read 8192 bytes client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1098928 client thread 8 socket connected 1098928 client thread 8 socket wrote 8192 server thread 6 got connection 1098992 server thread 6 read 8192 bytes server thread 7 got connection 1099056 server thread 7 read 8192 bytes client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1099120 client thread 9 socket connected 1099120 client thread 9 socket wrote 8192 server thread 2 write 131072 bytes server: 34980 190 41780 190 77140 server thread 2 loop 1 server thread 3 write 131072 bytes server: 37540 180 41410 160 79290 server thread 3 loop 1 server thread 8 got connection 1098032 server thread 8 read 8192 bytes server thread 9 got connection 1098480 server thread 9 read 8192 bytes server thread 0 write 131072 bytes server: 14780 70 46020 420 61290 Thread 0 EXIT client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 1098736 client thread 2 socket connected 1098736 client thread 2 socket wrote 8192 server thread 4 write 131072 bytes server: 51840 640 43150 160 95790 server thread 4 loop 1 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 1097456 client thread 3 socket connected 1097456 client thread 3 socket wrote 8192 server thread 5 write 131072 bytes server: 55750 160 40710 160 96780 server thread 5 loop 1 client thread 0 socket read 131072 Thread 0 EXIT server thread 7 write 131072 bytes server: 63060 250 216110 290 279710 server thread 7 loop 1 server thread 6 write 131072 bytes server: 58950 180 222160 170 281460 server thread 6 loop 1 server thread 2 got connection 1098288 server thread 2 read 8192 bytes client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1098800 client thread 4 socket connected 1098800 client thread 4 socket wrote 8192 server thread 3 got connection 1098096 server thread 3 read 8192 bytes client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 1098864 client thread 5 socket connected 1098864 client thread 5 socket wrote 8192 server thread 9 write 131072 bytes server: 76230 230 202850 430 279740 server thread 9 loop 1 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1098352 client thread 9 socket connected 1098352 client thread 9 socket wrote 8192 server thread 9 got connection 1099056 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1660 80 1920 150 3810 server thread 9 loop 2 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 1098992 client thread 9 socket connected 1098992 client thread 9 socket wrote 8192 server thread 9 got connection 1098416 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1600 90 1900 150 3740 server thread 9 loop 3 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1098544 client thread 9 socket connected 1098544 client thread 9 socket wrote 8192 server thread 9 got connection 1098480 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1570 80 2100 150 3900 server thread 9 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 1099120 client thread 9 socket connected 1099120 client thread 9 socket wrote 8192 server thread 9 got connection 1099056 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1600 80 1900 150 3730 Thread 9 EXIT client thread 9 socket read 131072 Thread 9 EXIT client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 1098352 client thread 7 socket connected 1098352 client thread 7 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 1098416 client thread 6 socket connected 1098416 client thread 6 socket wrote 8192 server thread 8 write 131072 bytes server: 75890 260 230740 370 307260 server thread 8 loop 1 server thread 4 got connection 1098992 server thread 4 read 8192 bytes server thread 5 got connection 1098480 server thread 5 read 8192 bytes server thread 2 write 131072 bytes server: 211020 90 31700 180 242990 server thread 2 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1098544 client thread 2 socket connected 1098544 client thread 2 socket wrote 8192 server thread 4 write 131072 bytes server: 217790 80 6280 160 224310 server thread 4 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 1099056 client thread 4 socket connected 1099056 client thread 4 socket wrote 8192 server thread 3 write 131072 bytes server: 210480 80 39130 180 249870 server thread 3 loop 2 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 1098288 client thread 5 socket connected 1098288 client thread 5 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 1098736 client thread 3 socket connected 1098736 client thread 3 socket wrote 8192 server thread 5 write 131072 bytes server: 217620 90 14680 180 232570 server thread 5 loop 2 server thread 5 got connection 1098992 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 250 80 2180 150 2660 server thread 5 loop 3 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 1098800 client thread 5 socket connected 1098800 client thread 5 socket wrote 8192 server thread 5 got connection 1098096 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1650 80 1950 150 3830 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 1098864 client thread 5 socket connected 1098864 client thread 5 socket wrote 8192 server thread 5 got connection 1097456 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1640 80 1940 150 3810 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 3 got connection 1098480 server thread 3 read 8192 bytes server thread 4 got connection 1098608 server thread 4 read 8192 bytes server thread 2 got connection 1098672 server thread 2 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 1098992 client thread 8 socket connected 1098992 client thread 8 socket wrote 8192 server thread 6 got connection 1099120 server thread 6 read 8192 bytes server thread 7 got connection 1098160 server thread 7 read 8192 bytes server thread 3 write 131072 bytes server: 14460 80 7830 160 22530 server thread 3 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1098288 client thread 3 socket connected 1098288 client thread 3 socket wrote 8192 server thread 4 write 131072 bytes server: 23570 90 12530 150 36340 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 1098096 client thread 4 socket connected 1098096 client thread 4 socket wrote 8192 server thread 2 write 131072 bytes server: 26980 80 13110 150 40320 server thread 2 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 1098800 client thread 2 socket connected 1098800 client thread 2 socket wrote 8192 server thread 6 write 131072 bytes server: 62910 90 12430 150 75580 server thread 6 loop 2 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 1097456 client thread 6 socket connected 1097456 client thread 6 socket wrote 8192 server thread 7 write 131072 bytes server: 64870 80 12920 150 78020 server thread 7 loop 2 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 1097776 client thread 7 socket connected 1097776 client thread 7 socket wrote 8192 server thread 3 got connection 1098864 server thread 3 read 8192 bytes server thread 8 got connection 1098928 server thread 8 read 8192 bytes server thread 4 got connection 1098480 server thread 4 read 8192 bytes server thread 2 got connection 1098736 server thread 2 read 8192 bytes server thread 6 got connection 1098608 server thread 6 read 8192 bytes server thread 7 got connection 1099056 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 8470 80 3170 160 11880 server thread 7 loop 3 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 1098672 client thread 7 socket connected 1098672 client thread 7 socket wrote 8192 server thread 7 got connection 1098544 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1550 60 1560 150 3320 server thread 7 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1099120 client thread 7 socket connected 1099120 client thread 7 socket wrote 8192 server thread 7 got connection 1098416 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1510 70 1650 150 3380 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 3 write 131072 bytes server: 12700 80 23510 180 36470 server thread 3 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 1098160 client thread 3 socket connected 1098160 client thread 3 socket wrote 8192 server thread 3 got connection 1098352 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1370 90 1940 150 3550 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 8 write 131072 bytes server: 52440 90 28590 180 81300 server thread 8 loop 2 server thread 4 write 131072 bytes server: 9500 80 27980 150 37710 server thread 4 loop 4 server thread 2 write 131072 bytes server: 9150 80 27280 160 36670 server thread 2 loop 4 server thread 6 write 131072 bytes server: 8750 90 26630 150 35620 server thread 6 loop 3 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1099056 client thread 8 socket connected 1099056 client thread 8 socket wrote 8192 server thread 8 got connection 1097776 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 3840 90 2000 160 6090 server thread 8 loop 3 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1098544 client thread 8 socket connected 1098544 client thread 8 socket wrote 8192 server thread 8 got connection 1098672 server thread 8 read 8192 bytes client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 1098416 client thread 4 socket connected 1098416 client thread 4 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 1097904 client thread 2 socket connected 1097904 client thread 2 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1099120 client thread 6 socket connected 1099120 client thread 6 socket wrote 8192 server thread 4 got connection 1098864 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 12640 80 1890 140 14750 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 2 got connection 1098288 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 15400 90 2100 150 17740 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 6 got connection 1098352 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 18420 90 2720 170 21400 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 1097648 client thread 6 socket connected 1097648 client thread 6 socket wrote 8192 server thread 6 got connection 1098160 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1600 80 1880 140 3700 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 1 got connection 1098032 server thread 1 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 1098928 client thread 1 socket connected 1098928 client thread 1 socket wrote 8192 server thread 1 write 131072 bytes server: 426250 220 5610 180 432260 server thread 1 loop 1 server thread 1 got connection 1098480 server thread 1 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 1098736 client thread 1 socket connected 1098736 client thread 1 socket wrote 8192 server thread 1 write 131072 bytes server: 260 80 3690 170 4200 server thread 1 loop 2 server thread 1 got connection 1098608 server thread 1 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 1098992 client thread 1 socket connected 1098992 client thread 1 socket wrote 8192 server thread 1 write 131072 bytes server: 250 70 3390 170 3880 server thread 1 loop 3 server thread 1 got connection 1097776 server thread 1 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 1099056 client thread 1 socket connected 1099056 client thread 1 socket wrote 8192 server thread 1 write 131072 bytes server: 250 80 3220 160 3710 server thread 1 loop 4 server thread 1 got connection 1098096 server thread 1 read 8192 bytes client thread 1 socket read 131072 Thread 1 EXIT client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1098800 client thread 8 socket connected 1098800 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 1640 90 44130 180 46040 server thread 8 loop 4 server thread 8 got connection 1097456 server thread 8 read 8192 bytes client thread 8 socket read 131072 Thread 8 EXIT server thread 8 write 131072 bytes server: 240 90 2950 180 3460 Thread 8 EXIT server thread 1 write 131072 bytes server: 240 90 8780 180 9290 Thread 1 EXIT Thread 1 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 0 213431 572 148936 896 server per thread elapsed time 363835 ---------- Client results: ---------- client per thread totals 0 2251 1446 326304 904 client per thread elapsed time 330905 select loop user/user: 92104.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 client thread 0 alive client thread 0 loop 0 client thread 0 socket created 1098288 client thread 0 socket connected 1098288 client thread 0 socket wrote 8192 server thread 0 got connection 1097584 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 2470 70 1970 170 4680 server thread 0 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 1097904 client thread 0 socket connected 1097904 client thread 0 socket wrote 8192 server thread 0 got connection 1098352 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1650 80 1920 150 3800 server thread 0 loop 2 client thread 0 socket read 131072 client thread 1 alive client thread 1 loop 0 client thread 1 socket created 1099120 client thread 1 socket connected 1099120 client thread 1 socket wrote 8192 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 1098160 client thread 2 socket connected 1098160 client thread 2 socket wrote 8192 server thread 1 got connection 1097840 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 10460 80 1910 150 12600 server thread 1 loop 1 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 1097648 client thread 1 socket connected 1097648 client thread 1 socket wrote 8192 server thread 1 got connection 1098224 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1590 80 1900 140 3710 server thread 1 loop 2 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 1098032 client thread 1 socket connected 1098032 client thread 1 socket wrote 8192 server thread 1 got connection 1098928 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1570 80 2110 150 3910 server thread 1 loop 3 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 1098480 client thread 1 socket connected 1098480 client thread 1 socket wrote 8192 server thread 1 got connection 1098736 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1580 80 1880 150 3690 server thread 1 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 1098608 client thread 1 socket connected 1098608 client thread 1 socket wrote 8192 server thread 1 got connection 1098992 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1580 80 1890 150 3700 Thread 1 EXIT client thread 1 socket read 131072 Thread 1 EXIT server thread 2 got connection 1097776 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 28700 80 2250 160 31190 server thread 2 loop 1 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 1099056 client thread 2 socket connected 1099056 client thread 2 socket wrote 8192 server thread 2 got connection 1098544 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1650 80 1930 150 3810 server thread 2 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1098672 client thread 2 socket connected 1098672 client thread 2 socket wrote 8192 server thread 2 got connection 1098800 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1640 80 2410 150 4280 server thread 2 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 1097456 client thread 2 socket connected 1097456 client thread 2 socket wrote 8192 server thread 2 got connection 1097968 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1370 80 1930 150 3530 server thread 2 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 1098096 client thread 2 socket connected 1098096 client thread 2 socket wrote 8192 server thread 2 got connection 1097520 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1640 80 1950 150 3820 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 3 alive server thread 3 loop 0 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 1098288 client thread 3 socket connected 1098288 client thread 3 socket wrote 8192 server thread 3 got connection 1098352 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1020 80 1900 160 3160 server thread 3 loop 1 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 1097840 client thread 3 socket connected 1097840 client thread 3 socket wrote 8192 server thread 3 got connection 1099120 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1620 70 1890 150 3730 server thread 3 loop 2 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 1098224 client thread 3 socket connected 1098224 client thread 3 socket wrote 8192 server thread 3 got connection 1097648 server thread 3 read 8192 bytes server thread 4 alive server thread 4 loop 0 server thread 5 alive server thread 5 loop 0 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 1098736 client thread 4 socket connected 1098736 client thread 4 socket wrote 8192 server thread 4 got connection 1098480 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1770 80 1950 160 3960 server thread 4 loop 1 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1098992 client thread 4 socket connected 1098992 client thread 4 socket wrote 8192 server thread 4 got connection 1097712 server thread 4 read 8192 bytes server thread 6 alive server thread 6 loop 0 server thread 7 alive server thread 7 loop 0 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 1098160 client thread 5 socket connected 1098160 client thread 5 socket wrote 8192 server thread 8 alive server thread 8 loop 0 server thread 4 write 131072 bytes server: 1620 70 5670 150 7510 server thread 4 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 1099056 client thread 4 socket connected 1099056 client thread 4 socket wrote 8192 server thread 4 got connection 1098800 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1380 80 1950 150 3560 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 1098672 client thread 4 socket connected 1098672 client thread 4 socket wrote 8192 server thread 4 got connection 1097968 server thread 4 read 8192 bytes server thread 9 alive server thread 9 loop 0 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 1097520 client thread 6 socket connected 1097520 client thread 6 socket wrote 8192 server thread 5 got connection 1098416 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 1610 80 6230 170 8090 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 1098096 client thread 4 socket connected 1098096 client thread 4 socket wrote 8192 server thread 4 got connection 1098352 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1610 80 1960 150 3800 Thread 4 EXIT client thread 7 alive client thread 7 loop 0 client thread 7 socket created 1098288 client thread 7 socket connected 1098288 client thread 7 socket wrote 8192 client thread 4 socket read 131072 Thread 4 EXIT client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1099120 client thread 8 socket connected 1099120 client thread 8 socket wrote 8192 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1097840 client thread 9 socket connected 1097840 client thread 9 socket wrote 8192 server thread 9 got connection 1097904 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 11280 90 1970 150 13490 server thread 9 loop 1 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1098480 client thread 9 socket connected 1098480 client thread 9 socket wrote 8192 server thread 9 got connection 1098736 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1630 80 1910 240 3860 server thread 9 loop 2 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 1097712 client thread 9 socket connected 1097712 client thread 9 socket wrote 8192 server thread 9 got connection 1098992 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1610 80 1940 140 3770 server thread 9 loop 3 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1098800 client thread 9 socket connected 1098800 client thread 9 socket wrote 8192 server thread 9 got connection 1099056 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1610 80 1940 140 3770 server thread 9 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 1097968 client thread 9 socket connected 1097968 client thread 9 socket wrote 8192 server thread 9 got connection 1098672 server thread 9 read 8192 bytes server thread 6 got connection 1098352 server thread 6 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 1098928 client thread 6 socket connected 1098928 client thread 6 socket wrote 8192 server thread 6 write 131072 bytes server: 40730 90 3290 170 44280 server thread 6 loop 1 server thread 6 got connection 1098096 server thread 6 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 1097904 client thread 6 socket connected 1097904 client thread 6 socket wrote 8192 server thread 6 write 131072 bytes server: 240 80 3230 170 3720 server thread 6 loop 2 server thread 6 got connection 1097840 server thread 6 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1098736 client thread 6 socket connected 1098736 client thread 6 socket wrote 8192 server thread 6 write 131072 bytes server: 240 80 3360 170 3850 server thread 6 loop 3 server thread 6 got connection 1098480 server thread 6 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 1098992 client thread 6 socket connected 1098992 client thread 6 socket wrote 8192 server thread 6 write 131072 bytes server: 230 90 3220 160 3700 server thread 6 loop 4 server thread 6 got connection 1097712 server thread 6 read 8192 bytes client thread 6 socket read 131072 Thread 6 EXIT server thread 6 write 131072 bytes server: 220 90 3140 180 3630 Thread 6 EXIT server thread 5 write 131072 bytes server: 20340 80 48350 160 68930 server thread 5 loop 1 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 1099056 server thread 5 got connection 1098800 client thread 5 socket connected 1099056 server thread 5 read 8192 bytes client thread 5 socket wrote 8192 server thread 5 write 131072 bytes server: 1430 320 1920 150 3820 server thread 5 loop 2 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 1097520 server thread 5 got connection 1098352 client thread 5 socket connected 1097520 server thread 5 read 8192 bytes client thread 5 socket wrote 8192 server thread 5 write 131072 bytes server: 1380 310 2020 150 3860 server thread 5 loop 3 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 1098928 server thread 5 got connection 1098096 client thread 5 socket connected 1098928 server thread 5 read 8192 bytes client thread 5 socket wrote 8192 server thread 5 write 131072 bytes server: 1470 310 1920 150 3850 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 1097904 server thread 5 got connection 1097840 client thread 5 socket connected 1097904 server thread 5 read 8192 bytes client thread 5 socket wrote 8192 server thread 5 write 131072 bytes server: 1390 310 1910 150 3760 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 7 got connection 1098736 server thread 7 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 1098480 client thread 7 socket connected 1098480 client thread 7 socket wrote 8192 server thread 7 write 131072 bytes server: 77560 90 3480 170 81300 server thread 7 loop 1 server thread 7 got connection 1098992 server thread 7 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 1097712 client thread 7 socket connected 1097712 client thread 7 socket wrote 8192 server thread 7 write 131072 bytes server: 240 80 3210 170 3700 server thread 7 loop 2 server thread 7 got connection 1098608 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 230 80 2620 150 3080 server thread 7 loop 3 server thread 8 got connection 1098416 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 1098160 client thread 8 socket connected 1098160 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 86910 80 3290 170 90450 server thread 8 loop 1 server thread 8 got connection 1098800 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1099056 client thread 8 socket connected 1099056 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 220 80 3250 170 3720 server thread 8 loop 2 server thread 8 got connection 1098352 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1097520 client thread 8 socket connected 1097520 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 230 80 3450 170 3930 server thread 8 loop 3 server thread 8 got connection 1098096 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1098928 client thread 8 socket connected 1098928 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 230 80 3250 170 3730 server thread 8 loop 4 server thread 8 got connection 1097840 server thread 8 read 8192 bytes client thread 8 socket read 131072 Thread 8 EXIT server thread 8 write 131072 bytes server: 230 80 3010 170 3490 Thread 8 EXIT client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1098032 client thread 3 socket connected 1098032 client thread 3 socket wrote 8192 server thread 3 write 131072 bytes server: 1580 120310 3290 170 125350 server thread 3 loop 3 server thread 3 got connection 1097904 server thread 3 read 8192 bytes client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 1098288 client thread 3 socket connected 1098288 client thread 3 socket wrote 8192 server thread 3 write 131072 bytes server: 430 80 3190 180 3880 server thread 3 loop 4 server thread 3 got connection 1098736 server thread 3 read 8192 bytes client thread 3 socket read 131072 Thread 3 EXIT client thread 0 loop 2 client thread 0 socket created 1098480 server thread 0 got connection 1098992 client thread 0 socket connected 1098480 server thread 0 read 8192 bytes client thread 0 socket wrote 8192 server thread 0 write 131072 bytes server: 182510 320 1930 160 184920 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 1098608 server thread 0 got connection 1099120 client thread 0 socket connected 1098608 server thread 0 read 8192 bytes client thread 0 socket wrote 8192 server thread 0 write 131072 bytes server: 1400 310 1920 150 3780 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 1098416 server thread 0 got connection 1098160 client thread 0 socket connected 1098416 server thread 0 read 8192 bytes client thread 0 socket wrote 8192 server thread 0 write 131072 bytes server: 1400 300 2250 160 4110 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT server thread 3 write 131072 bytes server: 240 80 16010 190 16520 Thread 3 EXIT client thread 9 socket read 131072 Thread 9 EXIT server thread 9 write 131072 bytes server: 1610 80 96330 180 98200 Thread 9 EXIT client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 1098800 server thread 7 got connection 1099056 client thread 7 socket connected 1098800 server thread 7 read 8192 bytes client thread 7 socket wrote 8192 server thread 7 write 131072 bytes server: 47070 320 1950 150 49490 server thread 7 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1098352 server thread 7 got connection 1097520 client thread 7 socket connected 1098352 server thread 7 read 8192 bytes client thread 7 socket wrote 8192 server thread 7 write 131072 bytes server: 1560 310 1940 150 3960 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT Thread 7 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 268829 13206 176945 1698 server per thread elapsed time 460678 ---------- Client results: ---------- client per thread totals 10 4596 3121 390772 6937 client per thread elapsed time 405426 select loop user/kernel: 43214.00 usec server thread 0 alive server thread 0 loop 0 client thread 0 alive client thread 0 loop 0 client thread 0 socket created 1098928 client thread 0 socket connected 1098928 client thread 0 socket wrote 8192 server thread 0 got connection 1097840 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1030 80 1950 160 3220 server thread 0 loop 1 server thread 1 alive server thread 1 loop 0 client thread 1 alive client thread 1 loop 0 client thread 1 socket created 1098224 client thread 1 socket connected 1098224 client thread 1 socket wrote 8192 server thread 1 got connection 1097648 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1000 80 1930 160 3170 server thread 1 loop 1 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 1098032 client thread 1 socket connected 1098032 client thread 1 socket wrote 8192 server thread 1 got connection 1097904 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1590 80 1920 150 3740 server thread 1 loop 2 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 1098288 client thread 1 socket connected 1098288 client thread 1 socket wrote 8192 server thread 1 got connection 1098992 server thread 1 read 8192 bytes server thread 2 alive server thread 2 loop 0 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 1099120 client thread 2 socket connected 1099120 client thread 2 socket wrote 8192 server thread 2 got connection 1098608 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1010 80 1960 160 3210 server thread 2 loop 1 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 1098160 client thread 2 socket connected 1098160 client thread 2 socket wrote 8192 server thread 2 got connection 1098864 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1590 80 1950 150 3770 server thread 2 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1098416 client thread 2 socket connected 1098416 client thread 2 socket wrote 8192 server thread 2 got connection 1098736 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1730 80 1950 140 3900 server thread 2 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 1097584 client thread 2 socket connected 1097584 client thread 2 socket wrote 8192 server thread 2 got connection 1097968 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1590 80 1950 150 3770 server thread 2 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 1098672 client thread 2 socket connected 1098672 client thread 2 socket wrote 8192 server thread 2 got connection 1097456 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1580 80 2390 150 4200 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 3 alive server thread 3 loop 0 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 1099056 client thread 3 socket connected 1099056 client thread 3 socket wrote 8192 server thread 3 got connection 1098800 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1020 70 1950 150 3190 server thread 3 loop 1 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 1097520 client thread 3 socket connected 1097520 client thread 3 socket wrote 8192 server thread 3 got connection 1097776 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1610 80 2140 150 3980 server thread 3 loop 2 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 1098352 client thread 3 socket connected 1098352 client thread 3 socket wrote 8192 server thread 3 got connection 1097840 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1610 80 1920 150 3760 server thread 3 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1097648 client thread 3 socket connected 1097648 client thread 3 socket wrote 8192 server thread 3 got connection 1098224 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1590 80 1930 140 3740 server thread 3 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 1097904 client thread 3 socket connected 1097904 client thread 3 socket wrote 8192 server thread 3 got connection 1098032 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1740 80 1930 140 3890 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 4 alive server thread 4 loop 0 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 1099120 client thread 4 socket connected 1099120 client thread 4 socket wrote 8192 server thread 4 got connection 1098864 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1000 70 1970 150 3190 server thread 4 loop 1 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1098160 client thread 4 socket connected 1098160 client thread 4 socket wrote 8192 server thread 4 got connection 1098736 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 2090 90 1950 150 4280 server thread 4 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 1098416 client thread 4 socket connected 1098416 client thread 4 socket wrote 8192 server thread 4 got connection 1097968 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 2690 270 2670 150 5780 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 1097584 server thread 4 got connection 1097456 client thread 4 socket connected 1097584 client thread 4 socket wrote 8192 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1990 370 1950 150 4460 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 1098480 client thread 4 socket connected 1098480 client thread 4 socket wrote 8192 server thread 4 got connection 1098672 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1610 80 1930 150 3770 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 5 alive server thread 5 loop 0 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 1099056 client thread 5 socket connected 1099056 client thread 5 socket wrote 8192 server thread 5 got connection 1097776 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1160 80 1970 160 3370 server thread 5 loop 1 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 1097520 client thread 5 socket connected 1097520 client thread 5 socket wrote 8192 server thread 5 got connection 1097840 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1630 80 1960 150 3820 server thread 5 loop 2 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 1098352 client thread 5 socket connected 1098352 client thread 5 socket wrote 8192 server thread 5 got connection 1098224 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1620 80 2170 150 4020 server thread 5 loop 3 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 1097648 client thread 5 socket connected 1097648 client thread 5 socket wrote 8192 server thread 5 got connection 1098032 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1640 80 1960 150 3830 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 1097712 client thread 5 socket connected 1097712 client thread 5 socket wrote 8192 server thread 5 got connection 1097904 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1620 80 1970 140 3810 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 6 alive server thread 6 loop 0 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 1099120 client thread 6 socket connected 1099120 client thread 6 socket wrote 8192 server thread 6 got connection 1098736 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1010 80 1960 150 3200 server thread 6 loop 1 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 1098160 client thread 6 socket connected 1098160 client thread 6 socket wrote 8192 server thread 6 got connection 1097968 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1620 80 1940 140 3780 server thread 6 loop 2 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 1098416 client thread 6 socket connected 1098416 client thread 6 socket wrote 8192 server thread 6 got connection 1097456 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1600 80 2150 140 3970 server thread 6 loop 3 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1097584 client thread 6 socket connected 1097584 client thread 6 socket wrote 8192 server thread 6 got connection 1098672 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1620 70 1940 150 3780 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 1098608 client thread 6 socket connected 1098608 client thread 6 socket wrote 8192 server thread 6 got connection 1098480 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1600 80 1930 150 3760 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 7 alive server thread 7 loop 0 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 1099056 client thread 7 socket connected 1099056 client thread 7 socket wrote 8192 server thread 7 got connection 1097840 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 990 70 1970 150 3180 server thread 7 loop 1 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 1097520 client thread 7 socket connected 1097520 client thread 7 socket wrote 8192 server thread 7 got connection 1098224 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1590 80 1950 150 3770 server thread 7 loop 2 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 1098352 client thread 7 socket connected 1098352 client thread 7 socket wrote 8192 server thread 7 got connection 1098032 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1820 80 1960 140 4000 server thread 7 loop 3 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 1097648 client thread 7 socket connected 1097648 client thread 7 socket wrote 8192 server thread 7 got connection 1097904 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1590 80 1960 150 3780 server thread 7 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1098800 client thread 7 socket connected 1098800 client thread 7 socket wrote 8192 server thread 7 got connection 1097712 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1580 80 2410 150 4220 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 8 alive server thread 8 loop 0 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1099120 client thread 8 socket connected 1099120 client thread 8 socket wrote 8192 server thread 8 got connection 1097968 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 1000 80 1950 150 3180 server thread 8 loop 1 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 1098160 client thread 8 socket connected 1098160 client thread 8 socket wrote 8192 server thread 8 got connection 1097456 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1098416 client thread 8 socket connected 1098416 client thread 8 socket wrote 8192 server thread 9 alive server thread 9 loop 0 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1097584 client thread 9 socket connected 1097584 client thread 9 socket wrote 8192 server thread 9 got connection 1098480 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1030 80 1970 160 3240 server thread 9 loop 1 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1098864 client thread 9 socket connected 1098864 client thread 9 socket wrote 8192 server thread 9 got connection 1098608 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1630 80 1930 150 3790 server thread 9 loop 2 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 1097840 client thread 9 socket connected 1097840 client thread 9 socket wrote 8192 server thread 9 got connection 1099056 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 2730 80 1950 150 4910 server thread 9 loop 3 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1098224 client thread 9 socket connected 1098224 client thread 9 socket wrote 8192 server thread 9 got connection 1097520 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1780 90 1950 140 3960 server thread 9 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 1098032 client thread 9 socket connected 1098032 server thread 9 got connection 1098352 server thread 9 read 8192 bytes client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 1097904 server thread 0 got connection 1097648 client thread 0 socket connected 1097904 server thread 0 read 8192 bytes client thread 0 socket wrote 8192 server thread 0 write 131072 bytes server: 173610 320 1920 160 176010 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1097712 server thread 0 got connection 1097776 client thread 0 socket connected 1097712 server thread 0 read 8192 bytes client thread 0 socket wrote 8192 server thread 0 write 131072 bytes server: 1390 300 1910 150 3750 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 1098800 server thread 0 got connection 1097968 client thread 0 socket connected 1098800 server thread 0 read 8192 bytes client thread 0 socket wrote 8192 server thread 0 write 131072 bytes server: 1780 320 1910 150 4160 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 1099120 server thread 0 got connection 1098160 client thread 0 socket connected 1099120 server thread 0 read 8192 bytes client thread 0 socket wrote 8192 server thread 0 write 131072 bytes server: 1400 310 1890 150 3750 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 1098480 client thread 1 socket connected 1098480 client thread 1 socket wrote 8192 server thread 1 write 131072 bytes server: 1590 80 180700 170 182540 server thread 1 loop 3 server thread 1 got connection 1097584 server thread 1 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 1098608 client thread 1 socket connected 1098608 client thread 1 socket wrote 8192 server thread 1 write 131072 bytes server: 250 80 3190 160 3680 server thread 1 loop 4 server thread 1 got connection 1098864 server thread 1 read 8192 bytes client thread 1 socket read 131072 Thread 1 EXIT server thread 1 write 131072 bytes server: 230 80 2910 170 3390 Thread 1 EXIT server thread 8 write 131072 bytes server: 1580 70 49940 190 51780 server thread 8 loop 2 server thread 8 got connection 1099056 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1097840 client thread 8 socket connected 1097840 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 240 80 3440 160 3920 server thread 8 loop 3 server thread 8 got connection 1097520 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1098224 client thread 8 socket connected 1098224 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 230 80 3180 160 3650 server thread 8 loop 4 server thread 8 got connection 1098928 server thread 8 read 8192 bytes client thread 8 socket read 131072 Thread 8 EXIT server thread 8 write 131072 bytes server: 230 70 2960 170 3430 Thread 8 EXIT client thread 9 socket wrote 8192 server thread 9 write 131072 bytes server: 1850 80 40550 160 42640 Thread 9 EXIT client thread 9 socket read 131072 Thread 9 EXIT Thread 9 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 293160 13743 214024 2460 server per thread elapsed time 523387 ---------- Client results: ---------- client per thread totals 10 6872 8300 445688 7839 client per thread elapsed time 468699 select loop kernel/user: 43488.00 usec server thread 0 alive server thread 0 loop 0 client thread 0 alive client thread 0 loop 0 client thread 0 socket created 1097904 client thread 0 socket connected 1097904 client thread 0 socket wrote 8192 server thread 0 got connection 1097776 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1000 80 1920 150 3150 server thread 0 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 1097712 client thread 0 socket connected 1097712 client thread 0 socket wrote 8192 server thread 0 got connection 1097968 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1560 80 2090 150 3880 server thread 0 loop 2 server thread 1 alive server thread 1 loop 0 client thread 1 alive client thread 1 loop 0 client thread 1 socket created 1098160 client thread 1 socket connected 1098160 client thread 1 socket wrote 8192 server thread 1 got connection 1098096 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1080 80 1950 160 3270 server thread 1 loop 1 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 1099120 client thread 1 socket connected 1099120 client thread 1 socket wrote 8192 server thread 1 got connection 1098288 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1700 80 1930 150 3860 server thread 1 loop 2 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 1098992 client thread 1 socket connected 1098992 client thread 1 socket wrote 8192 server thread 1 got connection 1098480 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 2040 80 1940 150 4210 server thread 1 loop 3 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 1097584 client thread 1 socket connected 1097584 client thread 1 socket wrote 8192 server thread 1 got connection 1098608 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1700 80 1940 150 3870 server thread 1 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 1098864 client thread 1 socket connected 1098864 client thread 1 socket wrote 8192 server thread 1 got connection 1098544 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1680 80 2410 160 4330 Thread 1 EXIT client thread 1 socket read 131072 Thread 1 EXIT server thread 2 alive server thread 2 loop 0 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 1098416 client thread 2 socket connected 1098416 client thread 2 socket wrote 8192 server thread 2 got connection 1099056 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1050 80 1950 160 3240 server thread 2 loop 1 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 1097840 client thread 2 socket connected 1097840 client thread 2 socket wrote 8192 server thread 2 got connection 1097520 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1660 80 2090 150 3980 server thread 2 loop 2 server thread 3 alive server thread 3 loop 0 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 1098928 client thread 3 socket connected 1098928 client thread 3 socket wrote 8192 server thread 3 got connection 1098736 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1010 80 1950 150 3190 server thread 3 loop 1 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 1098352 client thread 3 socket connected 1098352 client thread 3 socket wrote 8192 server thread 3 got connection 1098672 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1710 80 1930 150 3870 server thread 3 loop 2 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 1098032 client thread 3 socket connected 1098032 client thread 3 socket wrote 8192 server thread 3 got connection 1097776 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1860 80 1940 140 4020 server thread 3 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1097904 client thread 3 socket connected 1097904 client thread 3 socket wrote 8192 server thread 3 got connection 1097968 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1810 80 1930 140 3960 server thread 3 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 1098096 client thread 3 socket connected 1098096 client thread 3 socket wrote 8192 server thread 3 got connection 1098160 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1600 80 2140 140 3960 Thread 3 EXIT server thread 4 alive server thread 4 loop 0 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 1099120 client thread 4 socket connected 1099120 client thread 4 socket wrote 8192 server thread 4 got connection 1098480 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1050 80 1970 160 3260 server thread 4 loop 1 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1098992 client thread 4 socket connected 1098992 client thread 4 socket wrote 8192 server thread 4 got connection 1098608 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1650 80 1950 160 3840 server thread 4 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 1097584 client thread 4 socket connected 1097584 client thread 4 socket wrote 8192 server thread 4 got connection 1098544 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1830 80 1940 160 4010 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 1098800 client thread 4 socket connected 1098800 client thread 4 socket wrote 8192 server thread 4 got connection 1098864 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1760 80 1970 160 3970 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 1099056 client thread 4 socket connected 1099056 client thread 4 socket wrote 8192 server thread 4 got connection 1098416 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1660 80 2160 150 4050 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 5 alive server thread 5 loop 0 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 1098736 client thread 5 socket connected 1098736 client thread 5 socket wrote 8192 server thread 5 got connection 1098928 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1050 80 1950 160 3240 server thread 5 loop 1 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 1098672 client thread 5 socket connected 1098672 client thread 5 socket wrote 8192 server thread 5 got connection 1098352 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1680 80 2160 160 4080 server thread 5 loop 2 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 1097776 client thread 5 socket connected 1097776 client thread 5 socket wrote 8192 server thread 5 got connection 1098032 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1670 80 1980 160 3890 server thread 5 loop 3 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 1097968 client thread 5 socket connected 1097968 client thread 5 socket wrote 8192 server thread 5 got connection 1097904 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1670 80 1950 150 3850 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 1098160 client thread 5 socket connected 1098160 client thread 5 socket wrote 8192 server thread 5 got connection 1098224 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 2240 80 1930 150 4400 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 6 alive server thread 6 loop 0 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 1099120 client thread 6 socket connected 1099120 client thread 6 socket wrote 8192 server thread 6 got connection 1098608 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1020 80 1940 150 3190 server thread 6 loop 1 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 1098992 client thread 6 socket connected 1098992 client thread 6 socket wrote 8192 server thread 6 got connection 1098544 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 2190 80 1950 150 4370 server thread 6 loop 2 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 1097584 client thread 6 socket connected 1097584 client thread 6 socket wrote 8192 server thread 6 got connection 1098864 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1620 80 1920 150 3770 server thread 6 loop 3 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1098800 client thread 6 socket connected 1098800 client thread 6 socket wrote 8192 server thread 6 got connection 1098416 server thread 6 read 8192 bytes server thread 7 alive server thread 7 loop 0 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 1099056 client thread 7 socket connected 1099056 client thread 7 socket wrote 8192 server thread 7 got connection 1098928 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1520 80 1930 150 3680 server thread 7 loop 1 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 1098736 client thread 7 socket connected 1098736 client thread 7 socket wrote 8192 server thread 7 got connection 1098352 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1690 80 1920 140 3830 server thread 7 loop 2 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 1098672 client thread 7 socket connected 1098672 client thread 7 socket wrote 8192 server thread 7 got connection 1098032 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1830 80 1900 140 3950 server thread 7 loop 3 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 1097776 client thread 7 socket connected 1097776 client thread 7 socket wrote 8192 server thread 7 got connection 1097904 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1680 90 1900 150 3820 server thread 7 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1097968 client thread 7 socket connected 1097968 client thread 7 socket wrote 8192 server thread 7 got connection 1098224 server thread 7 read 8192 bytes server thread 8 alive server thread 9 alive server thread 9 loop 0 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1098608 client thread 8 socket connected 1098608 client thread 8 socket wrote 8192 server thread 8 loop 0 server thread 8 got connection 1099120 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 1098544 client thread 8 socket connected 1098544 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 250 90 3210 180 3730 server thread 8 loop 1 server thread 8 got connection 1098992 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1098864 client thread 8 socket connected 1098864 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 240 80 3400 170 3890 server thread 8 loop 2 server thread 8 got connection 1097584 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1098928 client thread 8 socket connected 1098928 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 240 80 3330 180 3830 server thread 8 loop 3 server thread 8 got connection 1099056 server thread 8 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1098352 client thread 8 socket connected 1098352 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server: 230 240 3200 180 3850 server thread 8 loop 4 server thread 8 got connection 1098736 server thread 8 read 8192 bytes client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1098032 server thread 9 got connection 1098672 client thread 9 socket connected 1098032 server thread 9 read 8192 bytes client thread 9 socket wrote 8192 server thread 9 write 131072 bytes server: 19300 330 1900 150 21680 server thread 9 loop 1 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1097904 server thread 9 got connection 1097776 client thread 9 socket connected 1097904 server thread 9 read 8192 bytes client thread 9 socket wrote 8192 server thread 9 write 131072 bytes server: 1410 310 1900 140 3760 server thread 9 loop 2 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 1098608 server thread 9 got connection 1099120 client thread 9 socket connected 1098608 server thread 9 read 8192 bytes client thread 9 socket wrote 8192 server thread 9 write 131072 bytes server: 1410 320 2140 150 4020 server thread 9 loop 3 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1098544 server thread 9 got connection 1098992 client thread 9 socket connected 1098544 server thread 9 read 8192 bytes client thread 9 socket wrote 8192 server thread 9 write 131072 bytes server: 1410 320 1900 140 3770 server thread 9 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 1098864 server thread 9 got connection 1097584 client thread 9 socket connected 1098864 server thread 9 read 8192 bytes client thread 9 socket wrote 8192 server thread 9 write 131072 bytes server: 1410 310 1900 150 3770 Thread 9 EXIT client thread 9 socket read 131072 Thread 9 EXIT client thread 8 socket read 131072 Thread 8 EXIT server thread 8 write 131072 bytes server: 240 80 23500 180 24000 Thread 8 EXIT client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1098928 server thread 0 got connection 1099056 client thread 0 socket connected 1098928 server thread 0 read 8192 bytes client thread 0 socket wrote 8192 server thread 0 write 131072 bytes server: 174020 320 1920 150 176410 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 1098672 server thread 0 got connection 1098032 client thread 0 socket connected 1098672 server thread 0 read 8192 bytes client thread 0 socket wrote 8192 server thread 0 write 131072 bytes server: 1390 310 2590 160 4450 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 1097776 server thread 0 got connection 1097904 client thread 0 socket connected 1097776 server thread 0 read 8192 bytes client thread 0 socket wrote 8192 server thread 0 write 131072 bytes server: 1590 310 1910 150 3960 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1099120 server thread 2 got connection 1098608 client thread 2 socket connected 1099120 server thread 2 read 8192 bytes client thread 2 socket wrote 8192 server thread 2 write 131072 bytes server: 158230 320 2120 150 160820 server thread 2 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 1098992 server thread 2 got connection 1098544 client thread 2 socket connected 1098992 server thread 2 read 8192 bytes client thread 2 socket wrote 8192 server thread 2 write 131072 bytes server: 1440 320 1930 160 3850 server thread 2 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 1097584 server thread 2 got connection 1098160 client thread 2 socket connected 1097584 server thread 2 read 8192 bytes client thread 2 socket wrote 8192 server thread 2 write 131072 bytes server: 1430 320 1940 150 3840 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT client thread 3 socket read 131072 Thread 3 EXIT client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 1098864 client thread 6 socket connected 1098864 client thread 6 socket wrote 8192 server thread 6 write 131072 bytes server: 1620 80 94590 170 96460 server thread 6 loop 4 server thread 6 got connection 1098352 server thread 6 read 8192 bytes client thread 6 socket read 131072 Thread 6 EXIT server thread 6 write 131072 bytes server: 250 80 3020 170 3520 Thread 6 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 7 write 131072 bytes server: 1580 80 79990 200 81850 Thread 7 EXIT Thread 7 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 20 334856 14422 243816 3238 server per thread elapsed time 596332 ---------- Client results: ---------- client per thread totals 20 9380 10198 526972 8760 client per thread elapsed time 555310 select loop kernel/kernel: 43406.00 usec Killing sel_spd 8445 after 600 END TEST: sel_spd BEGIN TEST: selct_er   Fri Mar 28 15:31:12 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib 'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_Select' is obsolete. Use 'PR_Poll' instead. 'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead. Killing selct_er 8458 after 600 END TEST: selct_er BEGIN TEST: selct_nm   Fri Mar 28 15:31:12 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib 'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_Select' is obsolete. Use 'PR_Poll' instead. 'PR_FD_ISSET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead. Killing selct_nm 8471 after 600 END TEST: selct_nm BEGIN TEST: selct_to   Fri Mar 28 15:31:13 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib 'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_Select' is obsolete. Use 'PR_Poll' instead. Killing selct_to 8484 after 600 END TEST: selct_to BEGIN TEST: selintr   Fri Mar 28 15:31:18 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib select returned 0 Killing selintr 8497 after 600 END TEST: selintr BEGIN TEST: sema   Fri Mar 28 15:31:20 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing sema 8510 after 600 END TEST: sema BEGIN TEST: semaerr   Fri Mar 28 15:31:21 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS PASS Killing semaerr 8523 after 600 END TEST: semaerr BEGIN TEST: semaping   Fri Mar 28 15:31:22 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib warning: removed semaphore /tmp/bar.sem left over from previous run PASS PASS Killing semaping 8537 after 600 END TEST: semaping BEGIN TEST: sendzlf   Fri Mar 28 15:31:23 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing sendzlf 8551 after 600 END TEST: sendzlf BEGIN TEST: server_test   Fri Mar 28 15:31:24 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing server_test 8564 after 600 END TEST: server_test BEGIN TEST: servr_uu   Fri Mar 28 15:31:24 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing servr_uu 8577 after 600 END TEST: servr_uu BEGIN TEST: servr_ku   Fri Mar 28 15:31:25 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing servr_ku 8590 after 600 END TEST: servr_ku BEGIN TEST: servr_uk   Fri Mar 28 15:31:25 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing servr_uk 8603 after 600 END TEST: servr_uk BEGIN TEST: servr_kk   Fri Mar 28 15:31:26 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing servr_kk 8616 after 600 END TEST: servr_kk BEGIN TEST: short_thread   Fri Mar 28 15:31:26 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing short_thread 8629 after 600 END TEST: short_thread BEGIN TEST: sigpipe   Fri Mar 28 15:31:26 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib write to broken pipe failed with EPIPE, as expected write to broken pipe failed with EPIPE, as expected PASSED Killing sigpipe 8642 after 600 END TEST: sigpipe BEGIN TEST: socket   Fri Mar 28 15:31:27 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib END TEST: socket BEGIN TEST: sockopt   Fri Mar 28 15:31:27 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASSED Killing sockopt 8660 after 600 END TEST: sockopt BEGIN TEST: sockping   Fri Mar 28 15:31:27 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS Killing sockping 8673 after 600 END TEST: sockping BEGIN TEST: sprintf   Fri Mar 28 15:31:28 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing sprintf 8687 after 600 END TEST: sprintf BEGIN TEST: stack   Fri Mar 28 15:31:32 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 Killing stack 8700 after 600 END TEST: stack BEGIN TEST: stdio   Fri Mar 28 15:31:47 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib This to standard out This to standard err Killing stdio 8713 after 600 END TEST: stdio BEGIN TEST: str2addr   Fri Mar 28 15:31:47 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing str2addr 8726 after 600 END TEST: str2addr BEGIN TEST: strod   Fri Mar 28 15:31:47 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456768 Killing strod 8739 after 600 END TEST: strod BEGIN TEST: switch   Fri Mar 28 15:31:48 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASSED Killing switch 8752 after 600 END TEST: switch BEGIN TEST: system   Fri Mar 28 15:31:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PR_SI_HOSTNAME: columbus PR_SI_SYSNAME: SunOS PR_SI_RELEASE: 5.8 PR_SI_ARCHITECTURE: sparc Host page size is 8192 Page shift is 13 Number of processors is: 1 Killing system 8765 after 600 END TEST: system BEGIN TEST: testbit   Fri Mar 28 15:31:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASSED Killing testbit 8778 after 600 END TEST: testbit BEGIN TEST: testfile   Fri Mar 28 15:31:55 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib File Test passed Dir Test passed Killing testfile 8791 after 600 END TEST: testfile BEGIN TEST: threads   Fri Mar 28 15:31:56 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASS Killing threads 8804 after 600 END TEST: threads BEGIN TEST: timemac   Fri Mar 28 15:32:01 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Fri Mar 28 23:32:01 UTC 2003 Current local time is Fri Mar 28 15:32:01 -0800 2003 GMT offset is -28800, DST offset is 0 Please examine the results Killing timemac 8817 after 600 END TEST: timemac BEGIN TEST: timetest   Fri Mar 28 15:32:01 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing timetest 8830 after 600 END TEST: timetest BEGIN TEST: tpd   Fri Mar 28 15:35:59 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASSED Killing tpd 8844 after 600 END TEST: tpd BEGIN TEST: udpsrv   Fri Mar 28 15:35:59 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Killing udpsrv 8857 after 600 END TEST: udpsrv BEGIN TEST: vercheck   Fri Mar 28 15:36:00 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib NSPR release 4.3: Compatible with version 4.0 Compatible with version 4.0.1 Compatible with version 4.1 Compatible with version 4.1.1 Compatible with version 4.1.2 Compatible with version 4.1.3 Compatible with version 4.2 Compatible with version 4.2.1 Compatible with version 4.2.2 Compatible with version 4.3 Incompatible with version 2.1 19980529 Incompatible with version 3.0 Incompatible with version 3.0.1 Incompatible with version 3.1 Incompatible with version 3.1.1 Incompatible with version 3.1.2 Incompatible with version 3.1.3 Incompatible with version 3.5 Incompatible with version 3.5.1 Incompatible with version 4.3.3 Incompatible with version 4.4 Incompatible with version 4.4.1 Incompatible with version 10.0 Incompatible with version 11.1 Incompatible with version 12.14.20 PASS Killing vercheck 8870 after 600 END TEST: vercheck BEGIN TEST: version   Fri Mar 28 15:36:00 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Runtime library version information Build time: 27 Mar 2003 11:58:11 GMT Build time: 2003-03-27 03:58:11 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 8883 after 600 END TEST: version BEGIN TEST: writev   Fri Mar 28 15:36:01 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib PASSED Killing writev 8896 after 600 END TEST: writev BEGIN TEST: xnotify   Fri Mar 28 15:36:01 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib Done! Killing xnotify 8909 after 600 END TEST: xnotify BEGIN TEST: zerolen   Fri Mar 28 15:36:02 PST 2003 OBJDIR SunOS5.8_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_dbg/dist/lib calling PR_Writev with a zero-length buffer calling PR_Write with a zero-length buffer calling PR_Send with a zero-length buffer PASS Killing zerolen 8922 after 600 END TEST: zerolen BEGIN TEST: accept   Fri Mar 28 15:36:19 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing accept 8980 after 600 END TEST: accept BEGIN TEST: acceptread   Fri Mar 28 15:36:25 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xffffffff7c7118b8)127.0.0.1:48529 (Server) read [0xffffffff7c711840..0xffffffff7c7118b5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xffffffff7c7118b8)127.0.0.1:48530 (Server) read [0xffffffff7c711840..0xffffffff7c7118b5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xffffffff7c7118b8)127.0.0.1:48531 (Server) read [0xffffffff7c711840..0xffffffff7c7118b5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xffffffff7c7118b8)127.0.0.1:48532 (Server) read [0xffffffff7c711840..0xffffffff7c7118b5) 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 8993 after 600 END TEST: acceptread BEGIN TEST: acceptreademu   Fri Mar 28 15:36:36 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0xffffffff7c7118b8)127.0.0.1:48535 (Server) read [0xffffffff7c711840..0xffffffff7c7118b5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0xffffffff7c7118b8)127.0.0.1:48536 (Server) read [0xffffffff7c711840..0xffffffff7c7118b5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0xffffffff7c7118b8)127.0.0.1:48537 (Server) read [0xffffffff7c711840..0xffffffff7c7118b5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0xffffffff7c7118b8)127.0.0.1:48538 (Server) read [0xffffffff7c711840..0xffffffff7c7118b5) 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 9006 after 600 END TEST: acceptreademu BEGIN TEST: affinity   Fri Mar 28 15:36:47 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib main: creating local thread thread_start: AffinityMask = 0x0 main: creating global thread thread_start: AffinityMask = 0x0 main: creating global bound thread thread_start: AffinityMask = 0x0 Killing affinity 9019 after 600 END TEST: affinity BEGIN TEST: alarm   Fri Mar 28 15:36:48 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing alarm 9032 after 600 END TEST: alarm BEGIN TEST: anonfm   Fri Mar 28 15:37:51 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing anonfm 9046 after 600 END TEST: anonfm BEGIN TEST: atomic   Fri Mar 28 15:37:52 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PR_AtomicIncrement(-2) == -1: PASSED PR_AtomicIncrement(-1) == 0: PASSED PR_AtomicIncrement(0) == 1: PASSED PR_AtomicAdd(-2,1) == -1: PASSED PR_AtomicAdd(-1,4) == 3: PASSED PR_AtomicAdd(3,-6) == -3: PASSED PR_AtomicDecrement(2) == 1: PASSED PR_AtomicDecrement(1) == 0: PASSED PR_AtomicDecrement(0) == -1: PASSED PR_AtomicSet(-2, 2) == -2: PASSED PR_AtomicSet(-2, -2) == -2: PASSED Atomic operations test PASSED Killing atomic 9060 after 600 END TEST: atomic BEGIN TEST: attach   Fri Mar 28 15:37:53 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing attach 9073 after 600 END TEST: attach BEGIN TEST: bigfile   Fri Mar 28 15:37:53 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing bigfile 9087 after 600 END TEST: bigfile BEGIN TEST: cleanup   Fri Mar 28 15:37:54 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Cleanup settings Thread type: LOCAL Concurrency: 1 Number of threads: 1 Thread sleep: 10 Main sleep: 5 Cleanup will NOT be called main() exiting Killing cleanup 9100 after 600 END TEST: cleanup BEGIN TEST: cltsrv   Fri Mar 28 15:37:59 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Client/Server started at(0x100109f60): 15:38:00 Server started at(0x100111ff0): 15:38:00 Client started at(0x100112360): 15:38:00 main(0x100109f60): waiting for execution interval (10 seconds) Shutting down(0x100109f60): 15:38:10 Client(0x100112360): stopped after 335 operations and 344346 bytes Server(0x100111ff0): stopped after 336 operations and 346232 bytes main(0x100109f60): test complete Test exiting at(0x100109f60): 15:38:10 Killing cltsrv 9113 after 600 END TEST: cltsrv BEGIN TEST: concur   Fri Mar 28 15:38:10 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASSED Killing concur 9126 after 600 END TEST: concur BEGIN TEST: cvar   Fri Mar 28 15:38:21 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing cvar 9139 after 600 END TEST: cvar BEGIN TEST: cvar2   Fri Mar 28 15:38:22 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib CondVar Test: Simple test creates several local and global threads; half use a single, shared condvar, and the other half have their own condvar. The main thread then loops notifying them to wakeup. The timeout test is very similar except that the threads are not notified. They will all wakeup on a 1 second timeout. The mixed test combines the simple test and the timeout test; every third thread is notified, the other threads are expected to timeout correctly. Lastly, the combined test creates a thread for each of the above three cases and they all run simultaneously. This test is run with 5, 10, 15, and 20 threads of each type. 5 Thread tests Condvar simple test shared UU: 54.10 usec Condvar simple test shared UK: 46.70 usec Condvar simple test priv UU: 117.40 usec Condvar simple test priv UK: 117.70 usec Condvar simple test All: 164.60 usec Condvar timeout test: 666.20 usec 10 Thread tests Condvar simple test shared UU: 81.60 usec Condvar simple test shared UK: 78.80 usec Condvar simple test priv UU: 217.30 usec Condvar simple test priv UK: 213.90 usec Condvar simple test All: 2589.90 usec Condvar timeout test: 886.40 usec 15 Thread tests Condvar simple test shared UU: 1406.10 usec Condvar simple test shared UK: 1422.30 usec Condvar simple test priv UU: 1510.10 usec Condvar simple test priv UK: 1431.80 usec Condvar simple test All: 4156.60 usec Condvar timeout test: 980.90 usec 20 Thread tests Condvar simple test shared UU: 1937.80 usec Condvar simple test shared UK: 1918.70 usec Condvar simple test priv UU: 2035.30 usec Condvar simple test priv UK: 2094.20 usec Condvar simple test All: 5118.60 usec Condvar timeout test: 1112.60 usec PASS Killing cvar2 9152 after 600 END TEST: cvar2 BEGIN TEST: dlltest   Fri Mar 28 15:38:26 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASSED Killing dlltest 9165 after 600 END TEST: dlltest BEGIN TEST: dtoa   Fri Mar 28 15:38:26 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASSED Killing dtoa 9178 after 600 END TEST: dtoa BEGIN TEST: errcodes   Fri Mar 28 15:38:26 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Number of error codes = 73 PR_OUT_OF_MEMORY_ERROR = -6000 PR_BAD_DESCRIPTOR_ERROR = -5999 PR_WOULD_BLOCK_ERROR = -5998 PR_ACCESS_FAULT_ERROR = -5997 PR_INVALID_METHOD_ERROR = -5996 PR_ILLEGAL_ACCESS_ERROR = -5995 PR_UNKNOWN_ERROR = -5994 PR_PENDING_INTERRUPT_ERROR = -5993 PR_NOT_IMPLEMENTED_ERROR = -5992 PR_IO_ERROR = -5991 PR_IO_TIMEOUT_ERROR = -5990 PR_IO_PENDING_ERROR = -5989 PR_DIRECTORY_OPEN_ERROR = -5988 PR_INVALID_ARGUMENT_ERROR = -5987 PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986 PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985 PR_IS_CONNECTED_ERROR = -5984 PR_BAD_ADDRESS_ERROR = -5983 PR_ADDRESS_IN_USE_ERROR = -5982 PR_CONNECT_REFUSED_ERROR = -5981 PR_NETWORK_UNREACHABLE_ERROR = -5980 PR_CONNECT_TIMEOUT_ERROR = -5979 PR_NOT_CONNECTED_ERROR = -5978 PR_LOAD_LIBRARY_ERROR = -5977 PR_UNLOAD_LIBRARY_ERROR = -5976 PR_FIND_SYMBOL_ERROR = -5975 PR_INSUFFICIENT_RESOURCES_ERROR = -5974 PR_DIRECTORY_LOOKUP_ERROR = -5973 PR_TPD_RANGE_ERROR = -5972 PR_PROC_DESC_TABLE_FULL_ERROR = -5971 PR_SYS_DESC_TABLE_FULL_ERROR = -5970 PR_NOT_SOCKET_ERROR = -5969 PR_NOT_TCP_SOCKET_ERROR = -5968 PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967 PR_NO_ACCESS_RIGHTS_ERROR = -5966 PR_OPERATION_NOT_SUPPORTED_ERROR = -5965 PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964 PR_REMOTE_FILE_ERROR = -5963 PR_BUFFER_OVERFLOW_ERROR = -5962 PR_CONNECT_RESET_ERROR = -5961 PR_RANGE_ERROR = -5960 PR_DEADLOCK_ERROR = -5959 PR_FILE_IS_LOCKED_ERROR = -5958 PR_FILE_TOO_BIG_ERROR = -5957 PR_NO_DEVICE_SPACE_ERROR = -5956 PR_PIPE_ERROR = -5955 PR_NO_SEEK_DEVICE_ERROR = -5954 PR_IS_DIRECTORY_ERROR = -5953 PR_LOOP_ERROR = -5952 PR_NAME_TOO_LONG_ERROR = -5951 PR_FILE_NOT_FOUND_ERROR = -5950 PR_NOT_DIRECTORY_ERROR = -5949 PR_READ_ONLY_FILESYSTEM_ERROR = -5948 PR_DIRECTORY_NOT_EMPTY_ERROR = -5947 PR_FILESYSTEM_MOUNTED_ERROR = -5946 PR_NOT_SAME_DEVICE_ERROR = -5945 PR_DIRECTORY_CORRUPTED_ERROR = -5944 PR_FILE_EXISTS_ERROR = -5943 PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942 PR_INVALID_DEVICE_STATE_ERROR = -5941 PR_DEVICE_IS_LOCKED_ERROR = -5940 PR_NO_MORE_FILES_ERROR = -5939 PR_END_OF_FILE_ERROR = -5938 PR_FILE_SEEK_ERROR = -5937 PR_FILE_IS_BUSY_ERROR = -5936 PR_IN_PROGRESS_ERROR = -5934 PR_ALREADY_INITIATED_ERROR = -5933 PR_GROUP_EMPTY_ERROR = -5932 PR_INVALID_STATE_ERROR = -5931 PR_NETWORK_DOWN_ERROR = -5930 PR_SOCKET_SHUTDOWN_ERROR = -5929 PR_CONNECT_ABORTED_ERROR = -5928 PR_HOST_UNREACHABLE_ERROR = -5927 Killing errcodes 9191 after 600 END TEST: errcodes BEGIN TEST: exit   Fri Mar 28 15:38:27 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing exit 9204 after 600 END TEST: exit BEGIN TEST: fdcach   Fri Mar 28 15:38:37 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing fdcach 9217 after 600 END TEST: fdcach BEGIN TEST: fileio   Fri Mar 28 15:38:38 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing fileio 9230 after 600 END TEST: fileio BEGIN TEST: foreign   Fri Mar 28 15:38:38 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing foreign 9243 after 600 END TEST: foreign BEGIN TEST: forktest   Fri Mar 28 15:38:42 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Accepting connection at port 48877 Wait one second before connect Connecting to port 48877 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Child process continues. Accepting connection at port 48879 Wait one second before connect Fork succeeded. Parent process continues. Wait one second before connect Accepting connection at port 48880 Connecting to port 48880 Writing message "Hello world!" Connecting to port 48879 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Child process exits. Received "Hello world!" from the client The message is received correctly Parent process exits. PASSED Killing forktest 9256 after 600 END TEST: forktest BEGIN TEST: fsync   Fri Mar 28 15:38:45 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib 10 iterations over a 10 kbyte file: 200 [220] 210 Killing fsync 9270 after 600 END TEST: fsync BEGIN TEST: getproto   Fri Mar 28 15:38:45 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib tcp is protocol number 6 udp is protocol number 17 Protocol number 6 is tcp Protocol number 17 is udp PASSED Killing getproto 9283 after 600 END TEST: getproto BEGIN TEST: i2l   Fri Mar 28 15:38:46 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib We have long long Killing i2l 9296 after 600 END TEST: i2l BEGIN TEST: initclk   Fri Mar 28 15:38:46 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Elapsed time: 3000 ms, expected time: 3002 ms PASS Killing initclk 9309 after 600 END TEST: initclk BEGIN TEST: inrval   Fri Mar 28 15:38:50 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 550 nsecs Overhead of 'PR_IntervalNow()' is 567 nsecs Overhead of 'PR_Now()' is 548 nsecs Overhead of 'PR_IntervalNow()' is 573 nsecs Killing inrval 9322 after 600 END TEST: inrval BEGIN TEST: instrumt   Fri Mar 28 15:40:22 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Test not defined Killing instrumt 9335 after 600 END TEST: instrumt BEGIN TEST: intrio   Fri Mar 28 15:40:23 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib A local thread will be interrupted by a local thread PR_Accept() is interrupted as expected A local thread will be interrupted by a global thread PR_Accept() is interrupted as expected A global thread will be interrupted by a local thread PR_Accept() is interrupted as expected A global thread will be interrupted by a global thread PR_Accept() is interrupted as expected PASSED Killing intrio 9348 after 600 END TEST: intrio BEGIN TEST: intrupt   Fri Mar 28 15:40:43 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASSED Killing intrupt 9361 after 600 END TEST: intrupt BEGIN TEST: io_timeout   Fri Mar 28 15:40:57 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib test with global bound thread thread id 0, scope GLOBAL_BOUND scope test with local thread thread id 0, scope GLOBAL scope test with global thread thread id 0, scope GLOBAL scope Killing io_timeout 9374 after 600 END TEST: io_timeout BEGIN TEST: ioconthr   Fri Mar 28 15:41:03 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Interrupting the threads Threads terminated in 3003 milliseconds PASS Killing ioconthr 9387 after 600 END TEST: ioconthr BEGIN TEST: join   Fri Mar 28 15:41:09 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib User-User test User-Kernel test Kernel-User test Kernel-Kernel test Join with unjoinable thread PASSED Killing join 9400 after 600 END TEST: join BEGIN TEST: joinkk   Fri Mar 28 15:41:09 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing joinkk 9413 after 600 END TEST: joinkk BEGIN TEST: joinku   Fri Mar 28 15:41:10 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing joinku 9426 after 600 END TEST: joinku BEGIN TEST: joinuk   Fri Mar 28 15:41:10 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing joinuk 9439 after 600 END TEST: joinuk BEGIN TEST: joinuu   Fri Mar 28 15:41:11 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing joinuu 9452 after 600 END TEST: joinuu BEGIN TEST: layer   Fri Mar 28 15:41:11 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Beginning layered test with new style stack Ending layered test Killing layer 9465 after 600 END TEST: layer BEGIN TEST: lazyinit   Fri Mar 28 15:41:12 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing lazyinit 9478 after 600 END TEST: lazyinit BEGIN TEST: lltest   Fri Mar 28 15:41:12 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing lltest 9491 after 600 END TEST: lltest BEGIN TEST: lock   Fri Mar 28 15:41:13 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing lock 9504 after 600 END TEST: lock BEGIN TEST: lockfile   Fri Mar 28 15:41:31 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing lockfile 9517 after 600 END TEST: lockfile BEGIN TEST: logger   Fri Mar 28 15:41:37 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing logger 9530 after 600 END TEST: logger BEGIN TEST: many_cv   Fri Mar 28 15:41:47 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PASS Killing many_cv 9543 after 600 END TEST: many_cv BEGIN TEST: multiwait   Fri Mar 28 15:41:48 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib OneInThenCancelled() OneOpOneThread() ManyOpOneThread() SomeOpsSomeThreads() RealOneGroupIO() RealOneGroupIO Enumerated 0 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects Killing multiwait 9556 after 600 END TEST: multiwait BEGIN TEST: nameshm1   Fri Mar 28 15:43:11 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing nameshm1 9569 after 600 END TEST: nameshm1 BEGIN TEST: nonblock   Fri Mar 28 15:43:17 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib The serveclient thread created. accept: EWOULDBLOCK, good client connected accept: succeeded, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good All tests finished PASS Killing nonblock 9583 after 600 END TEST: nonblock BEGIN TEST: nblayer   Fri Mar 28 15:43:19 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Ending layered test Killing nblayer 9596 after 600 END TEST: nblayer BEGIN TEST: ntioto   Fri Mar 28 15:43:19 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing ntioto 9609 after 600 END TEST: ntioto BEGIN TEST: ntoh   Fri Mar 28 15:43:20 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib 1 2 1 2 1 2 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 PASS Killing ntoh 9622 after 600 END TEST: ntoh BEGIN TEST: op_2long   Fri Mar 28 15:43:20 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 78 PASS Killing op_2long 9635 after 600 END TEST: op_2long BEGIN TEST: op_excl   Fri Mar 28 15:43:21 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing op_excl 9648 after 600 END TEST: op_excl BEGIN TEST: op_filnf   Fri Mar 28 15:43:21 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib error code is -5950 PASS Killing op_filnf 9661 after 600 END TEST: op_filnf BEGIN TEST: op_filok   Fri Mar 28 15:43:22 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Test passed Killing op_filok 9674 after 600 END TEST: op_filok BEGIN TEST: op_nofil   Fri Mar 28 15:43:22 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib error code is PR_FILE_NOT_FOUND_ERROR, as expected PASS Killing op_nofil 9687 after 600 END TEST: op_nofil BEGIN TEST: parent   Fri Mar 28 15:43:23 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing parent 9700 after 600 END TEST: parent BEGIN TEST: peek   Fri Mar 28 15:43:23 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib END TEST: peek BEGIN TEST: perf   Fri Mar 28 15:43:23 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib local procedure call overhead: 0.04 usec DLL procedure call overhead: 0.16 usec current calendar time: 0.57 usec interval time: 0.56 usec idle lock lock/unlock pair: 0.75 usec idle monitor entry/exit pair: 1.39 usec idle cache monitor entry/exit pair: 3.00 usec create/destroy thread pair: 567.34 usec context switch - user/user: 15.34 usec context switch - user/kernel: 15.31 usec context switch - kernel/user: 15.23 usec context switch - kernel/kernel: 86.11 usec sema context switch - user/user: 46.18 usec sema context switch - user/kernel: 17.95 usec sema context switch - kernel/user: 17.80 usec sema context switch - kernel/kernel: 17.96 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.04 usec DLL procedure call overhead: 0.08 usec current calendar time: 0.53 usec interval time: 0.57 usec idle lock lock/unlock pair: 0.69 usec idle monitor entry/exit pair: 1.26 usec idle cache monitor entry/exit pair: 2.96 usec create/destroy thread pair: 633.95 usec context switch - user/user: 115.89 usec context switch - user/kernel: 45.92 usec context switch - kernel/user: 15.65 usec context switch - kernel/kernel: 15.26 usec sema context switch - user/user: 18.26 usec sema context switch - user/kernel: 18.25 usec sema context switch - kernel/user: 18.47 usec sema context switch - kernel/kernel: 18.12 usec Killing perf 9719 after 600 END TEST: perf BEGIN TEST: pipeping   Fri Mar 28 15:43:26 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS Killing pipeping 9732 after 600 END TEST: pipeping BEGIN TEST: pipeping2   Fri Mar 28 15:43:26 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS Killing pipeping2 9746 after 600 END TEST: pipeping2 BEGIN TEST: pipeself   Fri Mar 28 15:43:27 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" PR_Available: expected 250, got 250 bytes PR_Available: expected 243, got 243 bytes PR_Available: expected 0, got 0 bytes PASS Killing pipeself 9760 after 600 END TEST: pipeself BEGIN TEST: poll_nm   Fri Mar 28 15:43:27 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing poll_nm 9773 after 600 END TEST: poll_nm BEGIN TEST: poll_to   Fri Mar 28 15:43:28 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing poll_to 9786 after 600 END TEST: poll_to BEGIN TEST: pollable   Fri Mar 28 15:43:33 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASSED Killing pollable 9799 after 600 END TEST: pollable BEGIN TEST: prftest   Fri Mar 28 15:43:34 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed Killing prftest 9812 after 600 END TEST: prftest BEGIN TEST: primblok   Fri Mar 28 15:43:34 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib This test is not relevant on this platform Killing primblok 9825 after 600 END TEST: primblok BEGIN TEST: provider   Fri Mar 28 15:43:34 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Client/Server started at(0x10010a2a0): 15:43:35 Server started at(0x100112330): 15:43:35 Client started at(0x1001125e0): 15:43:35 main(0x10010a2a0): waiting for execution interval (10 seconds) Shutting down(0x10010a2a0): 15:43:45 Client(0x1001125e0): stopped after 336 operations and 346232 bytes Server(0x100112330): stopped after 337 operations and 347634 bytes main(0x10010a2a0): test complete Test exiting at(0x10010a2a0): 15:43:45 Killing provider 9838 after 600 END TEST: provider BEGIN TEST: prpollml   Fri Mar 28 15:43:45 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing prpollml 9851 after 600 END TEST: prpollml BEGIN TEST: prpoll   Fri Mar 28 15:44:26 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib This program tests PR_Poll with sockets. Timeout, error reporting, and normal operation are tested. The server thread is listening on ports 49521, 49522 and 49523 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 "49521" from a client The server received "49522" from a client The server received "49521" from a client The server received "49522" from a client The server received "49521" from a client The server received "49522" from a client The server received "49521" from a client The server received "49522" from a client The server received "49521" from a client The server received "49522" from a client Server read 128 bytes from native fd 6 The server received "49523" from a client Server read 128 bytes from native fd 7 The server received "49523" from a client Server read 128 bytes from native fd 6 The server received "49523" from a client Server read 128 bytes from native fd 7 The server received "49523" from a client Server read 128 bytes from native fd 6 The server received "49523" from a client All tests finished Killing prpoll 9864 after 600 END TEST: prpoll BEGIN TEST: randseed   Fri Mar 28 15:44:31 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing randseed 9877 after 600 END TEST: randseed BEGIN TEST: ranfile   Fri Mar 28 15:44:32 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing ranfile 9890 after 600 END TEST: ranfile BEGIN TEST: rwlocktest   Fri Mar 28 15:44:53 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing rwlocktest 9903 after 600 END TEST: rwlocktest BEGIN TEST: sel_spd   Fri Mar 28 15:44:54 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Running test for 5 iterations with 10 simultaneous threads. Will send 8192 bytes of client data and 131072 bytes of server data TEST COMPLETE! Server results: ---------- server per thread totals 0 121807 27136 131733 763 server per thread elapsed time 281439 ---------- Client results: ---------- client per thread totals 0 9597 872 241486 879 client per thread elapsed time 252834 select loop user/user: 70028.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 193474 32087 203753 1531 server per thread elapsed time 430845 ---------- Client results: ---------- client per thread totals 10 16701 1742 374330 6973 client per thread elapsed time 399746 select loop user/kernel: 40012.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 274280 44923 269693 2282 server per thread elapsed time 591178 ---------- Client results: ---------- client per thread totals 10 32055 2933 492270 7812 client per thread elapsed time 535070 select loop kernel/user: 41070.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 20 355538 45342 327071 3010 server per thread elapsed time 730961 ---------- Client results: ---------- client per thread totals 20 42853 3806 578173 8669 client per thread elapsed time 633501 select loop kernel/kernel: 39740.00 usec Killing sel_spd 9916 after 600 END TEST: sel_spd BEGIN TEST: selct_er   Fri Mar 28 15:44:56 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing selct_er 9929 after 600 END TEST: selct_er BEGIN TEST: selct_nm   Fri Mar 28 15:44:56 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing selct_nm 9942 after 600 END TEST: selct_nm BEGIN TEST: selct_to   Fri Mar 28 15:44:57 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing selct_to 9955 after 600 END TEST: selct_to BEGIN TEST: selintr   Fri Mar 28 15:45:02 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib select returned 0 Killing selintr 9968 after 600 END TEST: selintr BEGIN TEST: sema   Fri Mar 28 15:45:05 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing sema 9981 after 600 END TEST: sema BEGIN TEST: semaerr   Fri Mar 28 15:45:06 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS PASS Killing semaerr 9994 after 600 END TEST: semaerr BEGIN TEST: semaping   Fri Mar 28 15:45:06 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib warning: removed semaphore /tmp/bar.sem left over from previous run PASS PASS Killing semaping 10008 after 600 END TEST: semaping BEGIN TEST: sendzlf   Fri Mar 28 15:45:07 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing sendzlf 10022 after 600 END TEST: sendzlf BEGIN TEST: server_test   Fri Mar 28 15:45:08 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing server_test 10035 after 600 END TEST: server_test BEGIN TEST: servr_uu   Fri Mar 28 15:45:08 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing servr_uu 10048 after 600 END TEST: servr_uu BEGIN TEST: servr_ku   Fri Mar 28 15:45:09 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing servr_ku 10061 after 600 END TEST: servr_ku BEGIN TEST: servr_uk   Fri Mar 28 15:45:09 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing servr_uk 10074 after 600 END TEST: servr_uk BEGIN TEST: servr_kk   Fri Mar 28 15:45:10 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing servr_kk 10087 after 600 END TEST: servr_kk BEGIN TEST: short_thread   Fri Mar 28 15:45:10 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing short_thread 10100 after 600 END TEST: short_thread BEGIN TEST: sigpipe   Fri Mar 28 15:45:10 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib write to broken pipe failed with EPIPE, as expected write to broken pipe failed with EPIPE, as expected PASSED Killing sigpipe 10113 after 600 END TEST: sigpipe BEGIN TEST: socket   Fri Mar 28 15:45:11 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib END TEST: socket BEGIN TEST: sockopt   Fri Mar 28 15:45:11 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASSED Killing sockopt 10131 after 600 END TEST: sockopt BEGIN TEST: sockping   Fri Mar 28 15:45:11 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS Killing sockping 10144 after 600 END TEST: sockping BEGIN TEST: sprintf   Fri Mar 28 15:45:12 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing sprintf 10158 after 600 END TEST: sprintf BEGIN TEST: stack   Fri Mar 28 15:45:14 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 Killing stack 10171 after 600 END TEST: stack BEGIN TEST: stdio   Fri Mar 28 15:45:20 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib This to standard out This to standard err Killing stdio 10184 after 600 END TEST: stdio BEGIN TEST: str2addr   Fri Mar 28 15:45:21 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing str2addr 10197 after 600 END TEST: str2addr BEGIN TEST: strod   Fri Mar 28 15:45:21 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456768 Killing strod 10210 after 600 END TEST: strod BEGIN TEST: switch   Fri Mar 28 15:45:22 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASSED Killing switch 10223 after 600 END TEST: switch BEGIN TEST: system   Fri Mar 28 15:45:28 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PR_SI_HOSTNAME: columbus PR_SI_SYSNAME: SunOS PR_SI_RELEASE: 5.8 PR_SI_ARCHITECTURE: sparc Host page size is 8192 Page shift is 13 Number of processors is: 1 Killing system 10236 after 600 END TEST: system BEGIN TEST: testbit   Fri Mar 28 15:45:28 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASSED Killing testbit 10249 after 600 END TEST: testbit BEGIN TEST: testfile   Fri Mar 28 15:45:29 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib File Test passed Dir Test passed Killing testfile 10262 after 600 END TEST: testfile BEGIN TEST: threads   Fri Mar 28 15:45:29 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASS Killing threads 10275 after 600 END TEST: threads BEGIN TEST: timemac   Fri Mar 28 15:45:33 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Fri Mar 28 23:45:33 UTC 2003 Current local time is Fri Mar 28 15:45:33 -0800 2003 GMT offset is -28800, DST offset is 0 Please examine the results Killing timemac 10288 after 600 END TEST: timemac BEGIN TEST: timetest   Fri Mar 28 15:45:33 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing timetest 10301 after 600 END TEST: timetest BEGIN TEST: tpd   Fri Mar 28 15:48:53 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASSED Killing tpd 10315 after 600 END TEST: tpd BEGIN TEST: udpsrv   Fri Mar 28 15:48:53 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Killing udpsrv 10328 after 600 END TEST: udpsrv BEGIN TEST: vercheck   Fri Mar 28 15:48:55 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib NSPR release 4.3: Compatible with version 4.0 Compatible with version 4.0.1 Compatible with version 4.1 Compatible with version 4.1.1 Compatible with version 4.1.2 Compatible with version 4.1.3 Compatible with version 4.2 Compatible with version 4.2.1 Compatible with version 4.2.2 Compatible with version 4.3 Incompatible with version 2.1 19980529 Incompatible with version 3.0 Incompatible with version 3.0.1 Incompatible with version 3.1 Incompatible with version 3.1.1 Incompatible with version 3.1.2 Incompatible with version 3.1.3 Incompatible with version 3.5 Incompatible with version 3.5.1 Incompatible with version 4.3.3 Incompatible with version 4.4 Incompatible with version 4.4.1 Incompatible with version 10.0 Incompatible with version 11.1 Incompatible with version 12.14.20 PASS Killing vercheck 10341 after 600 END TEST: vercheck BEGIN TEST: version   Fri Mar 28 15:48:55 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Runtime library version information Build time: 27 Mar 2003 11:52:35 GMT Build time: 2003-03-27 03:52:35 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 10354 after 600 END TEST: version BEGIN TEST: writev   Fri Mar 28 15:48:55 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib PASSED Killing writev 10367 after 600 END TEST: writev BEGIN TEST: xnotify   Fri Mar 28 15:48:56 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib Done! Killing xnotify 10380 after 600 END TEST: xnotify BEGIN TEST: zerolen   Fri Mar 28 15:48:56 PST 2003 OBJDIR SunOS5.8_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030327.1/booboo_Solaris2.8/sol28_64_opt/dist/lib calling PR_Writev with a zero-length buffer calling PR_Write with a zero-length buffer calling PR_Send with a zero-length buffer PASS Killing zerolen 10393 after 600 END TEST: zerolen