BEGIN TEST: accept   Sat Feb 8 16:26:57 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: accept BEGIN TEST: acceptread   Sat Feb 8 16:27:04 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x7f79e1a0)127.0.0.1:65144 (Server) read [0x7f79e128..0x7f79e19d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x7f79e1a0)127.0.0.1:65145 (Server) read [0x7f79e128..0x7f79e19d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x7f79e1a0)127.0.0.1:65146 (Server) read [0x7f79e128..0x7f79e19d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x7f79e1a0)127.0.0.1:65147 (Server) read [0x7f79e128..0x7f79e19d) 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 END TEST: acceptread BEGIN TEST: acceptreademu   Sat Feb 8 16:27:15 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x7f79e1d8)127.0.0.1:65152 (Server) read [0x7f79e160..0x7f79e1d5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x7f79e1d8)127.0.0.1:65153 (Server) read [0x7f79e160..0x7f79e1d5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x7f79e1d8)127.0.0.1:65154 (Server) read [0x7f79e160..0x7f79e1d5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x7f79e1d8)127.0.0.1:65155 (Server) read [0x7f79e160..0x7f79e1d5) 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 END TEST: acceptreademu BEGIN TEST: affinity   Sat Feb 8 16:27:26 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib main: creating local thread thread_start: AffinityMask = 0x0 main: creating global thread thread_start: AffinityMask = 0x0 main: creating global bound thread thread_start: AffinityMask = 0x0 END TEST: affinity BEGIN TEST: alarm   Sat Feb 8 16:27:26 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: alarm BEGIN TEST: anonfm   Sat Feb 8 16:28:30 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: anonfm BEGIN TEST: atomic   Sat Feb 8 16:28:30 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PR_AtomicIncrement(-2) == -1: PASSED PR_AtomicIncrement(-1) == 0: PASSED PR_AtomicIncrement(0) == 1: PASSED PR_AtomicAdd(-2,1) == -1: PASSED PR_AtomicAdd(-1,4) == 3: PASSED PR_AtomicAdd(3,-6) == -3: PASSED PR_AtomicDecrement(2) == 1: PASSED PR_AtomicDecrement(1) == 0: PASSED PR_AtomicDecrement(0) == -1: PASSED PR_AtomicSet(-2, 2) == -2: PASSED PR_AtomicSet(-2, -2) == -2: PASSED Atomic operations test PASSED END TEST: atomic BEGIN TEST: attach   Sat Feb 8 16:28:31 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: attach BEGIN TEST: bigfile   Sat Feb 8 16:28:31 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: bigfile BEGIN TEST: cleanup   Sat Feb 8 16:28:32 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Cleanup settings Thread type: LOCAL Concurrency: 1 Number of threads: 1 Thread sleep: 10 Main sleep: 5 Cleanup will NOT be called main() exiting END TEST: cleanup BEGIN TEST: cltsrv   Sat Feb 8 16:28:37 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PThread Statistics started: 16:28:37[10] locks [created: 13, destroyed: 2] locks [acquired: 324, released: 324] cvars [created: 7, destroyed: 5] cvars [notified: 28, delayed_delete: 0] Client/Server started at(0x40004c10): 16:28:37 Server started at(0x40009f28): 16:28:37 Client started at(0x4000a310): 16:28:37 main(0x40004c10): waiting for execution interval (10 seconds) Shutting down(0x40004c10): 16:28:47 Client(0x4000a310): stopped after 20 operations and 16666 bytes Server(0x40009f28): stopped after 21 operations and 17922 bytes main(0x40004c10): test complete Test exiting at(0x40004c10): 16:28:47 END TEST: cltsrv BEGIN TEST: concur   Sat Feb 8 16:28:47 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASSED END TEST: concur BEGIN TEST: cvar   Sat Feb 8 16:28:59 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: cvar BEGIN TEST: cvar2   Sat Feb 8 16:28:59 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: cvar2 BEGIN TEST: dlltest   Sat Feb 8 16:28:59 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASSED END TEST: dlltest BEGIN TEST: dtoa   Sat Feb 8 16:28:59 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASSED END TEST: dtoa BEGIN TEST: errcodes   Sat Feb 8 16:29:00 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Number of error codes = 73 PR_OUT_OF_MEMORY_ERROR = -6000 PR_BAD_DESCRIPTOR_ERROR = -5999 PR_WOULD_BLOCK_ERROR = -5998 PR_ACCESS_FAULT_ERROR = -5997 PR_INVALID_METHOD_ERROR = -5996 PR_ILLEGAL_ACCESS_ERROR = -5995 PR_UNKNOWN_ERROR = -5994 PR_PENDING_INTERRUPT_ERROR = -5993 PR_NOT_IMPLEMENTED_ERROR = -5992 PR_IO_ERROR = -5991 PR_IO_TIMEOUT_ERROR = -5990 PR_IO_PENDING_ERROR = -5989 PR_DIRECTORY_OPEN_ERROR = -5988 PR_INVALID_ARGUMENT_ERROR = -5987 PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986 PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985 PR_IS_CONNECTED_ERROR = -5984 PR_BAD_ADDRESS_ERROR = -5983 PR_ADDRESS_IN_USE_ERROR = -5982 PR_CONNECT_REFUSED_ERROR = -5981 PR_NETWORK_UNREACHABLE_ERROR = -5980 PR_CONNECT_TIMEOUT_ERROR = -5979 PR_NOT_CONNECTED_ERROR = -5978 PR_LOAD_LIBRARY_ERROR = -5977 PR_UNLOAD_LIBRARY_ERROR = -5976 PR_FIND_SYMBOL_ERROR = -5975 PR_INSUFFICIENT_RESOURCES_ERROR = -5974 PR_DIRECTORY_LOOKUP_ERROR = -5973 PR_TPD_RANGE_ERROR = -5972 PR_PROC_DESC_TABLE_FULL_ERROR = -5971 PR_SYS_DESC_TABLE_FULL_ERROR = -5970 PR_NOT_SOCKET_ERROR = -5969 PR_NOT_TCP_SOCKET_ERROR = -5968 PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967 PR_NO_ACCESS_RIGHTS_ERROR = -5966 PR_OPERATION_NOT_SUPPORTED_ERROR = -5965 PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964 PR_REMOTE_FILE_ERROR = -5963 PR_BUFFER_OVERFLOW_ERROR = -5962 PR_CONNECT_RESET_ERROR = -5961 PR_RANGE_ERROR = -5960 PR_DEADLOCK_ERROR = -5959 PR_FILE_IS_LOCKED_ERROR = -5958 PR_FILE_TOO_BIG_ERROR = -5957 PR_NO_DEVICE_SPACE_ERROR = -5956 PR_PIPE_ERROR = -5955 PR_NO_SEEK_DEVICE_ERROR = -5954 PR_IS_DIRECTORY_ERROR = -5953 PR_LOOP_ERROR = -5952 PR_NAME_TOO_LONG_ERROR = -5951 PR_FILE_NOT_FOUND_ERROR = -5950 PR_NOT_DIRECTORY_ERROR = -5949 PR_READ_ONLY_FILESYSTEM_ERROR = -5948 PR_DIRECTORY_NOT_EMPTY_ERROR = -5947 PR_FILESYSTEM_MOUNTED_ERROR = -5946 PR_NOT_SAME_DEVICE_ERROR = -5945 PR_DIRECTORY_CORRUPTED_ERROR = -5944 PR_FILE_EXISTS_ERROR = -5943 PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942 PR_INVALID_DEVICE_STATE_ERROR = -5941 PR_DEVICE_IS_LOCKED_ERROR = -5940 PR_NO_MORE_FILES_ERROR = -5939 PR_END_OF_FILE_ERROR = -5938 PR_FILE_SEEK_ERROR = -5937 PR_FILE_IS_BUSY_ERROR = -5936 PR_IN_PROGRESS_ERROR = -5934 PR_ALREADY_INITIATED_ERROR = -5933 PR_GROUP_EMPTY_ERROR = -5932 PR_INVALID_STATE_ERROR = -5931 PR_NETWORK_DOWN_ERROR = -5930 PR_SOCKET_SHUTDOWN_ERROR = -5929 PR_CONNECT_ABORTED_ERROR = -5928 PR_HOST_UNREACHABLE_ERROR = -5927 END TEST: errcodes BEGIN TEST: exit   Sat Feb 8 16:29:00 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: exit BEGIN TEST: fdcach   Sat Feb 8 16:29:10 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: fdcach BEGIN TEST: fileio   Sat Feb 8 16:29:11 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib 'PR_NewSem' is obsolete. Use 'locks & condition variables' instead. 'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead. 'PR_PostSem' is obsolete. Use 'locks & condition variables' instead. 'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead. PASS END TEST: fileio BEGIN TEST: foreign   Sat Feb 8 16:29:11 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: foreign BEGIN TEST: forktest   Sat Feb 8 16:29:14 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Wait one second before connect Accepting connection at port 65183 Connecting to port 65183 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Child process continues. Accepting connection at port 65185 Wait one second before connect Fork succeeded. Parent process continues. Wait one second before connect Accepting connection at port 65186 Connecting to port 65186 Connecting to port 65185 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Child process exits. Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Parent process exits. PASSED END TEST: forktest BEGIN TEST: fsync   Sat Feb 8 16:29:16 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib 10 iterations over a 10 kbyte file: 0 [0] 7000 END TEST: fsync BEGIN TEST: getproto   Sat Feb 8 16:29:17 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib tcp is protocol number 6 udp is protocol number 17 Protocol number 6 is tcp Protocol number 17 is udp PASSED END TEST: getproto BEGIN TEST: i2l   Sat Feb 8 16:29:17 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib We have long long END TEST: i2l BEGIN TEST: initclk   Sat Feb 8 16:29:17 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Elapsed time: 3000 ms, expected time: 3009 ms PASS END TEST: initclk BEGIN TEST: inrval   Sat Feb 8 16:29:21 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 3939 nsecs Overhead of 'PR_IntervalNow()' is 4126 nsecs Overhead of 'PR_Now()' is 5501 nsecs Overhead of 'PR_IntervalNow()' is 1653 nsecs END TEST: inrval BEGIN TEST: instrumt   Sat Feb 8 16:31:11 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: instrumt BEGIN TEST: intrio   Sat Feb 8 16:31:11 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib A local thread will be interrupted by a local thread PR_Accept() is interrupted as expected A local thread will be interrupted by a global thread PR_Accept() is interrupted as expected A global thread will be interrupted by a local thread PR_Accept() is interrupted as expected A global thread will be interrupted by a global thread PR_Accept() is interrupted as expected PASSED END TEST: intrio BEGIN TEST: intrupt   Sat Feb 8 16:31:32 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASSED END TEST: intrupt BEGIN TEST: io_timeout   Sat Feb 8 16:31:45 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib test with global bound thread thread id 0, scope GLOBAL_BOUND scope test with local thread thread id 0, scope GLOBAL scope test with global thread thread id 0, scope GLOBAL scope END TEST: io_timeout BEGIN TEST: ioconthr   Sat Feb 8 16:31:51 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Interrupting the threads Threads terminated in 2993 milliseconds PASS END TEST: ioconthr BEGIN TEST: join   Sat Feb 8 16:31:57 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: join BEGIN TEST: joinkk   Sat Feb 8 16:31:57 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: joinkk BEGIN TEST: joinku   Sat Feb 8 16:31:57 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: joinku BEGIN TEST: joinuk   Sat Feb 8 16:31:58 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: joinuk BEGIN TEST: joinuu   Sat Feb 8 16:31:58 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: joinuu BEGIN TEST: layer   Sat Feb 8 16:31:58 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Beginning layered test with new style stack Ending layered test END TEST: layer BEGIN TEST: lazyinit   Sat Feb 8 16:31:58 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: lazyinit BEGIN TEST: lltest   Sat Feb 8 16:31:59 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: lltest BEGIN TEST: lock   Sat Feb 8 16:31:59 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: lock BEGIN TEST: lockfile   Sat Feb 8 16:32:50 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: lockfile BEGIN TEST: logger   Sat Feb 8 16:33:21 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: logger BEGIN TEST: many_cv   Sat Feb 8 16:33:32 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PThread Statistics started: 16:33:32[0] locks [created: 12, destroyed: 1] locks [acquired: 6, released: 6] cvars [created: 12, destroyed: 10] cvars [notified: 10, delayed_delete: 0] PASS END TEST: many_cv BEGIN TEST: multiwait   Sat Feb 8 16:33:32 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: multiwait BEGIN TEST: nameshm1   Sat Feb 8 16:33:32 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: nameshm1 BEGIN TEST: nonblock   Sat Feb 8 16:33:32 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib The serveclient thread created. accept: EWOULDBLOCK, good client connected accept: succeeded, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good All tests finished PASS END TEST: nonblock BEGIN TEST: nblayer   Sat Feb 8 16:33:34 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Ending layered test END TEST: nblayer BEGIN TEST: ntioto   Sat Feb 8 16:33:35 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: ntioto BEGIN TEST: ntoh   Sat Feb 8 16:33:35 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib 1 2 1 2 1 2 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 PASS END TEST: ntoh BEGIN TEST: op_2long   Sat Feb 8 16:33:35 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 248 PASS END TEST: op_2long BEGIN TEST: op_excl   Sat Feb 8 16:33:36 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: op_excl BEGIN TEST: op_filnf   Sat Feb 8 16:33:36 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib error code is -5950 PASS END TEST: op_filnf BEGIN TEST: op_filok   Sat Feb 8 16:33:37 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Test passed END TEST: op_filok BEGIN TEST: op_nofil   Sat Feb 8 16:33:37 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib error code is PR_FILE_NOT_FOUND_ERROR, as expected PASS END TEST: op_nofil BEGIN TEST: parent   Sat Feb 8 16:33:37 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: parent BEGIN TEST: peek   Sat Feb 8 16:33:38 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Running the test with local threads server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data Running the test with global threads server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data PASS END TEST: peek BEGIN TEST: perf   Sat Feb 8 16:34:19 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib 'PR_NewSem' is obsolete. Use 'locks & condition variables' instead. 'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead. 'PR_PostSem' is obsolete. Use 'locks & condition variables' instead. 'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead. local procedure call overhead: 0.00 usec DLL procedure call overhead: 1.00 usec current calendar time: 3.00 usec interval time: 5.00 usec idle lock lock/unlock pair: 2.00 usec idle monitor entry/exit pair: 16.00 usec idle cache monitor entry/exit pair: 7.00 usec create/destroy thread pair: 233.00 usec context switch - user/user: 43.00 usec context switch - user/kernel: 26.00 usec context switch - kernel/user: 26.00 usec context switch - kernel/kernel: 55.00 usec sema context switch - user/user: 46.00 usec sema context switch - user/kernel: 29.00 usec sema context switch - kernel/user: 29.00 usec sema context switch - kernel/kernel: 30.00 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.00 usec DLL procedure call overhead: 1.00 usec current calendar time: 21.00 usec interval time: 10.00 usec idle lock lock/unlock pair: 2.00 usec idle monitor entry/exit pair: 3.00 usec idle cache monitor entry/exit pair: 18.00 usec create/destroy thread pair: 197.00 usec context switch - user/user: 36.00 usec context switch - user/kernel: 31.00 usec context switch - kernel/user: 32.00 usec context switch - kernel/kernel: 50.00 usec sema context switch - user/user: 37.00 usec sema context switch - user/kernel: 38.00 usec sema context switch - kernel/user: 52.00 usec sema context switch - kernel/kernel: 38.00 usec END TEST: perf BEGIN TEST: pipeping   Sat Feb 8 16:34:20 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: pipeping BEGIN TEST: pipeping2   Sat Feb 8 16:34:21 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: pipeping2 BEGIN TEST: pipeself   Sat Feb 8 16:34:21 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" PR_Available: expected 250, got 250 bytes PR_Available: expected 243, got 243 bytes PR_Available: expected 0, got 0 bytes PASS END TEST: pipeself BEGIN TEST: poll_nm   Sat Feb 8 16:34:21 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: poll_nm BEGIN TEST: poll_to   Sat Feb 8 16:34:22 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: poll_to BEGIN TEST: pollable   Sat Feb 8 16:34:27 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASSED END TEST: pollable BEGIN TEST: prftest   Sat Feb 8 16:34:28 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed END TEST: prftest BEGIN TEST: primblok   Sat Feb 8 16:34:28 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib This test is not relevant on this platform END TEST: primblok BEGIN TEST: provider   Sat Feb 8 16:34:28 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: provider BEGIN TEST: prpollml   Sat Feb 8 16:34:29 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: prpollml BEGIN TEST: prpoll   Sat Feb 8 16:34:50 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_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 65476, 65477 and 65478 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 "65476" from a client Server read 128 bytes from native fd 7 The server received "65478" from a client The server received "65476" from a client Server read 128 bytes from native fd 9 The server received "65478" from a client The server received "65476" from a client Server read 128 bytes from native fd 7 The server received "65478" from a client The server received "65476" from a client Server read 128 bytes from native fd 9 The server received "65478" from a client The server received "65476" from a client Server read 128 bytes from native fd 7 The server received "65478" from a client The server received "65477" from a client The server received "65477" from a client The server received "65477" from a client The server received "65477" from a client The server received "65477" from a client All tests finished END TEST: prpoll BEGIN TEST: randseed   Sat Feb 8 16:34:55 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: randseed BEGIN TEST: ranfile   Sat Feb 8 16:34:55 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: ranfile BEGIN TEST: rwlocktest   Sat Feb 8 16:35:16 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: rwlocktest BEGIN TEST: sel_spd   Sat Feb 8 16:35:16 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Running test for 5 iterations with 10 simultaneous threads. Will send 8192 bytes of client data and 131072 bytes of server data server thread 0 alive server thread 1 alive server thread 1 loop 0 server thread 0 loop 0 client thread 0 alive client thread 1 alive client thread 0 loop 0 client thread 0 socket created 1074407456 client thread 1 loop 0 client thread 1 socket created 1074546720 client thread 0 socket connected 1074407456 client thread 0 socket wrote 8192 client thread 1 socket connected 1074546720 client thread 1 socket wrote 8192 server thread 1 got connection 1074276480 server thread 0 got connection 1074014336 server thread 1 read 8192 bytes server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 4000 1000 4000 0 9000 server thread 0 loop 1 server thread 7 alive server thread 1 write 131072 bytes client thread 1 socket read 131072 server: 3000 1000 6000 0 10000 server thread 1 loop 1 client thread 1 loop 1 client thread 1 socket created 1074014336 client thread 1 socket connected 1074014336 client thread 1 socket wrote 8192 server thread 1 got connection 1074276480 server thread 1 read 8192 bytes server thread 2 alive server thread 2 loop 0 server thread 3 alive server thread 4 alive server thread 6 alive server thread 3 loop 0 server thread 6 loop 0 server thread 5 alive server thread 5 loop 0 client thread 2 alive client thread 3 alive client thread 2 loop 0 client thread 2 socket created 1074409600 client thread 2 socket connected 1074409600 client thread 2 socket wrote 8192 client thread 3 loop 0 client thread 3 socket created 1074548864 client thread 3 socket connected 1074548864 client thread 3 socket wrote 8192 server thread 1 write 131072 bytes server: 1000 0 4000 0 5000 server thread 1 loop 2 client thread 6 alive server thread 4 loop 0 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 1074014336 client thread 1 socket connected 1074014336 client thread 1 socket wrote 8192 server thread 7 loop 0 server thread 3 got connection 1074276480 server thread 3 read 8192 bytes client thread 6 loop 0 client thread 6 socket created 1075324976 client thread 6 socket connected 1075324976 client thread 6 socket wrote 8192 client thread 5 alive server thread 2 got connection 1075327704 client thread 4 alive server thread 2 read 8192 bytes server thread 6 got connection 1074279288 server thread 6 read 8192 bytes client thread 5 loop 0 client thread 5 socket created 1075579008 client thread 5 socket connected 1075579008 client thread 5 socket wrote 8192 server thread 1 got connection 1074279952 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 6000 0 3000 0 9000 server thread 1 loop 3 client thread 4 loop 0 client thread 4 socket created 1074279952 server thread 3 write 131072 bytes client thread 4 socket connected 1074279952 client thread 4 socket wrote 8192 server: 6000 0 6000 0 12000 server thread 3 loop 1 server thread 5 got connection 1076111488 client thread 3 socket read 131072 client thread 3 loop 1 server thread 5 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 1074276480 client thread 1 socket connected 1074276480 client thread 1 socket wrote 8192 client thread 3 socket created 1074548864 client thread 3 socket connected 1074548864 client thread 3 socket wrote 8192 server thread 1 got connection 1074014336 server thread 1 read 8192 bytes server thread 4 got connection 1074017144 server thread 4 read 8192 bytes server thread 3 got connection 1075581736 server thread 3 read 8192 bytes server thread 5 write 131072 bytes server thread 2 write 131072 bytes server: 10000 1000 4000 0 15000 server thread 5 loop 1 server: 6000 2000 9000 0 17000 server thread 2 loop 1 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 1076111488 server thread 6 write 131072 bytes client thread 5 socket connected 1076111488 client thread 5 socket wrote 8192 server thread 3 write 131072 bytes server: 4000 0 3000 0 7000 server thread 3 loop 2 server thread 1 write 131072 bytes server: 3000 0 5000 0 8000 server thread 1 loop 4 client thread 2 socket read 131072 client thread 2 loop 1 server thread 5 got connection 1075327704 server thread 5 read 8192 bytes client thread 2 socket created 1075579008 client thread 2 socket connected 1075579008 client thread 2 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 1075581736 client thread 6 socket connected 1075581736 client thread 6 socket wrote 8192 server: 7000 0 11000 2000 20000 server thread 6 loop 1 client thread 3 socket read 131072 server thread 6 got connection 1074014336 server thread 6 read 8192 bytes client thread 3 loop 2 client thread 3 socket created 1074409600 client thread 3 socket connected 1074409600 client thread 3 socket wrote 8192 server thread 4 write 131072 bytes server thread 3 got connection 1075324976 server thread 3 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 1074279288 client thread 1 socket connected 1074279288 client thread 1 socket wrote 8192 server thread 2 got connection 1074548864 server thread 2 read 8192 bytes server thread 5 write 131072 bytes server thread 1 got connection 1074276480 server thread 1 read 8192 bytes client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1074279952 client thread 5 socket read 131072 client thread 4 socket connected 1074279952 client thread 4 socket wrote 8192 client thread 5 loop 2 client thread 5 socket created 1076111488 server: 11000 0 6000 3000 20000 client thread 5 socket connected 1076111488 server thread 4 loop 1 client thread 5 socket wrote 8192 server thread 4 got connection 1074017144 server thread 4 read 8192 bytes server: 3000 0 3000 2000 8000 server thread 5 loop 2 server thread 5 got connection 1075327704 server thread 5 read 8192 bytes server thread 3 write 131072 bytes server: 3000 0 5000 0 8000 server thread 3 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1075324976 server thread 6 write 131072 bytes client thread 3 socket connected 1075324976 client thread 3 socket wrote 8192 server: 0 0 7000 0 7000 server thread 6 loop 2 server thread 5 write 131072 bytes server: 0 1000 2000 0 3000 server thread 5 loop 3 server thread 1 write 131072 bytes server: 4000 0 5000 0 9000 Thread 1 EXIT server thread 2 write 131072 bytes server thread 3 got connection 1074409600 server: 6000 0 6000 0 12000 server thread 2 loop 2 server thread 3 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 1074014336 client thread 6 socket connected 1074014336 client thread 6 socket wrote 8192 server thread 4 write 131072 bytes client thread 5 socket read 131072 server: 0 0 5000 0 5000 server thread 4 loop 2 client thread 1 socket read 131072 Thread 1 EXIT client thread 5 loop 3 client thread 5 socket created 1075327704 client thread 5 socket connected 1075327704 client thread 5 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1074276480 client thread 2 socket connected 1074276480 server thread 3 write 131072 bytes client thread 2 socket wrote 8192 server: 2000 0 2000 0 4000 server thread 3 loop 4 server thread 2 got connection 1074276400 server thread 2 read 8192 bytes server thread 5 got connection 1074548864 server thread 5 read 8192 bytes server thread 6 got connection 1075581736 server thread 6 read 8192 bytes client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 1074017144 client thread 3 socket connected 1074017144 client thread 3 socket wrote 8192 client thread 4 socket read 131072 server thread 3 got connection 1074279288 client thread 4 loop 2 server thread 3 read 8192 bytes client thread 4 socket created 1076111488 client thread 4 socket connected 1076111488 client thread 4 socket wrote 8192 server thread 5 write 131072 bytes server: 4000 0 3000 0 7000 server thread 5 loop 4 server thread 4 got connection 1075579008 server thread 4 read 8192 bytes client thread 3 socket read 131072 Thread 3 EXIT server thread 3 write 131072 bytes server thread 2 write 131072 bytes server: 2000 0 3000 0 5000 Thread 3 EXIT client thread 5 socket read 131072 server: 3000 0 5000 0 8000 server thread 2 loop 3 client thread 5 loop 4 client thread 5 socket created 1074409600 client thread 5 socket connected 1074409600 client thread 5 socket wrote 8192 server thread 6 write 131072 bytes server thread 5 got connection 1075324976 server thread 5 read 8192 bytes server: 5000 0 5000 0 10000 server thread 6 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 1074279952 client thread 2 socket connected 1074279952 server thread 5 write 131072 bytes client thread 2 socket wrote 8192 server: 3000 0 1000 0 4000 Thread 5 EXIT server thread 2 got connection 1074548864 server thread 2 read 8192 bytes client thread 5 socket read 131072 Thread 5 EXIT client thread 7 alive client thread 6 socket read 131072 client thread 6 loop 3 client thread 7 loop 0 client thread 6 socket created 1074017144 client thread 6 socket connected 1074017144 client thread 7 socket created 1074279288 client thread 6 socket wrote 8192 client thread 7 socket connected 1074279288 client thread 7 socket wrote 8192 server thread 4 write 131072 bytes server: 6000 0 5000 0 11000 server thread 4 loop 3 server thread 7 got connection 1075578928 server thread 7 read 8192 bytes server thread 6 got connection 1074276400 server thread 6 read 8192 bytes client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 1075327704 client thread 4 socket connected 1075327704 client thread 4 socket wrote 8192 server thread 2 write 131072 bytes server: 2000 0 4000 0 6000 server thread 2 loop 4 server thread 7 write 131072 bytes server: 37000 0 2000 0 39000 server thread 7 loop 1 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 1075581736 server thread 4 got connection 1074276480 client thread 7 socket connected 1075581736 client thread 7 socket wrote 8192 server thread 4 read 8192 bytes server thread 7 got connection 1075324976 server thread 7 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 1076111408 client thread 2 socket connected 1076111408 client thread 2 socket wrote 8192 server thread 7 write 131072 bytes server: 0 0 1000 0 1000 server thread 7 loop 2 server thread 6 write 131072 bytes client thread 7 socket read 131072 server: 4000 0 4000 0 8000 server thread 6 loop 4 client thread 7 loop 2 client thread 7 socket created 1074409600 client thread 7 socket connected 1074409600 client thread 7 socket wrote 8192 server thread 7 got connection 1074014336 server thread 7 read 8192 bytes server thread 2 got connection 1075579008 server thread 2 read 8192 bytes server thread 7 write 131072 bytes server: 1000 0 1000 0 2000 server thread 7 loop 3 client thread 6 socket read 131072 client thread 7 socket read 131072 client thread 7 loop 3 client thread 6 loop 4 client thread 7 socket created 1076111488 client thread 6 socket created 1074548864 client thread 7 socket connected 1076111488 client thread 6 socket connected 1074548864 client thread 7 socket wrote 8192 client thread 6 socket wrote 8192 server thread 7 got connection 1075578928 server thread 7 read 8192 bytes server thread 4 write 131072 bytes server: 3000 0 4000 0 7000 server thread 4 loop 4 server thread 7 write 131072 bytes server: 1000 0 1000 0 2000 server thread 7 loop 4 server thread 6 got connection 1074279288 server thread 6 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1074279952 client thread 7 socket connected 1074279952 client thread 7 socket wrote 8192 server thread 7 got connection 1075324976 server thread 7 read 8192 bytes client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 1074276400 client thread 4 socket connected 1074276400 client thread 4 socket wrote 8192 server thread 2 write 131072 bytes server thread 7 write 131072 bytes server: 3000 1000 3000 0 7000 client thread 7 socket read 131072 Thread 2 EXIT Thread 7 EXIT server: 0 0 1000 1000 2000 Thread 7 EXIT server thread 9 alive server thread 9 loop 0 server thread 4 got connection 1074014336 server thread 4 read 8192 bytes client thread 2 socket read 131072 Thread 2 EXIT server thread 8 alive server thread 8 loop 0 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1074017144 client thread 8 socket connected 1074017144 client thread 8 socket wrote 8192 server thread 6 write 131072 bytes server: 3000 0 5000 0 8000 Thread 6 EXIT client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1074276480 client thread 9 socket connected 1074276480 client thread 9 socket wrote 8192 server thread 9 got connection 1075578928 server thread 9 read 8192 bytes client thread 6 socket read 131072 Thread 6 EXIT client thread 0 socket read 131072 server thread 8 got connection 1076111488 server thread 8 read 8192 bytes client thread 0 loop 1 client thread 0 socket created 1075327704 client thread 0 socket connected 1075327704 client thread 0 socket wrote 8192 server thread 8 write 131072 bytes server: 3000 0 1000 0 4000 server thread 8 loop 1 server thread 9 write 131072 bytes server: 3000 0 4000 0 7000 server thread 9 loop 1 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1075579008 client thread 9 socket connected 1075579008 client thread 9 socket wrote 8192 server thread 9 got connection 1074279952 server thread 9 read 8192 bytes server thread 4 write 131072 bytes server: 4000 0 7000 0 11000 Thread 4 EXIT server thread 0 got connection 1074546720 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 62000 0 1000 0 63000 server thread 0 loop 2 client thread 4 socket read 131072 Thread 4 EXIT server thread 9 write 131072 bytes server: 0 0 4000 0 4000 server thread 9 loop 2 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 1075324976 client thread 9 socket connected 1075324976 client thread 9 socket wrote 8192 server thread 9 got connection 1073784832 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 0 0 1000 0 1000 server thread 9 loop 3 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 1076111408 client thread 8 socket connected 1076111408 client thread 8 socket wrote 8192 server thread 8 got connection 1074279288 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 59000 0 1000 1000 61000 server thread 8 loop 2 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1074279208 client thread 9 socket connected 1074279208 client thread 9 socket wrote 8192 server thread 9 got connection 1074548864 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 55000 0 1000 0 56000 server thread 9 loop 4 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1074407456 client thread 0 socket connected 1074407456 client thread 0 socket wrote 8192 server thread 0 got connection 1076111488 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 65000 0 1000 0 66000 server thread 0 loop 3 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1075578928 client thread 8 socket connected 1075578928 client thread 8 socket wrote 8192 server thread 8 got connection 1074276480 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 58000 0 1000 0 59000 server thread 8 loop 3 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 1074014336 client thread 9 socket connected 1074014336 client thread 9 socket wrote 8192 server thread 9 got connection 1074017064 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 59000 0 1000 0 60000 Thread 9 EXIT client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 1074546720 client thread 0 socket connected 1074546720 server thread 0 got connection 1074276400 client thread 0 socket wrote 8192 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 59000 0 1000 0 60000 server thread 0 loop 4 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1074279952 client thread 8 socket connected 1074279952 client thread 8 socket wrote 8192 server thread 8 got connection 1075579008 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 59000 0 1000 0 60000 server thread 8 loop 4 client thread 9 socket read 131072 Thread 9 EXIT client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 1073784832 client thread 0 socket connected 1073784832 client thread 0 socket wrote 8192 server thread 0 got connection 1074017144 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 59000 0 1000 0 60000 Thread 0 EXIT client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1074279288 client thread 8 socket connected 1074279288 client thread 8 socket wrote 8192 server thread 8 got connection 1075324976 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 59000 0 1000 0 60000 Thread 8 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 8 socket read 131072 Thread 8 EXIT Thread 8 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 0 76000 700 17100 900 server per thread elapsed time 94700 ---------- Client results: ---------- client per thread totals 0 600 200 105600 500 client per thread elapsed time 106900 select loop user/user: 74000.00 usec server thread 0 alive server thread 0 loop 0 client thread 0 alive client thread 0 loop 0 server thread 1 alive client thread 0 socket created 1075327704 server thread 1 loop 0 client thread 0 socket connected 1075327704 client thread 0 socket wrote 8192 server thread 0 got connection 1076111408 client thread 1 alive server thread 0 read 8192 bytes client thread 1 loop 0 client thread 1 socket created 1074276480 client thread 1 socket connected 1074276480 client thread 1 socket wrote 8192 server thread 0 write 131072 bytes server: 1000 0 1000 0 2000 server thread 0 loop 1 server thread 1 got connection 1074279208 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 2000 0 1000 0 3000 server thread 1 loop 1 server thread 2 alive server thread 2 loop 0 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 1075581736 server thread 3 alive client thread 2 socket connected 1075581736 client thread 2 socket wrote 8192 server thread 3 loop 0 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 1074276400 client thread 3 socket connected 1074276400 server thread 2 got connection 1075578928 client thread 3 socket wrote 8192 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 1000 0 2000 server thread 2 loop 1 server thread 3 got connection 1075579008 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 2000 0 1000 0 3000 server thread 3 loop 1 server thread 4 alive server thread 4 loop 0 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 1074546720 client thread 4 socket connected 1074546720 client thread 4 socket wrote 8192 server thread 4 got connection 1074017144 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 0 1000 1000 0 2000 server thread 4 loop 1 server thread 5 alive server thread 5 loop 0 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 1074279952 client thread 5 socket connected 1074279952 client thread 5 socket wrote 8192 server thread 5 got connection 1075324976 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 1000 0 1000 0 2000 server thread 5 loop 1 server thread 6 alive server thread 6 loop 0 client thread 6 alive client thread 6 loop 0 server thread 7 alive client thread 6 socket created 1073784832 client thread 6 socket connected 1073784832 client thread 6 socket wrote 8192 server thread 7 loop 0 server thread 6 got connection 1076111408 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 2000 0 1000 0 3000 server thread 6 loop 1 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 1074279208 client thread 7 socket connected 1074279208 client thread 7 socket wrote 8192 server thread 7 got connection 1075578928 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 2000 0 2000 0 4000 server thread 7 loop 1 server thread 8 alive server thread 8 loop 0 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1074017144 server thread 9 alive client thread 8 socket connected 1074017144 client thread 8 socket wrote 8192 server thread 9 loop 0 server thread 8 got connection 1076111408 server thread 8 read 8192 bytes client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1075578928 client thread 9 socket connected 1075578928 client thread 9 socket wrote 8192 server thread 9 got connection 1074409680 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1000 1000 1000 1000 4000 server thread 9 loop 1 server thread 8 write 131072 bytes client thread 8 socket read 131072 server: 2000 0 4000 0 6000 server thread 8 loop 1 client thread 8 loop 1 client thread 8 socket created 1074409680 client thread 8 socket connected 1074409680 client thread 8 socket wrote 8192 server thread 8 got connection 1076111408 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 1000 1000 2000 server thread 8 loop 2 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 1074017144 client thread 0 socket connected 1074017144 client thread 0 socket wrote 8192 server thread 0 got connection 1076111408 server thread 0 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 1075327704 client thread 1 socket connected 1075327704 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 1074276480 client thread 3 socket connected 1074276480 client thread 3 socket wrote 8192 server thread 1 got connection 1074276400 server thread 1 read 8192 bytes client thread 2 loop 1 client thread 2 socket created 1075581736 client thread 2 socket connected 1075581736 server thread 3 got connection 1076111568 server thread 3 read 8192 bytes client thread 2 socket wrote 8192 server thread 0 write 131072 bytes server: 59000 0 4000 0 63000 server thread 0 loop 2 server thread 2 got connection 1076111408 server thread 2 read 8192 bytes client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1074017144 client thread 0 socket connected 1074017144 client thread 0 socket wrote 8192 server thread 1 write 131072 bytes server: 58000 0 4000 0 62000 server thread 1 loop 2 client thread 1 socket read 131072 server thread 3 write 131072 bytes client thread 1 loop 2 client thread 1 socket created 1074276400 server: 55000 0 4000 0 59000 server thread 3 loop 2 client thread 1 socket connected 1074276400 client thread 1 socket wrote 8192 server thread 0 got connection 1075327704 server thread 0 read 8192 bytes client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 1076111568 client thread 3 socket connected 1076111568 client thread 3 socket wrote 8192 server thread 2 write 131072 bytes server: 58000 0 3000 0 61000 server thread 2 loop 2 server thread 1 got connection 1074276480 server thread 1 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1076111408 client thread 2 socket connected 1076111408 client thread 2 socket wrote 8192 server thread 1 write 131072 bytes server: 3000 0 1000 0 4000 server thread 1 loop 3 server thread 3 got connection 1075581736 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 3000 0 1000 0 4000 server thread 3 loop 3 client thread 5 socket read 131072 server thread 0 write 131072 bytes client thread 6 socket read 131072 server: 2000 0 5000 0 7000 server thread 0 loop 3 client thread 6 loop 1 server thread 2 got connection 1074276480 client thread 6 socket created 1075581736 server thread 2 read 8192 bytes client thread 6 socket connected 1075581736 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1075327704 client thread 4 socket connected 1075327704 client thread 4 socket wrote 8192 client thread 0 socket read 131072 client thread 0 loop 3 server thread 6 got connection 1073784832 client thread 0 socket created 1074546720 server thread 6 read 8192 bytes client thread 0 socket connected 1074546720 client thread 0 socket wrote 8192 client thread 5 loop 1 client thread 5 socket created 1074017144 client thread 5 socket connected 1074017144 client thread 5 socket wrote 8192 server thread 4 got connection 1074279952 server thread 4 read 8192 bytes client thread 7 loop 1 client thread 7 socket created 1074279208 client thread 7 socket connected 1074279208 client thread 7 socket wrote 8192 server thread 0 got connection 1074014416 server thread 0 read 8192 bytes server thread 5 got connection 1074412840 server thread 5 read 8192 bytes server thread 2 write 131072 bytes server: 4000 0 6000 0 10000 server thread 2 loop 3 server thread 7 got connection 1074276480 client thread 2 socket read 131072 server thread 7 read 8192 bytes client thread 2 loop 3 client thread 2 socket created 1076111408 client thread 2 socket connected 1076111408 client thread 2 socket wrote 8192 server thread 7 write 131072 bytes server: 60000 0 2000 0 62000 server thread 7 loop 2 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 1074276480 client thread 7 socket connected 1074276480 client thread 7 socket wrote 8192 server thread 6 write 131072 bytes server: 57000 0 7000 0 64000 server thread 6 loop 2 client thread 6 socket read 131072 client thread 4 socket read 131072 server thread 4 write 131072 bytes client thread 4 loop 2 client thread 4 socket created 1074279208 client thread 4 socket connected 1074279208 server: 63000 0 7000 0 70000 server thread 4 loop 2 client thread 4 socket wrote 8192 server thread 4 got connection 1073784832 server thread 4 read 8192 bytes client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1075327704 client thread 9 socket connected 1075327704 client thread 9 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1074279952 server thread 0 write 131072 bytes client thread 8 socket connected 1074279952 client thread 8 socket wrote 8192 server thread 5 write 131072 bytes client thread 0 socket read 131072 server: 63000 1000 5000 0 69000 server thread 5 loop 2 client thread 5 socket read 131072 server thread 2 got connection 1075578928 server thread 2 read 8192 bytes client thread 5 loop 2 server thread 2 write 131072 bytes server: 5000 0 1000 0 6000 server thread 2 loop 4 client thread 5 socket created 1074409680 client thread 5 socket connected 1074409680 client thread 5 socket wrote 8192 server thread 7 got connection 1074412840 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 4000 0 1000 1000 6000 server thread 7 loop 3 client thread 6 loop 2 client thread 6 socket created 1074017144 client thread 6 socket connected 1074017144 client thread 6 socket wrote 8192 server thread 8 got connection 1075578928 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 60000 0 1000 0 61000 server thread 8 loop 3 server thread 5 got connection 1074412840 server thread 5 read 8192 bytes server thread 6 got connection 1075581736 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 9000 0 1000 0 10000 server thread 6 loop 3 server thread 5 write 131072 bytes server: 4000 1000 2000 0 7000 server thread 5 loop 3 server thread 9 got connection 1075578928 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 66000 1000 1000 0 68000 server thread 9 loop 2 server: 3000 0 7000 10000 20000 server thread 0 loop 4 server thread 4 write 131072 bytes server: 0 0 12000 0 12000 server thread 4 loop 3 client thread 0 loop 4 client thread 0 socket created 1075581736 client thread 0 socket connected 1075581736 client thread 0 socket wrote 8192 server thread 0 got connection 1074412840 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 19000 0 1000 0 20000 Thread 0 EXIT client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 1075578928 client thread 1 socket connected 1075578928 client thread 1 socket wrote 8192 server thread 1 got connection 1074014416 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 51000 0 1000 0 52000 server thread 1 loop 4 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1073784832 client thread 3 socket connected 1073784832 client thread 3 socket wrote 8192 server thread 3 got connection 1074546720 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 60000 0 1000 0 61000 server thread 3 loop 4 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1074412840 client thread 8 socket connected 1074412840 client thread 8 socket wrote 8192 server thread 8 got connection 1074548864 client thread 5 socket read 131072 server thread 8 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1074276400 client thread 6 socket connected 1074276400 client thread 6 socket wrote 8192 server thread 6 got connection 1074014416 client thread 2 socket read 131072 server thread 6 read 8192 bytes client thread 7 socket read 131072 server thread 6 write 131072 bytes server: 52000 0 1000 0 53000 server thread 6 loop 4 server thread 8 write 131072 bytes client thread 6 socket read 131072 server: 54000 0 3000 0 57000 server thread 8 loop 4 client thread 6 loop 4 client thread 6 socket created 1076111568 client thread 6 socket connected 1076111568 client thread 6 socket wrote 8192 server thread 6 got connection 1074546720 client thread 2 loop 4 server thread 6 read 8192 bytes client thread 2 socket created 1074279952 client thread 2 socket connected 1074279952 server thread 2 got connection 1074017144 client thread 2 socket wrote 8192 server thread 2 read 8192 bytes client thread 5 loop 3 server thread 2 write 131072 bytes client thread 5 socket created 1074014416 server: 62000 0 1000 0 63000 client thread 5 socket connected 1074014416 client thread 5 socket wrote 8192 server thread 5 got connection 1074548864 server thread 5 read 8192 bytes client thread 7 loop 3 server thread 5 write 131072 bytes client thread 7 socket created 1074276400 server: 57000 0 2000 0 59000 server thread 5 loop 4 client thread 7 socket connected 1074276400 client thread 7 socket wrote 8192 server thread 7 got connection 1076111408 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 63000 0 1000 0 64000 server thread 7 loop 4 Thread 2 EXIT client thread 4 socket read 131072 server thread 6 write 131072 bytes client thread 4 loop 3 server: 2000 0 6000 0 8000 client thread 4 socket created 1074409680 Thread 6 EXIT client thread 4 socket connected 1074409680 client thread 4 socket wrote 8192 server thread 4 got connection 1074017144 server thread 4 read 8192 bytes client thread 9 socket read 131072 server thread 4 write 131072 bytes server: 58000 0 1000 0 59000 client thread 9 loop 2 server thread 4 loop 4 client thread 9 socket created 1074276480 client thread 9 socket connected 1074276480 client thread 9 socket wrote 8192 server thread 9 got connection 1074548864 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 61000 0 1000 0 62000 server thread 9 loop 3 client thread 0 socket read 131072 Thread 0 EXIT client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 1076111408 client thread 1 socket connected 1076111408 client thread 1 socket wrote 8192 server thread 1 got connection 1074017064 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 59000 0 2000 0 61000 Thread 1 EXIT client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 1074546720 client thread 3 socket connected 1074546720 client thread 3 socket wrote 8192 server thread 3 got connection 1074279208 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 59000 0 1000 0 60000 Thread 3 EXIT client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1074409600 client thread 8 socket connected 1074409600 client thread 8 socket wrote 8192 server thread 8 got connection 1074017144 server thread 8 read 8192 bytes client thread 6 socket read 131072 client thread 2 socket read 131072 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 1075327704 client thread 5 socket connected 1075327704 client thread 5 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1074548864 server thread 5 got connection 1075581736 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 53000 0 2000 0 55000 Thread 5 EXIT server thread 8 write 131072 bytes client thread 8 socket read 131072 Thread 6 EXIT server: 57000 0 3000 0 60000 Thread 8 EXIT server thread 7 got connection 1075578928 Thread 2 EXIT client thread 7 socket connected 1074548864 client thread 7 socket wrote 8192 server thread 7 read 8192 bytes server thread 7 write 131072 bytes Thread 8 EXIT server: 55000 0 1000 0 56000 Thread 7 EXIT client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 1074017064 client thread 4 socket connected 1074017064 client thread 4 socket wrote 8192 server thread 4 got connection 1076111488 client thread 9 socket read 131072 server thread 4 read 8192 bytes client thread 9 loop 3 server thread 4 write 131072 bytes server: 59000 0 1000 0 60000 client thread 9 socket created 1073784832 Thread 4 EXIT client thread 9 socket connected 1073784832 client thread 9 socket wrote 8192 server thread 9 got connection 1074279208 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 59000 0 1000 0 60000 server thread 9 loop 4 client thread 1 socket read 131072 Thread 1 EXIT client thread 3 socket read 131072 Thread 3 EXIT client thread 5 socket read 131072 Thread 5 EXIT client thread 7 socket read 131072 Thread 7 EXIT client thread 4 socket read 131072 Thread 4 EXIT client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 1074407456 client thread 9 socket connected 1074407456 client thread 9 socket wrote 8192 server thread 9 got connection 1074412840 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 57000 1000 1000 0 59000 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 240700 1300 29200 2200 server per thread elapsed time 273400 ---------- Client results: ---------- client per thread totals 10 2000 400 327100 7300 client per thread elapsed time 336800 select loop user/kernel: 66400.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 1074276400 client thread 0 socket connected 1074276400 server thread 0 got connection 1075581736 client thread 0 socket wrote 8192 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 0 0 1000 1000 2000 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 1076111568 client thread 1 socket connected 1076111568 client thread 1 socket wrote 8192 server thread 1 got connection 1074017144 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 0 0 2000 0 2000 server thread 1 loop 1 server thread 2 alive server thread 2 loop 0 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 1074279952 client thread 2 socket connected 1074279952 client thread 2 socket wrote 8192 server thread 2 got connection 1074409600 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 1000 0 2000 server thread 2 loop 1 server thread 3 alive server thread 3 loop 0 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 1074279288 client thread 3 socket connected 1074279288 client thread 3 socket wrote 8192 server thread 3 got connection 1074409680 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1000 0 1000 0 2000 server thread 3 loop 1 server thread 4 alive server thread 4 loop 0 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 1076111488 client thread 4 socket connected 1076111488 client thread 4 socket wrote 8192 server thread 4 got connection 1074014336 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 1000 0 1000 0 2000 server thread 4 loop 1 server thread 5 alive server thread 5 loop 0 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 1076111408 client thread 5 socket connected 1076111408 client thread 5 socket wrote 8192 server thread 5 got connection 1074546720 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 0 0 1000 0 1000 server thread 5 loop 1 server thread 6 alive server thread 6 loop 0 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 1074548864 client thread 6 socket connected 1074548864 client thread 6 socket wrote 8192 server thread 6 got connection 1074017064 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 0 0 1000 1000 2000 server thread 6 loop 1 server thread 7 alive server thread 7 loop 0 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 1074412840 client thread 7 socket connected 1074412840 client thread 7 socket wrote 8192 server thread 7 got connection 1075324976 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 0 0 2000 0 2000 server thread 7 loop 1 server thread 8 alive server thread 8 loop 0 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1075581736 client thread 8 socket connected 1075581736 server thread 8 got connection 1074017144 client thread 8 socket wrote 8192 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 1000 0 1000 0 2000 server thread 8 loop 1 server thread 9 alive server thread 9 loop 0 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1074409680 client thread 9 socket connected 1074409680 client thread 9 socket wrote 8192 server thread 9 got connection 1074014336 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1000 0 1000 0 2000 server thread 9 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 1074546720 client thread 0 socket connected 1074546720 client thread 0 socket wrote 8192 server thread 0 got connection 1074017064 client thread 1 socket read 131072 server thread 0 read 8192 bytes client thread 1 loop 1 client thread 1 socket created 1075324976 client thread 1 socket connected 1075324976 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 1074017144 client thread 2 socket connected 1074017144 client thread 2 socket wrote 8192 client thread 3 socket read 131072 server thread 1 got connection 1074014336 client thread 3 loop 1 server thread 1 read 8192 bytes client thread 3 socket created 1074276400 client thread 3 socket connected 1074276400 client thread 3 socket wrote 8192 server thread 2 got connection 1076111568 server thread 2 read 8192 bytes server thread 3 got connection 1074279952 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 55000 0 1000 0 56000 server thread 3 loop 2 server thread 0 write 131072 bytes client thread 0 socket read 131072 server: 57000 0 5000 1000 63000 server thread 0 loop 2 client thread 0 loop 2 client thread 0 socket created 1074279288 client thread 0 socket connected 1074279288 server thread 0 got connection 1074279952 client thread 0 socket wrote 8192 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 0 0 1000 0 1000 server thread 0 loop 3 server thread 1 write 131072 bytes client thread 1 socket read 131072 server: 56000 0 7000 0 63000 server thread 1 loop 2 client thread 1 loop 2 client thread 1 socket created 1074017064 client thread 1 socket connected 1074017064 client thread 1 socket wrote 8192 server thread 2 write 131072 bytes server: 56000 0 5000 0 61000 server thread 2 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1074546720 client thread 2 socket connected 1074546720 client thread 2 socket wrote 8192 server thread 1 got connection 1074279952 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1000 0 1000 0 2000 server thread 1 loop 3 client thread 4 socket read 131072 server thread 2 got connection 1074014336 server thread 2 read 8192 bytes client thread 4 loop 1 client thread 4 socket created 1075324976 client thread 4 socket connected 1075324976 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 1076111568 client thread 5 socket connected 1076111568 client thread 5 socket wrote 8192 client thread 6 socket read 131072 server thread 4 got connection 1074017144 server thread 4 read 8192 bytes client thread 6 loop 1 client thread 6 socket created 1074279952 client thread 6 socket connected 1074279952 client thread 6 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 1076111488 client thread 7 socket connected 1076111488 client thread 7 socket wrote 8192 server thread 5 got connection 1076111408 server thread 5 read 8192 bytes server thread 6 got connection 1074548864 server thread 6 read 8192 bytes server thread 7 got connection 1074412840 server thread 7 read 8192 bytes server thread 2 write 131072 bytes server: 2000 0 6000 0 8000 server thread 2 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 server thread 4 write 131072 bytes client thread 2 socket created 1074014336 server: 60000 0 5000 0 65000 client thread 2 socket connected 1074014336 server thread 4 loop 2 client thread 2 socket wrote 8192 client thread 4 socket read 131072 server thread 5 write 131072 bytes client thread 4 loop 2 client thread 4 socket created 1074546720 server: 59000 0 5000 0 64000 server thread 5 loop 2 client thread 4 socket connected 1074546720 client thread 4 socket wrote 8192 client thread 5 socket read 131072 server thread 6 write 131072 bytes client thread 5 loop 2 client thread 5 socket created 1074017144 client thread 5 socket connected 1074017144 server: 57000 0 4000 0 61000 server thread 6 loop 2 client thread 5 socket wrote 8192 client thread 6 socket read 131072 server thread 7 write 131072 bytes client thread 6 loop 2 client thread 6 socket created 1075324976 server: 56000 0 4000 0 60000 server thread 7 loop 2 client thread 6 socket connected 1075324976 client thread 6 socket wrote 8192 server thread 2 got connection 1076111408 server thread 2 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 1076111568 client thread 7 socket connected 1076111568 client thread 7 socket wrote 8192 server thread 4 got connection 1074548864 server thread 4 read 8192 bytes server thread 5 got connection 1074279952 server thread 5 read 8192 bytes client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1074412840 client thread 9 socket connected 1074412840 client thread 9 socket wrote 8192 client thread 8 socket read 131072 server thread 6 got connection 1076111488 server thread 6 read 8192 bytes client thread 8 loop 1 client thread 8 socket created 1074409680 client thread 8 socket connected 1074409680 client thread 8 socket wrote 8192 server thread 7 got connection 1075581736 server thread 7 read 8192 bytes server thread 2 write 131072 bytes server: 2000 0 5000 0 7000 server thread 2 loop 4 server thread 4 write 131072 bytes client thread 2 socket read 131072 server: 3000 0 5000 0 8000 server thread 4 loop 3 client thread 2 loop 4 client thread 2 socket created 1076111408 server thread 9 got connection 1074548864 client thread 2 socket connected 1076111408 server thread 9 read 8192 bytes client thread 2 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 1074014336 client thread 4 socket connected 1074014336 client thread 4 socket wrote 8192 server thread 8 got connection 1074546720 server thread 8 read 8192 bytes server thread 5 write 131072 bytes server: 3000 0 6000 1000 10000 server thread 5 loop 3 client thread 5 socket read 131072 client thread 5 loop 3 server thread 6 write 131072 bytes client thread 5 socket created 1074279952 client thread 5 socket connected 1074279952 server: 4000 0 6000 0 10000 server thread 6 loop 3 client thread 5 socket wrote 8192 client thread 6 socket read 131072 server thread 7 write 131072 bytes client thread 6 loop 3 client thread 6 socket created 1074017144 server: 4000 0 5000 1000 10000 server thread 7 loop 3 client thread 6 socket connected 1074017144 client thread 6 socket wrote 8192 server thread 2 got connection 1076111488 server thread 2 read 8192 bytes client thread 7 socket read 131072 server thread 2 write 131072 bytes server: 5000 0 1000 0 6000 Thread 2 EXIT client thread 7 loop 3 client thread 7 socket created 1075324976 client thread 7 socket connected 1075324976 client thread 7 socket wrote 8192 server thread 4 got connection 1075581736 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 5000 0 2000 0 7000 server thread 4 loop 4 server thread 9 write 131072 bytes client thread 9 socket read 131072 server: 62000 0 7000 0 69000 server thread 9 loop 2 client thread 9 loop 2 client thread 9 socket created 1076111488 client thread 9 socket connected 1076111488 client thread 9 socket wrote 8192 server thread 8 write 131072 bytes server: 65000 0 7000 0 72000 server thread 8 loop 2 client thread 8 socket read 131072 server thread 5 got connection 1075579008 server thread 5 read 8192 bytes client thread 8 loop 2 client thread 8 socket created 1076111568 client thread 8 socket connected 1076111568 client thread 8 socket wrote 8192 server thread 5 write 131072 bytes server: 5000 0 1000 0 6000 server thread 5 loop 4 server thread 6 got connection 1075581736 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 6000 0 2000 0 8000 server thread 6 loop 4 server thread 7 got connection 1074548864 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 7000 0 1000 0 8000 server thread 7 loop 4 server thread 9 got connection 1074412840 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 5000 0 1000 0 6000 server thread 9 loop 3 server thread 8 got connection 1074546720 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 6000 0 1000 0 7000 server thread 8 loop 3 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 1074409680 client thread 3 socket connected 1074409680 client thread 3 socket wrote 8192 server thread 3 got connection 1075579008 client thread 0 socket read 131072 server thread 3 read 8192 bytes client thread 0 loop 3 client thread 0 socket created 1075581736 client thread 0 socket connected 1075581736 client thread 0 socket wrote 8192 server thread 3 write 131072 bytes server: 55000 1000 1000 0 57000 server thread 3 loop 3 client thread 3 socket read 131072 server thread 0 got connection 1074548864 server thread 0 read 8192 bytes client thread 3 loop 3 client thread 3 socket created 1074412840 client thread 3 socket connected 1074412840 client thread 3 socket wrote 8192 server thread 0 write 131072 bytes server: 55000 0 1000 0 56000 server thread 0 loop 4 server thread 3 got connection 1074546720 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 2000 0 1000 0 3000 server thread 3 loop 4 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 1074276400 client thread 1 socket connected 1074276400 client thread 1 socket wrote 8192 server thread 1 got connection 1074279288 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 60000 0 1000 0 61000 server thread 1 loop 4 client thread 2 socket read 131072 Thread 2 EXIT client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1075579008 client thread 9 socket connected 1075579008 client thread 9 socket wrote 8192 server thread 9 got connection 1074409680 client thread 8 socket read 131072 server thread 9 read 8192 bytes client thread 8 loop 3 client thread 8 socket created 1074548864 client thread 8 socket connected 1074548864 client thread 8 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 1074546720 client thread 4 socket connected 1074546720 client thread 4 socket wrote 8192 client thread 5 socket read 131072 server thread 8 got connection 1074017064 client thread 6 socket read 131072 server thread 8 read 8192 bytes client thread 6 loop 4 client thread 6 socket created 1074279288 client thread 6 socket connected 1074279288 client thread 6 socket wrote 8192 client thread 7 socket read 131072 server thread 4 got connection 1076111408 server thread 4 read 8192 bytes client thread 5 loop 4 client thread 5 socket created 1076111488 client thread 5 socket connected 1076111488 client thread 5 socket wrote 8192 server thread 6 got connection 1076111568 server thread 6 read 8192 bytes client thread 7 loop 4 client thread 7 socket created 1074014336 client thread 7 socket connected 1074014336 client thread 7 socket wrote 8192 server thread 9 write 131072 bytes server: 54000 0 4000 0 58000 server thread 9 loop 4 server thread 5 got connection 1074017144 server thread 5 read 8192 bytes client thread 9 socket read 131072 server thread 8 write 131072 bytes client thread 9 loop 4 server: 53000 0 5000 0 58000 server thread 8 loop 4 client thread 9 socket created 1074279952 client thread 9 socket connected 1074279952 client thread 9 socket wrote 8192 server thread 7 got connection 1075324976 server thread 7 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 4 server thread 4 write 131072 bytes client thread 8 socket created 1074409680 client thread 8 socket connected 1074409680 server: 62000 0 6000 0 68000 client thread 8 socket wrote 8192 Thread 4 EXIT server thread 6 write 131072 bytes server: 59000 0 5000 1000 65000 Thread 6 EXIT client thread 4 socket read 131072 server thread 9 got connection 1075579008 server thread 9 read 8192 bytes Thread 4 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 8 got connection 1074017064 server thread 8 read 8192 bytes server thread 5 write 131072 bytes server: 63000 0 6000 0 69000 Thread 5 EXIT client thread 5 socket read 131072 server thread 7 write 131072 bytes Thread 5 EXIT server: 61000 0 6000 0 67000 Thread 7 EXIT client thread 7 socket read 131072 server thread 9 write 131072 bytes server: 5000 0 4000 0 9000 client thread 9 socket read 131072 Thread 9 EXIT Thread 9 EXIT Thread 7 EXIT server thread 8 write 131072 bytes server: 4000 0 3000 0 7000 Thread 8 EXIT client thread 8 socket read 131072 Thread 8 EXIT client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 1074548864 client thread 0 socket connected 1074548864 client thread 0 socket wrote 8192 server thread 0 got connection 1076111408 server thread 0 read 8192 bytes client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 1074276480 client thread 3 socket connected 1074276480 client thread 3 socket wrote 8192 server thread 3 got connection 1076111568 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 56000 1000 1000 0 58000 Thread 3 EXIT server thread 0 write 131072 bytes client thread 0 socket read 131072 server: 56000 0 3000 0 59000 Thread 0 EXIT Thread 0 EXIT client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 1075327704 client thread 1 socket connected 1075327704 client thread 1 socket wrote 8192 server thread 1 got connection 1074546720 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 59000 0 1000 0 60000 Thread 1 EXIT client thread 3 socket read 131072 Thread 3 EXIT client thread 1 socket read 131072 Thread 1 EXIT Thread 1 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 375700 1500 44600 2800 server per thread elapsed time 424600 ---------- Client results: ---------- client per thread totals 10 2400 800 493600 8300 client per thread elapsed time 505100 select loop kernel/user: 50000.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 1074017144 server thread 1 alive client thread 0 socket connected 1074017144 client thread 0 socket wrote 8192 server thread 1 loop 0 client thread 1 alive client thread 1 loop 0 server thread 0 got connection 1076111488 client thread 1 socket created 1075324976 server thread 0 read 8192 bytes client thread 1 socket connected 1075324976 client thread 1 socket wrote 8192 server thread 0 write 131072 bytes server: 1000 0 1000 0 2000 server thread 0 loop 1 server thread 1 got connection 1073784832 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 2000 0 1000 0 3000 server thread 1 loop 1 server thread 2 alive server thread 2 loop 0 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 1074409600 server thread 3 alive client thread 2 socket connected 1074409600 client thread 2 socket wrote 8192 server thread 3 loop 0 client thread 3 alive client thread 3 loop 0 client thread 3 socket created 1074014336 client thread 3 socket connected 1074014336 server thread 2 got connection 1074017064 server thread 2 read 8192 bytes client thread 3 socket wrote 8192 server thread 2 write 131072 bytes server: 1000 0 1000 0 2000 server thread 2 loop 1 server thread 3 got connection 1074407456 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 2000 0 1000 0 3000 server thread 3 loop 1 server thread 4 alive server thread 4 loop 0 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 1075581736 server thread 5 alive client thread 4 socket connected 1075581736 client thread 4 socket wrote 8192 server thread 5 loop 0 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 1076111568 server thread 4 got connection 1075578928 client thread 5 socket connected 1076111568 server thread 4 read 8192 bytes client thread 5 socket wrote 8192 server thread 4 write 131072 bytes server: 1000 0 2000 0 3000 server thread 4 loop 1 server thread 5 got connection 1076111408 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 2000 0 1000 0 3000 server thread 5 loop 1 server thread 6 alive server thread 6 loop 0 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 1074014416 server thread 7 alive client thread 6 socket connected 1074014416 client thread 6 socket wrote 8192 server thread 7 loop 0 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 1074546720 client thread 7 socket connected 1074546720 server thread 6 got connection 1074014256 client thread 7 socket wrote 8192 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1000 0 1000 0 2000 server thread 6 loop 1 server thread 7 got connection 1074276480 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 2000 0 1000 1000 4000 server thread 7 loop 1 server thread 8 alive server thread 8 loop 0 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1076111488 server thread 9 alive client thread 8 socket connected 1076111488 client thread 8 socket wrote 8192 server thread 9 loop 0 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1074017064 client thread 9 socket connected 1074017064 client thread 9 socket wrote 8192 server thread 8 got connection 1074407456 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 1000 0 2000 0 3000 server thread 8 loop 1 server thread 9 got connection 1075578928 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 2000 0 1000 0 3000 server thread 9 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 1076111408 client thread 0 socket connected 1076111408 client thread 0 socket wrote 8192 server thread 0 got connection 1074014256 client thread 1 socket read 131072 server thread 0 read 8192 bytes client thread 1 loop 1 client thread 1 socket created 1074276480 client thread 1 socket connected 1074276480 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 1074407456 client thread 2 socket connected 1074407456 client thread 2 socket wrote 8192 client thread 3 socket read 131072 server thread 1 got connection 1075578928 client thread 3 loop 1 server thread 1 read 8192 bytes client thread 3 socket created 1074017144 client thread 3 socket connected 1074017144 client thread 3 socket wrote 8192 server thread 2 got connection 1075324976 server thread 2 read 8192 bytes server thread 3 got connection 1074409600 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 55000 0 1000 0 56000 server thread 3 loop 2 client thread 3 socket read 131072 server thread 0 write 131072 bytes client thread 3 loop 2 client thread 3 socket created 1074014336 client thread 3 socket connected 1074014336 client thread 3 socket wrote 8192 server thread 1 write 131072 bytes server: 57000 0 4000 0 61000 server thread 1 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1074409600 client thread 0 socket connected 1074409600 client thread 0 socket wrote 8192 server thread 2 write 131072 bytes server: 56000 0 4000 0 60000 server thread 2 loop 2 client thread 1 socket read 131072 server: 58000 0 5000 1000 64000 server thread 0 loop 2 client thread 1 loop 2 client thread 1 socket created 1074017144 server thread 0 got connection 1075578928 server thread 0 read 8192 bytes client thread 1 socket connected 1074017144 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1076111408 client thread 2 socket connected 1076111408 client thread 2 socket wrote 8192 server thread 3 got connection 1075324976 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 2000 0 1000 0 3000 server thread 3 loop 3 server thread 1 got connection 1074014256 server thread 1 read 8192 bytes client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1074276480 client thread 3 socket connected 1074276480 client thread 3 socket wrote 8192 client thread 4 socket read 131072 server thread 2 got connection 1074407456 server thread 2 read 8192 bytes client thread 4 loop 1 client thread 4 socket created 1075324976 client thread 4 socket connected 1075324976 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 1074014336 client thread 5 socket connected 1074014336 client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 1075581736 client thread 6 socket connected 1075581736 client thread 6 socket wrote 8192 server thread 0 write 131072 bytes client thread 7 socket read 131072 server: 0 0 5000 0 5000 server thread 0 loop 3 client thread 7 loop 1 client thread 7 socket created 1076111568 client thread 7 socket connected 1076111568 server thread 3 got connection 1074014416 client thread 7 socket wrote 8192 server thread 3 read 8192 bytes server thread 4 got connection 1075578928 server thread 4 read 8192 bytes client thread 0 socket read 131072 server thread 5 got connection 1074546720 client thread 0 loop 3 server thread 5 read 8192 bytes client thread 0 socket created 1074409600 client thread 0 socket connected 1074409600 client thread 0 socket wrote 8192 server thread 6 got connection 1075325056 server thread 6 read 8192 bytes server thread 7 got connection 1076111648 server thread 7 read 8192 bytes server thread 1 write 131072 bytes server: 4000 0 8000 0 12000 server thread 1 loop 3 server thread 2 write 131072 bytes server: 3000 0 8000 0 11000 server thread 2 loop 3 client thread 1 socket read 131072 server thread 0 got connection 1074014256 server thread 0 read 8192 bytes client thread 1 loop 3 client thread 1 socket created 1074407456 client thread 1 socket connected 1074407456 client thread 1 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 1074017144 client thread 2 socket connected 1074017144 client thread 2 socket wrote 8192 server thread 3 write 131072 bytes server: 3000 0 8000 0 11000 server thread 3 loop 4 server thread 4 write 131072 bytes server: 61000 0 7000 1000 69000 client thread 8 socket read 131072 server thread 4 loop 2 client thread 8 loop 1 client thread 8 socket created 1076111408 client thread 8 socket connected 1076111408 client thread 8 socket wrote 8192 server thread 5 write 131072 bytes client thread 9 socket read 131072 server: 61000 0 7000 0 68000 server thread 5 loop 2 client thread 3 socket read 131072 server thread 6 write 131072 bytes client thread 3 loop 4 client thread 3 socket created 1074014416 client thread 3 socket connected 1074014416 client thread 3 socket wrote 8192 server thread 7 write 131072 bytes server: 58000 0 6000 0 64000 server thread 7 loop 2 client thread 4 socket read 131072 server thread 1 got connection 1075578928 client thread 4 loop 2 server thread 1 read 8192 bytes client thread 4 socket created 1076111488 client thread 4 socket connected 1076111488 client thread 4 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 1074546720 client thread 5 socket connected 1074546720 client thread 5 socket wrote 8192 server thread 2 got connection 1074276480 server thread 2 read 8192 bytes client thread 9 loop 1 client thread 9 socket created 1076111648 client thread 9 socket connected 1076111648 client thread 9 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 1075324976 client thread 6 socket connected 1075324976 client thread 6 socket wrote 8192 server thread 0 write 131072 bytes client thread 7 socket read 131072 server: 7000 0 5000 0 12000 server thread 0 loop 4 client thread 7 loop 2 client thread 7 socket created 1074014336 client thread 7 socket connected 1074014336 client thread 7 socket wrote 8192 server thread 4 got connection 1074017064 server thread 4 read 8192 bytes server thread 8 got connection 1075581736 server thread 8 read 8192 bytes client thread 0 socket read 131072 server: 59000 0 7000 5000 71000 server thread 6 loop 2 server thread 6 got connection 1074014256 server thread 6 read 8192 bytes server thread 3 got connection 1076111568 server thread 3 read 8192 bytes client thread 0 loop 4 client thread 0 socket created 1075325056 client thread 0 socket connected 1075325056 client thread 0 socket wrote 8192 server thread 5 got connection 1074409600 server thread 5 read 8192 bytes server thread 9 got connection 1074409760 server thread 9 read 8192 bytes server thread 7 got connection 1076111728 server thread 7 read 8192 bytes server thread 1 write 131072 bytes server: 4000 0 11000 0 15000 server thread 1 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 server thread 2 write 131072 bytes client thread 1 socket created 1075578928 server: 5000 0 10000 1000 16000 server thread 2 loop 4 client thread 1 socket connected 1075578928 client thread 1 socket wrote 8192 client thread 2 socket read 131072 server thread 4 write 131072 bytes client thread 2 loop 4 client thread 2 socket created 1074407456 server: 4000 0 9000 0 13000 server thread 4 loop 3 client thread 2 socket connected 1074407456 client thread 2 socket wrote 8192 server thread 0 got connection 1074276480 server thread 0 read 8192 bytes client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 1074017144 client thread 4 socket connected 1074017144 client thread 4 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1074017064 client thread 8 socket connected 1074017064 server thread 6 write 131072 bytes client thread 8 socket wrote 8192 server: 0 0 9000 0 9000 server thread 6 loop 3 server thread 3 write 131072 bytes server: 8000 0 9000 0 17000 Thread 3 EXIT client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1076111488 server thread 5 write 131072 bytes client thread 6 socket connected 1076111488 client thread 6 socket wrote 8192 client thread 3 socket read 131072 server thread 9 write 131072 bytes server: 68000 1000 7000 0 76000 Thread 3 EXIT server thread 9 loop 2 server thread 7 write 131072 bytes client thread 5 socket read 131072 server: 10000 0 6000 0 16000 server thread 7 loop 3 client thread 5 loop 3 client thread 5 socket created 1076111408 client thread 5 socket connected 1076111408 server thread 1 got connection 1074014256 client thread 5 socket wrote 8192 server thread 1 read 8192 bytes client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 1076111568 client thread 9 socket connected 1076111568 client thread 9 socket wrote 8192 server thread 2 got connection 1074279952 server thread 2 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 1075324976 client thread 7 socket connected 1075324976 client thread 7 socket wrote 8192 server thread 8 write 131072 bytes server: 65000 0 15000 0 80000 server thread 8 loop 2 server thread 8 got connection 1074014416 server thread 8 read 8192 bytes server thread 4 got connection 1074409760 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 8000 0 2000 0 10000 server thread 4 loop 4 server thread 0 write 131072 bytes client thread 0 socket read 131072 server: 11000 0 9000 0 20000 Thread 0 EXIT Thread 0 EXIT server thread 6 got connection 1076111728 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 9000 0 1000 0 10000 server thread 6 loop 4 server: 8000 0 8000 9000 25000 server thread 5 loop 3 server thread 5 got connection 1074546720 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 0 0 2000 0 2000 server thread 5 loop 4 server thread 9 got connection 1076111648 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 10000 0 1000 0 11000 server thread 9 loop 3 server thread 7 got connection 1074014336 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 11000 1000 1000 0 13000 server thread 7 loop 4 server thread 1 write 131072 bytes client thread 1 socket read 131072 server: 6000 0 12000 0 18000 Thread 1 EXIT Thread 1 EXIT server thread 2 write 131072 bytes server: 6000 0 12000 0 18000 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 8 write 131072 bytes server: 0 0 12000 0 12000 server thread 8 loop 3 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1075581736 client thread 8 socket connected 1075581736 server thread 8 got connection 1074409760 client thread 8 socket wrote 8192 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 1000 1000 2000 server thread 8 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 1074276480 client thread 4 socket connected 1074276480 client thread 4 socket wrote 8192 server thread 4 got connection 1075325056 client thread 6 socket read 131072 server thread 4 read 8192 bytes client thread 6 loop 4 client thread 6 socket created 1074279288 client thread 6 socket connected 1074279288 client thread 6 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 1076111728 client thread 5 socket connected 1076111728 client thread 5 socket wrote 8192 client thread 9 socket read 131072 server thread 6 got connection 1074409600 server thread 6 read 8192 bytes client thread 9 loop 3 client thread 9 socket created 1074546720 client thread 9 socket connected 1074546720 client thread 9 socket wrote 8192 server thread 5 got connection 1076111648 server thread 5 read 8192 bytes server thread 9 got connection 1074014336 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 55000 0 1000 0 56000 server thread 9 loop 4 server thread 4 write 131072 bytes client thread 4 socket read 131072 server: 57000 0 5000 0 62000 Thread 4 EXIT server thread 6 write 131072 bytes server: 56000 0 4000 0 60000 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 5 write 131072 bytes server: 55000 0 4000 0 59000 client thread 5 socket read 131072 Thread 5 EXIT Thread 5 EXIT Thread 4 EXIT client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1074014256 client thread 8 socket connected 1074014256 client thread 8 socket wrote 8192 server thread 8 got connection 1074279208 server thread 8 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1075578928 client thread 7 socket connected 1075578928 client thread 7 socket wrote 8192 server thread 8 write 131072 bytes server: 55000 0 1000 0 56000 Thread 8 EXIT server thread 7 got connection 1074279952 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 61000 0 1000 0 62000 Thread 7 EXIT client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 1075579008 client thread 9 socket connected 1075579008 client thread 9 socket wrote 8192 server thread 9 got connection 1074407456 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 55000 0 2000 0 57000 Thread 9 EXIT client thread 8 socket read 131072 Thread 8 EXIT client thread 7 socket read 131072 Thread 7 EXIT client thread 9 socket read 131072 Thread 9 EXIT Thread 9 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 20 488300 1700 68900 4700 server per thread elapsed time 563600 ---------- Client results: ---------- client per thread totals 20 2900 1200 648400 9300 client per thread elapsed time 661800 select loop kernel/kernel: 56000.00 usec END TEST: sel_spd BEGIN TEST: selct_er   Sat Feb 8 16:35:18 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib 'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_Select' is obsolete. Use 'PR_Poll' instead. 'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead. END TEST: selct_er BEGIN TEST: selct_nm   Sat Feb 8 16:35:18 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib 'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_Select' is obsolete. Use 'PR_Poll' instead. 'PR_FD_ISSET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead. END TEST: selct_nm BEGIN TEST: selct_to   Sat Feb 8 16:35:18 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib 'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_Select' is obsolete. Use 'PR_Poll' instead. END TEST: selct_to BEGIN TEST: selintr   Sat Feb 8 16:35:24 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib select returned 0 END TEST: selintr BEGIN TEST: sema   Sat Feb 8 16:35:26 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: sema BEGIN TEST: semaerr   Sat Feb 8 16:35:26 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Expected error is -5950 but got (-5987, 22) semaerr returned 1 (failed) END TEST: semaerr BEGIN TEST: semaping   Sat Feb 8 16:35:27 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PR_OpenSemaphore failed (-5987, 22) Killing semaping 7376 after 600 kill: 7377: The specified process does not exist. semaping returned 143 (failed) END TEST: semaping BEGIN TEST: sendzlf   Sat Feb 8 16:45:27 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: sendzlf BEGIN TEST: server_test   Sat Feb 8 16:45:27 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: server_test BEGIN TEST: servr_uu   Sat Feb 8 16:45:28 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: servr_uu BEGIN TEST: servr_ku   Sat Feb 8 16:45:28 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: servr_ku BEGIN TEST: servr_uk   Sat Feb 8 16:45:28 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: servr_uk BEGIN TEST: servr_kk   Sat Feb 8 16:45:29 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: servr_kk BEGIN TEST: short_thread   Sat Feb 8 16:45:29 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: short_thread BEGIN TEST: sigpipe   Sat Feb 8 16:45:30 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib write to broken pipe failed with EPIPE, as expected write to broken pipe failed with EPIPE, as expected PASSED END TEST: sigpipe BEGIN TEST: socket   Sat Feb 8 16:45:30 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_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. TCP Client/Server Test - IPv4/Ipv4 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv6/Ipv4 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv4/Ipv6 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv6/Ipv6 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv4/Ipv4 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv6/Ipv4 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv4/Ipv6 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv6/Ipv6 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed Socket_Misc_Test : 1 Server 4 Clients : Sizes of Transmitted Files - 3 KB, 3 MB Socket_Misc_Test passed TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed END TEST: socket BEGIN TEST: sockopt   Sat Feb 8 16:45:34 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASSED END TEST: sockopt BEGIN TEST: sockping   Sat Feb 8 16:45:34 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: sockping BEGIN TEST: sprintf   Sat Feb 8 16:45:34 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: sprintf BEGIN TEST: stack   Sat Feb 8 16:45:39 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 END TEST: stack BEGIN TEST: stdio   Sat Feb 8 16:46:08 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib This to standard out This to standard err END TEST: stdio BEGIN TEST: str2addr   Sat Feb 8 16:46:08 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: str2addr BEGIN TEST: strod   Sat Feb 8 16:46:09 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456768 END TEST: strod BEGIN TEST: switch   Sat Feb 8 16:46:09 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASSED END TEST: switch BEGIN TEST: system   Sat Feb 8 16:46:16 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PR_SI_HOSTNAME: charm PR_SI_SYSNAME: HP-UX PR_SI_RELEASE: B.11.00 PR_SI_ARCHITECTURE: hppa1.1 Host page size is 4096 Page shift is 12 Number of processors is: 2 END TEST: system BEGIN TEST: testbit   Sat Feb 8 16:46:16 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASSED END TEST: testbit BEGIN TEST: testfile   Sat Feb 8 16:46:16 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib File Test passed Dir Test passed END TEST: testfile BEGIN TEST: threads   Sat Feb 8 16:46:17 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASS END TEST: threads BEGIN TEST: timemac   Sat Feb 8 16:46:19 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Sun Feb 9 00:46:19 UTC 2003 Current local time is Sat Feb 8 16:46:19 -0800 2003 GMT offset is -28800, DST offset is 0 Please examine the results END TEST: timemac BEGIN TEST: timetest   Sat Feb 8 16:46:20 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: timetest BEGIN TEST: tpd   Sat Feb 8 16:49:10 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASSED END TEST: tpd BEGIN TEST: udpsrv   Sat Feb 8 16:49:10 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib END TEST: udpsrv BEGIN TEST: vercheck   Sat Feb 8 16:49:11 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib NSPR release 4.3 Beta: Compatible with version 4.0 Compatible with version 4.0.1 Compatible with version 4.1 Compatible with version 4.1.1 Compatible with version 4.1.2 Compatible with version 4.1.3 Compatible with version 4.2 Compatible with version 4.2.1 Compatible with version 4.2.2 Compatible with version 4.3 Beta Incompatible with version 2.1 19980529 Incompatible with version 3.0 Incompatible with version 3.0.1 Incompatible with version 3.1 Incompatible with version 3.1.1 Incompatible with version 3.1.2 Incompatible with version 3.1.3 Incompatible with version 3.5 Incompatible with version 3.5.1 Incompatible with version 4.3.3 Incompatible with version 4.4 Incompatible with version 4.4.1 Incompatible with version 10.0 Incompatible with version 11.1 Incompatible with version 12.14.20 PASS END TEST: vercheck BEGIN TEST: version   Sat Feb 8 16:49:11 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Runtime library version information Build time: 09 Feb 2003 00:06:52 GMT Build time: 2003-02-08 16:06:52 Portable runtime V4.3.0 ( beta debug ) filename: libplc4.sl security: N/A copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved comment: http://www.mozilla.org/MPL/ END TEST: version BEGIN TEST: writev   Sat Feb 8 16:49:11 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib PASSED END TEST: writev BEGIN TEST: xnotify   Sat Feb 8 16:49:12 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib Done! END TEST: xnotify BEGIN TEST: zerolen   Sat Feb 8 16:49:12 PST 2003 OBJDIR HP-UXB.11.00_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_dbg/dist/lib calling PR_Writev with a zero-length buffer calling PR_Write with a zero-length buffer calling PR_Send with a zero-length buffer PASS END TEST: zerolen BEGIN TEST: accept   Sat Feb 8 16:49:29 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: accept BEGIN TEST: acceptread   Sat Feb 8 16:49:35 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x7f79e1e0)127.0.0.1:54801 (Server) read [0x7f79e168..0x7f79e1dd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x7f79e1e0)127.0.0.1:54802 (Server) read [0x7f79e168..0x7f79e1dd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x7f79e1e0)127.0.0.1:54803 (Server) read [0x7f79e168..0x7f79e1dd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x7f79e1e0)127.0.0.1:54804 (Server) read [0x7f79e168..0x7f79e1dd) 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 END TEST: acceptread BEGIN TEST: acceptreademu   Sat Feb 8 16:49:46 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x7f79e1d8)127.0.0.1:54807 (Server) read [0x7f79e160..0x7f79e1d5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x7f79e1d8)127.0.0.1:54808 (Server) read [0x7f79e160..0x7f79e1d5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x7f79e1d8)127.0.0.1:54809 (Server) read [0x7f79e160..0x7f79e1d5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x7f79e1d8)127.0.0.1:54813 (Server) read [0x7f79e160..0x7f79e1d5) 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 END TEST: acceptreademu BEGIN TEST: affinity   Sat Feb 8 16:49:57 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib main: creating local thread thread_start: AffinityMask = 0x0 main: creating global thread thread_start: AffinityMask = 0x0 main: creating global bound thread thread_start: AffinityMask = 0x0 END TEST: affinity BEGIN TEST: alarm   Sat Feb 8 16:49:57 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: alarm BEGIN TEST: anonfm   Sat Feb 8 16:51:01 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: anonfm BEGIN TEST: atomic   Sat Feb 8 16:51:02 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PR_AtomicIncrement(-2) == -1: PASSED PR_AtomicIncrement(-1) == 0: PASSED PR_AtomicIncrement(0) == 1: PASSED PR_AtomicAdd(-2,1) == -1: PASSED PR_AtomicAdd(-1,4) == 3: PASSED PR_AtomicAdd(3,-6) == -3: PASSED PR_AtomicDecrement(2) == 1: PASSED PR_AtomicDecrement(1) == 0: PASSED PR_AtomicDecrement(0) == -1: PASSED PR_AtomicSet(-2, 2) == -2: PASSED PR_AtomicSet(-2, -2) == -2: PASSED Atomic operations test PASSED END TEST: atomic BEGIN TEST: attach   Sat Feb 8 16:51:02 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: attach BEGIN TEST: bigfile   Sat Feb 8 16:51:03 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: bigfile BEGIN TEST: cleanup   Sat Feb 8 16:51:04 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Cleanup settings Thread type: LOCAL Concurrency: 1 Number of threads: 1 Thread sleep: 10 Main sleep: 5 Cleanup will NOT be called main() exiting END TEST: cleanup BEGIN TEST: cltsrv   Sat Feb 8 16:51:09 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Client/Server started at(0x40004c08): 16:51:09 Server started at(0x40009f20): 16:51:10 Client started at(0x4000a308): 16:51:10 main(0x40004c08): waiting for execution interval (10 seconds) Shutting down(0x40004c08): 16:51:20 Client(0x4000a308): stopped after 20 operations and 16666 bytes Server(0x40009f20): stopped after 21 operations and 17922 bytes main(0x40004c08): test complete Test exiting at(0x40004c08): 16:51:20 END TEST: cltsrv BEGIN TEST: concur   Sat Feb 8 16:51:20 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASSED END TEST: concur BEGIN TEST: cvar   Sat Feb 8 16:51:31 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: cvar BEGIN TEST: cvar2   Sat Feb 8 16:51:32 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: cvar2 BEGIN TEST: dlltest   Sat Feb 8 16:51:32 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASSED END TEST: dlltest BEGIN TEST: dtoa   Sat Feb 8 16:51:32 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASSED END TEST: dtoa BEGIN TEST: errcodes   Sat Feb 8 16:51:32 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Number of error codes = 73 PR_OUT_OF_MEMORY_ERROR = -6000 PR_BAD_DESCRIPTOR_ERROR = -5999 PR_WOULD_BLOCK_ERROR = -5998 PR_ACCESS_FAULT_ERROR = -5997 PR_INVALID_METHOD_ERROR = -5996 PR_ILLEGAL_ACCESS_ERROR = -5995 PR_UNKNOWN_ERROR = -5994 PR_PENDING_INTERRUPT_ERROR = -5993 PR_NOT_IMPLEMENTED_ERROR = -5992 PR_IO_ERROR = -5991 PR_IO_TIMEOUT_ERROR = -5990 PR_IO_PENDING_ERROR = -5989 PR_DIRECTORY_OPEN_ERROR = -5988 PR_INVALID_ARGUMENT_ERROR = -5987 PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986 PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985 PR_IS_CONNECTED_ERROR = -5984 PR_BAD_ADDRESS_ERROR = -5983 PR_ADDRESS_IN_USE_ERROR = -5982 PR_CONNECT_REFUSED_ERROR = -5981 PR_NETWORK_UNREACHABLE_ERROR = -5980 PR_CONNECT_TIMEOUT_ERROR = -5979 PR_NOT_CONNECTED_ERROR = -5978 PR_LOAD_LIBRARY_ERROR = -5977 PR_UNLOAD_LIBRARY_ERROR = -5976 PR_FIND_SYMBOL_ERROR = -5975 PR_INSUFFICIENT_RESOURCES_ERROR = -5974 PR_DIRECTORY_LOOKUP_ERROR = -5973 PR_TPD_RANGE_ERROR = -5972 PR_PROC_DESC_TABLE_FULL_ERROR = -5971 PR_SYS_DESC_TABLE_FULL_ERROR = -5970 PR_NOT_SOCKET_ERROR = -5969 PR_NOT_TCP_SOCKET_ERROR = -5968 PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967 PR_NO_ACCESS_RIGHTS_ERROR = -5966 PR_OPERATION_NOT_SUPPORTED_ERROR = -5965 PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964 PR_REMOTE_FILE_ERROR = -5963 PR_BUFFER_OVERFLOW_ERROR = -5962 PR_CONNECT_RESET_ERROR = -5961 PR_RANGE_ERROR = -5960 PR_DEADLOCK_ERROR = -5959 PR_FILE_IS_LOCKED_ERROR = -5958 PR_FILE_TOO_BIG_ERROR = -5957 PR_NO_DEVICE_SPACE_ERROR = -5956 PR_PIPE_ERROR = -5955 PR_NO_SEEK_DEVICE_ERROR = -5954 PR_IS_DIRECTORY_ERROR = -5953 PR_LOOP_ERROR = -5952 PR_NAME_TOO_LONG_ERROR = -5951 PR_FILE_NOT_FOUND_ERROR = -5950 PR_NOT_DIRECTORY_ERROR = -5949 PR_READ_ONLY_FILESYSTEM_ERROR = -5948 PR_DIRECTORY_NOT_EMPTY_ERROR = -5947 PR_FILESYSTEM_MOUNTED_ERROR = -5946 PR_NOT_SAME_DEVICE_ERROR = -5945 PR_DIRECTORY_CORRUPTED_ERROR = -5944 PR_FILE_EXISTS_ERROR = -5943 PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942 PR_INVALID_DEVICE_STATE_ERROR = -5941 PR_DEVICE_IS_LOCKED_ERROR = -5940 PR_NO_MORE_FILES_ERROR = -5939 PR_END_OF_FILE_ERROR = -5938 PR_FILE_SEEK_ERROR = -5937 PR_FILE_IS_BUSY_ERROR = -5936 PR_IN_PROGRESS_ERROR = -5934 PR_ALREADY_INITIATED_ERROR = -5933 PR_GROUP_EMPTY_ERROR = -5932 PR_INVALID_STATE_ERROR = -5931 PR_NETWORK_DOWN_ERROR = -5930 PR_SOCKET_SHUTDOWN_ERROR = -5929 PR_CONNECT_ABORTED_ERROR = -5928 PR_HOST_UNREACHABLE_ERROR = -5927 END TEST: errcodes BEGIN TEST: exit   Sat Feb 8 16:51:33 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: exit BEGIN TEST: fdcach   Sat Feb 8 16:51:43 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: fdcach BEGIN TEST: fileio   Sat Feb 8 16:51:44 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: fileio BEGIN TEST: foreign   Sat Feb 8 16:51:44 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: foreign BEGIN TEST: forktest   Sat Feb 8 16:51:47 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Wait one second before connect Accepting connection at port 61093 Connecting to port 61093 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Parent process continues. Wait one second before connect Accepting connection at port 61098 Fork succeeded. Child process continues. Wait one second before connect Accepting connection at port 61099 Connecting to port 61098 Connecting to port 61099 Writing message "Hello world!" Writing message "Hello world!" Received "Hello world!" from the client Received "Hello world!" from the client The message is received correctly The message is received correctly Child process exits. Parent process exits. PASSED END TEST: forktest BEGIN TEST: fsync   Sat Feb 8 16:51:50 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib 10 iterations over a 10 kbyte file: 0 [0] 6000 END TEST: fsync BEGIN TEST: getproto   Sat Feb 8 16:51:50 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib tcp is protocol number 6 udp is protocol number 17 Protocol number 6 is tcp Protocol number 17 is udp PASSED END TEST: getproto BEGIN TEST: i2l   Sat Feb 8 16:51:51 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib We have long long END TEST: i2l BEGIN TEST: initclk   Sat Feb 8 16:51:51 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Elapsed time: 3000 ms, expected time: 3003 ms PASS END TEST: initclk BEGIN TEST: inrval   Sat Feb 8 16:51:55 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 8541 nsecs Overhead of 'PR_IntervalNow()' is 226 nsecs Overhead of 'PR_Now()' is 5274 nsecs Overhead of 'PR_IntervalNow()' is 1051 nsecs Killing inrval 26930 after 600 END TEST: inrval BEGIN TEST: instrumt   Sat Feb 8 16:53:53 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Test not defined END TEST: instrumt BEGIN TEST: intrio   Sat Feb 8 16:53:54 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib A local thread will be interrupted by a local thread PR_Accept() is interrupted as expected A local thread will be interrupted by a global thread PR_Accept() is interrupted as expected A global thread will be interrupted by a local thread PR_Accept() is interrupted as expected A global thread will be interrupted by a global thread PR_Accept() is interrupted as expected PASSED END TEST: intrio BEGIN TEST: intrupt   Sat Feb 8 16:54:14 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASSED END TEST: intrupt BEGIN TEST: io_timeout   Sat Feb 8 16:54:27 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib test with global bound thread thread id 0, scope GLOBAL_BOUND scope test with local thread thread id 0, scope GLOBAL scope test with global thread thread id 0, scope GLOBAL scope END TEST: io_timeout BEGIN TEST: ioconthr   Sat Feb 8 16:54:34 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Interrupting the threads Threads terminated in 2989 milliseconds PASS END TEST: ioconthr BEGIN TEST: join   Sat Feb 8 16:54:39 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: join BEGIN TEST: joinkk   Sat Feb 8 16:54:39 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: joinkk BEGIN TEST: joinku   Sat Feb 8 16:54:39 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: joinku BEGIN TEST: joinuk   Sat Feb 8 16:54:40 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: joinuk BEGIN TEST: joinuu   Sat Feb 8 16:54:40 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: joinuu BEGIN TEST: layer   Sat Feb 8 16:54:40 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Beginning layered test with new style stack Ending layered test END TEST: layer BEGIN TEST: lazyinit   Sat Feb 8 16:54:41 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: lazyinit BEGIN TEST: lltest   Sat Feb 8 16:54:41 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: lltest BEGIN TEST: lock   Sat Feb 8 16:54:41 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: lock BEGIN TEST: lockfile   Sat Feb 8 16:55:33 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: lockfile BEGIN TEST: logger   Sat Feb 8 16:56:05 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: logger BEGIN TEST: many_cv   Sat Feb 8 16:56:15 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PASS END TEST: many_cv BEGIN TEST: multiwait   Sat Feb 8 16:56:15 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: multiwait BEGIN TEST: nameshm1   Sat Feb 8 16:56:15 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: nameshm1 BEGIN TEST: nonblock   Sat Feb 8 16:56:16 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib The serveclient thread created. accept: EWOULDBLOCK, good client connected accept: succeeded, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good All tests finished PASS END TEST: nonblock BEGIN TEST: nblayer   Sat Feb 8 16:56:18 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Ending layered test END TEST: nblayer BEGIN TEST: ntioto   Sat Feb 8 16:56:18 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: ntioto BEGIN TEST: ntoh   Sat Feb 8 16:56:19 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib 1 2 1 2 1 2 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 PASS END TEST: ntoh BEGIN TEST: op_2long   Sat Feb 8 16:56:19 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 248 PASS END TEST: op_2long BEGIN TEST: op_excl   Sat Feb 8 16:56:19 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: op_excl BEGIN TEST: op_filnf   Sat Feb 8 16:56:19 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib error code is -5950 PASS END TEST: op_filnf BEGIN TEST: op_filok   Sat Feb 8 16:56:20 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Test passed END TEST: op_filok BEGIN TEST: op_nofil   Sat Feb 8 16:56:20 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib error code is PR_FILE_NOT_FOUND_ERROR, as expected PASS END TEST: op_nofil BEGIN TEST: parent   Sat Feb 8 16:56:20 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: parent BEGIN TEST: peek   Sat Feb 8 16:56:21 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Running the test with local threads server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data Running the test with global threads server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data PASS END TEST: peek BEGIN TEST: perf   Sat Feb 8 16:57:01 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 3.00 usec interval time: 4.00 usec idle lock lock/unlock pair: 1.00 usec idle monitor entry/exit pair: 1.00 usec idle cache monitor entry/exit pair: 3.00 usec create/destroy thread pair: 163.00 usec context switch - user/user: 20.00 usec context switch - user/kernel: 19.00 usec context switch - kernel/user: 20.00 usec context switch - kernel/kernel: 19.00 usec sema context switch - user/user: 23.00 usec sema context switch - user/kernel: 22.00 usec sema context switch - kernel/user: 22.00 usec sema context switch - kernel/kernel: 22.00 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 4.00 usec interval time: 3.00 usec idle lock lock/unlock pair: 1.00 usec idle monitor entry/exit pair: 1.00 usec idle cache monitor entry/exit pair: 4.00 usec create/destroy thread pair: 172.00 usec context switch - user/user: 19.00 usec context switch - user/kernel: 19.00 usec context switch - kernel/user: 20.00 usec context switch - kernel/kernel: 19.00 usec sema context switch - user/user: 22.00 usec sema context switch - user/kernel: 23.00 usec sema context switch - kernel/user: 22.00 usec sema context switch - kernel/kernel: 22.00 usec END TEST: perf BEGIN TEST: pipeping   Sat Feb 8 16:57:02 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: pipeping BEGIN TEST: pipeping2   Sat Feb 8 16:57:03 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: pipeping2 BEGIN TEST: pipeself   Sat Feb 8 16:57:03 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" PR_Available: expected 250, got 250 bytes PR_Available: expected 243, got 243 bytes PR_Available: expected 0, got 0 bytes PASS END TEST: pipeself BEGIN TEST: poll_nm   Sat Feb 8 16:57:03 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: poll_nm BEGIN TEST: poll_to   Sat Feb 8 16:57:04 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: poll_to BEGIN TEST: pollable   Sat Feb 8 16:57:09 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASSED END TEST: pollable BEGIN TEST: prftest   Sat Feb 8 16:57:09 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed END TEST: prftest BEGIN TEST: primblok   Sat Feb 8 16:57:09 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib This test is not relevant on this platform END TEST: primblok BEGIN TEST: provider   Sat Feb 8 16:57:10 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: provider BEGIN TEST: prpollml   Sat Feb 8 16:57:10 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: prpollml BEGIN TEST: prpoll   Sat Feb 8 16:57:31 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_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 54261, 54262 and 54263 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 "54261" from a client The server received "54262" from a client Server read 128 bytes from native fd 8 The server received "54263" from a client The server received "54261" from a client The server received "54262" from a client Server read 128 bytes from native fd 11 The server received "54263" from a client The server received "54261" from a client The server received "54262" from a client Server read 128 bytes from native fd 8 The server received "54263" from a client The server received "54261" from a client The server received "54262" from a client Server read 128 bytes from native fd 11 The server received "54263" from a client The server received "54261" from a client The server received "54262" from a client Server read 128 bytes from native fd 8 The server received "54263" from a client All tests finished END TEST: prpoll BEGIN TEST: randseed   Sat Feb 8 16:57:36 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: randseed BEGIN TEST: ranfile   Sat Feb 8 16:57:36 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: ranfile BEGIN TEST: rwlocktest   Sat Feb 8 16:57:57 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: rwlocktest BEGIN TEST: sel_spd   Sat Feb 8 16:57:57 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_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 72500 300 13400 400 server per thread elapsed time 86600 ---------- Client results: ---------- client per thread totals 0 800 400 97200 1400 client per thread elapsed time 99800 select loop user/user: 41200.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 255000 500 22000 900 server per thread elapsed time 278400 ---------- Client results: ---------- client per thread totals 10 1900 1000 293200 2300 client per thread elapsed time 298400 select loop user/kernel: 69600.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 270000 500 34400 1700 server per thread elapsed time 306600 ---------- Client results: ---------- client per thread totals 10 2600 1200 318900 3300 client per thread elapsed time 326000 select loop kernel/user: 16000.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 20 341300 700 45500 4000 server per thread elapsed time 391500 ---------- Client results: ---------- client per thread totals 20 3900 2300 419200 4400 client per thread elapsed time 429800 select loop kernel/kernel: 66800.00 usec END TEST: sel_spd BEGIN TEST: selct_er   Sat Feb 8 16:57:58 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: selct_er BEGIN TEST: selct_nm   Sat Feb 8 16:57:59 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: selct_nm BEGIN TEST: selct_to   Sat Feb 8 16:57:59 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: selct_to BEGIN TEST: selintr   Sat Feb 8 16:58:04 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib select returned 0 END TEST: selintr BEGIN TEST: sema   Sat Feb 8 16:58:07 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib warning: removed semaphore /tmp/foo.sem left over from previous run warning: removed semaphore /tmp/bar.sem left over from previous run PASS END TEST: sema BEGIN TEST: semaerr   Sat Feb 8 16:58:07 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Expected error is -5950 but got (-5987, 22) semaerr returned 1 (failed) END TEST: semaerr BEGIN TEST: semaping   Sat Feb 8 16:58:07 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib warning: removed shared memory /tmp/counter left over from previous run PR_OpenSemaphore failed (-5987, 22) Killing semaping 3126 after 600 kill: 3127: The specified process does not exist. semaping returned 143 (failed) END TEST: semaping BEGIN TEST: sendzlf   Sat Feb 8 17:08:07 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: sendzlf BEGIN TEST: server_test   Sat Feb 8 17:08:08 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: server_test BEGIN TEST: servr_uu   Sat Feb 8 17:08:08 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: servr_uu BEGIN TEST: servr_ku   Sat Feb 8 17:08:09 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: servr_ku BEGIN TEST: servr_uk   Sat Feb 8 17:08:09 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: servr_uk BEGIN TEST: servr_kk   Sat Feb 8 17:08:09 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: servr_kk BEGIN TEST: short_thread   Sat Feb 8 17:08:10 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: short_thread BEGIN TEST: sigpipe   Sat Feb 8 17:08:10 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib write to broken pipe failed with EPIPE, as expected write to broken pipe failed with EPIPE, as expected PASSED END TEST: sigpipe BEGIN TEST: socket   Sat Feb 8 17:08:11 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib TCP Client/Server Test - IPv4/Ipv4 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv6/Ipv4 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv4/Ipv6 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv6/Ipv6 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv4/Ipv4 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv6/Ipv4 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv4/Ipv6 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv6/Ipv6 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed Socket_Misc_Test : 1 Server 4 Clients : Sizes of Transmitted Files - 3 KB, 3 MB Socket_Misc_Test passed TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed END TEST: socket BEGIN TEST: sockopt   Sat Feb 8 17:08:15 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASSED END TEST: sockopt BEGIN TEST: sockping   Sat Feb 8 17:08:15 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: sockping BEGIN TEST: sprintf   Sat Feb 8 17:08:15 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: sprintf BEGIN TEST: stack   Sat Feb 8 17:08:18 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 END TEST: stack BEGIN TEST: stdio   Sat Feb 8 17:08:31 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib This to standard out This to standard err END TEST: stdio BEGIN TEST: str2addr   Sat Feb 8 17:08:31 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: str2addr BEGIN TEST: strod   Sat Feb 8 17:08:31 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456768 END TEST: strod BEGIN TEST: switch   Sat Feb 8 17:08:32 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASSED END TEST: switch BEGIN TEST: system   Sat Feb 8 17:08:39 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PR_SI_HOSTNAME: charm PR_SI_SYSNAME: HP-UX PR_SI_RELEASE: B.11.00 PR_SI_ARCHITECTURE: hppa1.1 Host page size is 4096 Page shift is 12 Number of processors is: 2 END TEST: system BEGIN TEST: testbit   Sat Feb 8 17:08:40 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASSED END TEST: testbit BEGIN TEST: testfile   Sat Feb 8 17:08:40 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib File Test passed Dir Test passed END TEST: testfile BEGIN TEST: threads   Sat Feb 8 17:08:41 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASS END TEST: threads BEGIN TEST: timemac   Sat Feb 8 17:08:44 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Sun Feb 9 01:08:44 UTC 2003 Current local time is Sat Feb 8 17:08:44 -0800 2003 GMT offset is -28800, DST offset is 0 Please examine the results END TEST: timemac BEGIN TEST: timetest   Sat Feb 8 17:08:44 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: timetest BEGIN TEST: tpd   Sat Feb 8 17:10:16 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASSED END TEST: tpd BEGIN TEST: udpsrv   Sat Feb 8 17:10:16 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib END TEST: udpsrv BEGIN TEST: vercheck   Sat Feb 8 17:10:17 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib NSPR release 4.3 Beta: Compatible with version 4.0 Compatible with version 4.0.1 Compatible with version 4.1 Compatible with version 4.1.1 Compatible with version 4.1.2 Compatible with version 4.1.3 Compatible with version 4.2 Compatible with version 4.2.1 Compatible with version 4.2.2 Compatible with version 4.3 Beta Incompatible with version 2.1 19980529 Incompatible with version 3.0 Incompatible with version 3.0.1 Incompatible with version 3.1 Incompatible with version 3.1.1 Incompatible with version 3.1.2 Incompatible with version 3.1.3 Incompatible with version 3.5 Incompatible with version 3.5.1 Incompatible with version 4.3.3 Incompatible with version 4.4 Incompatible with version 4.4.1 Incompatible with version 10.0 Incompatible with version 11.1 Incompatible with version 12.14.20 PASS END TEST: vercheck BEGIN TEST: version   Sat Feb 8 17:10:17 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Runtime library version information Build time: 09 Feb 2003 00:01:37 GMT Build time: 2003-02-08 16:01:37 Portable runtime V4.3.0 ( beta ) filename: libplc4.sl security: N/A copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved comment: http://www.mozilla.org/MPL/ END TEST: version BEGIN TEST: writev   Sat Feb 8 17:10:18 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib PASSED END TEST: writev BEGIN TEST: xnotify   Sat Feb 8 17:10:18 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib Done! END TEST: xnotify BEGIN TEST: zerolen   Sat Feb 8 17:10:18 PST 2003 OBJDIR HP-UXB.11.00_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux32_opt/dist/lib calling PR_Writev with a zero-length buffer calling PR_Write with a zero-length buffer calling PR_Send with a zero-length buffer PASS END TEST: zerolen BEGIN TEST: accept   Sat Feb 8 17:10:35 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: accept BEGIN TEST: acceptread   Sat Feb 8 17:10:42 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x800003ffff792208)127.0.0.1:54792 (Server) read [0x800003ffff792190..0x800003ffff792205) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x800003ffff792208)127.0.0.1:54793 (Server) read [0x800003ffff792190..0x800003ffff792205) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x800003ffff792208)127.0.0.1:54794 (Server) read [0x800003ffff792190..0x800003ffff792205) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x800003ffff792208)127.0.0.1:54795 (Server) read [0x800003ffff792190..0x800003ffff792205) 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 END TEST: acceptread BEGIN TEST: acceptreademu   Sat Feb 8 17:10:53 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x800003ffff792200)127.0.0.1:54798 (Server) read [0x800003ffff792188..0x800003ffff7921fd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x800003ffff792200)127.0.0.1:54799 (Server) read [0x800003ffff792188..0x800003ffff7921fd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x800003ffff792200)127.0.0.1:54800 (Server) read [0x800003ffff792188..0x800003ffff7921fd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x800003ffff792200)127.0.0.1:54801 (Server) read [0x800003ffff792188..0x800003ffff7921fd) 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 END TEST: acceptreademu BEGIN TEST: affinity   Sat Feb 8 17:11:04 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib main: creating local thread thread_start: AffinityMask = 0x0 main: creating global thread thread_start: AffinityMask = 0x0 main: creating global bound thread thread_start: AffinityMask = 0x0 END TEST: affinity BEGIN TEST: alarm   Sat Feb 8 17:11:04 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: alarm BEGIN TEST: anonfm   Sat Feb 8 17:12:08 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: anonfm BEGIN TEST: atomic   Sat Feb 8 17:12:09 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PR_AtomicIncrement(-2) == -1: PASSED PR_AtomicIncrement(-1) == 0: PASSED PR_AtomicIncrement(0) == 1: PASSED PR_AtomicAdd(-2,1) == -1: PASSED PR_AtomicAdd(-1,4) == 3: PASSED PR_AtomicAdd(3,-6) == -3: PASSED PR_AtomicDecrement(2) == 1: PASSED PR_AtomicDecrement(1) == 0: PASSED PR_AtomicDecrement(0) == -1: PASSED PR_AtomicSet(-2, 2) == -2: PASSED PR_AtomicSet(-2, -2) == -2: PASSED Atomic operations test PASSED END TEST: atomic BEGIN TEST: attach   Sat Feb 8 17:12:09 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: attach BEGIN TEST: bigfile   Sat Feb 8 17:12:10 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: bigfile BEGIN TEST: cleanup   Sat Feb 8 17:12:11 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Cleanup settings Thread type: LOCAL Concurrency: 1 Number of threads: 1 Thread sleep: 10 Main sleep: 5 Cleanup will NOT be called main() exiting END TEST: cleanup BEGIN TEST: cltsrv   Sat Feb 8 17:12:16 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PThread Statistics started: 17:12:16[10] locks [created: 13, destroyed: 2] locks [acquired: 323, released: 322] cvars [created: 7, destroyed: 4] cvars [notified: 26, delayed_delete: 0] Client/Server started at(0x8000000100007638): 17:12:16 Server started at(0x800000010000e468): 17:12:16 Client started at(0x800000010000f668): 17:12:16 main(0x8000000100007638): waiting for execution interval (10 seconds) Shutting down(0x8000000100007638): 17:12:26 Client(0x800000010000f668): stopped after 20 operations and 16666 bytes Server(0x800000010000e468): stopped after 21 operations and 17922 bytes main(0x8000000100007638): test complete Test exiting at(0x8000000100007638): 17:12:26 END TEST: cltsrv BEGIN TEST: concur   Sat Feb 8 17:12:27 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASSED END TEST: concur BEGIN TEST: cvar   Sat Feb 8 17:12:38 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: cvar BEGIN TEST: cvar2   Sat Feb 8 17:12:38 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: cvar2 BEGIN TEST: dlltest   Sat Feb 8 17:12:39 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASSED END TEST: dlltest BEGIN TEST: dtoa   Sat Feb 8 17:12:39 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASSED END TEST: dtoa BEGIN TEST: errcodes   Sat Feb 8 17:12:39 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Number of error codes = 73 PR_OUT_OF_MEMORY_ERROR = -6000 PR_BAD_DESCRIPTOR_ERROR = -5999 PR_WOULD_BLOCK_ERROR = -5998 PR_ACCESS_FAULT_ERROR = -5997 PR_INVALID_METHOD_ERROR = -5996 PR_ILLEGAL_ACCESS_ERROR = -5995 PR_UNKNOWN_ERROR = -5994 PR_PENDING_INTERRUPT_ERROR = -5993 PR_NOT_IMPLEMENTED_ERROR = -5992 PR_IO_ERROR = -5991 PR_IO_TIMEOUT_ERROR = -5990 PR_IO_PENDING_ERROR = -5989 PR_DIRECTORY_OPEN_ERROR = -5988 PR_INVALID_ARGUMENT_ERROR = -5987 PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986 PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985 PR_IS_CONNECTED_ERROR = -5984 PR_BAD_ADDRESS_ERROR = -5983 PR_ADDRESS_IN_USE_ERROR = -5982 PR_CONNECT_REFUSED_ERROR = -5981 PR_NETWORK_UNREACHABLE_ERROR = -5980 PR_CONNECT_TIMEOUT_ERROR = -5979 PR_NOT_CONNECTED_ERROR = -5978 PR_LOAD_LIBRARY_ERROR = -5977 PR_UNLOAD_LIBRARY_ERROR = -5976 PR_FIND_SYMBOL_ERROR = -5975 PR_INSUFFICIENT_RESOURCES_ERROR = -5974 PR_DIRECTORY_LOOKUP_ERROR = -5973 PR_TPD_RANGE_ERROR = -5972 PR_PROC_DESC_TABLE_FULL_ERROR = -5971 PR_SYS_DESC_TABLE_FULL_ERROR = -5970 PR_NOT_SOCKET_ERROR = -5969 PR_NOT_TCP_SOCKET_ERROR = -5968 PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967 PR_NO_ACCESS_RIGHTS_ERROR = -5966 PR_OPERATION_NOT_SUPPORTED_ERROR = -5965 PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964 PR_REMOTE_FILE_ERROR = -5963 PR_BUFFER_OVERFLOW_ERROR = -5962 PR_CONNECT_RESET_ERROR = -5961 PR_RANGE_ERROR = -5960 PR_DEADLOCK_ERROR = -5959 PR_FILE_IS_LOCKED_ERROR = -5958 PR_FILE_TOO_BIG_ERROR = -5957 PR_NO_DEVICE_SPACE_ERROR = -5956 PR_PIPE_ERROR = -5955 PR_NO_SEEK_DEVICE_ERROR = -5954 PR_IS_DIRECTORY_ERROR = -5953 PR_LOOP_ERROR = -5952 PR_NAME_TOO_LONG_ERROR = -5951 PR_FILE_NOT_FOUND_ERROR = -5950 PR_NOT_DIRECTORY_ERROR = -5949 PR_READ_ONLY_FILESYSTEM_ERROR = -5948 PR_DIRECTORY_NOT_EMPTY_ERROR = -5947 PR_FILESYSTEM_MOUNTED_ERROR = -5946 PR_NOT_SAME_DEVICE_ERROR = -5945 PR_DIRECTORY_CORRUPTED_ERROR = -5944 PR_FILE_EXISTS_ERROR = -5943 PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942 PR_INVALID_DEVICE_STATE_ERROR = -5941 PR_DEVICE_IS_LOCKED_ERROR = -5940 PR_NO_MORE_FILES_ERROR = -5939 PR_END_OF_FILE_ERROR = -5938 PR_FILE_SEEK_ERROR = -5937 PR_FILE_IS_BUSY_ERROR = -5936 PR_IN_PROGRESS_ERROR = -5934 PR_ALREADY_INITIATED_ERROR = -5933 PR_GROUP_EMPTY_ERROR = -5932 PR_INVALID_STATE_ERROR = -5931 PR_NETWORK_DOWN_ERROR = -5930 PR_SOCKET_SHUTDOWN_ERROR = -5929 PR_CONNECT_ABORTED_ERROR = -5928 PR_HOST_UNREACHABLE_ERROR = -5927 END TEST: errcodes BEGIN TEST: exit   Sat Feb 8 17:12:39 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: exit BEGIN TEST: fdcach   Sat Feb 8 17:12:50 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: fdcach BEGIN TEST: fileio   Sat Feb 8 17:12:50 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib 'PR_NewSem' is obsolete. Use 'locks & condition variables' instead. 'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead. 'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead. 'PR_PostSem' is obsolete. Use 'locks & condition variables' instead. 'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead. PASS END TEST: fileio BEGIN TEST: foreign   Sat Feb 8 17:12:50 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: foreign BEGIN TEST: forktest   Sat Feb 8 17:12:54 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Accepting connection at port 54826 Wait one second before connect Connecting to port 54826 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Child process continues. Accepting connection at port 54828 Wait one second before connect Fork succeeded. Parent process continues. Wait one second before connect Accepting connection at port 54829 Connecting to port 54829 Connecting to port 54828 Writing message "Hello world!" Writing message "Hello world!" Received "Hello world!" from the client Received "Hello world!" from the client The message is received correctly Child process exits. The message is received correctly Parent process exits. PASSED END TEST: forktest BEGIN TEST: fsync   Sat Feb 8 17:12:56 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib 10 iterations over a 10 kbyte file: 0 [0] 6000 END TEST: fsync BEGIN TEST: getproto   Sat Feb 8 17:12:57 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib tcp is protocol number 6 udp is protocol number 17 Protocol number 6 is tcp Protocol number 17 is udp PASSED END TEST: getproto BEGIN TEST: i2l   Sat Feb 8 17:12:57 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib We have long long END TEST: i2l BEGIN TEST: initclk   Sat Feb 8 17:12:57 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Elapsed time: 3000 ms, expected time: 3002 ms PASS END TEST: initclk BEGIN TEST: inrval   Sat Feb 8 17:13:01 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 5615 nsecs Overhead of 'PR_IntervalNow()' is 1520 nsecs Overhead of 'PR_Now()' is 5234 nsecs Overhead of 'PR_IntervalNow()' is 2039 nsecs END TEST: inrval BEGIN TEST: instrumt   Sat Feb 8 17:14:54 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: instrumt BEGIN TEST: intrio   Sat Feb 8 17:14:55 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib A local thread will be interrupted by a local thread PR_Accept() is interrupted as expected A local thread will be interrupted by a global thread PR_Accept() is interrupted as expected A global thread will be interrupted by a local thread PR_Accept() is interrupted as expected A global thread will be interrupted by a global thread PR_Accept() is interrupted as expected PASSED END TEST: intrio BEGIN TEST: intrupt   Sat Feb 8 17:15:15 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASSED END TEST: intrupt BEGIN TEST: io_timeout   Sat Feb 8 17:15:28 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib test with global bound thread thread id 0, scope GLOBAL_BOUND scope test with local thread thread id 0, scope GLOBAL scope test with global thread thread id 0, scope GLOBAL scope END TEST: io_timeout BEGIN TEST: ioconthr   Sat Feb 8 17:15:35 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Interrupting the threads Threads terminated in 3039 milliseconds PASS END TEST: ioconthr BEGIN TEST: join   Sat Feb 8 17:15:40 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: join BEGIN TEST: joinkk   Sat Feb 8 17:15:40 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: joinkk BEGIN TEST: joinku   Sat Feb 8 17:15:40 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: joinku BEGIN TEST: joinuk   Sat Feb 8 17:15:41 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: joinuk BEGIN TEST: joinuu   Sat Feb 8 17:15:41 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: joinuu BEGIN TEST: layer   Sat Feb 8 17:15:42 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Beginning layered test with new style stack Ending layered test END TEST: layer BEGIN TEST: lazyinit   Sat Feb 8 17:15:42 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: lazyinit BEGIN TEST: lltest   Sat Feb 8 17:15:42 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: lltest BEGIN TEST: lock   Sat Feb 8 17:15:43 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: lock BEGIN TEST: lockfile   Sat Feb 8 17:16:34 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: lockfile BEGIN TEST: logger   Sat Feb 8 17:17:15 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: logger BEGIN TEST: many_cv   Sat Feb 8 17:17:26 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PThread Statistics started: 17:17:26[0] locks [created: 12, destroyed: 1] locks [acquired: 6, released: 6] cvars [created: 12, destroyed: 10] cvars [notified: 10, delayed_delete: 0] PASS END TEST: many_cv BEGIN TEST: multiwait   Sat Feb 8 17:17:26 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: multiwait BEGIN TEST: nameshm1   Sat Feb 8 17:17:26 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: nameshm1 BEGIN TEST: nonblock   Sat Feb 8 17:17:26 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib The serveclient thread created. accept: EWOULDBLOCK, good client connected accept: succeeded, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good All tests finished PASS END TEST: nonblock BEGIN TEST: nblayer   Sat Feb 8 17:17:28 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Ending layered test END TEST: nblayer BEGIN TEST: ntioto   Sat Feb 8 17:17:29 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: ntioto BEGIN TEST: ntoh   Sat Feb 8 17:17:29 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib 1 2 1 2 1 2 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 PASS END TEST: ntoh BEGIN TEST: op_2long   Sat Feb 8 17:17:30 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 248 PASS END TEST: op_2long BEGIN TEST: op_excl   Sat Feb 8 17:17:30 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: op_excl BEGIN TEST: op_filnf   Sat Feb 8 17:17:30 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib error code is -5950 PASS END TEST: op_filnf BEGIN TEST: op_filok   Sat Feb 8 17:17:31 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Test passed END TEST: op_filok BEGIN TEST: op_nofil   Sat Feb 8 17:17:31 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib error code is PR_FILE_NOT_FOUND_ERROR, as expected PASS END TEST: op_nofil BEGIN TEST: parent   Sat Feb 8 17:17:31 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: parent BEGIN TEST: peek   Sat Feb 8 17:17:32 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Running the test with local threads server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data Running the test with global threads server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data PASS END TEST: peek BEGIN TEST: perf   Sat Feb 8 17:18:13 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib 'PR_NewSem' is obsolete. Use 'locks & condition variables' instead. 'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead. 'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead. 'PR_PostSem' is obsolete. Use 'locks & condition variables' instead. 'PR_DestroySem' is obsolete. Use 'locks & condition variables' instead. local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 4.00 usec interval time: 4.00 usec idle lock lock/unlock pair: 1.00 usec idle monitor entry/exit pair: 2.00 usec idle cache monitor entry/exit pair: 10.00 usec create/destroy thread pair: 192.00 usec context switch - user/user: 31.00 usec context switch - user/kernel: 27.00 usec context switch - kernel/user: 46.00 usec context switch - kernel/kernel: 24.00 usec sema context switch - user/user: 29.00 usec sema context switch - user/kernel: 54.00 usec sema context switch - kernel/user: 36.00 usec sema context switch - kernel/kernel: 28.00 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 4.00 usec interval time: 5.00 usec idle lock lock/unlock pair: 1.00 usec idle monitor entry/exit pair: 15.00 usec idle cache monitor entry/exit pair: 5.00 usec create/destroy thread pair: 222.00 usec context switch - user/user: 24.00 usec context switch - user/kernel: 24.00 usec context switch - kernel/user: 25.00 usec context switch - kernel/kernel: 26.00 usec sema context switch - user/user: 29.00 usec sema context switch - user/kernel: 32.00 usec sema context switch - kernel/user: 30.00 usec sema context switch - kernel/kernel: 30.00 usec END TEST: perf BEGIN TEST: pipeping   Sat Feb 8 17:18:14 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: pipeping BEGIN TEST: pipeping2   Sat Feb 8 17:18:14 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: pipeping2 BEGIN TEST: pipeself   Sat Feb 8 17:18:15 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" PR_Available: expected 250, got 250 bytes PR_Available: expected 243, got 243 bytes PR_Available: expected 0, got 0 bytes PASS END TEST: pipeself BEGIN TEST: poll_nm   Sat Feb 8 17:18:15 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Killing poll_nm 26789 after 600 END TEST: poll_nm BEGIN TEST: poll_to   Sat Feb 8 17:18:16 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: poll_to BEGIN TEST: pollable   Sat Feb 8 17:18:21 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASSED END TEST: pollable BEGIN TEST: prftest   Sat Feb 8 17:18:22 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed END TEST: prftest BEGIN TEST: primblok   Sat Feb 8 17:18:22 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib This test is not relevant on this platform END TEST: primblok BEGIN TEST: provider   Sat Feb 8 17:18:22 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: provider BEGIN TEST: prpollml   Sat Feb 8 17:18:22 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: prpollml BEGIN TEST: prpoll   Sat Feb 8 17:18:43 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_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 60250, 60251 and 60252 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 "60250" from a client The server received "60251" from a client Server read 128 bytes from native fd 8 The server received "60252" from a client The server received "60250" from a client The server received "60251" from a client Server read 128 bytes from native fd 11 The server received "60252" from a client The server received "60250" from a client The server received "60251" from a client Server read 128 bytes from native fd 8 The server received "60252" from a client The server received "60250" from a client The server received "60251" from a client Server read 128 bytes from native fd 11 The server received "60252" from a client The server received "60250" from a client The server received "60251" from a client Server read 128 bytes from native fd 8 The server received "60252" from a client All tests finished END TEST: prpoll BEGIN TEST: randseed   Sat Feb 8 17:18:49 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: randseed BEGIN TEST: ranfile   Sat Feb 8 17:18:49 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: ranfile BEGIN TEST: rwlocktest   Sat Feb 8 17:19:10 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: rwlocktest BEGIN TEST: sel_spd   Sat Feb 8 17:19:10 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Running test for 5 iterations with 10 simultaneous threads. Will send 8192 bytes of client data and 131072 bytes of server data server thread 0 alive server thread 1 alive server thread 1 loop 0 server thread 0 loop 0 client thread 1 alive client thread 0 alive client thread 1 loop 0 client thread 1 socket created 954400 client thread 0 loop 0 client thread 0 socket created 1052720 client thread 1 socket connected 954400 client thread 0 socket connected 1052720 client thread 1 socket wrote 8192 client thread 0 socket wrote 8192 server thread 1 got connection 282792 server thread 1 read 8192 bytes server thread 0 got connection 151720 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 3000 0 4000 0 7000 server thread 0 loop 1 server thread 1 write 131072 bytes server: 3000 0 4000 0 7000 server thread 1 loop 1 server thread 2 alive server thread 2 loop 0 client thread 2 alive client thread 1 socket read 131072 client thread 1 loop 1 client thread 2 loop 0 client thread 1 socket created 282792 client thread 1 socket connected 282792 client thread 2 socket created 954400 client thread 1 socket wrote 8192 client thread 2 socket connected 954400 server thread 2 got connection 1855552 client thread 2 socket wrote 8192 server thread 2 read 8192 bytes server thread 1 got connection 286984 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 3000 0 2000 0 5000 server thread 1 loop 2 server thread 2 write 131072 bytes server: 1000 0 4000 0 5000 server thread 2 loop 1 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 286984 client thread 2 socket connected 286984 client thread 2 socket wrote 8192 server thread 2 got connection 1855552 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 0 0 1000 0 1000 server thread 2 loop 2 server thread 4 alive server thread 3 alive server thread 4 loop 0 server thread 3 loop 0 client thread 3 alive client thread 4 alive client thread 3 loop 0 client thread 3 socket created 160032 client thread 3 socket connected 160032 client thread 3 socket wrote 8192 client thread 4 loop 0 client thread 4 socket created 291232 client thread 4 socket connected 291232 client thread 4 socket wrote 8192 server thread 4 got connection 76328 server thread 4 read 8192 bytes server thread 3 got connection 2248744 server thread 3 read 8192 bytes server thread 4 write 131072 bytes client thread 4 socket read 131072 server: 1000 0 4000 0 5000 server thread 4 loop 1 client thread 4 loop 1 client thread 4 socket created 76328 client thread 4 socket connected 76328 client thread 4 socket wrote 8192 server thread 4 got connection 291232 server thread 4 read 8192 bytes server thread 3 write 131072 bytes server: 2000 0 4000 0 6000 server thread 3 loop 1 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 2248744 client thread 3 socket connected 2248744 client thread 3 socket wrote 8192 server thread 3 got connection 160032 server thread 3 read 8192 bytes server thread 4 write 131072 bytes server: 0 0 2000 0 2000 server thread 4 loop 2 server thread 3 write 131072 bytes server: 1000 0 1000 0 2000 server thread 3 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 server thread 6 alive server thread 5 alive client thread 4 socket created 291232 client thread 4 socket connected 291232 client thread 4 socket wrote 8192 server thread 6 loop 0 server thread 5 loop 0 server thread 4 got connection 88744 server thread 4 read 8192 bytes client thread 6 alive client thread 6 loop 0 client thread 6 socket created 1863864 client thread 6 socket connected 1863864 client thread 6 socket wrote 8192 client thread 5 alive server thread 6 got connection 958648 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 2000 0 2000 0 4000 server thread 6 loop 1 client thread 5 loop 0 client thread 5 socket created 958648 client thread 5 socket connected 958648 client thread 5 socket wrote 8192 server thread 5 got connection 1056968 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 3000 0 5000 0 8000 server thread 4 loop 3 server thread 5 write 131072 bytes server: 4000 0 2000 0 6000 server thread 5 loop 1 server thread 8 alive client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 88744 client thread 4 socket connected 88744 client thread 4 socket wrote 8192 server thread 7 alive server thread 8 loop 0 server thread 4 got connection 291232 server thread 4 read 8192 bytes server thread 7 loop 0 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 164280 client thread 7 alive client thread 8 socket connected 164280 client thread 8 socket wrote 8192 client thread 7 loop 0 client thread 7 socket created 295480 client thread 7 socket connected 295480 client thread 7 socket wrote 8192 server thread 7 got connection 101344 server thread 7 read 8192 bytes server thread 8 got connection 2257056 server thread 8 read 8192 bytes server thread 4 write 131072 bytes server: 2000 1000 2000 1000 6000 server thread 4 loop 4 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 291232 client thread 8 socket connected 291232 client thread 8 socket wrote 8192 server thread 8 write 131072 bytes server thread 7 write 131072 bytes client thread 7 socket read 131072 server: 2000 0 3000 1000 6000 server thread 7 loop 1 client thread 7 loop 1 client thread 7 socket created 164280 client thread 7 socket connected 164280 client thread 7 socket wrote 8192 client thread 4 socket read 131072 server: 3000 0 3000 1000 7000 server thread 8 loop 1 client thread 4 loop 4 server thread 8 got connection 101344 client thread 4 socket created 295480 server thread 8 read 8192 bytes client thread 4 socket connected 295480 client thread 4 socket wrote 8192 server thread 7 got connection 2257056 server thread 7 read 8192 bytes server thread 4 got connection 88744 server thread 4 read 8192 bytes server thread 7 write 131072 bytes server thread 8 write 131072 bytes server: 0 0 3000 0 3000 server thread 7 loop 2 client thread 8 socket read 131072 server thread 4 write 131072 bytes client thread 8 loop 2 server: 2000 0 2000 0 4000 client thread 8 socket created 2257056 client thread 8 socket connected 2257056 client thread 8 socket wrote 8192 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 291232 client thread 7 socket connected 291232 client thread 7 socket wrote 8192 server thread 7 got connection 88744 server thread 7 read 8192 bytes server: 0 0 3000 1000 4000 server thread 8 loop 2 server thread 8 got connection 954400 server thread 8 read 8192 bytes server thread 7 write 131072 bytes server thread 8 write 131072 bytes server: 1000 1000 1000 0 3000 server thread 7 loop 3 server: 0 0 1000 0 1000 server thread 8 loop 3 client thread 8 socket read 131072 client thread 7 socket read 131072 client thread 8 loop 3 client thread 7 loop 3 client thread 8 socket created 295480 client thread 7 socket created 164280 client thread 8 socket connected 295480 client thread 7 socket connected 164280 client thread 8 socket wrote 8192 client thread 7 socket wrote 8192 server thread 7 got connection 101344 server thread 8 got connection 88744 server thread 7 read 8192 bytes server thread 8 read 8192 bytes server thread 8 write 131072 bytes server thread 7 write 131072 bytes server: 1000 0 2000 0 3000 server thread 8 loop 4 server: 1000 0 2000 0 3000 server thread 7 loop 4 client thread 7 socket read 131072 client thread 8 socket read 131072 client thread 7 loop 4 client thread 8 loop 4 client thread 7 socket created 954400 client thread 8 socket created 2257056 client thread 7 socket connected 954400 client thread 8 socket connected 2257056 client thread 7 socket wrote 8192 client thread 8 socket wrote 8192 server thread 8 got connection 291232 server thread 7 got connection 88744 server thread 8 read 8192 bytes server thread 7 read 8192 bytes server thread 8 write 131072 bytes server thread 7 write 131072 bytes server: 1000 0 1000 0 2000 Thread 7 EXIT server: 1000 0 1000 0 2000 Thread 8 EXIT client thread 7 socket read 131072 client thread 8 socket read 131072 Thread 7 EXIT Thread 8 EXIT server thread 9 alive server thread 9 loop 0 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 164280 client thread 9 socket connected 164280 server thread 9 got connection 295480 client thread 9 socket wrote 8192 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 1000 0 2000 0 3000 server thread 9 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 88744 client thread 0 socket connected 88744 client thread 0 socket wrote 8192 server thread 0 got connection 291232 server thread 0 read 8192 bytes client thread 1 socket read 131072 server thread 0 write 131072 bytes client thread 1 loop 2 server: 63000 0 2000 0 65000 server thread 0 loop 2 client thread 1 socket created 101216 client thread 1 socket connected 101216 client thread 1 socket wrote 8192 server thread 1 got connection 1056968 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 60000 0 3000 0 63000 server thread 1 loop 3 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 954400 client thread 1 socket connected 954400 client thread 1 socket wrote 8192 server thread 1 got connection 2257056 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1000 0 1000 0 2000 server thread 1 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 295480 client thread 1 socket connected 295480 client thread 1 socket wrote 8192 server thread 1 got connection 1052720 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 1000 0 1000 0 2000 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 282792 client thread 2 socket connected 282792 client thread 2 socket wrote 8192 server thread 2 got connection 291232 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 66000 0 1000 0 67000 server thread 2 loop 3 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 1056968 client thread 6 socket connected 1056968 client thread 6 socket wrote 8192 server thread 6 got connection 101216 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 53000 0 2000 0 55000 server thread 6 loop 2 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 2257056 client thread 6 socket connected 2257056 client thread 6 socket wrote 8192 server thread 6 got connection 954400 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 0 0 2000 0 2000 server thread 6 loop 3 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1052720 client thread 6 socket connected 1052720 client thread 6 socket wrote 8192 server thread 6 got connection 282664 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 0 0 1000 0 1000 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 295480 client thread 6 socket connected 295480 client thread 6 socket wrote 8192 server thread 6 got connection 286984 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 1000 0 1000 0 2000 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 291232 client thread 3 socket connected 291232 client thread 3 socket wrote 8192 server thread 3 got connection 1863864 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 66000 0 2000 0 68000 server thread 3 loop 3 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 101216 client thread 5 socket connected 101216 client thread 5 socket wrote 8192 server thread 5 got connection 1056968 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 68000 0 2000 0 70000 server thread 5 loop 2 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 954400 client thread 9 socket connected 954400 client thread 9 socket wrote 8192 server thread 9 got connection 2257056 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 64000 0 1000 0 65000 server thread 9 loop 2 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 282664 client thread 2 socket connected 282664 client thread 2 socket wrote 8192 server thread 2 got connection 1052720 server thread 2 read 8192 bytes client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 286984 client thread 0 socket connected 286984 client thread 0 socket wrote 8192 server thread 2 write 131072 bytes server: 59000 0 1000 0 60000 server thread 2 loop 4 server thread 0 got connection 160032 server thread 0 read 8192 bytes client thread 2 socket read 131072 server thread 0 write 131072 bytes server: 69000 0 2000 0 71000 server thread 0 loop 3 client thread 2 loop 4 client thread 2 socket created 295480 client thread 2 socket connected 295480 client thread 2 socket wrote 8192 server thread 2 got connection 2248744 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 2000 0 1000 0 3000 Thread 2 EXIT client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1863864 client thread 3 socket connected 1863864 client thread 3 socket wrote 8192 server thread 3 got connection 958648 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 68000 0 1000 0 69000 server thread 3 loop 4 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 1056968 client thread 5 socket connected 1056968 server thread 5 got connection 164280 client thread 5 socket wrote 8192 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 68000 0 2000 0 70000 server thread 5 loop 3 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 2257056 client thread 9 socket connected 2257056 client thread 9 socket wrote 8192 server thread 9 got connection 282792 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 59000 0 1000 0 60000 server thread 9 loop 3 client thread 2 socket read 131072 Thread 2 EXIT client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 88744 client thread 0 socket connected 88744 client thread 0 socket wrote 8192 server thread 0 got connection 1052720 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 67000 0 2000 0 69000 server thread 0 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 160032 client thread 3 socket connected 160032 client thread 3 socket wrote 8192 server thread 3 got connection 282664 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 59000 0 1000 0 60000 Thread 3 EXIT client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 2248744 client thread 9 socket connected 2248744 client thread 9 socket wrote 8192 server thread 9 got connection 151720 client thread 5 socket read 131072 server thread 9 read 8192 bytes client thread 5 loop 3 client thread 5 socket created 291232 client thread 5 socket connected 291232 client thread 5 socket wrote 8192 server thread 9 write 131072 bytes server: 59000 0 1000 0 60000 server thread 9 loop 4 server thread 5 got connection 958648 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 69000 0 2000 0 71000 server thread 5 loop 4 client thread 3 socket read 131072 Thread 3 EXIT client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 101216 client thread 0 socket connected 101216 client thread 0 socket wrote 8192 server thread 0 got connection 164280 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 68000 0 2000 0 70000 Thread 0 EXIT client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 954400 client thread 9 socket connected 954400 client thread 9 socket wrote 8192 server thread 9 got connection 282792 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 59000 0 1000 0 60000 Thread 9 EXIT client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 295480 client thread 5 socket connected 295480 client thread 5 socket wrote 8192 server thread 5 got connection 286984 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 67000 0 1000 0 68000 Thread 5 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 9 socket read 131072 Thread 9 EXIT client thread 5 socket read 131072 Thread 5 EXIT Thread 5 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 0 125400 200 9800 400 server per thread elapsed time 135800 ---------- Client results: ---------- client per thread totals 0 400 0 165300 300 client per thread elapsed time 166000 select loop user/user: 74600.00 usec server thread 0 alive server thread 0 loop 0 server thread 1 alive client thread 0 alive client thread 0 loop 0 client thread 0 socket created 282664 client thread 0 socket connected 282664 server thread 1 loop 0 client thread 0 socket wrote 8192 server thread 0 got connection 1855552 server thread 0 read 8192 bytes client thread 1 alive client thread 1 loop 0 client thread 1 socket created 2257056 client thread 1 socket connected 2257056 client thread 1 socket wrote 8192 server thread 1 got connection 1056968 server thread 1 read 8192 bytes server thread 0 write 131072 bytes server: 1000 0 1000 1000 3000 server thread 0 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 151720 client thread 0 socket connected 151720 client thread 0 socket wrote 8192 server thread 0 got connection 958648 server thread 0 read 8192 bytes server thread 1 write 131072 bytes server: 1000 0 1000 1000 3000 server thread 1 loop 1 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 160032 client thread 1 socket connected 160032 client thread 1 socket wrote 8192 server thread 0 write 131072 bytes server thread 1 got connection 88744 server thread 1 read 8192 bytes server: 0 0 1000 0 1000 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 164280 client thread 0 socket connected 164280 client thread 0 socket wrote 8192 server thread 0 got connection 151592 server thread 0 read 8192 bytes server thread 1 write 131072 bytes server: 0 0 1000 0 1000 server thread 1 loop 2 server thread 0 write 131072 bytes server: 1000 0 0 1000 2000 server thread 0 loop 3 client thread 1 socket read 131072 client thread 1 loop 2 client thread 0 socket read 131072 client thread 1 socket created 2248744 client thread 1 socket connected 2248744 client thread 0 loop 3 client thread 1 socket wrote 8192 client thread 0 socket created 282792 client thread 0 socket connected 282792 client thread 0 socket wrote 8192 server thread 1 got connection 101344 server thread 1 read 8192 bytes server thread 0 got connection 291232 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 0 0 1000 0 1000 server thread 0 loop 4 server thread 1 write 131072 bytes client thread 0 socket read 131072 server: 1000 0 1000 0 2000 server thread 1 loop 3 client thread 0 loop 4 client thread 0 socket created 286984 client thread 0 socket connected 286984 client thread 1 socket read 131072 client thread 0 socket wrote 8192 client thread 1 loop 3 server thread 0 got connection 76328 server thread 0 read 8192 bytes client thread 1 socket created 101216 client thread 1 socket connected 101216 client thread 1 socket wrote 8192 server thread 1 got connection 954400 server thread 1 read 8192 bytes server thread 0 write 131072 bytes client thread 0 socket read 131072 Thread 0 EXIT server: 0 0 1000 0 1000 server thread 1 write 131072 bytes Thread 0 EXIT server: 1000 0 1000 0 2000 server thread 1 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 295480 client thread 1 socket connected 295480 client thread 1 socket wrote 8192 server thread 1 got connection 1855552 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 0 0 1000 0 1000 Thread 1 EXIT client thread 1 socket read 131072 Thread 1 EXIT server thread 2 alive server thread 3 alive server thread 2 loop 0 server thread 3 loop 0 client thread 2 alive client thread 2 loop 0 client thread 3 alive client thread 2 socket created 2257056 client thread 3 loop 0 client thread 3 socket created 958648 client thread 2 socket connected 2257056 client thread 2 socket wrote 8192 client thread 3 socket connected 958648 client thread 3 socket wrote 8192 server thread 2 got connection 151720 server thread 2 read 8192 bytes server thread 3 got connection 88744 server thread 3 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 1000 0 2000 server thread 2 loop 1 client thread 2 socket read 131072 client thread 2 loop 1 server thread 3 write 131072 bytes client thread 2 socket created 151592 client thread 2 socket connected 151592 server: 1000 0 1000 0 2000 server thread 3 loop 1 client thread 2 socket wrote 8192 server thread 2 got connection 160032 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 0 0 1000 0 1000 server thread 2 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 164280 client thread 2 socket connected 164280 client thread 2 socket wrote 8192 server thread 2 got connection 291232 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 0 0 1000 server thread 2 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 101344 client thread 2 socket connected 101344 client thread 2 socket wrote 8192 server thread 2 got connection 282792 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 1000 0 2000 server thread 2 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 2248744 client thread 2 socket connected 2248744 client thread 2 socket wrote 8192 server thread 2 got connection 286984 server thread 2 read 8192 bytes server thread 2 write 131072 bytes server: 0 0 1000 0 1000 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 76328 client thread 3 socket connected 76328 client thread 3 socket wrote 8192 server thread 3 got connection 1052720 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 6000 0 1000 0 7000 server thread 3 loop 2 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 954400 client thread 3 socket connected 954400 client thread 3 socket wrote 8192 server thread 3 got connection 101216 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 0 0 1000 0 1000 server thread 3 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1855552 client thread 3 socket connected 1855552 client thread 3 socket wrote 8192 server thread 3 got connection 1863864 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 0 1000 0 0 1000 server thread 3 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 295480 client thread 3 socket connected 295480 client thread 3 socket wrote 8192 server thread 3 got connection 151720 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 1000 0 1000 0 2000 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 4 alive server thread 5 alive server thread 4 loop 0 server thread 5 loop 0 client thread 4 alive client thread 4 loop 0 client thread 5 alive client thread 4 socket created 160032 client thread 5 loop 0 client thread 5 socket created 151592 client thread 4 socket connected 160032 client thread 4 socket wrote 8192 client thread 5 socket connected 151592 client thread 5 socket wrote 8192 server thread 4 got connection 164280 server thread 4 read 8192 bytes server thread 5 got connection 291232 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 1000 0 1000 0 2000 server thread 4 loop 1 client thread 4 socket read 131072 server thread 5 write 131072 bytes client thread 4 loop 1 client thread 4 socket created 282792 client thread 4 socket connected 282792 server: 1000 0 1000 0 2000 server thread 5 loop 1 client thread 4 socket wrote 8192 server thread 4 got connection 101344 server thread 4 read 8192 bytes client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 286984 client thread 5 socket connected 286984 client thread 5 socket wrote 8192 server thread 5 got connection 282664 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 0 0 1000 0 1000 server thread 4 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 2248744 client thread 4 socket connected 2248744 client thread 4 socket wrote 8192 server thread 4 got connection 958648 server thread 4 read 8192 bytes server thread 5 write 131072 bytes client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 1052720 client thread 5 socket connected 1052720 client thread 5 socket wrote 8192 server: 1000 0 1000 0 2000 server thread 5 loop 2 server thread 5 got connection 76328 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 1000 0 1000 0 2000 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 101216 client thread 4 socket connected 101216 client thread 4 socket wrote 8192 server thread 4 got connection 954400 server thread 4 read 8192 bytes server thread 5 write 131072 bytes server: 0 0 1000 0 1000 server thread 5 loop 3 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 1863864 client thread 5 socket connected 1863864 client thread 5 socket wrote 8192 server thread 5 got connection 1855552 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 0 0 1000 0 1000 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 151720 client thread 4 socket connected 151720 client thread 4 socket wrote 8192 server thread 4 got connection 1056968 server thread 4 read 8192 bytes server thread 5 write 131072 bytes server: 1000 0 1000 0 2000 server thread 5 loop 4 server thread 4 write 131072 bytes client thread 5 socket read 131072 server: 0 1000 0 0 1000 client thread 5 loop 4 Thread 4 EXIT client thread 5 socket created 295480 client thread 5 socket connected 295480 client thread 5 socket wrote 8192 server thread 5 got connection 164280 client thread 4 socket read 131072 server thread 5 read 8192 bytes Thread 4 EXIT server thread 5 write 131072 bytes server: 1000 0 1000 0 2000 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 6 alive server thread 7 alive server thread 6 loop 0 server thread 7 loop 0 client thread 6 alive client thread 6 loop 0 client thread 7 alive client thread 7 loop 0 client thread 6 socket created 151592 client thread 7 socket created 101344 client thread 6 socket connected 151592 client thread 6 socket wrote 8192 client thread 7 socket connected 101344 client thread 7 socket wrote 8192 server thread 6 got connection 282792 server thread 6 read 8192 bytes server thread 7 got connection 286984 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 0 0 1000 0 1000 server thread 6 loop 1 client thread 6 socket read 131072 server thread 7 write 131072 bytes client thread 6 loop 1 client thread 6 socket created 282664 client thread 7 socket read 131072 client thread 6 socket connected 282664 client thread 6 socket wrote 8192 client thread 7 loop 1 client thread 7 socket created 958648 server thread 6 got connection 2248744 server thread 6 read 8192 bytes client thread 7 socket connected 958648 client thread 7 socket wrote 8192 server: 0 0 2000 0 2000 server thread 7 loop 1 server thread 7 got connection 76328 server thread 7 read 8192 bytes server thread 6 write 131072 bytes client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 1052720 client thread 6 socket connected 1052720 client thread 6 socket wrote 8192 server thread 7 write 131072 bytes server: 1000 0 1000 0 2000 server thread 6 loop 2 server: 0 0 1000 0 1000 server thread 7 loop 2 server thread 6 got connection 954400 server thread 6 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 101216 client thread 7 socket connected 101216 client thread 7 socket wrote 8192 server thread 7 got connection 1855552 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 0 0 1000 0 1000 server thread 6 loop 3 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1056968 client thread 6 socket connected 1056968 client thread 6 socket wrote 8192 server thread 6 got connection 1863864 server thread 6 read 8192 bytes server thread 7 write 131072 bytes server: 1000 0 1000 0 2000 server thread 7 loop 3 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 2257056 client thread 7 socket connected 2257056 client thread 7 socket wrote 8192 server thread 7 got connection 151720 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 0 0 1000 0 1000 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 164280 client thread 6 socket connected 164280 client thread 6 socket wrote 8192 server thread 6 got connection 88744 server thread 6 read 8192 bytes server thread 7 write 131072 bytes server: 0 0 1000 0 1000 server thread 7 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 295480 client thread 7 socket connected 295480 client thread 7 socket wrote 8192 server thread 7 got connection 282792 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 1000 0 1000 0 2000 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 7 write 131072 bytes server: 0 0 1000 1000 2000 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 8 alive server thread 9 alive server thread 8 loop 0 server thread 9 loop 0 client thread 8 alive client thread 9 alive client thread 8 loop 0 client thread 9 loop 0 client thread 8 socket created 286984 client thread 9 socket created 282664 client thread 8 socket connected 286984 client thread 9 socket connected 282664 client thread 8 socket wrote 8192 client thread 9 socket wrote 8192 server thread 8 got connection 2248744 server thread 9 got connection 76328 server thread 8 read 8192 bytes server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 1000 0 1000 server thread 8 loop 1 server thread 9 write 131072 bytes server: 0 0 1000 0 1000 server thread 9 loop 1 client thread 8 socket read 131072 client thread 8 loop 1 client thread 9 socket read 131072 client thread 8 socket created 958648 client thread 8 socket connected 958648 client thread 9 loop 1 client thread 8 socket wrote 8192 client thread 9 socket created 954400 client thread 9 socket connected 954400 server thread 8 got connection 1052720 client thread 9 socket wrote 8192 server thread 8 read 8192 bytes server thread 9 got connection 1855552 server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 1000 0 1000 0 2000 server thread 8 loop 2 client thread 8 socket read 131072 client thread 8 loop 2 server thread 9 write 131072 bytes client thread 8 socket created 101216 client thread 8 socket connected 101216 server: 1000 0 1000 0 2000 client thread 8 socket wrote 8192 server thread 9 loop 2 server thread 8 got connection 1863864 server thread 8 read 8192 bytes client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 1056968 client thread 9 socket connected 1056968 client thread 9 socket wrote 8192 server thread 9 got connection 151720 server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 1000 0 1000 server thread 8 loop 3 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 2257056 client thread 8 socket connected 2257056 client thread 8 socket wrote 8192 server thread 8 got connection 88744 server thread 8 read 8192 bytes server thread 9 write 131072 bytes server: 1000 0 1000 0 2000 server thread 9 loop 3 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 160032 client thread 9 socket connected 160032 server thread 8 write 131072 bytes client thread 9 socket wrote 8192 server: 1000 0 0 0 1000 server thread 8 loop 4 server thread 9 got connection 164280 server thread 9 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 282792 client thread 8 socket connected 282792 client thread 8 socket wrote 8192 server thread 8 got connection 291232 server thread 8 read 8192 bytes server thread 9 write 131072 bytes server: 0 1000 1000 0 2000 server thread 9 loop 4 server thread 8 write 131072 bytes client thread 9 socket read 131072 server: 1000 0 1000 0 2000 client thread 9 loop 4 Thread 8 EXIT client thread 9 socket created 295480 client thread 9 socket connected 295480 client thread 9 socket wrote 8192 client thread 8 socket read 131072 server thread 9 got connection 2248744 server thread 9 read 8192 bytes Thread 8 EXIT server thread 9 write 131072 bytes server: 0 0 1000 0 1000 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 128400 500 14400 800 server per thread elapsed time 144100 ---------- Client results: ---------- client per thread totals 10 1300 100 172800 300 client per thread elapsed time 174500 select loop user/kernel: 11000.00 usec server thread 0 alive server thread 1 alive server thread 0 loop 0 server thread 1 loop 0 client thread 0 alive client thread 0 loop 0 client thread 0 socket created 282664 client thread 0 socket connected 282664 client thread 1 alive client thread 0 socket wrote 8192 client thread 1 loop 0 client thread 1 socket created 1052720 client thread 1 socket connected 1052720 client thread 1 socket wrote 8192 server thread 0 got connection 958648 server thread 0 read 8192 bytes server thread 1 got connection 1855552 server thread 1 read 8192 bytes server thread 0 write 131072 bytes server: 1000 0 1000 0 2000 server thread 0 loop 1 client thread 0 socket read 131072 server thread 1 write 131072 bytes client thread 0 loop 1 client thread 0 socket created 954400 server: 1000 0 1000 0 2000 server thread 1 loop 1 client thread 0 socket connected 954400 client thread 0 socket wrote 8192 client thread 1 socket read 131072 server thread 0 got connection 1863864 server thread 0 read 8192 bytes client thread 1 loop 1 client thread 1 socket created 101216 client thread 1 socket connected 101216 client thread 1 socket wrote 8192 server thread 1 got connection 151720 server thread 1 read 8192 bytes server thread 0 write 131072 bytes server: 0 0 1000 0 1000 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1056968 server thread 1 write 131072 bytes client thread 0 socket connected 1056968 client thread 0 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 2 server thread 0 got connection 88744 server thread 0 read 8192 bytes client thread 1 socket created 2257056 client thread 1 socket connected 2257056 client thread 1 socket wrote 8192 server: 1000 0 1000 0 2000 server thread 1 loop 2 server thread 1 got connection 164280 server thread 1 read 8192 bytes server thread 0 write 131072 bytes server: 1000 0 1000 0 2000 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 291232 client thread 0 socket connected 291232 client thread 0 socket wrote 8192 server thread 1 write 131072 bytes server thread 0 got connection 160032 server thread 0 read 8192 bytes server: 0 0 1000 0 1000 server thread 1 loop 3 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 151592 client thread 1 socket connected 151592 client thread 1 socket wrote 8192 server thread 1 got connection 282792 server thread 1 read 8192 bytes server thread 0 write 131072 bytes server: 0 0 1000 0 1000 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 2248744 client thread 0 socket connected 2248744 client thread 0 socket wrote 8192 server thread 1 write 131072 bytes server thread 0 got connection 101344 server thread 0 read 8192 bytes server: 1000 0 0 1000 2000 server thread 1 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 295480 client thread 1 socket connected 295480 client thread 1 socket wrote 8192 server thread 1 got connection 958648 server thread 1 read 8192 bytes server thread 0 write 131072 bytes server: 0 0 1000 0 1000 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT server thread 1 write 131072 bytes server: 0 0 1000 0 1000 Thread 1 EXIT client thread 1 socket read 131072 Thread 1 EXIT server thread 2 alive server thread 3 alive server thread 2 loop 0 server thread 3 loop 0 client thread 2 alive client thread 2 loop 0 client thread 3 alive client thread 3 loop 0 client thread 2 socket created 1052720 client thread 3 socket created 1863864 client thread 2 socket connected 1052720 client thread 2 socket wrote 8192 client thread 3 socket connected 1863864 client thread 3 socket wrote 8192 server thread 2 got connection 954400 server thread 2 read 8192 bytes server thread 3 got connection 101216 server thread 3 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 1000 0 2000 server thread 2 loop 1 server thread 3 write 131072 bytes client thread 2 socket read 131072 server: 1000 0 1000 0 2000 server thread 3 loop 1 client thread 2 loop 1 client thread 2 socket created 151720 client thread 2 socket connected 151720 client thread 3 socket read 131072 client thread 2 socket wrote 8192 client thread 3 loop 1 server thread 2 got connection 88744 server thread 2 read 8192 bytes client thread 3 socket created 1056968 client thread 3 socket connected 1056968 client thread 3 socket wrote 8192 server thread 3 got connection 164280 server thread 3 read 8192 bytes server thread 2 write 131072 bytes server: 0 0 1000 0 1000 server thread 2 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 2257056 client thread 2 socket connected 2257056 server thread 3 write 131072 bytes client thread 2 socket wrote 8192 server: 0 0 1000 0 1000 server thread 3 loop 2 server thread 2 got connection 160032 server thread 2 read 8192 bytes client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 291232 client thread 3 socket connected 291232 client thread 3 socket wrote 8192 server thread 3 got connection 282792 server thread 3 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 0 0 1000 server thread 2 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 151592 client thread 2 socket connected 151592 client thread 2 socket wrote 8192 server thread 2 got connection 101344 server thread 2 read 8192 bytes server thread 3 write 131072 bytes server: 1000 0 1000 0 2000 server thread 3 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 76328 client thread 3 socket connected 76328 client thread 3 socket wrote 8192 server thread 3 got connection 2248744 server thread 3 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 1000 0 2000 server thread 2 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 958648 client thread 2 socket connected 958648 client thread 2 socket wrote 8192 server thread 2 got connection 286984 server thread 2 read 8192 bytes server thread 3 write 131072 bytes server: 0 0 1000 1000 2000 server thread 3 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 295480 client thread 3 socket connected 295480 client thread 3 socket wrote 8192 server thread 2 write 131072 bytes server thread 3 got connection 954400 server thread 3 read 8192 bytes server: 0 0 1000 0 1000 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 3 write 131072 bytes server: 0 0 1000 0 1000 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 4 alive server thread 5 alive server thread 4 loop 0 server thread 5 loop 0 client thread 4 alive client thread 4 loop 0 client thread 5 alive client thread 5 loop 0 client thread 4 socket created 1863864 client thread 5 socket created 88744 client thread 4 socket connected 1863864 client thread 4 socket wrote 8192 client thread 5 socket connected 88744 client thread 5 socket wrote 8192 server thread 4 got connection 151720 server thread 4 read 8192 bytes server thread 5 got connection 164280 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 1000 0 1000 0 2000 server thread 4 loop 1 server thread 5 write 131072 bytes client thread 4 socket read 131072 client thread 4 loop 1 server: 1000 0 1000 0 2000 server thread 5 loop 1 client thread 4 socket created 1056968 client thread 4 socket connected 1056968 client thread 4 socket wrote 8192 client thread 5 socket read 131072 server thread 4 got connection 160032 client thread 5 loop 1 server thread 4 read 8192 bytes client thread 5 socket created 2257056 client thread 5 socket connected 2257056 client thread 5 socket wrote 8192 server thread 5 got connection 282792 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 0 1000 0 0 1000 server thread 4 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 291232 server thread 5 write 131072 bytes client thread 4 socket connected 291232 client thread 4 socket wrote 8192 client thread 5 socket read 131072 server thread 4 got connection 101344 server thread 4 read 8192 bytes client thread 5 loop 2 client thread 5 socket created 151592 client thread 5 socket connected 151592 client thread 5 socket wrote 8192 server: 1000 0 1000 0 2000 server thread 5 loop 2 server thread 5 got connection 2248744 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 1000 0 1000 0 2000 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 76328 client thread 4 socket connected 76328 client thread 4 socket wrote 8192 server thread 5 write 131072 bytes server thread 4 got connection 286984 server thread 4 read 8192 bytes server: 0 0 1000 0 1000 server thread 5 loop 3 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 282664 client thread 5 socket connected 282664 client thread 5 socket wrote 8192 server thread 5 got connection 958648 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 0 0 1000 0 1000 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 954400 client thread 4 socket connected 954400 client thread 4 socket wrote 8192 server thread 4 got connection 1855552 server thread 4 read 8192 bytes server thread 5 write 131072 bytes server: 1000 0 1000 0 2000 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 295480 client thread 5 socket connected 295480 client thread 5 socket wrote 8192 server thread 5 got connection 151720 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 1000 0 0 0 1000 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 5 write 131072 bytes server: 0 0 1000 0 1000 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 6 alive server thread 7 alive server thread 6 loop 0 server thread 7 loop 0 client thread 6 alive client thread 7 alive client thread 6 loop 0 client thread 7 loop 0 client thread 6 socket created 88744 client thread 7 socket created 160032 client thread 6 socket connected 88744 client thread 7 socket connected 160032 client thread 6 socket wrote 8192 client thread 7 socket wrote 8192 server thread 6 got connection 1056968 server thread 7 got connection 2257056 server thread 6 read 8192 bytes server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 1000 0 1000 0 2000 server thread 7 write 131072 bytes server thread 6 loop 1 server: 1000 0 1000 0 2000 server thread 7 loop 1 client thread 6 socket read 131072 client thread 6 loop 1 client thread 7 socket read 131072 client thread 6 socket created 282792 client thread 6 socket connected 282792 client thread 7 loop 1 client thread 6 socket wrote 8192 client thread 7 socket created 101344 client thread 7 socket connected 101344 server thread 6 got connection 291232 client thread 7 socket wrote 8192 server thread 6 read 8192 bytes server thread 7 got connection 2248744 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 0 0 1000 0 1000 server thread 6 loop 2 client thread 6 socket read 131072 server thread 7 write 131072 bytes client thread 6 loop 2 client thread 7 socket read 131072 client thread 6 socket created 151592 client thread 6 socket connected 151592 client thread 7 loop 2 client thread 6 socket wrote 8192 client thread 7 socket created 286984 client thread 7 socket connected 286984 server thread 6 got connection 76328 client thread 7 socket wrote 8192 server thread 6 read 8192 bytes server: 1000 0 1000 0 2000 server thread 7 loop 2 server thread 7 got connection 958648 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 1000 0 1000 0 2000 server thread 6 loop 3 client thread 6 socket read 131072 server thread 7 write 131072 bytes client thread 6 loop 3 client thread 7 socket read 131072 client thread 6 socket created 282664 client thread 7 loop 3 client thread 6 socket connected 282664 client thread 6 socket wrote 8192 client thread 7 socket created 1855552 client thread 7 socket connected 1855552 server thread 6 got connection 101216 client thread 7 socket wrote 8192 server thread 6 read 8192 bytes server: 0 0 1000 0 1000 server thread 7 loop 3 server thread 7 got connection 954400 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 0 0 1000 0 1000 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 151720 server thread 7 write 131072 bytes client thread 6 socket connected 151720 client thread 6 socket wrote 8192 server: 0 0 1000 0 1000 server thread 7 loop 4 server thread 6 got connection 1052720 server thread 6 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 295480 client thread 7 socket connected 295480 client thread 7 socket wrote 8192 server thread 7 got connection 1056968 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 1000 0 0 1000 2000 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 7 write 131072 bytes server: 0 0 1000 0 1000 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 8 alive server thread 9 alive server thread 8 loop 0 server thread 9 loop 0 client thread 8 alive client thread 9 alive client thread 8 loop 0 client thread 9 loop 0 client thread 8 socket created 160032 client thread 9 socket created 291232 client thread 9 socket connected 291232 client thread 8 socket connected 160032 client thread 9 socket wrote 8192 client thread 8 socket wrote 8192 server thread 9 got connection 282792 server thread 9 read 8192 bytes server thread 8 got connection 101344 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 1000 0 1000 0 2000 server thread 8 loop 1 server thread 9 write 131072 bytes server: 1000 0 1000 0 2000 server thread 9 loop 1 client thread 8 socket read 131072 client thread 8 loop 1 client thread 9 socket read 131072 client thread 8 socket created 2248744 client thread 8 socket connected 2248744 client thread 8 socket wrote 8192 client thread 9 loop 1 server thread 8 got connection 76328 client thread 9 socket created 151592 server thread 8 read 8192 bytes client thread 9 socket connected 151592 client thread 9 socket wrote 8192 server thread 9 got connection 286984 server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 1000 0 1000 server thread 8 loop 2 client thread 8 socket read 131072 client thread 8 loop 2 server thread 9 write 131072 bytes client thread 8 socket created 958648 client thread 8 socket connected 958648 server: 1000 0 1000 0 2000 client thread 8 socket wrote 8192 server thread 9 loop 2 server thread 8 got connection 101216 server thread 8 read 8192 bytes client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 282664 client thread 9 socket connected 282664 client thread 9 socket wrote 8192 server thread 9 got connection 954400 server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 1000 0 1000 0 2000 server thread 8 loop 3 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1855552 client thread 8 socket connected 1855552 client thread 8 socket wrote 8192 server thread 8 got connection 1052720 server thread 8 read 8192 bytes server thread 9 write 131072 bytes client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1863864 client thread 9 socket connected 1863864 client thread 9 socket wrote 8192 server: 0 0 1000 1000 2000 server thread 9 loop 3 server thread 9 got connection 151720 server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 1000 0 1000 server thread 8 loop 4 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1056968 client thread 8 socket connected 1056968 client thread 8 socket wrote 8192 server thread 8 got connection 164280 server thread 9 write 131072 bytes server thread 8 read 8192 bytes server: 0 0 1000 0 1000 server thread 9 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 295480 client thread 9 socket connected 295480 client thread 9 socket wrote 8192 server thread 9 got connection 101344 server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 1000 0 0 0 1000 Thread 8 EXIT client thread 8 socket read 131072 Thread 8 EXIT server thread 9 write 131072 bytes server: 0 0 1000 0 1000 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 131000 600 18800 1200 server per thread elapsed time 151600 ---------- Client results: ---------- client per thread totals 10 1900 400 179500 500 client per thread elapsed time 182300 select loop kernel/user: 9000.00 usec server thread 0 alive server thread 1 alive server thread 0 loop 0 server thread 1 loop 0 client thread 0 alive client thread 1 alive client thread 0 loop 0 client thread 1 loop 0 client thread 0 socket created 291232 client thread 1 socket created 76328 client thread 0 socket connected 291232 client thread 1 socket connected 76328 client thread 0 socket wrote 8192 client thread 1 socket wrote 8192 server thread 0 got connection 2248744 server thread 1 got connection 286984 server thread 0 read 8192 bytes server thread 1 read 8192 bytes server thread 0 write 131072 bytes server thread 1 write 131072 bytes server: 1000 0 1000 0 2000 server thread 0 loop 1 server: 1000 0 1000 0 2000 server thread 1 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 151592 client thread 1 socket read 131072 client thread 0 socket connected 151592 client thread 0 socket wrote 8192 client thread 1 loop 1 client thread 1 socket created 101216 client thread 1 socket connected 101216 server thread 0 got connection 958648 server thread 0 read 8192 bytes client thread 1 socket wrote 8192 server thread 1 got connection 282664 server thread 1 read 8192 bytes server thread 0 write 131072 bytes server: 1000 0 0 0 1000 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 server thread 1 write 131072 bytes client thread 0 socket created 954400 client thread 0 socket connected 954400 server: 1000 0 1000 0 2000 server thread 1 loop 2 client thread 0 socket wrote 8192 server thread 0 got connection 1052720 server thread 0 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 1855552 client thread 1 socket connected 1855552 client thread 1 socket wrote 8192 server thread 1 got connection 151720 server thread 1 read 8192 bytes server thread 0 write 131072 bytes server: 1000 0 1000 0 2000 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 1863864 client thread 0 socket connected 1863864 client thread 0 socket wrote 8192 server thread 1 write 131072 bytes server thread 0 got connection 164280 server: 0 0 1000 0 1000 server thread 1 loop 3 server thread 0 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 2257056 client thread 1 socket connected 2257056 client thread 1 socket wrote 8192 server thread 1 got connection 1056968 server thread 1 read 8192 bytes server thread 0 write 131072 bytes server: 0 0 1000 0 1000 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 101344 client thread 0 socket connected 101344 client thread 0 socket wrote 8192 server thread 0 got connection 88744 server thread 0 read 8192 bytes server thread 1 write 131072 bytes server: 1000 0 1000 0 2000 server thread 1 loop 4 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 295480 client thread 1 socket connected 295480 client thread 1 socket wrote 8192 server thread 1 got connection 2248744 server thread 1 read 8192 bytes server thread 0 write 131072 bytes server: 1000 0 0 1000 2000 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT server thread 1 write 131072 bytes server: 0 0 1000 0 1000 Thread 1 EXIT client thread 1 socket read 131072 Thread 1 EXIT server thread 2 alive server thread 3 alive server thread 2 loop 0 server thread 3 loop 0 client thread 2 alive client thread 2 loop 0 client thread 3 alive client thread 2 socket created 76328 client thread 3 loop 0 client thread 2 socket connected 76328 client thread 3 socket created 958648 client thread 2 socket wrote 8192 client thread 3 socket connected 958648 client thread 3 socket wrote 8192 server thread 2 got connection 151592 server thread 2 read 8192 bytes server thread 3 got connection 282664 server thread 3 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 1000 0 2000 server thread 2 loop 1 client thread 2 socket read 131072 server thread 3 write 131072 bytes client thread 2 loop 1 client thread 2 socket created 101216 client thread 3 socket read 131072 client thread 2 socket connected 101216 client thread 2 socket wrote 8192 server: 1000 0 1000 0 2000 server thread 3 loop 1 server thread 2 got connection 1052720 server thread 2 read 8192 bytes client thread 3 loop 1 client thread 3 socket created 954400 client thread 3 socket connected 954400 client thread 3 socket wrote 8192 server thread 3 got connection 151720 server thread 3 read 8192 bytes server thread 2 write 131072 bytes server: 0 0 1000 0 1000 server thread 2 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 server thread 3 write 131072 bytes client thread 2 socket created 1855552 client thread 2 socket connected 1855552 server: 1000 0 1000 0 2000 server thread 3 loop 2 client thread 2 socket wrote 8192 server thread 2 got connection 164280 server thread 2 read 8192 bytes client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 1863864 client thread 3 socket connected 1863864 client thread 3 socket wrote 8192 server thread 3 got connection 1056968 server thread 3 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 1000 0 2000 server thread 2 loop 3 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 2257056 client thread 2 socket connected 2257056 client thread 2 socket wrote 8192 server thread 2 got connection 88744 server thread 2 read 8192 bytes server thread 3 write 131072 bytes server: 0 0 1000 0 1000 server thread 3 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 282792 client thread 3 socket connected 282792 client thread 3 socket wrote 8192 server thread 3 got connection 101344 server thread 3 read 8192 bytes server thread 2 write 131072 bytes server: 0 0 1000 0 1000 server thread 2 loop 4 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 2248744 client thread 2 socket connected 2248744 client thread 2 socket wrote 8192 server thread 2 got connection 160032 server thread 2 read 8192 bytes server thread 3 write 131072 bytes server: 1000 0 1000 0 2000 server thread 3 loop 4 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 295480 client thread 3 socket connected 295480 client thread 3 socket wrote 8192 server thread 3 got connection 151592 server thread 3 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 0 1000 2000 Thread 2 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 3 write 131072 bytes server: 0 0 1000 1000 2000 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 4 alive server thread 5 alive server thread 4 loop 0 server thread 5 loop 0 client thread 4 alive client thread 5 alive client thread 4 loop 0 client thread 5 loop 0 client thread 4 socket created 958648 client thread 5 socket created 1052720 client thread 4 socket connected 958648 client thread 5 socket connected 1052720 client thread 4 socket wrote 8192 client thread 5 socket wrote 8192 server thread 4 got connection 101216 server thread 4 read 8192 bytes server thread 5 got connection 151720 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 0 0 1000 0 1000 server thread 4 loop 1 server thread 5 write 131072 bytes client thread 4 socket read 131072 client thread 4 loop 1 client thread 5 socket read 131072 client thread 4 socket created 954400 client thread 4 socket connected 954400 client thread 5 loop 1 client thread 4 socket wrote 8192 client thread 5 socket created 164280 client thread 5 socket connected 164280 server thread 4 got connection 1855552 server thread 4 read 8192 bytes client thread 5 socket wrote 8192 server: 0 0 1000 1000 2000 server thread 5 loop 1 server thread 5 got connection 1056968 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 1000 0 1000 0 2000 server thread 4 loop 2 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 1863864 server thread 5 write 131072 bytes client thread 4 socket connected 1863864 client thread 4 socket wrote 8192 server: 0 0 1000 0 1000 server thread 5 loop 2 server thread 4 got connection 88744 server thread 4 read 8192 bytes client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 2257056 client thread 5 socket connected 2257056 client thread 5 socket wrote 8192 server thread 5 got connection 101344 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 0 0 1000 0 1000 server thread 4 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 282792 client thread 4 socket connected 282792 client thread 4 socket wrote 8192 server thread 4 got connection 160032 server thread 4 read 8192 bytes server thread 5 write 131072 bytes client thread 5 socket read 131072 server: 1000 0 1000 0 2000 server thread 5 loop 3 client thread 5 loop 3 client thread 5 socket created 286984 client thread 5 socket connected 286984 client thread 5 socket wrote 8192 server thread 5 got connection 2248744 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 0 1000 0 0 1000 server thread 4 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 151592 client thread 4 socket connected 151592 client thread 4 socket wrote 8192 server thread 4 got connection 291232 server thread 4 read 8192 bytes server thread 5 write 131072 bytes server: 0 0 1000 0 1000 server thread 5 loop 4 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 295480 client thread 5 socket connected 295480 client thread 5 socket wrote 8192 server thread 5 got connection 101216 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 1000 0 1000 0 2000 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT server thread 5 write 131072 bytes server: 1000 0 1000 0 2000 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 6 alive server thread 7 alive server thread 6 loop 0 server thread 7 loop 0 client thread 6 alive client thread 6 loop 0 client thread 7 alive client thread 7 loop 0 client thread 6 socket created 151720 client thread 7 socket created 1855552 client thread 6 socket connected 151720 client thread 6 socket wrote 8192 client thread 7 socket connected 1855552 client thread 7 socket wrote 8192 server thread 6 got connection 954400 server thread 6 read 8192 bytes server thread 7 got connection 1056968 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 0 0 1000 0 1000 server thread 6 loop 1 client thread 6 socket read 131072 server thread 7 write 131072 bytes client thread 6 loop 1 client thread 6 socket created 164280 server: 0 0 1000 1000 2000 server thread 7 loop 1 client thread 6 socket connected 164280 client thread 6 socket wrote 8192 client thread 7 socket read 131072 server thread 6 got connection 88744 server thread 6 read 8192 bytes client thread 7 loop 1 client thread 7 socket created 1863864 client thread 7 socket connected 1863864 client thread 7 socket wrote 8192 server thread 7 got connection 101344 server thread 7 read 8192 bytes server thread 6 write 131072 bytes client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 2257056 client thread 6 socket connected 2257056 client thread 6 socket wrote 8192 server thread 7 write 131072 bytes server: 1000 0 1000 0 2000 server thread 6 loop 2 server: 0 0 1000 0 1000 server thread 7 loop 2 server thread 6 got connection 160032 server thread 6 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 282792 client thread 7 socket connected 282792 client thread 7 socket wrote 8192 server thread 7 got connection 2248744 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 0 0 1000 0 1000 server thread 6 loop 3 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 286984 client thread 6 socket connected 286984 client thread 6 socket wrote 8192 server thread 6 got connection 291232 server thread 6 read 8192 bytes server thread 7 write 131072 bytes client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 76328 client thread 7 socket connected 76328 client thread 7 socket wrote 8192 server: 1000 0 1000 0 2000 server thread 7 loop 3 server thread 7 got connection 151592 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 1000 0 0 0 1000 server thread 6 loop 4 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 101216 client thread 6 socket connected 101216 client thread 6 socket wrote 8192 server thread 6 got connection 282664 server thread 6 read 8192 bytes server thread 7 write 131072 bytes client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 295480 client thread 7 socket connected 295480 client thread 7 socket wrote 8192 server: 0 0 1000 0 1000 server thread 7 loop 4 server thread 7 got connection 954400 server thread 7 read 8192 bytes server thread 6 write 131072 bytes server: 1000 0 1000 0 2000 Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 7 write 131072 bytes server: 0 0 2000 0 2000 Thread 7 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 8 alive server thread 9 alive server thread 8 loop 0 server thread 9 loop 0 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1855552 client thread 9 alive client thread 9 loop 0 client thread 8 socket connected 1855552 client thread 9 socket created 164280 client thread 8 socket wrote 8192 client thread 9 socket connected 164280 client thread 9 socket wrote 8192 server thread 8 got connection 88744 server thread 8 read 8192 bytes server thread 9 got connection 101344 server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 1000 1000 2000 server thread 8 loop 1 server thread 9 write 131072 bytes client thread 8 socket read 131072 server: 1000 0 1000 0 2000 server thread 9 loop 1 client thread 8 loop 1 client thread 8 socket created 1863864 client thread 9 socket read 131072 client thread 8 socket connected 1863864 client thread 8 socket wrote 8192 client thread 9 loop 1 server thread 8 got connection 2257056 client thread 9 socket created 160032 server thread 8 read 8192 bytes client thread 9 socket connected 160032 client thread 9 socket wrote 8192 server thread 9 got connection 282792 server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 1000 0 1000 server thread 8 loop 2 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 2248744 server thread 9 write 131072 bytes client thread 8 socket connected 2248744 client thread 8 socket wrote 8192 server: 0 0 1000 0 1000 server thread 9 loop 2 server thread 8 got connection 291232 server thread 8 read 8192 bytes client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 286984 client thread 9 socket connected 286984 client thread 9 socket wrote 8192 server thread 9 got connection 76328 server thread 9 read 8192 bytes server thread 8 write 131072 bytes client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 151592 client thread 8 socket connected 151592 client thread 8 socket wrote 8192 server: 1000 0 0 1000 2000 server thread 8 loop 3 server thread 8 got connection 282664 server thread 8 read 8192 bytes server thread 9 write 131072 bytes client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 958648 client thread 9 socket connected 958648 client thread 9 socket wrote 8192 server: 1000 0 1000 0 2000 server thread 9 loop 3 server thread 9 got connection 101216 server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 1000 0 1000 server thread 8 loop 4 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 954400 client thread 8 socket connected 954400 client thread 8 socket wrote 8192 server thread 8 got connection 1052720 server thread 8 read 8192 bytes server thread 9 write 131072 bytes server: 0 1000 0 1000 2000 server thread 9 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 295480 client thread 9 socket connected 295480 client thread 9 socket wrote 8192 server thread 9 got connection 88744 server thread 9 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 1000 0 1000 Thread 8 EXIT client thread 8 socket read 131072 Thread 8 EXIT server thread 9 write 131072 bytes server: 0 0 1000 0 1000 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 133400 800 23200 2000 server per thread elapsed time 159400 ---------- Client results: ---------- client per thread totals 20 2600 500 185900 900 client per thread elapsed time 189900 select loop kernel/kernel: 9200.00 usec END TEST: sel_spd BEGIN TEST: selct_er   Sat Feb 8 17:19:11 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib 'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_Select' is obsolete. Use 'PR_Poll' instead. 'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead. END TEST: selct_er BEGIN TEST: selct_nm   Sat Feb 8 17:19:11 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib 'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_Select' is obsolete. Use 'PR_Poll' instead. 'PR_FD_ISSET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_CLR (PR_Select)' is obsolete. Use 'PR_Poll' instead. END TEST: selct_nm BEGIN TEST: selct_to   Sat Feb 8 17:19:11 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib 'PR_FD_ZERO (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_FD_SET (PR_Select)' is obsolete. Use 'PR_Poll' instead. 'PR_Select' is obsolete. Use 'PR_Poll' instead. END TEST: selct_to BEGIN TEST: selintr   Sat Feb 8 17:19:17 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib select returned 0 END TEST: selintr BEGIN TEST: sema   Sat Feb 8 17:19:19 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib warning: removed semaphore /tmp/foo.sem left over from previous run warning: removed semaphore /tmp/bar.sem left over from previous run PASS END TEST: sema BEGIN TEST: semaerr   Sat Feb 8 17:19:19 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS PASS END TEST: semaerr BEGIN TEST: semaping   Sat Feb 8 17:19:20 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib warning: removed shared memory /tmp/counter left over from previous run warning: removed semaphore /tmp/bar.sem left over from previous run PASS PASS END TEST: semaping BEGIN TEST: sendzlf   Sat Feb 8 17:19:20 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: sendzlf BEGIN TEST: server_test   Sat Feb 8 17:19:20 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: server_test BEGIN TEST: servr_uu   Sat Feb 8 17:19:21 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: servr_uu BEGIN TEST: servr_ku   Sat Feb 8 17:19:21 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: servr_ku BEGIN TEST: servr_uk   Sat Feb 8 17:19:22 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: servr_uk BEGIN TEST: servr_kk   Sat Feb 8 17:19:22 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: servr_kk BEGIN TEST: short_thread   Sat Feb 8 17:19:22 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: short_thread BEGIN TEST: sigpipe   Sat Feb 8 17:19:23 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib write to broken pipe failed with EPIPE, as expected write to broken pipe failed with EPIPE, as expected PASSED END TEST: sigpipe BEGIN TEST: socket   Sat Feb 8 17:19:23 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib 'PR_NewSem' is obsolete. Use 'locks & condition variables' instead. 'PR_PostSem' is obsolete. Use 'locks & condition variables' instead. 'PR_WaitSem' is obsolete. Use 'locks & condition variables' instead. TCP Client/Server Test - IPv4/Ipv4 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv6/Ipv4 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv4/Ipv6 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv6/Ipv6 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv4/Ipv4 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv6/Ipv4 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv4/Ipv6 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv6/Ipv6 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed Socket_Misc_Test : 1 Server 4 Clients : Sizes of Transmitted Files - 3 KB, 3 MB Socket_Misc_Test passed TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed END TEST: socket BEGIN TEST: sockopt   Sat Feb 8 17:19:28 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASSED END TEST: sockopt BEGIN TEST: sockping   Sat Feb 8 17:19:28 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: sockping BEGIN TEST: sprintf   Sat Feb 8 17:19:28 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: sprintf BEGIN TEST: stack   Sat Feb 8 17:19:31 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 END TEST: stack BEGIN TEST: stdio   Sat Feb 8 17:19:48 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib This to standard out This to standard err END TEST: stdio BEGIN TEST: str2addr   Sat Feb 8 17:19:49 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: str2addr BEGIN TEST: strod   Sat Feb 8 17:19:49 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456800 END TEST: strod BEGIN TEST: switch   Sat Feb 8 17:19:49 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Killing switch 28357 after 600 kill: 28358: The specified process does not exist. switch returned 143 (failed) END TEST: switch BEGIN TEST: system   Sat Feb 8 17:29:50 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PR_SI_HOSTNAME: charm PR_SI_SYSNAME: HP-UX PR_SI_RELEASE: B.11.00 PR_SI_ARCHITECTURE: hppa1.1 Host page size is 4096 Page shift is 12 Number of processors is: 2 END TEST: system BEGIN TEST: testbit   Sat Feb 8 17:29:50 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASSED END TEST: testbit BEGIN TEST: testfile   Sat Feb 8 17:29:50 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib File Test passed Dir Test passed END TEST: testfile BEGIN TEST: threads   Sat Feb 8 17:29:51 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASS END TEST: threads BEGIN TEST: timemac   Sat Feb 8 17:29:53 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Sun Feb 9 01:29:53 UTC 2003 Current local time is Sat Feb 8 17:29:53 -0800 2003 GMT offset is 4294938496, DST offset is 0 Please examine the results END TEST: timemac BEGIN TEST: timetest   Sat Feb 8 17:29:53 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: timetest BEGIN TEST: tpd   Sat Feb 8 17:31:52 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASSED END TEST: tpd BEGIN TEST: udpsrv   Sat Feb 8 17:31:53 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib END TEST: udpsrv BEGIN TEST: vercheck   Sat Feb 8 17:31:53 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib NSPR release 4.3 Beta: Compatible with version 4.0 Compatible with version 4.0.1 Compatible with version 4.1 Compatible with version 4.1.1 Compatible with version 4.1.2 Compatible with version 4.1.3 Compatible with version 4.2 Compatible with version 4.2.1 Compatible with version 4.2.2 Compatible with version 4.3 Beta Incompatible with version 2.1 19980529 Incompatible with version 3.0 Incompatible with version 3.0.1 Incompatible with version 3.1 Incompatible with version 3.1.1 Incompatible with version 3.1.2 Incompatible with version 3.1.3 Incompatible with version 3.5 Incompatible with version 3.5.1 Incompatible with version 4.3.3 Incompatible with version 4.4 Incompatible with version 4.4.1 Incompatible with version 10.0 Incompatible with version 11.1 Incompatible with version 12.14.20 PASS END TEST: vercheck BEGIN TEST: version   Sat Feb 8 17:31:54 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Runtime library version information Build time: 09 Feb 2003 00:18:42 GMT Build time: 2003-02-08 16:18:42 Portable runtime V4.3.0 ( beta debug ) filename: libplc4.sl security: N/A copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved comment: http://www.mozilla.org/MPL/ END TEST: version BEGIN TEST: writev   Sat Feb 8 17:31:54 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib PASSED END TEST: writev BEGIN TEST: xnotify   Sat Feb 8 17:31:54 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib Done! END TEST: xnotify BEGIN TEST: zerolen   Sat Feb 8 17:31:55 PST 2003 OBJDIR HP-UXB.11.00_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_dbg/dist/lib calling PR_Writev with a zero-length buffer calling PR_Write with a zero-length buffer calling PR_Send with a zero-length buffer PASS END TEST: zerolen BEGIN TEST: accept   Sat Feb 8 17:32:11 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: accept BEGIN TEST: acceptread   Sat Feb 8 17:32:18 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x800003ffff792268)127.0.0.1:59955 (Server) read [0x800003ffff7921f0..0x800003ffff792265) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x800003ffff792268)127.0.0.1:59956 (Server) read [0x800003ffff7921f0..0x800003ffff792265) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x800003ffff792268)127.0.0.1:59957 (Server) read [0x800003ffff7921f0..0x800003ffff792265) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x800003ffff792268)127.0.0.1:59958 (Server) read [0x800003ffff7921f0..0x800003ffff792265) 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 END TEST: acceptread BEGIN TEST: acceptreademu   Sat Feb 8 17:32:29 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x800003ffff792290)127.0.0.1:59962 (Server) read [0x800003ffff792218..0x800003ffff79228d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x800003ffff792290)127.0.0.1:59963 (Server) read [0x800003ffff792218..0x800003ffff79228d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x800003ffff792290)127.0.0.1:59964 (Server) read [0x800003ffff792218..0x800003ffff79228d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x800003ffff792290)127.0.0.1:59965 (Server) read [0x800003ffff792218..0x800003ffff79228d) 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 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 = 232 PR_Shutdown (client) failed: PR_INVALID_ARGUMENT_ERROR(-5987), oserror = 22 END TEST: acceptreademu BEGIN TEST: affinity   Sat Feb 8 17:32:40 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib main: creating local thread thread_start: AffinityMask = 0x0 main: creating global thread thread_start: AffinityMask = 0x0 main: creating global bound thread thread_start: AffinityMask = 0x0 END TEST: affinity BEGIN TEST: alarm   Sat Feb 8 17:32:40 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: alarm BEGIN TEST: anonfm   Sat Feb 8 17:33:44 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: anonfm BEGIN TEST: atomic   Sat Feb 8 17:33:44 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PR_AtomicIncrement(-2) == -1: PASSED PR_AtomicIncrement(-1) == 0: PASSED PR_AtomicIncrement(0) == 1: PASSED PR_AtomicAdd(-2,1) == -1: PASSED PR_AtomicAdd(-1,4) == 3: PASSED PR_AtomicAdd(3,-6) == -3: PASSED PR_AtomicDecrement(2) == 1: PASSED PR_AtomicDecrement(1) == 0: PASSED PR_AtomicDecrement(0) == -1: PASSED PR_AtomicSet(-2, 2) == -2: PASSED PR_AtomicSet(-2, -2) == -2: PASSED Atomic operations test PASSED END TEST: atomic BEGIN TEST: attach   Sat Feb 8 17:33:45 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: attach BEGIN TEST: bigfile   Sat Feb 8 17:33:45 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: bigfile BEGIN TEST: cleanup   Sat Feb 8 17:33:46 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Cleanup settings Thread type: LOCAL Concurrency: 1 Number of threads: 1 Thread sleep: 10 Main sleep: 5 Cleanup will NOT be called main() exiting END TEST: cleanup BEGIN TEST: cltsrv   Sat Feb 8 17:33:51 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Client/Server started at(0x8000000100007630): 17:33:51 Server started at(0x800000010000e460): 17:33:51 main(0x8000000100007630): waiting for execution interval (10 seconds) Client started at(0x800000010000f660): 17:33:51 Shutting down(0x8000000100007630): 17:34:01 Client(0x800000010000f660): stopped after 21 operations and 17922 bytes Server(0x800000010000e460): stopped after 21 operations and 17922 bytes main(0x8000000100007630): test complete Test exiting at(0x8000000100007630): 17:34:06 END TEST: cltsrv BEGIN TEST: concur   Sat Feb 8 17:34:07 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASSED END TEST: concur BEGIN TEST: cvar   Sat Feb 8 17:34:18 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: cvar BEGIN TEST: cvar2   Sat Feb 8 17:34:18 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: cvar2 BEGIN TEST: dlltest   Sat Feb 8 17:34:18 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASSED END TEST: dlltest BEGIN TEST: dtoa   Sat Feb 8 17:34:19 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASSED END TEST: dtoa BEGIN TEST: errcodes   Sat Feb 8 17:34:19 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Number of error codes = 73 PR_OUT_OF_MEMORY_ERROR = -6000 PR_BAD_DESCRIPTOR_ERROR = -5999 PR_WOULD_BLOCK_ERROR = -5998 PR_ACCESS_FAULT_ERROR = -5997 PR_INVALID_METHOD_ERROR = -5996 PR_ILLEGAL_ACCESS_ERROR = -5995 PR_UNKNOWN_ERROR = -5994 PR_PENDING_INTERRUPT_ERROR = -5993 PR_NOT_IMPLEMENTED_ERROR = -5992 PR_IO_ERROR = -5991 PR_IO_TIMEOUT_ERROR = -5990 PR_IO_PENDING_ERROR = -5989 PR_DIRECTORY_OPEN_ERROR = -5988 PR_INVALID_ARGUMENT_ERROR = -5987 PR_ADDRESS_NOT_AVAILABLE_ERROR = -5986 PR_ADDRESS_NOT_SUPPORTED_ERROR = -5985 PR_IS_CONNECTED_ERROR = -5984 PR_BAD_ADDRESS_ERROR = -5983 PR_ADDRESS_IN_USE_ERROR = -5982 PR_CONNECT_REFUSED_ERROR = -5981 PR_NETWORK_UNREACHABLE_ERROR = -5980 PR_CONNECT_TIMEOUT_ERROR = -5979 PR_NOT_CONNECTED_ERROR = -5978 PR_LOAD_LIBRARY_ERROR = -5977 PR_UNLOAD_LIBRARY_ERROR = -5976 PR_FIND_SYMBOL_ERROR = -5975 PR_INSUFFICIENT_RESOURCES_ERROR = -5974 PR_DIRECTORY_LOOKUP_ERROR = -5973 PR_TPD_RANGE_ERROR = -5972 PR_PROC_DESC_TABLE_FULL_ERROR = -5971 PR_SYS_DESC_TABLE_FULL_ERROR = -5970 PR_NOT_SOCKET_ERROR = -5969 PR_NOT_TCP_SOCKET_ERROR = -5968 PR_SOCKET_ADDRESS_IS_BOUND_ERROR = -5967 PR_NO_ACCESS_RIGHTS_ERROR = -5966 PR_OPERATION_NOT_SUPPORTED_ERROR = -5965 PR_PROTOCOL_NOT_SUPPORTED_ERROR = -5964 PR_REMOTE_FILE_ERROR = -5963 PR_BUFFER_OVERFLOW_ERROR = -5962 PR_CONNECT_RESET_ERROR = -5961 PR_RANGE_ERROR = -5960 PR_DEADLOCK_ERROR = -5959 PR_FILE_IS_LOCKED_ERROR = -5958 PR_FILE_TOO_BIG_ERROR = -5957 PR_NO_DEVICE_SPACE_ERROR = -5956 PR_PIPE_ERROR = -5955 PR_NO_SEEK_DEVICE_ERROR = -5954 PR_IS_DIRECTORY_ERROR = -5953 PR_LOOP_ERROR = -5952 PR_NAME_TOO_LONG_ERROR = -5951 PR_FILE_NOT_FOUND_ERROR = -5950 PR_NOT_DIRECTORY_ERROR = -5949 PR_READ_ONLY_FILESYSTEM_ERROR = -5948 PR_DIRECTORY_NOT_EMPTY_ERROR = -5947 PR_FILESYSTEM_MOUNTED_ERROR = -5946 PR_NOT_SAME_DEVICE_ERROR = -5945 PR_DIRECTORY_CORRUPTED_ERROR = -5944 PR_FILE_EXISTS_ERROR = -5943 PR_MAX_DIRECTORY_ENTRIES_ERROR = -5942 PR_INVALID_DEVICE_STATE_ERROR = -5941 PR_DEVICE_IS_LOCKED_ERROR = -5940 PR_NO_MORE_FILES_ERROR = -5939 PR_END_OF_FILE_ERROR = -5938 PR_FILE_SEEK_ERROR = -5937 PR_FILE_IS_BUSY_ERROR = -5936 PR_IN_PROGRESS_ERROR = -5934 PR_ALREADY_INITIATED_ERROR = -5933 PR_GROUP_EMPTY_ERROR = -5932 PR_INVALID_STATE_ERROR = -5931 PR_NETWORK_DOWN_ERROR = -5930 PR_SOCKET_SHUTDOWN_ERROR = -5929 PR_CONNECT_ABORTED_ERROR = -5928 PR_HOST_UNREACHABLE_ERROR = -5927 END TEST: errcodes BEGIN TEST: exit   Sat Feb 8 17:34:20 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: exit BEGIN TEST: fdcach   Sat Feb 8 17:34:30 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: fdcach BEGIN TEST: fileio   Sat Feb 8 17:34:30 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: fileio BEGIN TEST: foreign   Sat Feb 8 17:34:31 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: foreign BEGIN TEST: forktest   Sat Feb 8 17:34:34 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Wait one second before connect Accepting connection at port 59990 Connecting to port 59990 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Child process continues. Wait one second before connect Accepting connection at port 59992 Fork succeeded. Parent process continues. Accepting connection at port 59993 Wait one second before connect Connecting to port 59992 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Child process exits. Connecting to port 59993 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Parent process exits. PASSED END TEST: forktest BEGIN TEST: fsync   Sat Feb 8 17:34:37 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib 10 iterations over a 10 kbyte file: 0 [1000] 17000 END TEST: fsync BEGIN TEST: getproto   Sat Feb 8 17:34:37 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib tcp is protocol number 6 udp is protocol number 17 Protocol number 6 is tcp Protocol number 17 is udp PASSED END TEST: getproto BEGIN TEST: i2l   Sat Feb 8 17:34:38 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib We have long long END TEST: i2l BEGIN TEST: initclk   Sat Feb 8 17:34:38 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Elapsed time: 3000 ms, expected time: 3001 ms PASS END TEST: initclk BEGIN TEST: inrval   Sat Feb 8 17:34:41 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 4993 nsecs Overhead of 'PR_IntervalNow()' is 1140 nsecs Overhead of 'PR_Now()' is 3251 nsecs Overhead of 'PR_IntervalNow()' is 990 nsecs END TEST: inrval BEGIN TEST: instrumt   Sat Feb 8 17:36:31 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Test not defined END TEST: instrumt BEGIN TEST: intrio   Sat Feb 8 17:36:31 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib A local thread will be interrupted by a local thread PR_Accept() is interrupted as expected A local thread will be interrupted by a global thread PR_Accept() is interrupted as expected A global thread will be interrupted by a local thread PR_Accept() is interrupted as expected A global thread will be interrupted by a global thread PR_Accept() is interrupted as expected PASSED END TEST: intrio BEGIN TEST: intrupt   Sat Feb 8 17:36:52 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASSED END TEST: intrupt BEGIN TEST: io_timeout   Sat Feb 8 17:37:05 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib test with global bound thread thread id 0, scope GLOBAL_BOUND scope test with local thread thread id 0, scope GLOBAL scope test with global thread thread id 0, scope GLOBAL scope END TEST: io_timeout BEGIN TEST: ioconthr   Sat Feb 8 17:37:11 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Interrupting the threads Threads terminated in 2961 milliseconds PASS END TEST: ioconthr BEGIN TEST: join   Sat Feb 8 17:37:17 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: join BEGIN TEST: joinkk   Sat Feb 8 17:37:17 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: joinkk BEGIN TEST: joinku   Sat Feb 8 17:37:17 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: joinku BEGIN TEST: joinuk   Sat Feb 8 17:37:17 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: joinuk BEGIN TEST: joinuu   Sat Feb 8 17:37:18 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: joinuu BEGIN TEST: layer   Sat Feb 8 17:37:18 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Beginning layered test with new style stack Ending layered test END TEST: layer BEGIN TEST: lazyinit   Sat Feb 8 17:37:18 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: lazyinit BEGIN TEST: lltest   Sat Feb 8 17:37:19 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: lltest BEGIN TEST: lock   Sat Feb 8 17:37:19 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: lock BEGIN TEST: lockfile   Sat Feb 8 17:38:10 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: lockfile BEGIN TEST: logger   Sat Feb 8 17:38:41 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: logger BEGIN TEST: many_cv   Sat Feb 8 17:38:51 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PASS END TEST: many_cv BEGIN TEST: multiwait   Sat Feb 8 17:38:52 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: multiwait BEGIN TEST: nameshm1   Sat Feb 8 17:38:52 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: nameshm1 BEGIN TEST: nonblock   Sat Feb 8 17:38:52 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib The serveclient thread created. accept: EWOULDBLOCK, good client connected accept: succeeded, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good read: EWOULDBLOCK, good client sent 10 bytes read: 10 bytes, good All tests finished PASS END TEST: nonblock BEGIN TEST: nblayer   Sat Feb 8 17:38:54 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Beginning non-layered test Ending non-layered test Beginning layered test Ending layered test END TEST: nblayer BEGIN TEST: ntioto   Sat Feb 8 17:38:55 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: ntioto BEGIN TEST: ntoh   Sat Feb 8 17:38:55 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib 1 2 1 2 1 2 1 2 3 4 1 2 3 4 1 2 3 4 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 1 2 3 4 5 6 7 8 PASS END TEST: ntoh BEGIN TEST: op_2long   Sat Feb 8 17:38:55 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib error code is: PR_NAME_TOO_LONG_ERROR(-5951), oserror = 248 PASS END TEST: op_2long BEGIN TEST: op_excl   Sat Feb 8 17:38:56 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: op_excl BEGIN TEST: op_filnf   Sat Feb 8 17:38:56 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib error code is -5950 PASS END TEST: op_filnf BEGIN TEST: op_filok   Sat Feb 8 17:38:57 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Test passed END TEST: op_filok BEGIN TEST: op_nofil   Sat Feb 8 17:38:57 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib error code is PR_FILE_NOT_FOUND_ERROR, as expected PASS END TEST: op_nofil BEGIN TEST: parent   Sat Feb 8 17:38:57 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: parent BEGIN TEST: peek   Sat Feb 8 17:38:58 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Running the test with local threads server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data Running the test with global threads server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data server: peeked expected data server: peeked expected data server: received expected data client: peeked expected data client: peeked expected data client: received expected data PASS END TEST: peek BEGIN TEST: perf   Sat Feb 8 17:39:39 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 3.00 usec interval time: 4.00 usec idle lock lock/unlock pair: 1.00 usec idle monitor entry/exit pair: 1.00 usec idle cache monitor entry/exit pair: 3.00 usec create/destroy thread pair: 210.00 usec context switch - user/user: 22.00 usec context switch - user/kernel: 21.00 usec context switch - kernel/user: 21.00 usec context switch - kernel/kernel: 22.00 usec sema context switch - user/user: 25.00 usec sema context switch - user/kernel: 25.00 usec sema context switch - kernel/user: 26.00 usec sema context switch - kernel/kernel: 25.00 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 3.00 usec interval time: 4.00 usec idle lock lock/unlock pair: 1.00 usec idle monitor entry/exit pair: 1.00 usec idle cache monitor entry/exit pair: 3.00 usec create/destroy thread pair: 159.00 usec context switch - user/user: 24.00 usec context switch - user/kernel: 21.00 usec context switch - kernel/user: 32.00 usec context switch - kernel/kernel: 42.00 usec sema context switch - user/user: 26.00 usec sema context switch - user/kernel: 35.00 usec sema context switch - kernel/user: 26.00 usec sema context switch - kernel/kernel: 23.00 usec END TEST: perf BEGIN TEST: pipeping   Sat Feb 8 17:39:40 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: pipeping BEGIN TEST: pipeping2   Sat Feb 8 17:39:40 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: pipeping2 BEGIN TEST: pipeself   Sat Feb 8 17:39:41 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" ping thread: sending "ping" pong thread: received "ping" pong thread: sending "pong" ping thread: received "pong" PR_Available: expected 250, got 250 bytes PR_Available: expected 243, got 243 bytes PR_Available: expected 0, got 0 bytes PASS END TEST: pipeself BEGIN TEST: poll_nm   Sat Feb 8 17:39:41 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: poll_nm BEGIN TEST: poll_to   Sat Feb 8 17:39:42 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: poll_to BEGIN TEST: pollable   Sat Feb 8 17:39:47 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASSED END TEST: pollable BEGIN TEST: prftest   Sat Feb 8 17:39:47 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed END TEST: prftest BEGIN TEST: primblok   Sat Feb 8 17:39:48 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib This test is not relevant on this platform END TEST: primblok BEGIN TEST: provider   Sat Feb 8 17:39:48 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: provider BEGIN TEST: prpollml   Sat Feb 8 17:39:48 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: prpollml BEGIN TEST: prpoll   Sat Feb 8 17:40:09 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_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 60282, 60283 and 60284 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 "60282" from a client The server received "60283" from a client Server read 128 bytes from native fd 8 The server received "60284" from a client The server received "60282" from a client The server received "60283" from a client Server read 128 bytes from native fd 11 The server received "60284" from a client The server received "60282" from a client The server received "60283" from a client Server read 128 bytes from native fd 8 The server received "60284" from a client The server received "60282" from a client The server received "60283" from a client Server read 128 bytes from native fd 11 The server received "60284" from a client The server received "60282" from a client The server received "60283" from a client Server read 128 bytes from native fd 8 The server received "60284" from a client All tests finished END TEST: prpoll BEGIN TEST: randseed   Sat Feb 8 17:40:14 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: randseed BEGIN TEST: ranfile   Sat Feb 8 17:40:15 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: ranfile BEGIN TEST: rwlocktest   Sat Feb 8 17:40:35 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: rwlocktest BEGIN TEST: sel_spd   Sat Feb 8 17:40:35 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_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 10900 100 8000 600 server per thread elapsed time 19600 ---------- Client results: ---------- client per thread totals 0 600 400 17600 300 client per thread elapsed time 18900 select loop user/user: 18800.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 59600 200 19400 1900 server per thread elapsed time 81100 ---------- Client results: ---------- client per thread totals 10 1000 600 88600 1100 client per thread elapsed time 91300 select loop user/kernel: 30600.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 142100 900 43300 3200 server per thread elapsed time 189500 ---------- Client results: ---------- client per thread totals 10 1400 1000 224300 2900 client per thread elapsed time 229600 select loop kernel/user: 36600.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 20 246800 1000 61300 3700 server per thread elapsed time 312800 ---------- Client results: ---------- client per thread totals 20 1900 1300 385700 3600 client per thread elapsed time 392500 select loop kernel/kernel: 59800.00 usec END TEST: sel_spd BEGIN TEST: selct_er   Sat Feb 8 17:40:37 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: selct_er BEGIN TEST: selct_nm   Sat Feb 8 17:40:37 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: selct_nm BEGIN TEST: selct_to   Sat Feb 8 17:40:37 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: selct_to BEGIN TEST: selintr   Sat Feb 8 17:40:43 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib select returned 0 END TEST: selintr BEGIN TEST: sema   Sat Feb 8 17:40:45 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: sema BEGIN TEST: semaerr   Sat Feb 8 17:40:45 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS PASS END TEST: semaerr BEGIN TEST: semaping   Sat Feb 8 17:40:46 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib warning: removed semaphore /tmp/bar.sem left over from previous run PASS PASS END TEST: semaping BEGIN TEST: sendzlf   Sat Feb 8 17:40:46 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: sendzlf BEGIN TEST: server_test   Sat Feb 8 17:40:47 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: server_test BEGIN TEST: servr_uu   Sat Feb 8 17:40:47 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: servr_uu BEGIN TEST: servr_ku   Sat Feb 8 17:40:48 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: servr_ku BEGIN TEST: servr_uk   Sat Feb 8 17:40:48 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: servr_uk BEGIN TEST: servr_kk   Sat Feb 8 17:40:49 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: servr_kk BEGIN TEST: short_thread   Sat Feb 8 17:40:50 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: short_thread BEGIN TEST: sigpipe   Sat Feb 8 17:40:50 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib write to broken pipe failed with EPIPE, as expected write to broken pipe failed with EPIPE, as expected PASSED END TEST: sigpipe BEGIN TEST: socket   Sat Feb 8 17:40:50 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib TCP Client/Server Test - IPv4/Ipv4 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv6/Ipv4 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv4/Ipv6 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed TCP Client/Server Test - IPv6/Ipv6 TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv4/Ipv4 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv6/Ipv4 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv4/Ipv6 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed UDP Client/Server Test - IPv6/Ipv6 UDP_Socket_Client_Server_Test: 1 Server 10 Clients : 5 datagrams_per_client 128 bytes_per_datagram UDP_Socket_Client_Server_Test Passed Socket_Misc_Test : 1 Server 4 Clients : Sizes of Transmitted Files - 3 KB, 3 MB Socket_Misc_Test passed TCP_Socket_Client_Server_Test: 1 Server 5 Clients 5 connections_per_client : 10 messages_per_connection 1024 bytes_per_message TCP_Socket_Client_Server_Test Passed END TEST: socket BEGIN TEST: sockopt   Sat Feb 8 17:40:54 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASSED END TEST: sockopt BEGIN TEST: sockping   Sat Feb 8 17:40:54 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" pong process: received "ping" pong process: sending "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" ping process: sending "ping" ping process: received "pong" PASS END TEST: sockping BEGIN TEST: sprintf   Sat Feb 8 17:40:55 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: sprintf BEGIN TEST: stack   Sat Feb 8 17:41:00 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 END TEST: stack BEGIN TEST: stdio   Sat Feb 8 17:41:10 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib This to standard out This to standard err END TEST: stdio BEGIN TEST: str2addr   Sat Feb 8 17:41:10 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: str2addr BEGIN TEST: strod   Sat Feb 8 17:41:10 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456800 END TEST: strod BEGIN TEST: switch   Sat Feb 8 17:41:11 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASSED END TEST: switch BEGIN TEST: system   Sat Feb 8 17:41:18 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PR_SI_HOSTNAME: charm PR_SI_SYSNAME: HP-UX PR_SI_RELEASE: B.11.00 PR_SI_ARCHITECTURE: hppa1.1 Host page size is 4096 Page shift is 12 Number of processors is: 2 END TEST: system BEGIN TEST: testbit   Sat Feb 8 17:41:18 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASSED END TEST: testbit BEGIN TEST: testfile   Sat Feb 8 17:41:18 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib File Test passed Dir Test passed END TEST: testfile BEGIN TEST: threads   Sat Feb 8 17:41:20 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASS END TEST: threads BEGIN TEST: timemac   Sat Feb 8 17:41:22 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Sun Feb 9 01:41:23 UTC 2003 Current local time is Sat Feb 8 17:41:23 -0800 2003 GMT offset is 4294938496, DST offset is 0 Please examine the results END TEST: timemac BEGIN TEST: timetest   Sat Feb 8 17:41:23 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: timetest BEGIN TEST: tpd   Sat Feb 8 17:42:44 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASSED END TEST: tpd BEGIN TEST: udpsrv   Sat Feb 8 17:42:44 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib END TEST: udpsrv BEGIN TEST: vercheck   Sat Feb 8 17:42:45 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib NSPR release 4.3 Beta: Compatible with version 4.0 Compatible with version 4.0.1 Compatible with version 4.1 Compatible with version 4.1.1 Compatible with version 4.1.2 Compatible with version 4.1.3 Compatible with version 4.2 Compatible with version 4.2.1 Compatible with version 4.2.2 Compatible with version 4.3 Beta Incompatible with version 2.1 19980529 Incompatible with version 3.0 Incompatible with version 3.0.1 Incompatible with version 3.1 Incompatible with version 3.1.1 Incompatible with version 3.1.2 Incompatible with version 3.1.3 Incompatible with version 3.5 Incompatible with version 3.5.1 Incompatible with version 4.3.3 Incompatible with version 4.4 Incompatible with version 4.4.1 Incompatible with version 10.0 Incompatible with version 11.1 Incompatible with version 12.14.20 PASS END TEST: vercheck BEGIN TEST: version   Sat Feb 8 17:42:45 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Runtime library version information Build time: 09 Feb 2003 00:12:58 GMT Build time: 2003-02-08 16:12:58 Portable runtime V4.3.0 ( beta ) filename: libplc4.sl security: N/A copyright: Copyright (c) 1998 Netscape Communications Corporation. All Rights Reserved comment: http://www.mozilla.org/MPL/ END TEST: version BEGIN TEST: writev   Sat Feb 8 17:42:46 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib PASSED END TEST: writev BEGIN TEST: xnotify   Sat Feb 8 17:42:46 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib Done! END TEST: xnotify BEGIN TEST: zerolen   Sat Feb 8 17:42:46 PST 2003 OBJDIR HP-UXB.11.00_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/smarch_HPUX11.00/hpux64_opt/dist/lib calling PR_Writev with a zero-length buffer calling PR_Write with a zero-length buffer calling PR_Send with a zero-length buffer PASS END TEST: zerolen