BEGIN TEST: accept   Sat Feb 8 16:44:26 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: accept BEGIN TEST: acceptread   Sat Feb 8 16:44:32 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x7b0061d0)127.0.0.1:53116 (Server) read [0x7b006158..0x7b0061cd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x7b0061d0)127.0.0.1:53117 (Server) read [0x7b006158..0x7b0061cd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x7b0061d0)127.0.0.1:53118 (Server) read [0x7b006158..0x7b0061cd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x7b0061d0)127.0.0.1:53119 (Server) read [0x7b006158..0x7b0061cd) 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:44:43 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x7b006208)127.0.0.1:53122 (Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x7b006208)127.0.0.1:53123 (Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x7b006208)127.0.0.1:53124 (Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x7b006208)127.0.0.1:53125 (Server) read [0x7b006190..0x7b006205) 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:44:54 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:44:54 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: alarm BEGIN TEST: anonfm   Sat Feb 8 16:45:57 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: anonfm BEGIN TEST: atomic   Sat Feb 8 16:45:58 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:45:58 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: attach BEGIN TEST: bigfile   Sat Feb 8 16:45:59 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: bigfile BEGIN TEST: cleanup   Sat Feb 8 16:45:59 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Cleanup settings Thread type: LOCAL Concurrency: 1 Number of threads: 1 Thread sleep: 10 Main sleep: 5 Cleanup will NOT be called main() exiting END TEST: cleanup BEGIN TEST: cltsrv   Sat Feb 8 16:46:05 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PThread Statistics started: 16:46:05[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(0x40004bd0): 16:46:05 Server started at(0x40009ee8): 16:46:05 Client started at(0x4000a2f0): 16:46:05 main(0x40004bd0): waiting for execution interval (10 seconds) Shutting down(0x40004bd0): 16:46:15 Client(0x4000a2f0): stopped after 20 operations and 16666 bytes Server(0x40009ee8): stopped after 21 operations and 17922 bytes main(0x40004bd0): test complete Test exiting at(0x40004bd0): 16:46:15 END TEST: cltsrv BEGIN TEST: concur   Sat Feb 8 16:46:15 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASSED END TEST: concur BEGIN TEST: cvar   Sat Feb 8 16:46:26 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: cvar BEGIN TEST: cvar2   Sat Feb 8 16:46:26 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 Killing cvar2 27752 after 600 kill: 27753: The specified process does not exist. cvar2 returned 143 (failed) END TEST: cvar2 BEGIN TEST: dlltest   Sat Feb 8 16:56:26 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASSED END TEST: dlltest BEGIN TEST: dtoa   Sat Feb 8 16:56:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASSED END TEST: dtoa BEGIN TEST: errcodes   Sat Feb 8 16:56:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:56:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: exit BEGIN TEST: fdcach   Sat Feb 8 16:56:37 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: fdcach BEGIN TEST: fileio   Sat Feb 8 16:56:38 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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 16:56:38 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: foreign BEGIN TEST: forktest   Sat Feb 8 16:56:41 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Accepting connection at port 53155 Wait one second before connect Connecting to port 53155 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Parent process continues. Accepting connection at port 53157 Wait one second before connect Fork succeeded. Child process continues. Wait one second before connect Accepting connection at port 53158 Connecting to port 53158 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Child process exits. Connecting to port 53157 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:56:43 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib 10 iterations over a 10 kbyte file: 0 [0] 8000 END TEST: fsync BEGIN TEST: getproto   Sat Feb 8 16:56:44 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:56:44 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib We have long long END TEST: i2l BEGIN TEST: initclk   Sat Feb 8 16:56:44 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Elapsed time: 3000 ms, expected time: 3006 ms PASS END TEST: initclk BEGIN TEST: inrval   Sat Feb 8 16:56:47 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 2032 nsecs Overhead of 'PR_IntervalNow()' is 2124 nsecs Overhead of 'PR_Now()' is 2032 nsecs Overhead of 'PR_IntervalNow()' is 2125 nsecs END TEST: inrval BEGIN TEST: instrumt   Sat Feb 8 16:58:26 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: instrumt BEGIN TEST: intrio   Sat Feb 8 16:58:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:58:47 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASSED END TEST: intrupt BEGIN TEST: io_timeout   Sat Feb 8 16:59:00 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:59:06 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Interrupting the threads Threads terminated in 2994 milliseconds PASS END TEST: ioconthr BEGIN TEST: join   Sat Feb 8 16:59:11 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib User-User test User-Kernel test Kernel-User test Kernel-Kernel test Join with unjoinable thread PASSED END TEST: join BEGIN TEST: joinkk   Sat Feb 8 16:59:12 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: joinkk BEGIN TEST: joinku   Sat Feb 8 16:59:12 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: joinku BEGIN TEST: joinuk   Sat Feb 8 16:59:12 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: joinuk BEGIN TEST: joinuu   Sat Feb 8 16:59:12 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: joinuu BEGIN TEST: layer   Sat Feb 8 16:59:12 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:59:13 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: lazyinit BEGIN TEST: lltest   Sat Feb 8 16:59:13 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: lltest BEGIN TEST: lock   Sat Feb 8 16:59:13 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: lock BEGIN TEST: lockfile   Sat Feb 8 17:00:04 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: lockfile BEGIN TEST: logger   Sat Feb 8 17:00:17 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: logger BEGIN TEST: many_cv   Sat Feb 8 17:00:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PThread Statistics started: 17:00:27[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:00:27 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib OneInThenCancelled() OneOpOneThread() ManyOpOneThread() SomeOpsSomeThreads() RealOneGroupIO() RealOneGroupIO Enumerated 0 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects END TEST: multiwait BEGIN TEST: nameshm1   Sat Feb 8 17:01:50 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: nameshm1 BEGIN TEST: nonblock   Sat Feb 8 17:01:55 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:01:57 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:01:57 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: ntioto BEGIN TEST: ntoh   Sat Feb 8 17:01:57 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:01:57 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:01:57 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: op_excl BEGIN TEST: op_filnf   Sat Feb 8 17:01:58 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib error code is -5950 PASS END TEST: op_filnf BEGIN TEST: op_filok   Sat Feb 8 17:01:58 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Test passed END TEST: op_filok BEGIN TEST: op_nofil   Sat Feb 8 17:01:58 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:01:58 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: parent BEGIN TEST: peek   Sat Feb 8 17:01:59 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:02:39 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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_WaitSem' 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: 2.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: 5.00 usec create/destroy thread pair: 141.00 usec context switch - user/user: 18.00 usec context switch - user/kernel: 18.00 usec context switch - kernel/user: 18.00 usec context switch - kernel/kernel: 18.00 usec sema context switch - user/user: 20.00 usec sema context switch - user/kernel: 20.00 usec sema context switch - kernel/user: 19.00 usec sema context switch - kernel/kernel: 20.00 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 2.00 usec interval time: 2.00 usec idle lock lock/unlock pair: 1.00 usec idle monitor entry/exit pair: 2.00 usec idle cache monitor entry/exit pair: 4.00 usec create/destroy thread pair: 142.00 usec context switch - user/user: 19.00 usec context switch - user/kernel: 18.00 usec context switch - kernel/user: 19.00 usec context switch - kernel/kernel: 18.00 usec sema context switch - user/user: 21.00 usec sema context switch - user/kernel: 20.00 usec sema context switch - kernel/user: 20.00 usec sema context switch - kernel/kernel: 20.00 usec END TEST: perf BEGIN TEST: pipeping   Sat Feb 8 17:02:40 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:02:40 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:02:40 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:02:41 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: poll_nm BEGIN TEST: poll_to   Sat Feb 8 17:02:41 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: poll_to BEGIN TEST: pollable   Sat Feb 8 17:02:46 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASSED END TEST: pollable BEGIN TEST: prftest   Sat Feb 8 17:02:46 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed END TEST: prftest BEGIN TEST: primblok   Sat Feb 8 17:02:46 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib This test is not relevant on this platform END TEST: primblok BEGIN TEST: provider   Sat Feb 8 17:02:47 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib pthread Statistics started: 17:02:47[14] locks [created: 13, destroyed: 2] locks [acquired: 318, released: 318] cvars [created: 7, destroyed: 5] cvars [notified: 27, delayed_delete: 0] Client/Server started at(0x40004bf0): 17:02:47 Server started at(0x40022010): 17:02:47 Client started at(0x40042010): 17:02:47 main(0x40004bf0): waiting for execution interval (10 seconds) Shutting down(0x40004bf0): 17:02:57 Client(0x40042010): stopped after 21 operations and 17922 bytes Server(0x40022010): stopped after 21 operations and 17922 bytes main(0x40004bf0): test complete Test exiting at(0x40004bf0): 17:03:02 END TEST: provider BEGIN TEST: prpollml   Sat Feb 8 17:03:02 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: prpollml BEGIN TEST: prpoll   Sat Feb 8 17:03:43 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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 53489, 53490 and 53491 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 "53489" from a client The server received "53490" from a client The server received "53489" from a client The server received "53490" from a client Server read 128 bytes from native fd 11 The server received "53491" from a client The server received "53489" from a client The server received "53490" from a client Server read 128 bytes from native fd 8 The server received "53491" from a client The server received "53489" from a client The server received "53490" from a client Server read 128 bytes from native fd 11 The server received "53491" from a client The server received "53489" from a client The server received "53490" from a client Server read 128 bytes from native fd 8 The server received "53491" from a client Server read 128 bytes from native fd 9 The server received "53491" from a client All tests finished END TEST: prpoll BEGIN TEST: randseed   Sat Feb 8 17:03:48 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: randseed BEGIN TEST: ranfile   Sat Feb 8 17:03:48 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: ranfile BEGIN TEST: rwlocktest   Sat Feb 8 17:04:09 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: rwlocktest BEGIN TEST: sel_spd   Sat Feb 8 17:04:09 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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 2 alive server thread 2 loop 0 server thread 0 loop 0 server thread 1 alive client thread 0 alive client thread 0 loop 0 client thread 0 socket created 1074538528 client thread 0 socket connected 1074538528 client thread 0 socket wrote 8192 server thread 1 loop 0 server thread 0 got connection 1074014336 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 2000 1000 1000 0 4000 server thread 0 loop 1 server thread 7 alive client thread 1 alive client thread 2 alive server thread 4 alive server thread 6 alive client thread 1 loop 0 client thread 1 socket created 1074014336 client thread 1 socket connected 1074014336 client thread 1 socket wrote 8192 server thread 6 loop 0 server thread 3 alive server thread 1 got connection 1074410296 server thread 1 read 8192 bytes server thread 7 loop 0 client thread 7 alive client thread 2 loop 0 client thread 2 socket created 1075193888 client thread 2 socket connected 1075193888 server thread 9 alive client thread 2 socket wrote 8192 server thread 5 alive server thread 9 loop 0 server thread 3 loop 0 client thread 7 loop 0 client thread 7 socket created 1074540672 client thread 7 socket connected 1074540672 client thread 7 socket wrote 8192 server thread 1 write 131072 bytes server: 4000 0 4000 0 8000 server thread 1 loop 1 client thread 9 alive client thread 6 alive client thread 3 alive client thread 3 loop 0 server thread 4 loop 0 client thread 3 socket created 1074019160 client thread 3 socket connected 1074019160 client thread 3 socket wrote 8192 server thread 5 loop 0 client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 1074014336 client thread 9 loop 0 client thread 1 socket connected 1074014336 client thread 9 socket created 1073786344 client thread 1 socket wrote 8192 client thread 9 socket connected 1073786344 client thread 9 socket wrote 8192 server thread 7 got connection 1073789048 server thread 7 read 8192 bytes server thread 2 got connection 1074276480 client thread 4 alive server thread 8 alive server thread 2 read 8192 bytes client thread 5 alive client thread 6 loop 0 client thread 6 socket created 1075841136 client thread 6 socket connected 1075841136 client thread 6 socket wrote 8192 server thread 9 got connection 1075196112 server thread 9 read 8192 bytes server thread 3 got connection 1075843896 server thread 3 read 8192 bytes server thread 7 write 131072 bytes server: 5000 0 4000 0 9000 server thread 7 loop 1 server thread 8 loop 0 client thread 5 loop 0 client thread 5 socket created 1074413056 client thread 5 socket connected 1074413056 client thread 5 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 1074540672 client thread 7 socket connected 1074540672 client thread 7 socket wrote 8192 client thread 4 loop 0 client thread 4 socket created 1074281904 client thread 4 socket connected 1074281904 client thread 4 socket wrote 8192 server thread 2 write 131072 bytes client thread 8 alive server: 12000 1000 7000 0 20000 server thread 2 loop 1 client thread 8 loop 0 client thread 8 socket created 1074276480 server thread 9 write 131072 bytes client thread 8 socket connected 1074276480 client thread 8 socket wrote 8192 server: 6000 0 5000 0 11000 server thread 9 loop 1 server thread 7 got connection 1075196112 server thread 7 read 8192 bytes server thread 1 got connection 1074413136 server thread 1 read 8192 bytes server thread 6 got connection 1074413216 server thread 6 read 8192 bytes server thread 7 write 131072 bytes server: 4000 0 1000 0 5000 server thread 7 loop 2 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 1075196112 client thread 7 socket connected 1075196112 client thread 7 socket wrote 8192 server thread 7 got connection 1074540672 server thread 5 got connection 1076635760 server thread 7 read 8192 bytes server thread 5 read 8192 bytes server thread 7 write 131072 bytes server: 1000 0 1000 0 2000 server thread 7 loop 3 server thread 5 write 131072 bytes server: 11000 0 1000 0 12000 server thread 5 loop 1 client thread 7 socket read 131072 server thread 4 got connection 1074540672 client thread 7 loop 3 server thread 4 read 8192 bytes client thread 7 socket created 1076635760 client thread 7 socket connected 1076635760 client thread 7 socket wrote 8192 server thread 7 got connection 1075196112 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 1000 0 0 0 1000 server thread 7 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1075196112 client thread 7 socket connected 1075196112 client thread 7 socket wrote 8192 server thread 7 got connection 1076635760 server thread 7 read 8192 bytes server thread 3 write 131072 bytes server: 6000 0 11000 0 17000 server thread 3 loop 1 client thread 3 socket read 131072 client thread 2 socket read 131072 client thread 2 loop 1 client thread 3 loop 1 client thread 2 socket created 1075843896 client thread 3 socket created 1075193888 client thread 2 socket connected 1075843896 client thread 3 socket connected 1075193888 client thread 2 socket wrote 8192 client thread 3 socket wrote 8192 client thread 9 socket read 131072 server thread 7 write 131072 bytes server: 1000 0 1000 0 2000 client thread 9 loop 1 client thread 9 socket created 1074019160 Thread 7 EXIT client thread 9 socket connected 1074019160 client thread 9 socket wrote 8192 server thread 2 got connection 1076635760 server thread 8 got connection 1073786344 server thread 2 read 8192 bytes server thread 8 read 8192 bytes client thread 7 socket read 131072 Thread 7 EXIT server thread 9 got connection 1073785024 server thread 9 read 8192 bytes server thread 1 write 131072 bytes server: 11000 0 8000 0 19000 server thread 1 loop 2 server thread 3 got connection 1075196112 server thread 3 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 1074413136 client thread 1 socket connected 1074413136 client thread 1 socket wrote 8192 server thread 3 write 131072 bytes server: 4000 0 0 0 4000 server thread 3 loop 2 client thread 3 socket read 131072 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 2 write 131072 bytes server: 7000 0 4000 0 11000 server thread 2 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1075196112 client thread 2 socket connected 1075196112 client thread 2 socket wrote 8192 server thread 2 got connection 1075193888 server thread 2 read 8192 bytes server thread 6 write 131072 bytes server: 17000 0 11000 0 28000 server thread 6 loop 1 server thread 9 write 131072 bytes server thread 4 write 131072 bytes server: 8000 0 5000 0 13000 server thread 9 loop 2 server: 14000 0 8000 0 22000 server thread 4 loop 1 server thread 1 got connection 1076635760 server thread 1 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 1075843896 client thread 6 socket connected 1075843896 client thread 6 socket wrote 8192 server thread 1 write 131072 bytes server: 4000 0 1000 0 5000 server thread 1 loop 3 client thread 1 socket read 131072 server thread 3 got connection 1074413216 server thread 3 read 8192 bytes client thread 1 loop 3 client thread 1 socket created 1073785024 client thread 1 socket connected 1073785024 client thread 1 socket wrote 8192 server thread 3 write 131072 bytes server: 3000 0 1000 0 4000 server thread 3 loop 3 server thread 8 write 131072 bytes server: 10000 0 9000 0 19000 server thread 8 loop 1 client thread 9 socket read 131072 client thread 9 loop 2 client thread 8 socket read 131072 client thread 9 socket created 1074540672 client thread 9 socket connected 1074540672 client thread 9 socket wrote 8192 client thread 8 loop 1 client thread 8 socket created 1075841136 client thread 8 socket connected 1075841136 client thread 8 socket wrote 8192 server thread 1 got connection 1074413136 server thread 1 read 8192 bytes server thread 2 write 131072 bytes server: 1000 0 5000 0 6000 server thread 2 loop 3 server thread 9 got connection 1074413216 server thread 9 read 8192 bytes server thread 8 got connection 1073786344 server thread 8 read 8192 bytes client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1074019160 client thread 4 socket connected 1074019160 client thread 4 socket wrote 8192 server thread 6 got connection 1076635760 server thread 6 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 1074276480 client thread 2 socket connected 1074276480 client thread 2 socket wrote 8192 server thread 1 write 131072 bytes server: 3000 0 3000 0 6000 server thread 1 loop 4 server thread 4 got connection 1075193888 server thread 2 got connection 1074281904 server thread 4 read 8192 bytes server thread 2 read 8192 bytes server thread 9 write 131072 bytes server thread 8 write 131072 bytes server: 4000 0 4000 0 8000 server thread 9 loop 3 server: 1000 0 4000 0 5000 server thread 8 loop 2 client thread 1 socket read 131072 server thread 6 write 131072 bytes client thread 1 loop 4 client thread 1 socket created 1075196112 server: 5000 0 3000 0 8000 server thread 6 loop 2 client thread 1 socket connected 1075196112 client thread 1 socket wrote 8192 client thread 8 socket read 131072 client thread 9 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1074413136 client thread 9 loop 3 client thread 8 socket connected 1074413136 client thread 9 socket created 1074413216 client thread 8 socket wrote 8192 client thread 9 socket connected 1074413216 client thread 9 socket wrote 8192 server thread 1 got connection 1073786344 server thread 1 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 1073785024 client thread 6 socket connected 1073785024 client thread 6 socket wrote 8192 server thread 2 write 131072 bytes server thread 4 write 131072 bytes server: 3000 0 3000 0 6000 server thread 2 loop 4 server: 7000 0 3000 0 10000 server thread 4 loop 2 server thread 9 got connection 1076635760 server thread 9 read 8192 bytes server thread 8 got connection 1075841136 server thread 8 read 8192 bytes server thread 6 got connection 1074540672 server thread 6 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 1075843896 client thread 2 socket connected 1075843896 client thread 2 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 1074281904 client thread 4 socket connected 1074281904 client thread 4 socket wrote 8192 server thread 2 got connection 1075193888 server thread 2 read 8192 bytes server thread 1 write 131072 bytes server: 2000 1000 3000 0 6000 Thread 1 EXIT server thread 8 write 131072 bytes server thread 9 write 131072 bytes server: 2000 0 3000 1000 6000 server thread 8 loop 3 server: 2000 0 3000 1000 6000 server thread 9 loop 4 server thread 4 got connection 1074276480 server thread 4 read 8192 bytes client thread 1 socket read 131072 Thread 1 EXIT server thread 6 write 131072 bytes server: 3000 0 3000 1000 7000 server thread 6 loop 3 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1074019160 client thread 9 socket read 131072 client thread 8 socket connected 1074019160 client thread 8 socket wrote 8192 client thread 9 loop 4 client thread 9 socket created 1073786344 client thread 9 socket connected 1073786344 client thread 9 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1074407456 client thread 6 socket connected 1074407456 client thread 6 socket wrote 8192 server thread 8 got connection 1075841136 server thread 8 read 8192 bytes server thread 2 write 131072 bytes server: 3000 0 3000 0 6000 Thread 2 EXIT server thread 9 got connection 1076635760 server thread 9 read 8192 bytes server thread 4 write 131072 bytes server: 4000 0 2000 0 6000 server thread 4 loop 3 server thread 6 got connection 1075196112 server thread 6 read 8192 bytes client thread 2 socket read 131072 Thread 2 EXIT client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 1074540672 client thread 4 socket connected 1074540672 client thread 4 socket wrote 8192 server thread 9 write 131072 bytes client thread 9 socket read 131072 server: 2000 0 2000 0 4000 Thread 9 EXIT Thread 9 EXIT server thread 8 write 131072 bytes server: 1000 1000 2000 0 4000 server thread 8 loop 4 client thread 8 socket read 131072 client thread 8 loop 4 server thread 4 got connection 1074413136 client thread 8 socket created 1074413216 server thread 4 read 8192 bytes client thread 8 socket connected 1074413216 client thread 8 socket wrote 8192 server thread 6 write 131072 bytes server: 1000 0 3000 0 4000 server thread 6 loop 4 server thread 8 got connection 1073785024 server thread 8 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 1075193888 client thread 6 socket connected 1075193888 client thread 6 socket wrote 8192 server thread 8 write 131072 bytes server: 1000 0 1000 0 2000 Thread 8 EXIT server thread 6 got connection 1074276400 server thread 6 read 8192 bytes server thread 4 write 131072 bytes server: 3000 0 2000 0 5000 server thread 4 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 server thread 6 write 131072 bytes client thread 4 socket wrote 8192 server thread 4 got connection 1075843896 server: 1000 0 1000 0 2000 server thread 4 read 8192 bytes Thread 6 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 4 write 131072 bytes client thread 4 socket read 131072 server: 0 0 1000 0 1000 Thread 4 EXIT Thread 4 EXIT client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 1074281904 client thread 0 socket connected 1074281904 client thread 0 socket wrote 8192 server thread 0 got connection 1076635760 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 60000 0 1000 0 61000 server thread 0 loop 2 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 1075196032 client thread 5 socket connected 1075196032 client thread 5 socket wrote 8192 server thread 5 got connection 1073786344 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 60000 0 1000 0 61000 server thread 5 loop 2 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1075841136 client thread 3 socket connected 1075841136 client thread 3 socket wrote 8192 server thread 3 got connection 1074019160 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 59000 0 0 1000 60000 server thread 3 loop 4 client thread 8 socket read 131072 Thread 8 EXIT client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1075196112 client thread 0 socket connected 1075196112 client thread 0 socket wrote 8192 server thread 0 got connection 1074407456 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 59000 0 0 0 59000 server thread 0 loop 3 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 1073785024 client thread 5 socket connected 1073785024 client thread 5 socket wrote 8192 server thread 5 got connection 1073789048 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 59000 0 0 0 59000 server thread 5 loop 3 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 1074413136 client thread 3 socket connected 1074413136 client thread 3 socket wrote 8192 server thread 3 got connection 1074540672 server thread 3 read 8192 bytes server thread 3 write 131072 bytes server: 59000 0 0 0 59000 Thread 3 EXIT client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 1074276400 client thread 0 socket connected 1074276400 client thread 0 socket wrote 8192 server thread 0 got connection 1074407536 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 60000 0 1000 0 61000 server thread 0 loop 4 client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 1075193888 client thread 5 socket connected 1075193888 client thread 5 socket wrote 8192 server thread 5 got connection 1075843896 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 60000 0 1000 0 61000 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 1074276480 client thread 0 socket connected 1074276480 client thread 0 socket wrote 8192 server thread 0 got connection 1074410296 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 58000 1000 0 0 59000 Thread 0 EXIT client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 1074538528 client thread 5 socket connected 1074538528 client thread 5 socket wrote 8192 server thread 5 got connection 1076635760 server thread 5 read 8192 bytes server thread 5 write 131072 bytes server: 53000 0 1000 0 54000 Thread 5 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 5 socket read 131072 Thread 5 EXIT Thread 5 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 0 76700 500 14200 400 server per thread elapsed time 91800 ---------- Client results: ---------- client per thread totals 0 700 500 109900 200 client per thread elapsed time 111300 select loop user/user: 63800.00 usec server thread 0 alive server thread 0 loop 0 server thread 1 alive server thread 1 loop 0 server thread 2 alive client thread 0 alive client thread 0 loop 0 client thread 0 socket created 1074019160 client thread 0 socket connected 1074019160 client thread 0 socket wrote 8192 server thread 2 loop 0 server thread 4 alive server thread 3 alive server thread 4 loop 0 server thread 3 loop 0 server thread 6 alive server thread 5 alive server thread 6 loop 0 server thread 5 loop 0 server thread 8 alive server thread 7 alive server thread 8 loop 0 server thread 7 loop 0 server thread 9 alive client thread 1 alive client thread 1 loop 0 client thread 1 socket created 1075841056 client thread 1 socket connected 1075841056 client thread 1 socket wrote 8192 server thread 9 loop 0 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 1075196112 client thread 2 socket connected 1075196112 server thread 0 got connection 1074407536 client thread 2 socket wrote 8192 server thread 0 read 8192 bytes client thread 3 alive client thread 3 loop 0 client thread 3 socket created 1073785024 client thread 3 socket connected 1073785024 client thread 3 socket wrote 8192 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 1075843896 client thread 4 alive client thread 4 loop 0 client thread 7 alive client thread 7 loop 0 client thread 4 socket created 1074413136 client thread 4 socket connected 1074413136 client thread 7 socket created 1074276400 client thread 4 socket wrote 8192 client thread 7 socket connected 1074276400 client thread 7 socket wrote 8192 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 1074410296 server thread 2 got connection 1074014256 client thread 6 socket connected 1074410296 server thread 2 read 8192 bytes client thread 6 socket wrote 8192 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1075193888 client thread 8 socket connected 1075193888 client thread 8 socket wrote 8192 server thread 1 got connection 1076635760 server thread 1 read 8192 bytes server thread 3 got connection 1076635680 server thread 3 read 8192 bytes client thread 9 alive client thread 9 loop 0 server thread 5 got connection 1074276480 client thread 9 socket created 1074538528 client thread 5 socket connected 1075843896 client thread 9 socket connected 1074538528 client thread 5 socket wrote 8192 client thread 9 socket wrote 8192 server thread 7 got connection 1074276560 server thread 7 read 8192 bytes server thread 4 got connection 1075196192 server thread 4 read 8192 bytes server thread 6 got connection 1076635840 server thread 6 read 8192 bytes server thread 8 got connection 1074014416 server thread 8 read 8192 bytes server thread 5 read 8192 bytes server thread 9 got connection 1074407616 server thread 9 read 8192 bytes server thread 2 write 131072 bytes server thread 0 write 131072 bytes server: 3000 0 5000 0 8000 server thread 2 loop 1 server: 3000 0 6000 0 9000 server thread 0 loop 1 server thread 3 write 131072 bytes server: 3000 0 4000 1000 8000 server thread 3 loop 1 server thread 7 write 131072 bytes server: 4000 0 4000 0 8000 server thread 7 loop 1 client thread 2 socket read 131072 client thread 2 loop 1 server thread 1 write 131072 bytes client thread 2 socket created 1074014256 client thread 2 socket connected 1074014256 client thread 2 socket wrote 8192 server: 3000 0 7000 0 10000 server thread 1 loop 1 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 1074407536 client thread 3 socket connected 1074407536 client thread 3 socket wrote 8192 server thread 5 write 131072 bytes server: 3000 3000 3000 0 9000 server thread 5 loop 1 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 1076635680 client thread 7 socket connected 1076635680 client thread 7 socket wrote 8192 client thread 0 socket read 131072 client thread 1 socket read 131072 client thread 0 loop 1 server thread 2 got connection 1074276560 server thread 2 read 8192 bytes client thread 0 socket created 1075196112 client thread 0 socket connected 1075196112 client thread 0 socket wrote 8192 server thread 4 write 131072 bytes server: 5000 0 7000 0 12000 server thread 4 loop 1 server thread 3 got connection 1076635760 server thread 3 read 8192 bytes server thread 6 write 131072 bytes server: 5000 0 6000 0 11000 server thread 6 loop 1 client thread 5 socket read 131072 client thread 5 loop 1 server thread 8 write 131072 bytes client thread 5 socket created 1073785024 client thread 5 socket connected 1073785024 server: 6000 0 5000 0 11000 server thread 8 loop 1 client thread 5 socket wrote 8192 server thread 7 got connection 1074276480 server thread 7 read 8192 bytes server thread 9 write 131072 bytes server: 5000 0 6000 0 11000 server thread 9 loop 1 server thread 0 got connection 1074276400 server thread 0 read 8192 bytes client thread 1 loop 1 client thread 1 socket created 1074019160 client thread 1 socket connected 1074019160 client thread 1 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1075196192 client thread 4 socket connected 1075196192 client thread 4 socket wrote 8192 server thread 5 got connection 1076635840 client thread 6 socket read 131072 server thread 5 read 8192 bytes client thread 6 loop 1 client thread 6 socket created 1075843896 client thread 6 socket connected 1075843896 client thread 6 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 1074014416 client thread 8 socket connected 1074014416 client thread 8 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1074407616 client thread 9 socket connected 1074407616 client thread 9 socket wrote 8192 server thread 2 write 131072 bytes server: 3000 0 4000 0 7000 server thread 2 loop 2 server thread 3 write 131072 bytes server: 3000 0 4000 0 7000 server thread 3 loop 2 server thread 1 got connection 1075841056 server thread 1 read 8192 bytes server thread 7 write 131072 bytes server thread 4 got connection 1074413136 server: 4000 0 3000 0 7000 server thread 7 loop 2 server thread 4 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1074410296 client thread 2 socket connected 1074410296 client thread 2 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 1075193888 server thread 9 got connection 1076635760 client thread 3 socket connected 1075193888 server thread 9 read 8192 bytes client thread 3 socket wrote 8192 server thread 0 write 131072 bytes server thread 5 write 131072 bytes server: 5000 0 5000 0 10000 server thread 0 loop 2 server: 4000 0 4000 0 8000 server thread 5 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 got connection 1074538528 server thread 7 got connection 1074014256 server thread 6 read 8192 bytes server thread 7 read 8192 bytes server thread 2 got connection 1074407536 server thread 2 read 8192 bytes server thread 8 got connection 1074276560 server thread 8 read 8192 bytes server thread 3 got connection 1074276400 server thread 3 read 8192 bytes client thread 5 socket read 131072 client thread 5 loop 2 server thread 1 write 131072 bytes client thread 5 socket created 1076635840 client thread 5 socket connected 1076635840 client thread 5 socket wrote 8192 server: 6000 0 4000 1000 11000 server thread 1 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1076635680 client thread 0 socket connected 1076635680 client thread 0 socket wrote 8192 server thread 4 write 131072 bytes server: 4000 0 5000 0 9000 server thread 4 loop 2 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 1073785024 client thread 1 socket connected 1073785024 client thread 1 socket wrote 8192 server thread 5 got connection 1075841056 server thread 5 read 8192 bytes server thread 9 write 131072 bytes server: 4000 0 6000 0 10000 server thread 9 loop 2 server thread 0 got connection 1075196112 server thread 0 read 8192 bytes server thread 7 write 131072 bytes server: 3000 0 4000 0 7000 server thread 7 loop 3 server thread 2 write 131072 bytes server: 4000 0 4000 0 8000 server thread 2 loop 3 client thread 4 socket read 131072 server thread 3 write 131072 bytes server thread 6 write 131072 bytes server: 7000 0 5000 0 12000 server thread 6 loop 2 server thread 1 got connection 1074413136 server thread 1 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 1074019160 client thread 7 socket connected 1074019160 client thread 7 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 1076635760 client thread 2 socket connected 1076635760 client thread 2 socket wrote 8192 server thread 8 write 131072 bytes client thread 3 socket read 131072 server: 7000 0 6000 0 13000 server thread 8 loop 2 client thread 3 loop 3 client thread 3 socket created 1074014256 client thread 3 socket connected 1074014256 client thread 3 socket wrote 8192 server: 4000 0 4000 1000 9000 server thread 3 loop 3 client thread 9 socket read 131072 server thread 3 got connection 1074407536 server thread 3 read 8192 bytes client thread 9 loop 2 client thread 9 socket created 1074538528 client thread 9 socket connected 1074538528 client thread 9 socket wrote 8192 server thread 5 write 131072 bytes server: 4000 0 4000 0 8000 server thread 5 loop 3 client thread 4 loop 2 client thread 4 socket created 1074276480 client thread 4 socket connected 1074276480 client thread 4 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 1074410296 client thread 6 socket connected 1074410296 client thread 6 socket wrote 8192 server thread 7 got connection 1074276560 server thread 7 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1075193888 client thread 8 socket connected 1075193888 client thread 8 socket wrote 8192 server thread 9 got connection 1074276400 server thread 9 read 8192 bytes server thread 2 got connection 1074407616 server thread 2 read 8192 bytes server thread 0 write 131072 bytes server: 5000 0 5000 0 10000 server thread 0 loop 3 server thread 4 got connection 1075841056 server thread 4 read 8192 bytes client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 1075196192 client thread 5 socket connected 1075196192 client thread 5 socket wrote 8192 server thread 1 write 131072 bytes server: 3000 0 5000 0 8000 server thread 1 loop 3 server thread 6 got connection 1075843896 server thread 6 read 8192 bytes server thread 3 write 131072 bytes server: 0 0 4000 0 4000 server thread 3 loop 4 server thread 5 got connection 1074014416 server thread 5 read 8192 bytes server thread 8 got connection 1075196112 server thread 8 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 1076635840 client thread 1 socket connected 1076635840 client thread 1 socket wrote 8192 server thread 7 write 131072 bytes server: 3000 0 4000 1000 8000 server thread 7 loop 4 client thread 0 socket read 131072 server thread 2 write 131072 bytes client thread 0 loop 3 client thread 0 socket created 1074413136 server: 4000 0 4000 0 8000 server thread 2 loop 4 client thread 0 socket connected 1074413136 client thread 0 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 1074407536 client thread 3 socket connected 1074407536 client thread 3 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1073785024 client thread 7 socket connected 1073785024 client thread 7 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 1074276560 client thread 2 socket connected 1074276560 client thread 2 socket wrote 8192 server thread 3 got connection 1076635680 server thread 3 read 8192 bytes server thread 1 got connection 1074407616 server thread 1 read 8192 bytes server thread 5 write 131072 bytes server: 3000 0 4000 0 7000 server thread 5 loop 4 server thread 7 got connection 1074014256 server thread 7 read 8192 bytes server thread 9 write 131072 bytes server: 4000 0 6000 0 10000 server thread 9 loop 3 server thread 0 got connection 1074019160 server thread 0 read 8192 bytes server thread 2 got connection 1076635760 server thread 2 read 8192 bytes server thread 4 write 131072 bytes server: 7000 0 6000 0 13000 server thread 4 loop 3 server thread 6 write 131072 bytes server: 5000 0 6000 0 11000 server thread 6 loop 3 server thread 8 write 131072 bytes server: 5000 0 5000 0 10000 server thread 8 loop 3 client thread 5 socket read 131072 client thread 5 loop 4 client thread 9 socket read 131072 client thread 5 socket created 1074014416 client thread 5 socket connected 1074014416 client thread 5 socket wrote 8192 client thread 4 socket read 131072 client thread 6 socket read 131072 server thread 3 write 131072 bytes client thread 6 loop 3 client thread 6 socket created 1074276400 server: 3000 0 4000 0 7000 client thread 6 socket connected 1074276400 client thread 6 socket wrote 8192 Thread 3 EXIT server thread 1 write 131072 bytes server thread 5 got connection 1075841056 server thread 5 read 8192 bytes server: 3000 1000 4000 0 8000 server thread 1 loop 4 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1075843896 client thread 8 socket connected 1075843896 client thread 8 socket wrote 8192 client thread 9 loop 3 client thread 9 socket created 1075196112 client thread 9 socket connected 1075196112 client thread 9 socket wrote 8192 server thread 7 write 131072 bytes server: 2000 0 4000 0 6000 server thread 0 write 131072 bytes server: 5000 0 4000 1000 10000 server thread 0 loop 4 server thread 2 write 131072 bytes server: 3000 0 4000 0 7000 client thread 4 loop 3 client thread 4 socket created 1075196192 Thread 2 EXIT client thread 4 socket connected 1075196192 client thread 4 socket wrote 8192 server thread 6 got connection 1074410296 server thread 6 read 8192 bytes client thread 3 socket read 131072 Thread 3 EXIT client thread 1 socket read 131072 server thread 8 got connection 1076635680 client thread 1 loop 4 server thread 8 read 8192 bytes client thread 1 socket created 1074281904 client thread 1 socket connected 1074281904 client thread 1 socket wrote 8192 server thread 9 got connection 1074407616 server thread 9 read 8192 bytes client thread 7 socket read 131072 Thread 7 EXIT Thread 7 EXIT client thread 2 socket read 131072 Thread 2 EXIT client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 1075193888 client thread 0 socket connected 1075193888 client thread 0 socket wrote 8192 server thread 4 got connection 1074538528 server thread 4 read 8192 bytes server thread 5 write 131072 bytes server: 4000 0 3000 0 7000 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 1 got connection 1074014256 server thread 1 read 8192 bytes server thread 1 write 131072 bytes server: 4000 0 1000 0 5000 Thread 1 EXIT server thread 0 got connection 1074019160 server thread 0 read 8192 bytes server thread 8 write 131072 bytes server: 3000 1000 5000 0 9000 server thread 8 loop 4 server thread 6 write 131072 bytes client thread 6 socket read 131072 server: 3000 0 6000 0 9000 server thread 6 loop 4 client thread 6 loop 4 client thread 6 socket created 1076635760 client thread 6 socket connected 1076635760 client thread 6 socket wrote 8192 server thread 0 write 131072 bytes client thread 0 socket read 131072 Thread 0 EXIT server thread 9 write 131072 bytes server: 6000 0 6000 0 12000 server thread 9 loop 4 server: 5000 0 2000 0 7000 Thread 0 EXIT server thread 4 write 131072 bytes server: 6000 0 5000 0 11000 server thread 4 loop 4 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1074276480 client thread 8 socket connected 1074276480 client thread 8 socket wrote 8192 server thread 6 got connection 1074014336 server thread 6 read 8192 bytes server thread 6 write 131072 bytes server: 2000 0 1000 0 3000 Thread 6 EXIT client thread 9 socket read 131072 client thread 9 loop 4 client thread 4 socket read 131072 client thread 9 socket created 1074407536 client thread 9 socket connected 1074407536 client thread 4 loop 4 client thread 9 socket wrote 8192 client thread 4 socket created 1076635840 client thread 4 socket connected 1076635840 server thread 9 got connection 1073785024 client thread 4 socket wrote 8192 server thread 9 read 8192 bytes server thread 8 got connection 1075841136 server thread 8 read 8192 bytes server thread 4 got connection 1074276560 server thread 4 read 8192 bytes server thread 9 write 131072 bytes server: 2000 0 1000 1000 4000 Thread 9 EXIT client thread 9 socket read 131072 Thread 9 EXIT server thread 8 write 131072 bytes server: 4000 0 1000 0 5000 Thread 8 EXIT client thread 8 socket read 131072 Thread 8 EXIT server thread 4 write 131072 bytes server: 3000 0 2000 0 5000 Thread 4 EXIT client thread 4 socket read 131072 Thread 4 EXIT client thread 1 socket read 131072 client thread 6 socket read 131072 Thread 1 EXIT Thread 6 EXIT Thread 6 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 96600 1000 35900 1000 server per thread elapsed time 134500 ---------- Client results: ---------- client per thread totals 10 1300 700 161700 1100 client per thread elapsed time 164800 select loop user/kernel: 21200.00 usec server thread 1 alive server thread 1 loop 0 server thread 3 alive server thread 3 loop 0 server thread 0 alive server thread 4 alive server thread 0 loop 0 server thread 4 loop 0 server thread 2 alive server thread 6 alive server thread 2 loop 0 server thread 6 loop 0 client thread 1 alive client thread 1 loop 0 client thread 1 socket created 1076635680 server thread 8 alive client thread 1 socket connected 1076635680 client thread 1 socket wrote 8192 server thread 5 alive client thread 3 alive client thread 3 loop 0 client thread 3 socket created 1075193888 server thread 5 loop 0 client thread 3 socket connected 1075193888 client thread 3 socket wrote 8192 client thread 4 alive client thread 4 loop 0 server thread 9 alive client thread 4 socket created 1074407616 client thread 4 socket connected 1074407616 client thread 4 socket wrote 8192 server thread 9 loop 0 client thread 6 alive client thread 6 loop 0 client thread 6 socket created 1074413056 client thread 0 alive client thread 0 loop 0 client thread 0 socket created 1074538528 server thread 1 got connection 1075843896 client thread 0 socket connected 1074538528 server thread 1 read 8192 bytes client thread 0 socket wrote 8192 client thread 2 alive client thread 2 loop 0 client thread 2 socket created 1074014336 client thread 2 socket connected 1074014336 client thread 2 socket wrote 8192 client thread 8 alive client thread 8 loop 0 server thread 8 loop 0 client thread 8 socket created 1074407456 client thread 8 socket connected 1074407456 client thread 5 alive client thread 5 loop 0 client thread 9 alive client thread 5 socket created 1075196112 client thread 9 loop 0 client thread 9 socket created 1075196192 client thread 5 socket connected 1075196112 client thread 5 socket wrote 8192 client thread 9 socket connected 1075196192 client thread 9 socket wrote 8192 server thread 3 got connection 1073785024 server thread 0 got connection 1074540672 server thread 3 read 8192 bytes server thread 0 read 8192 bytes server thread 4 got connection 1074407536 server thread 4 read 8192 bytes server thread 2 got connection 1075841136 server thread 6 got connection 1073789048 server thread 2 read 8192 bytes client thread 6 socket connected 1074413056 client thread 6 socket wrote 8192 server thread 8 got connection 1074276480 server thread 8 read 8192 bytes client thread 8 socket wrote 8192 server thread 7 alive server thread 8 write 131072 bytes server thread 7 loop 0 server: 2000 0 1000 0 3000 server thread 8 loop 1 server thread 5 got connection 1074413216 server thread 5 read 8192 bytes server thread 9 got connection 1076635840 server thread 9 read 8192 bytes server thread 1 write 131072 bytes server: 3000 0 5000 0 8000 server thread 1 loop 1 server thread 6 read 8192 bytes client thread 7 alive client thread 7 loop 0 client thread 7 socket created 1074281904 client thread 7 socket connected 1074281904 client thread 7 socket wrote 8192 server thread 3 write 131072 bytes server: 3000 0 6000 0 9000 server thread 3 loop 1 server thread 4 write 131072 bytes client thread 1 socket read 131072 server: 3000 0 6000 0 9000 server thread 4 loop 1 client thread 1 loop 1 client thread 1 socket created 1076635760 client thread 1 socket connected 1076635760 client thread 1 socket wrote 8192 server thread 0 write 131072 bytes server: 3000 0 7000 0 10000 server thread 0 loop 1 client thread 3 socket read 131072 server thread 7 got connection 1074276480 server thread 7 read 8192 bytes client thread 3 loop 1 client thread 3 socket created 1075843896 client thread 3 socket connected 1075843896 client thread 3 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1073785024 client thread 4 socket connected 1073785024 client thread 4 socket wrote 8192 server thread 4 got connection 1074407536 server thread 2 write 131072 bytes server thread 4 read 8192 bytes server: 4000 0 7000 0 11000 server thread 2 loop 1 server thread 5 write 131072 bytes server thread 1 got connection 1076635680 server thread 1 read 8192 bytes server: 5000 0 5000 0 10000 server thread 5 loop 1 server thread 9 write 131072 bytes server: 5000 1000 5000 0 11000 server thread 9 loop 1 client thread 0 socket read 131072 server thread 6 write 131072 bytes client thread 0 loop 1 client thread 0 socket created 1074540672 server: 4000 3000 5000 0 12000 server thread 6 loop 1 client thread 0 socket connected 1074540672 client thread 0 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 1075193888 client thread 2 socket connected 1075193888 client thread 2 socket wrote 8192 server thread 3 got connection 1074407616 server thread 3 read 8192 bytes client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1075841136 client thread 9 socket connected 1075841136 client thread 9 socket wrote 8192 server thread 0 got connection 1074413216 server thread 0 read 8192 bytes client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 1076635840 client thread 5 socket connected 1076635840 client thread 5 socket wrote 8192 client thread 6 socket read 131072 server thread 7 write 131072 bytes client thread 6 loop 1 client thread 6 socket created 1074538528 server: 5000 0 5000 0 10000 server thread 7 loop 1 client thread 6 socket connected 1074538528 client thread 6 socket wrote 8192 server thread 2 got connection 1073789048 server thread 2 read 8192 bytes server thread 1 write 131072 bytes server: 4000 0 4000 0 8000 server thread 1 loop 2 server thread 9 got connection 1074014336 server thread 9 read 8192 bytes server thread 4 write 131072 bytes server: 2000 0 5000 0 7000 server thread 4 loop 2 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 1075196192 client thread 7 socket connected 1075196192 client thread 7 socket wrote 8192 server thread 5 got connection 1075196112 server thread 5 read 8192 bytes server thread 6 got connection 1074413056 server thread 6 read 8192 bytes client thread 1 socket read 131072 server thread 3 write 131072 bytes client thread 1 loop 2 client thread 1 socket created 1074276480 server: 4000 0 5000 0 9000 server thread 3 loop 2 client thread 1 socket connected 1074276480 client thread 1 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 1076635680 client thread 4 socket connected 1076635680 client thread 4 socket wrote 8192 server thread 0 write 131072 bytes server: 4000 0 5000 0 9000 server thread 0 loop 2 server thread 7 got connection 1074407536 client thread 3 socket read 131072 server thread 7 read 8192 bytes client thread 3 loop 2 client thread 3 socket created 1074281904 client thread 3 socket connected 1074281904 client thread 3 socket wrote 8192 server thread 1 got connection 1076635760 server thread 1 read 8192 bytes server thread 2 write 131072 bytes server: 4000 0 5000 0 9000 server thread 2 loop 2 server thread 4 got connection 1074407616 server thread 4 read 8192 bytes server thread 5 write 131072 bytes server: 6000 0 3000 0 9000 server thread 5 loop 2 server thread 9 write 131072 bytes server: 4000 0 5000 0 9000 server thread 9 loop 2 server thread 6 write 131072 bytes server: 5000 0 4000 0 9000 server thread 6 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1073785024 client thread 0 socket connected 1073785024 client thread 0 socket wrote 8192 server thread 3 got connection 1074413216 server thread 3 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1075843896 client thread 2 socket connected 1075843896 client thread 2 socket wrote 8192 client thread 9 socket read 131072 client thread 5 socket read 131072 client thread 9 loop 2 client thread 9 socket created 1073789048 client thread 9 socket connected 1073789048 client thread 5 loop 2 client thread 9 socket wrote 8192 client thread 5 socket created 1075196112 client thread 5 socket connected 1075196112 server thread 0 got connection 1074014336 server thread 0 read 8192 bytes client thread 5 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 2 server thread 7 write 131072 bytes client thread 6 socket created 1074413056 client thread 6 socket connected 1074413056 server: 4000 0 4000 1000 9000 client thread 6 socket wrote 8192 server thread 7 loop 2 server thread 2 got connection 1074540672 server thread 2 read 8192 bytes server thread 1 write 131072 bytes server: 5000 0 4000 0 9000 server thread 1 loop 3 server thread 9 got connection 1075193888 server thread 9 read 8192 bytes server thread 4 write 131072 bytes server: 4000 0 5000 0 9000 server thread 4 loop 3 server thread 5 got connection 1075841136 server thread 5 read 8192 bytes client thread 7 socket read 131072 server thread 6 got connection 1076635840 server thread 6 read 8192 bytes server thread 3 write 131072 bytes server: 4000 0 4000 0 8000 server thread 3 loop 3 client thread 4 socket read 131072 client thread 4 loop 3 client thread 4 socket created 1074538528 client thread 1 socket read 131072 client thread 4 socket connected 1074538528 client thread 4 socket wrote 8192 client thread 1 loop 3 client thread 1 socket created 1074407536 client thread 1 socket connected 1074407536 client thread 1 socket wrote 8192 client thread 7 loop 2 client thread 7 socket created 1076635760 client thread 7 socket connected 1076635760 client thread 7 socket wrote 8192 server thread 0 write 131072 bytes server: 4000 0 4000 0 8000 server thread 0 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1074407616 client thread 3 socket connected 1074407616 server thread 5 write 131072 bytes client thread 3 socket wrote 8192 server: 5000 0 3000 0 8000 server thread 5 loop 3 server thread 4 got connection 1074413216 server thread 4 read 8192 bytes server thread 2 write 131072 bytes server: 4000 0 4000 0 8000 server thread 2 loop 3 server thread 7 got connection 1076635680 server thread 1 got connection 1074276480 server thread 7 read 8192 bytes server thread 1 read 8192 bytes server thread 9 write 131072 bytes server thread 6 write 131072 bytes server: 3000 0 5000 0 8000 server thread 9 loop 3 server: 4000 0 4000 0 8000 server thread 6 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 5 socket read 131072 client thread 0 socket created 1075196192 client thread 0 socket connected 1075196192 client thread 5 loop 3 client thread 0 socket wrote 8192 client thread 5 socket created 1074014336 client thread 5 socket connected 1074014336 client thread 5 socket wrote 8192 client thread 2 socket read 131072 server thread 3 got connection 1074281904 client thread 2 loop 3 server thread 3 read 8192 bytes client thread 2 socket created 1075841136 client thread 2 socket connected 1075841136 client thread 2 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1074540672 client thread 9 socket connected 1074540672 client thread 9 socket wrote 8192 server thread 0 got connection 1075193888 server thread 0 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1076635840 server thread 5 got connection 1073785024 server thread 5 read 8192 bytes client thread 6 socket connected 1076635840 client thread 6 socket wrote 8192 server thread 2 got connection 1075196112 server thread 2 read 8192 bytes server thread 1 write 131072 bytes server: 4000 0 5000 0 9000 server thread 1 loop 4 server thread 4 write 131072 bytes server thread 9 got connection 1075843896 server thread 9 read 8192 bytes server: 3000 0 5000 0 8000 server thread 4 loop 4 server thread 6 got connection 1073789048 server thread 6 read 8192 bytes server thread 7 write 131072 bytes server: 4000 0 6000 0 10000 server thread 7 loop 3 server thread 3 write 131072 bytes server: 4000 0 4000 0 8000 server thread 3 loop 4 client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 1074413056 client thread 4 socket connected 1074413056 client thread 4 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 1074276480 client thread 1 socket connected 1074276480 client thread 1 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 1074413216 client thread 7 socket connected 1074413216 client thread 7 socket wrote 8192 server thread 5 write 131072 bytes client thread 3 socket read 131072 server: 4000 0 4000 0 8000 server thread 5 loop 4 client thread 3 loop 4 client thread 3 socket created 1076635680 client thread 3 socket connected 1076635680 client thread 3 socket wrote 8192 server thread 4 got connection 1074281904 server thread 4 read 8192 bytes server thread 0 write 131072 bytes server: 4000 0 5000 0 9000 server thread 0 loop 4 server thread 2 write 131072 bytes server: 4000 0 4000 0 8000 server thread 2 loop 4 server thread 6 write 131072 bytes server thread 9 write 131072 bytes server: 4000 0 4000 0 8000 server thread 6 loop 4 server: 4000 0 4000 0 8000 server thread 9 loop 4 server thread 1 got connection 1074538528 server thread 1 read 8192 bytes server thread 7 got connection 1074407536 server thread 7 read 8192 bytes client thread 0 socket read 131072 client thread 0 loop 4 client thread 5 socket read 131072 client thread 0 socket created 1076635760 client thread 0 socket connected 1076635760 client thread 0 socket wrote 8192 server thread 3 got connection 1073785024 server thread 3 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 1074407616 client thread 2 socket connected 1074407616 client thread 2 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 1075193888 client thread 9 socket connected 1075193888 client thread 9 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 1075196112 client thread 6 socket connected 1075196112 client thread 6 socket wrote 8192 server thread 0 got connection 1073789048 server thread 0 read 8192 bytes server thread 6 got connection 1075843896 server thread 6 read 8192 bytes server thread 2 got connection 1075196192 server thread 2 read 8192 bytes server thread 9 got connection 1075841136 client thread 5 loop 4 server thread 9 read 8192 bytes client thread 5 socket created 1074540672 client thread 5 socket connected 1074540672 client thread 5 socket wrote 8192 server thread 4 write 131072 bytes server: 3000 0 6000 0 9000 Thread 4 EXIT server thread 1 write 131072 bytes server thread 7 write 131072 bytes server: 3000 0 5000 0 8000 server thread 7 loop 4 server thread 3 write 131072 bytes server: 4000 0 5000 0 9000 Thread 3 EXIT server thread 5 got connection 1076635840 server thread 5 read 8192 bytes client thread 4 socket read 131072 Thread 4 EXIT client thread 7 socket read 131072 server thread 0 write 131072 bytes client thread 7 loop 4 client thread 7 socket created 1074014336 server: 3000 0 4000 1000 8000 client thread 7 socket connected 1074014336 client thread 7 socket wrote 8192 server: 4000 0 5000 2000 11000 server thread 2 write 131072 bytes Thread 1 EXIT server: 4000 0 4000 0 8000 Thread 2 EXIT server thread 6 write 131072 bytes server: 3000 0 4000 0 7000 Thread 6 EXIT client thread 1 socket read 131072 Thread 1 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 9 write 131072 bytes server: 4000 0 4000 0 8000 Thread 9 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 6 socket read 131072 server thread 7 got connection 1074281904 Thread 6 EXIT server thread 7 read 8192 bytes Thread 0 EXIT server thread 7 write 131072 bytes server: 3000 0 1000 0 4000 Thread 7 EXIT client thread 2 socket read 131072 Thread 2 EXIT client thread 9 socket read 131072 Thread 9 EXIT server thread 5 write 131072 bytes server: 7000 0 4000 0 11000 Thread 5 EXIT client thread 5 socket read 131072 Thread 5 EXIT client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 1074014416 client thread 8 socket connected 1074014416 client thread 8 socket wrote 8192 server thread 8 got connection 1074407536 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 64000 0 1000 0 65000 server thread 8 loop 2 client thread 7 socket read 131072 Thread 7 EXIT client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1073785024 client thread 8 socket connected 1073785024 client thread 8 socket wrote 8192 server thread 8 got connection 1075841056 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 59000 0 0 0 59000 server thread 8 loop 3 client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 1074413056 client thread 8 socket connected 1074413056 client thread 8 socket wrote 8192 server thread 8 got connection 1074413216 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 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1073789048 client thread 8 socket connected 1073789048 client thread 8 socket wrote 8192 server thread 8 got connection 1074538528 server thread 8 read 8192 bytes server thread 8 write 131072 bytes server: 59000 0 1000 0 60000 Thread 8 EXIT client thread 8 socket read 131072 Thread 8 EXIT Thread 8 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 138700 1400 57000 1400 server per thread elapsed time 198500 ---------- Client results: ---------- client per thread totals 10 2200 1400 234100 2400 client per thread elapsed time 240100 select loop kernel/user: 61800.00 usec server thread 0 alive server thread 0 loop 0 server thread 2 alive server thread 2 loop 0 server thread 1 alive client thread 0 alive client thread 0 loop 0 client thread 0 socket created 1075843896 client thread 0 socket connected 1075843896 server thread 1 loop 0 client thread 0 socket wrote 8192 server thread 5 alive server thread 3 alive server thread 5 loop 0 server thread 3 loop 0 server thread 7 alive server thread 4 alive server thread 7 loop 0 server thread 4 loop 0 client thread 2 alive client thread 2 loop 0 server thread 6 alive client thread 2 socket created 1074019160 client thread 2 socket connected 1074019160 client thread 2 socket wrote 8192 server thread 6 loop 0 server thread 0 got connection 1075196112 server thread 0 read 8192 bytes server thread 8 alive server thread 8 loop 0 server thread 9 alive server thread 9 loop 0 client thread 1 alive client thread 1 loop 0 client thread 1 socket created 1074276560 client thread 1 socket connected 1074276560 client thread 5 alive client thread 5 loop 0 client thread 3 alive client thread 3 loop 0 client thread 7 alive client thread 3 socket created 1075193888 client thread 7 loop 0 client thread 3 socket connected 1075193888 client thread 7 socket created 1076635840 client thread 3 socket wrote 8192 client thread 7 socket connected 1076635840 client thread 7 socket wrote 8192 client thread 4 alive client thread 4 loop 0 client thread 6 alive client thread 4 socket created 1074276400 client thread 6 loop 0 client thread 6 socket created 1074540672 client thread 4 socket connected 1074276400 client thread 4 socket wrote 8192 client thread 6 socket connected 1074540672 client thread 6 socket wrote 8192 server thread 2 got connection 1074407456 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1074407536 client thread 9 socket connected 1074407536 client thread 9 socket wrote 8192 server thread 1 got connection 1074014336 server thread 1 read 8192 bytes client thread 8 alive client thread 8 loop 0 client thread 8 socket created 1074014416 client thread 8 socket connected 1074014416 client thread 8 socket wrote 8192 client thread 1 socket wrote 8192 server thread 1 write 131072 bytes server: 3000 0 1000 0 4000 server thread 1 loop 1 client thread 5 socket created 1074407616 client thread 1 socket read 131072 client thread 5 socket connected 1074407616 client thread 5 socket wrote 8192 server thread 7 got connection 1075841056 server thread 7 read 8192 bytes server thread 3 got connection 1073785024 server thread 3 read 8192 bytes server thread 2 read 8192 bytes server thread 4 got connection 1074413216 server thread 4 read 8192 bytes server thread 0 write 131072 bytes server thread 6 got connection 1074413056 server thread 6 read 8192 bytes server: 2000 0 4000 1000 7000 server thread 0 loop 1 server thread 5 got connection 1074538528 server thread 5 read 8192 bytes server thread 9 got connection 1074410296 server thread 9 read 8192 bytes client thread 1 loop 1 client thread 1 socket created 1073789048 client thread 1 socket connected 1073789048 client thread 1 socket wrote 8192 server thread 8 got connection 1074014336 server thread 8 read 8192 bytes client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 1075196112 client thread 0 socket connected 1075196112 client thread 0 socket wrote 8192 server thread 1 got connection 1074276560 server thread 1 read 8192 bytes server thread 2 write 131072 bytes server: 3000 3000 5000 0 11000 server thread 2 loop 1 server thread 7 write 131072 bytes server: 4000 0 7000 0 11000 server thread 7 loop 1 server thread 3 write 131072 bytes server thread 0 got connection 1075843896 server thread 0 read 8192 bytes server: 4000 0 7000 0 11000 server thread 3 loop 1 server thread 4 write 131072 bytes server: 5000 0 6000 0 11000 server thread 4 loop 1 server thread 5 write 131072 bytes server thread 6 write 131072 bytes server: 6000 0 6000 0 12000 server thread 5 loop 1 server: 5000 0 6000 0 11000 server thread 6 loop 1 server thread 8 write 131072 bytes client thread 2 socket read 131072 server: 6000 0 5000 0 11000 server thread 8 loop 1 client thread 2 loop 1 client thread 2 socket created 1074407456 client thread 2 socket connected 1074407456 client thread 2 socket wrote 8192 server thread 9 write 131072 bytes client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 1075841056 client thread 7 socket connected 1075841056 client thread 7 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 1073785024 client thread 5 socket read 131072 client thread 3 socket connected 1073785024 client thread 3 socket wrote 8192 client thread 5 loop 1 client thread 5 socket created 1074413216 client thread 5 socket connected 1074413216 server thread 7 got connection 1074538528 client thread 5 socket wrote 8192 server thread 7 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 1074413056 client thread 6 socket connected 1074413056 client thread 6 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1074014336 client thread 9 socket connected 1074014336 client thread 9 socket wrote 8192 server: 5000 0 7000 2000 14000 server thread 9 loop 1 server thread 9 got connection 1074019160 server thread 9 read 8192 bytes client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1076635840 client thread 4 socket connected 1076635840 client thread 4 socket wrote 8192 client thread 8 socket read 131072 server thread 1 write 131072 bytes client thread 8 loop 1 client thread 8 socket created 1075193888 server: 6000 0 5000 0 11000 server thread 1 loop 2 client thread 8 socket connected 1075193888 client thread 8 socket wrote 8192 server thread 3 got connection 1074407616 server thread 2 got connection 1074540672 server thread 3 read 8192 bytes server thread 2 read 8192 bytes server thread 5 got connection 1074407536 server thread 5 read 8192 bytes server thread 6 got connection 1074410296 server thread 6 read 8192 bytes server thread 0 write 131072 bytes server: 5000 0 6000 0 11000 server thread 0 loop 2 client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 1074276400 client thread 1 socket connected 1074276400 client thread 1 socket wrote 8192 server thread 4 got connection 1074014416 server thread 4 read 8192 bytes server thread 8 got connection 1074276560 server thread 8 read 8192 bytes server thread 7 write 131072 bytes server: 3000 0 5000 0 8000 server thread 7 loop 2 client thread 0 socket read 131072 server thread 2 write 131072 bytes server: 6000 0 4000 1000 11000 server thread 2 loop 2 server thread 9 write 131072 bytes server: 0 0 6000 0 6000 server thread 9 loop 2 server thread 1 got connection 1075843896 server thread 1 read 8192 bytes client thread 0 loop 2 client thread 0 socket created 1073789048 client thread 0 socket connected 1073789048 client thread 0 socket wrote 8192 server thread 5 write 131072 bytes server: 4000 0 6000 0 10000 server thread 5 loop 2 server thread 3 write 131072 bytes server: 5000 0 6000 0 11000 server thread 3 loop 2 client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1074538528 client thread 2 socket connected 1074538528 client thread 2 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 1074540672 client thread 7 socket connected 1074540672 client thread 7 socket wrote 8192 server thread 0 got connection 1074019160 server thread 4 write 131072 bytes server thread 0 read 8192 bytes server: 7000 0 5000 0 12000 server thread 4 loop 2 server thread 6 write 131072 bytes server: 5000 0 6000 0 11000 server thread 6 loop 2 client thread 3 socket read 131072 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 1075196112 server thread 2 got connection 1074407536 client thread 9 socket connected 1075196112 server thread 2 read 8192 bytes client thread 9 socket wrote 8192 server thread 9 got connection 1074407616 server thread 9 read 8192 bytes server thread 7 got connection 1074407456 server thread 7 read 8192 bytes server thread 8 write 131072 bytes server: 7000 0 6000 0 13000 server thread 8 loop 2 client thread 5 socket read 131072 client thread 4 socket read 131072 client thread 5 loop 2 client thread 5 socket created 1075841056 client thread 5 socket connected 1075841056 client thread 4 loop 2 client thread 5 socket wrote 8192 client thread 4 socket created 1074014416 client thread 4 socket connected 1074014416 client thread 4 socket wrote 8192 server thread 1 write 131072 bytes client thread 6 socket read 131072 client thread 3 loop 2 client thread 3 socket created 1074410296 client thread 6 loop 2 client thread 3 socket connected 1074410296 client thread 6 socket created 1074014336 client thread 3 socket wrote 8192 client thread 6 socket connected 1074014336 client thread 6 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 1074276560 client thread 8 socket connected 1074276560 client thread 8 socket wrote 8192 server thread 5 got connection 1074413216 server thread 4 got connection 1076635840 server thread 5 read 8192 bytes server thread 4 read 8192 bytes server: 6000 0 5000 2000 13000 server thread 1 loop 3 client thread 1 socket read 131072 server thread 3 got connection 1073785024 server thread 3 read 8192 bytes client thread 1 loop 3 client thread 1 socket created 1074413056 client thread 1 socket connected 1074413056 client thread 1 socket wrote 8192 server thread 0 write 131072 bytes server: 6000 0 5000 0 11000 server thread 0 loop 3 server thread 6 got connection 1075193888 server thread 6 read 8192 bytes server thread 2 write 131072 bytes server: 3000 0 5000 0 8000 server thread 2 loop 3 server thread 7 write 131072 bytes server: 5000 0 5000 0 10000 server thread 7 loop 3 server thread 9 write 131072 bytes server: 3000 0 5000 0 8000 server thread 9 loop 3 server thread 8 got connection 1075843896 server thread 8 read 8192 bytes client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 1074276400 client thread 0 socket connected 1074276400 client thread 0 socket wrote 8192 server thread 1 got connection 1074019160 client thread 2 socket read 131072 server thread 1 read 8192 bytes client thread 2 loop 3 client thread 2 socket created 1074407536 client thread 2 socket connected 1074407536 client thread 2 socket wrote 8192 server thread 5 write 131072 bytes server: 5000 0 5000 0 10000 server thread 5 loop 3 server thread 0 got connection 1074407456 server thread 0 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 1074407616 client thread 7 socket connected 1074407616 client thread 7 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1073789048 client thread 9 socket connected 1073789048 client thread 9 socket wrote 8192 server thread 2 got connection 1074538528 server thread 4 write 131072 bytes server thread 2 read 8192 bytes server thread 3 write 131072 bytes server: 6000 0 6000 0 12000 server thread 3 loop 3 server thread 8 write 131072 bytes server: 5000 0 4000 0 9000 server thread 8 loop 3 server thread 7 got connection 1074413216 server thread 7 read 8192 bytes client thread 5 socket read 131072 client thread 5 loop 3 client thread 5 socket created 1074540672 client thread 5 socket connected 1074540672 client thread 5 socket wrote 8192 client thread 4 socket read 131072 server thread 6 write 131072 bytes client thread 4 loop 3 server: 5000 0 7000 0 12000 server thread 6 loop 3 client thread 4 socket created 1075196112 client thread 4 socket connected 1075196112 client thread 4 socket wrote 8192 server thread 9 got connection 1073785024 server thread 9 read 8192 bytes client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1075843896 client thread 3 socket connected 1075843896 client thread 3 socket wrote 8192 server thread 1 write 131072 bytes server: 3000 0 5000 0 8000 server thread 1 loop 4 client thread 8 socket read 131072 server: 4000 0 6000 3000 13000 server thread 4 loop 3 client thread 8 loop 3 server thread 4 got connection 1075841056 client thread 8 socket created 1074014416 server thread 4 read 8192 bytes client thread 8 socket connected 1074014416 client thread 8 socket wrote 8192 server thread 0 write 131072 bytes server: 4000 0 5000 0 9000 server thread 0 loop 4 server thread 5 got connection 1075193888 server thread 5 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 1074410296 server thread 2 write 131072 bytes client thread 6 socket connected 1074410296 client thread 6 socket wrote 8192 server: 4000 0 5000 0 9000 server thread 2 loop 4 server thread 6 got connection 1074019160 server thread 6 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 1076635840 client thread 1 socket connected 1076635840 client thread 1 socket wrote 8192 client thread 0 socket read 131072 server thread 3 got connection 1074276560 server thread 3 read 8192 bytes client thread 0 loop 4 client thread 0 socket created 1074407456 client thread 0 socket connected 1074407456 client thread 0 socket wrote 8192 server thread 7 write 131072 bytes server: 5000 0 6000 0 11000 server thread 7 loop 4 server thread 8 got connection 1074014336 server thread 8 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 1074538528 client thread 2 socket connected 1074538528 client thread 2 socket wrote 8192 server thread 0 got connection 1074413056 server thread 0 read 8192 bytes server thread 1 got connection 1074276400 server thread 1 read 8192 bytes server thread 2 got connection 1074413216 server thread 2 read 8192 bytes server thread 4 write 131072 bytes server: 0 0 7000 0 7000 server thread 4 loop 4 server thread 5 write 131072 bytes server: 5000 0 6000 0 11000 server thread 5 loop 4 server thread 9 write 131072 bytes server: 6000 0 8000 0 14000 server thread 9 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1074407536 client thread 7 socket connected 1074407536 client thread 7 socket wrote 8192 server thread 3 write 131072 bytes server: 5000 0 5000 0 10000 server thread 3 loop 4 server thread 6 write 131072 bytes server: 3000 0 6000 0 9000 server thread 6 loop 4 client thread 4 socket read 131072 server thread 8 write 131072 bytes server thread 0 write 131072 bytes server: 6000 0 5000 0 11000 server thread 8 loop 4 server: 4000 0 4000 0 8000 Thread 0 EXIT client thread 5 socket read 131072 client thread 5 loop 4 server thread 7 got connection 1075841056 client thread 5 socket created 1075193888 server thread 7 read 8192 bytes client thread 5 socket connected 1075193888 client thread 5 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 1073785024 client thread 9 socket connected 1073785024 client thread 9 socket wrote 8192 server thread 1 write 131072 bytes client thread 3 socket read 131072 server: 6000 0 4000 0 10000 client thread 3 loop 4 Thread 1 EXIT client thread 3 socket created 1074407616 client thread 3 socket connected 1074407616 client thread 3 socket wrote 8192 client thread 6 socket read 131072 server thread 2 write 131072 bytes client thread 6 loop 4 client thread 6 socket created 1074276560 server: 4000 0 4000 1000 9000 client thread 6 socket connected 1074276560 client thread 6 socket wrote 8192 Thread 2 EXIT client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 1074019160 client thread 8 socket connected 1074019160 client thread 8 socket wrote 8192 server thread 9 got connection 1074014336 server thread 9 read 8192 bytes client thread 4 loop 4 client thread 4 socket created 1074413056 client thread 4 socket connected 1074413056 client thread 4 socket wrote 8192 client thread 0 socket read 131072 Thread 0 EXIT server thread 5 got connection 1074413136 server thread 5 read 8192 bytes server thread 3 got connection 1074540672 server thread 3 read 8192 bytes server thread 6 got connection 1073789048 server thread 6 read 8192 bytes client thread 1 socket read 131072 Thread 1 EXIT client thread 2 socket read 131072 Thread 2 EXIT server thread 8 got connection 1074276400 server thread 8 read 8192 bytes server thread 7 write 131072 bytes server: 5000 0 4000 0 9000 Thread 7 EXIT server thread 4 got connection 1075843896 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 8000 0 0 1000 9000 Thread 4 EXIT server thread 5 write 131072 bytes server: 5000 0 4000 0 9000 Thread 5 EXIT client thread 7 socket read 131072 Thread 7 EXIT client thread 5 socket read 131072 Thread 5 EXIT server thread 3 write 131072 bytes server: 4000 0 5000 0 9000 Thread 3 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 9 write 131072 bytes server: 4000 0 6000 0 10000 Thread 9 EXIT server thread 8 write 131072 bytes server: 4000 0 5000 0 9000 Thread 8 EXIT server thread 6 write 131072 bytes server: 5000 0 5000 0 10000 Thread 6 EXIT client thread 8 socket read 131072 Thread 8 EXIT client thread 9 socket read 131072 Thread 9 EXIT client thread 6 socket read 131072 Thread 6 EXIT client thread 4 socket read 131072 Thread 4 EXIT Thread 4 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 20 161600 1700 83100 2500 server per thread elapsed time 248900 ---------- Client results: ---------- client per thread totals 20 3000 1600 287400 3900 client per thread elapsed time 295900 select loop kernel/kernel: 22200.00 usec END TEST: sel_spd BEGIN TEST: selct_er   Sat Feb 8 17:04:10 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:04:10 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:04:10 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:04:16 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib select returned 0 END TEST: selintr BEGIN TEST: sema   Sat Feb 8 17:04:18 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: sema BEGIN TEST: semaerr   Sat Feb 8 17:04:18 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS PASS END TEST: semaerr BEGIN TEST: semaping   Sat Feb 8 17:04:18 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib warning: removed semaphore /tmp/bar.sem left over from previous run PASS PASS END TEST: semaping BEGIN TEST: sendzlf   Sat Feb 8 17:04:19 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: sendzlf BEGIN TEST: server_test   Sat Feb 8 17:04:19 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: server_test BEGIN TEST: servr_uu   Sat Feb 8 17:04:19 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: servr_uu BEGIN TEST: servr_ku   Sat Feb 8 17:04:19 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: servr_ku BEGIN TEST: servr_uk   Sat Feb 8 17:04:20 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: servr_uk BEGIN TEST: servr_kk   Sat Feb 8 17:04:20 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: servr_kk BEGIN TEST: short_thread   Sat Feb 8 17:04:20 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: short_thread BEGIN TEST: sigpipe   Sat Feb 8 17:04:20 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:04:20 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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 17:04:23 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASSED END TEST: sockopt BEGIN TEST: sockping   Sat Feb 8 17:04:23 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:04:23 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: sprintf BEGIN TEST: stack   Sat Feb 8 17:04:25 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 END TEST: stack BEGIN TEST: stdio   Sat Feb 8 17:04:47 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib This to standard out This to standard err END TEST: stdio BEGIN TEST: str2addr   Sat Feb 8 17:04:47 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASS END TEST: str2addr BEGIN TEST: strod   Sat Feb 8 17:04:47 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Settings Number to translate 1234567890123456789 Loops to run test: 1 Translation = 1234567890123456768 END TEST: strod BEGIN TEST: switch   Sat Feb 8 17:04:47 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASSED END TEST: switch BEGIN TEST: system   Sat Feb 8 17:04:49 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PR_SI_HOSTNAME: hploan1 PR_SI_SYSNAME: HP-UX PR_SI_RELEASE: B.11.11 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:04:50 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASSED END TEST: testbit BEGIN TEST: testfile   Sat Feb 8 17:04:50 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib File Test passed Dir Test passed END TEST: testfile BEGIN TEST: threads   Sat Feb 8 17:04:51 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib FAIL threads returned 1 (failed) END TEST: threads BEGIN TEST: timemac   Sat Feb 8 17:04:52 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Sun Feb 9 01:04:52 UTC 2003 Current local time is Sat Feb 8 17:04:52 -0800 2003 GMT offset is -28800, DST offset is 0 Please examine the results END TEST: timemac BEGIN TEST: timetest   Sat Feb 8 17:04:52 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: timetest BEGIN TEST: tpd   Sat Feb 8 17:05:39 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASSED END TEST: tpd BEGIN TEST: udpsrv   Sat Feb 8 17:05:39 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib END TEST: udpsrv BEGIN TEST: vercheck   Sat Feb 8 17:05:39 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:05:40 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Runtime library version information Build time: 09 Feb 2003 00:10:50 GMT Build time: 2003-02-08 16:10:50 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:05:40 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib PASSED END TEST: writev BEGIN TEST: xnotify   Sat Feb 8 17:05:40 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_dbg/dist/lib Done! END TEST: xnotify BEGIN TEST: zerolen   Sat Feb 8 17:05:40 PST 2003 OBJDIR HP-UXB.11.11_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:05:57 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: accept BEGIN TEST: acceptread   Sat Feb 8 17:06:03 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x7b006210)127.0.0.1:54025 (Server) read [0x7b006198..0x7b00620d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x7b006210)127.0.0.1:54026 (Server) read [0x7b006198..0x7b00620d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x7b006210)127.0.0.1:54027 (Server) read [0x7b006198..0x7b00620d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x7b006210)127.0.0.1:54028 (Server) read [0x7b006198..0x7b00620d) 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:06:14 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x7b006208)127.0.0.1:54032 (Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x7b006208)127.0.0.1:54033 (Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x7b006208)127.0.0.1:54034 (Server) read [0x7b006190..0x7b006205) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x7b006208)127.0.0.1:54035 (Server) read [0x7b006190..0x7b006205) 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:06:24 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:06:25 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: alarm BEGIN TEST: anonfm   Sat Feb 8 17:07:28 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: anonfm BEGIN TEST: atomic   Sat Feb 8 17:07:29 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:07:29 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: attach BEGIN TEST: bigfile   Sat Feb 8 17:07:29 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: bigfile BEGIN TEST: cleanup   Sat Feb 8 17:07:29 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:07:35 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Client/Server started at(0x40004bc8): 17:07:35 Server started at(0x40009ee0): 17:07:35 Client started at(0x4000a2e8): 17:07:35 main(0x40004bc8): waiting for execution interval (10 seconds) Shutting down(0x40004bc8): 17:07:45 Client(0x4000a2e8): stopped after 21 operations and 17922 bytes Server(0x40009ee0): stopped after 21 operations and 17922 bytes main(0x40004bc8): test complete Test exiting at(0x40004bc8): 17:07:50 END TEST: cltsrv BEGIN TEST: concur   Sat Feb 8 17:07:50 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASSED END TEST: concur BEGIN TEST: cvar   Sat Feb 8 17:08:01 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: cvar BEGIN TEST: cvar2   Sat Feb 8 17:08:01 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 Killing cvar2 29236 after 600 kill: 29237: The specified process does not exist. cvar2 returned 143 (failed) END TEST: cvar2 BEGIN TEST: dlltest   Sat Feb 8 17:18:01 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASSED END TEST: dlltest BEGIN TEST: dtoa   Sat Feb 8 17:18:02 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASSED END TEST: dtoa BEGIN TEST: errcodes   Sat Feb 8 17:18:02 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:18:02 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: exit BEGIN TEST: fdcach   Sat Feb 8 17:18:12 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: fdcach BEGIN TEST: fileio   Sat Feb 8 17:18:12 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: fileio BEGIN TEST: foreign   Sat Feb 8 17:18:13 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: foreign BEGIN TEST: forktest   Sat Feb 8 17:18:16 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Accepting connection at port 54065 Wait one second before connect Connecting to port 54065 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Parent process continues. Accepting connection at port 54067 Fork succeeded. Child process continues. Wait one second before connect Wait one second before connect Accepting connection at port 54068 Connecting to port 54068 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Child process exits. Connecting to port 54067 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:18:18 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib 10 iterations over a 10 kbyte file: 0 [0] 6000 END TEST: fsync BEGIN TEST: getproto   Sat Feb 8 17:18:18 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:18:19 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib We have long long END TEST: i2l BEGIN TEST: initclk   Sat Feb 8 17:18:19 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Elapsed time: 3000 ms, expected time: 3012 ms PASS END TEST: initclk BEGIN TEST: inrval   Sat Feb 8 17:18:22 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 1959 nsecs Overhead of 'PR_IntervalNow()' is 1916 nsecs Overhead of 'PR_Now()' is 1963 nsecs Overhead of 'PR_IntervalNow()' is 1909 nsecs END TEST: inrval BEGIN TEST: instrumt   Sat Feb 8 17:20:00 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Test not defined END TEST: instrumt BEGIN TEST: intrio   Sat Feb 8 17:20:00 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:20:21 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASSED END TEST: intrupt BEGIN TEST: io_timeout   Sat Feb 8 17:20:34 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:20:40 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Interrupting the threads Threads terminated in 2991 milliseconds PASS END TEST: ioconthr BEGIN TEST: join   Sat Feb 8 17:20:45 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib User-User test User-Kernel test Kernel-User test Kernel-Kernel test Join with unjoinable thread PASSED END TEST: join BEGIN TEST: joinkk   Sat Feb 8 17:20:45 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: joinkk BEGIN TEST: joinku   Sat Feb 8 17:20:46 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: joinku BEGIN TEST: joinuk   Sat Feb 8 17:20:46 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: joinuk BEGIN TEST: joinuu   Sat Feb 8 17:20:46 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: joinuu BEGIN TEST: layer   Sat Feb 8 17:20:46 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:20:47 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: lazyinit BEGIN TEST: lltest   Sat Feb 8 17:20:47 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: lltest BEGIN TEST: lock   Sat Feb 8 17:20:47 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: lock BEGIN TEST: lockfile   Sat Feb 8 17:21:38 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: lockfile BEGIN TEST: logger   Sat Feb 8 17:21:50 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: logger BEGIN TEST: many_cv   Sat Feb 8 17:22:01 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PASS END TEST: many_cv BEGIN TEST: multiwait   Sat Feb 8 17:22:01 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib OneInThenCancelled() OneOpOneThread() ManyOpOneThread() SomeOpsSomeThreads() RealOneGroupIO() RealOneGroupIO Enumerated 0 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects END TEST: multiwait BEGIN TEST: nameshm1   Sat Feb 8 17:23:25 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: nameshm1 BEGIN TEST: nonblock   Sat Feb 8 17:23:30 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:23:32 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:23:32 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: ntioto BEGIN TEST: ntoh   Sat Feb 8 17:23:32 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:23:32 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:23:33 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: op_excl BEGIN TEST: op_filnf   Sat Feb 8 17:23:33 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib error code is -5950 PASS END TEST: op_filnf BEGIN TEST: op_filok   Sat Feb 8 17:23:33 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Test passed END TEST: op_filok BEGIN TEST: op_nofil   Sat Feb 8 17:23:33 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:23:34 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: parent BEGIN TEST: peek   Sat Feb 8 17:23:34 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:24:15 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib CDThread: cannot create thread 138 CDThread: cannot create thread 140 CDThread: cannot create thread 141 CDThread: cannot create thread 142 CDThread: cannot create thread 143 CDThread: cannot create thread 145 CDThread: cannot create thread 147 CDThread: cannot create thread 148 CDThread: cannot create thread 149 CDThread: cannot create thread 150 CDThread: cannot create thread 151 CDThread: cannot create thread 152 CDThread: cannot create thread 153 CDThread: cannot create thread 154 CDThread: cannot create thread 155 CDThread: cannot create thread 156 CDThread: cannot create thread 157 CDThread: cannot create thread 158 CDThread: cannot create thread 159 CDThread: cannot create thread 160 CDThread: cannot create thread 161 CDThread: cannot create thread 162 CDThread: cannot create thread 163 CDThread: cannot create thread 164 CDThread: cannot create thread 165 CDThread: cannot create thread 166 CDThread: cannot create thread 167 CDThread: cannot create thread 169 CDThread: cannot create thread 171 CDThread: cannot create thread 172 CDThread: cannot create thread 173 CDThread: cannot create thread 174 CDThread: cannot create thread 175 CDThread: cannot create thread 176 CDThread: cannot create thread 177 CDThread: cannot create thread 178 CDThread: cannot create thread 179 CDThread: cannot create thread 180 CDThread: cannot create thread 181 CDThread: cannot create thread 182 CDThread: cannot create thread 183 CDThread: cannot create thread 184 CDThread: cannot create thread 185 CDThread: cannot create thread 186 CDThread: cannot create thread 187 CDThread: cannot create thread 188 CDThread: cannot create thread 189 CDThread: cannot create thread 190 CDThread: cannot create thread 192 CDThread: cannot create thread 194 CDThread: cannot create thread 195 CDThread: cannot create thread 196 CDThread: cannot create thread 197 CDThread: cannot create thread 198 CDThread: cannot create thread 199 CDThread: cannot create thread 200 CDThread: cannot create thread 201 CDThread: cannot create thread 202 CDThread: cannot create thread 203 CDThread: cannot create thread 204 CDThread: cannot create thread 205 CDThread: cannot create thread 206 CDThread: cannot create thread 207 CDThread: cannot create thread 208 CDThread: cannot create thread 209 CDThread: cannot create thread 210 CDThread: cannot create thread 211 CDThread: cannot create thread 212 CDThread: cannot create thread 213 CDThread: cannot create thread 215 CDThread: cannot create thread 217 CDThread: cannot create thread 218 CDThread: cannot create thread 219 CDThread: cannot create thread 220 CDThread: cannot create thread 221 CDThread: cannot create thread 222 CDThread: cannot create thread 223 CDThread: cannot create thread 224 CDThread: cannot create thread 225 CDThread: cannot create thread 226 CDThread: cannot create thread 227 CDThread: cannot create thread 228 CDThread: cannot create thread 229 CDThread: cannot create thread 230 CDThread: cannot create thread 231 CDThread: cannot create thread 232 CDThread: cannot create thread 233 CDThread: cannot create thread 234 CDThread: cannot create thread 236 CDThread: cannot create thread 238 CDThread: cannot create thread 239 CDThread: cannot create thread 240 CDThread: cannot create thread 241 CDThread: cannot create thread 242 CDThread: cannot create thread 243 CDThread: cannot create thread 244 CDThread: cannot create thread 245 CDThread: cannot create thread 246 CDThread: cannot create thread 247 CDThread: cannot create thread 248 CDThread: cannot create thread 249 CDThread: cannot create thread 250 CDThread: cannot create thread 251 CDThread: cannot create thread 252 CDThread: cannot create thread 253 CDThread: cannot create thread 254 CDThread: cannot create thread 255 CDThread: cannot create thread 256 CDThread: cannot create thread 257 CDThread: cannot create thread 259 CDThread: cannot create thread 261 CDThread: cannot create thread 262 CDThread: cannot create thread 263 CDThread: cannot create thread 264 CDThread: cannot create thread 265 CDThread: cannot create thread 266 CDThread: cannot create thread 267 CDThread: cannot create thread 268 CDThread: cannot create thread 269 CDThread: cannot create thread 270 CDThread: cannot create thread 271 CDThread: cannot create thread 272 CDThread: cannot create thread 273 CDThread: cannot create thread 274 CDThread: cannot create thread 275 CDThread: cannot create thread 276 CDThread: cannot create thread 277 CDThread: cannot create thread 278 CDThread: cannot create thread 279 CDThread: cannot create thread 280 CDThread: cannot create thread 282 CDThread: cannot create thread 284 CDThread: cannot create thread 285 CDThread: cannot create thread 286 CDThread: cannot create thread 287 CDThread: cannot create thread 288 CDThread: cannot create thread 289 CDThread: cannot create thread 290 CDThread: cannot create thread 291 CDThread: cannot create thread 292 CDThread: cannot create thread 293 CDThread: cannot create thread 294 CDThread: cannot create thread 295 CDThread: cannot create thread 296 CDThread: cannot create thread 297 CDThread: cannot create thread 298 CDThread: cannot create thread 299 CDThread: cannot create thread 300 CDThread: cannot create thread 301 CDThread: cannot create thread 302 CDThread: cannot create thread 303 CDThread: cannot create thread 305 CDThread: cannot create thread 307 CDThread: cannot create thread 308 CDThread: cannot create thread 309 CDThread: cannot create thread 310 CDThread: cannot create thread 311 CDThread: cannot create thread 312 CDThread: cannot create thread 313 CDThread: cannot create thread 314 CDThread: cannot create thread 315 CDThread: cannot create thread 316 CDThread: cannot create thread 317 CDThread: cannot create thread 318 CDThread: cannot create thread 319 CDThread: cannot create thread 320 CDThread: cannot create thread 321 CDThread: cannot create thread 322 CDThread: cannot create thread 323 CDThread: cannot create thread 324 CDThread: cannot create thread 325 CDThread: cannot create thread 326 CDThread: cannot create thread 328 CDThread: cannot create thread 330 CDThread: cannot create thread 331 CDThread: cannot create thread 332 CDThread: cannot create thread 333 CDThread: cannot create thread 334 CDThread: cannot create thread 335 CDThread: cannot create thread 336 CDThread: cannot create thread 337 CDThread: cannot create thread 338 CDThread: cannot create thread 339 CDThread: cannot create thread 340 CDThread: cannot create thread 341 CDThread: cannot create thread 342 local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 2.00 usec interval time: 2.00 usec idle lock lock/unlock pair: 1.00 usec idle monitor entry/exit pair: 1.00 usec idle cache monitor entry/exit pair: 2.00 usec create/destroy thread pair: 136.00 usec context switch - user/user: 15.00 usec context switch - user/kernel: 15.00 usec context switch - kernel/user: 16.00 usec context switch - kernel/kernel: 15.00 usec sema context switch - user/user: 18.00 usec sema context switch - user/kernel: 18.00 usec sema context switch - kernel/user: 17.00 usec sema context switch - kernel/kernel: 17.00 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 2.00 usec interval time: 2.00 usec idle lock lock/unlock pair: 0.00 usec idle monitor entry/exit pair: 1.00 usec idle cache monitor entry/exit pair: 2.00 usec create/destroy thread pair: 127.00 usec context switch - user/user: 16.00 usec context switch - user/kernel: 15.00 usec context switch - kernel/user: 16.00 usec context switch - kernel/kernel: 15.00 usec sema context switch - user/user: 18.00 usec sema context switch - user/kernel: 18.00 usec sema context switch - kernel/user: 17.00 usec sema context switch - kernel/kernel: 17.00 usec END TEST: perf BEGIN TEST: pipeping   Sat Feb 8 17:24:15 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:24:16 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:24:16 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:24:16 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: poll_nm BEGIN TEST: poll_to   Sat Feb 8 17:24:16 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: poll_to BEGIN TEST: pollable   Sat Feb 8 17:24:21 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASSED END TEST: pollable BEGIN TEST: prftest   Sat Feb 8 17:24:22 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed END TEST: prftest BEGIN TEST: primblok   Sat Feb 8 17:24:22 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib This test is not relevant on this platform END TEST: primblok BEGIN TEST: provider   Sat Feb 8 17:24:22 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Client/Server started at(0x40004be8): 17:24:22 Server started at(0x40022010): 17:24:22 Client started at(0x40060010): 17:24:22 main(0x40004be8): waiting for execution interval (10 seconds) Shutting down(0x40004be8): 17:24:32 Client(0x40060010): stopped after 21 operations and 17922 bytes Server(0x40022010): stopped after 21 operations and 17922 bytes main(0x40004be8): test complete Test exiting at(0x40004be8): 17:24:37 END TEST: provider BEGIN TEST: prpollml   Sat Feb 8 17:24:37 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: prpollml BEGIN TEST: prpoll   Sat Feb 8 17:25:18 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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 54399, 54400 and 54401 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 "54399" from a client The server received "54400" from a client Server read 128 bytes from native fd 9 The server received "54401" from a client The server received "54400" from a client Server read 128 bytes from native fd 11 The server received "54401" from a client The server received "54399" from a client The server received "54400" from a client Server read 128 bytes from native fd 8 The server received "54401" from a client The server received "54399" from a client The server received "54400" from a client Server read 128 bytes from native fd 11 The server received "54401" from a client The server received "54399" from a client The server received "54400" from a client Server read 128 bytes from native fd 8 The server received "54401" from a client The server received "54399" from a client All tests finished END TEST: prpoll BEGIN TEST: randseed   Sat Feb 8 17:25:24 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: randseed BEGIN TEST: ranfile   Sat Feb 8 17:25:24 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: ranfile BEGIN TEST: rwlocktest   Sat Feb 8 17:25:44 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: rwlocktest BEGIN TEST: sel_spd   Sat Feb 8 17:25:44 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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 24800 300 24600 400 server per thread elapsed time 50100 ---------- Client results: ---------- client per thread totals 0 300 300 52200 800 client per thread elapsed time 53600 select loop user/user: 24800.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 45200 400 49200 500 server per thread elapsed time 95300 ---------- Client results: ---------- client per thread totals 10 1000 500 95700 1500 client per thread elapsed time 98700 select loop user/kernel: 10000.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 10 67200 600 77700 700 server per thread elapsed time 146200 ---------- Client results: ---------- client per thread totals 10 1500 500 145500 2100 client per thread elapsed time 149600 select loop kernel/user: 11200.00 usec TEST COMPLETE! Server results: ---------- server per thread totals 20 88500 600 102500 1200 server per thread elapsed time 192800 ---------- Client results: ---------- client per thread totals 20 2000 800 207100 3300 client per thread elapsed time 213200 select loop kernel/kernel: 22800.00 usec END TEST: sel_spd BEGIN TEST: selct_er   Sat Feb 8 17:25:45 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: selct_er BEGIN TEST: selct_nm   Sat Feb 8 17:25:45 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: selct_nm BEGIN TEST: selct_to   Sat Feb 8 17:25:45 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: selct_to BEGIN TEST: selintr   Sat Feb 8 17:25:50 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib select returned 0 END TEST: selintr BEGIN TEST: sema   Sat Feb 8 17:25:52 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: sema BEGIN TEST: semaerr   Sat Feb 8 17:25:53 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS PASS END TEST: semaerr BEGIN TEST: semaping   Sat Feb 8 17:25:53 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:25:53 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: sendzlf BEGIN TEST: server_test   Sat Feb 8 17:25:53 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: server_test BEGIN TEST: servr_uu   Sat Feb 8 17:25:54 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: servr_uu BEGIN TEST: servr_ku   Sat Feb 8 17:25:54 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: servr_ku BEGIN TEST: servr_uk   Sat Feb 8 17:25:54 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: servr_uk BEGIN TEST: servr_kk   Sat Feb 8 17:25:54 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: servr_kk BEGIN TEST: short_thread   Sat Feb 8 17:25:54 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: short_thread BEGIN TEST: sigpipe   Sat Feb 8 17:25:55 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:25:55 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:25:57 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASSED END TEST: sockopt BEGIN TEST: sockping   Sat Feb 8 17:25:57 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:25:57 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: sprintf BEGIN TEST: stack   Sat Feb 8 17:25:59 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 END TEST: stack BEGIN TEST: stdio   Sat Feb 8 17:26:17 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib This to standard out This to standard err END TEST: stdio BEGIN TEST: str2addr   Sat Feb 8 17:26:17 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASS END TEST: str2addr BEGIN TEST: strod   Sat Feb 8 17:26:17 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:26:17 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASSED END TEST: switch BEGIN TEST: system   Sat Feb 8 17:26:19 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PR_SI_HOSTNAME: hploan1 PR_SI_SYSNAME: HP-UX PR_SI_RELEASE: B.11.11 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:26:19 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASSED END TEST: testbit BEGIN TEST: testfile   Sat Feb 8 17:26:20 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib File Test passed Dir Test passed END TEST: testfile BEGIN TEST: threads   Sat Feb 8 17:26:20 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib FAIL threads returned 1 (failed) END TEST: threads BEGIN TEST: timemac   Sat Feb 8 17:26:22 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Sun Feb 9 01:26:22 UTC 2003 Current local time is Sat Feb 8 17:26:22 -0800 2003 GMT offset is -28800, DST offset is 0 Please examine the results END TEST: timemac BEGIN TEST: timetest   Sat Feb 8 17:26:22 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: timetest BEGIN TEST: tpd   Sat Feb 8 17:26:55 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASSED END TEST: tpd BEGIN TEST: udpsrv   Sat Feb 8 17:26:55 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib END TEST: udpsrv BEGIN TEST: vercheck   Sat Feb 8 17:26:56 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:26:56 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Runtime library version information Build time: 09 Feb 2003 00:05:13 GMT Build time: 2003-02-08 16:05:13 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:26:56 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib PASSED END TEST: writev BEGIN TEST: xnotify   Sat Feb 8 17:26:56 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_opt/dist/lib Done! END TEST: xnotify BEGIN TEST: zerolen   Sat Feb 8 17:26:56 PST 2003 OBJDIR HP-UXB.11.11_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i32_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:27:13 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: accept BEGIN TEST: acceptread   Sat Feb 8 17:27:19 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x800003ffff794278)127.0.0.1:54935 (Server) read [0x800003ffff794200..0x800003ffff794275) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x800003ffff794278)127.0.0.1:54936 (Server) read [0x800003ffff794200..0x800003ffff794275) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x800003ffff794278)127.0.0.1:54937 (Server) read [0x800003ffff794200..0x800003ffff794275) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x800003ffff794278)127.0.0.1:54938 (Server) read [0x800003ffff794200..0x800003ffff794275) 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:27:30 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x800003ffff794270)127.0.0.1:54941 (Server) read [0x800003ffff7941f8..0x800003ffff79426d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x800003ffff794270)127.0.0.1:54942 (Server) read [0x800003ffff7941f8..0x800003ffff79426d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x800003ffff794270)127.0.0.1:54943 (Server) read [0x800003ffff7941f8..0x800003ffff79426d) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x800003ffff794270)127.0.0.1:54944 (Server) read [0x800003ffff7941f8..0x800003ffff79426d) 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:27:41 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:27:41 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: alarm BEGIN TEST: anonfm   Sat Feb 8 17:28:45 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: anonfm BEGIN TEST: atomic   Sat Feb 8 17:28:45 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:28:46 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: attach BEGIN TEST: bigfile   Sat Feb 8 17:28:46 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: bigfile BEGIN TEST: cleanup   Sat Feb 8 17:28:46 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:28:51 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PThread Statistics started: 17:28:52[14] locks [created: 13, destroyed: 2] locks [acquired: 327, released: 327] cvars [created: 7, destroyed: 5] cvars [notified: 29, delayed_delete: 0] Client/Server started at(0x8000000100007618): 17:28:52 Server started at(0x800000010000e448): 17:28:52 Client started at(0x800000010000f5e8): 17:28:52 main(0x8000000100007618): waiting for execution interval (10 seconds) Shutting down(0x8000000100007618): 17:29:02 Client(0x800000010000f5e8): stopped after 21 operations and 17922 bytes Server(0x800000010000e448): stopped after 21 operations and 17922 bytes main(0x8000000100007618): test complete Test exiting at(0x8000000100007618): 17:29:06 END TEST: cltsrv BEGIN TEST: concur   Sat Feb 8 17:29:07 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASSED END TEST: concur BEGIN TEST: cvar   Sat Feb 8 17:29:18 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: cvar BEGIN TEST: cvar2   Sat Feb 8 17:29:18 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 Killing cvar2 862 after 600 kill: 863: The specified process does not exist. cvar2 returned 143 (failed) END TEST: cvar2 BEGIN TEST: dlltest   Sat Feb 8 17:39:18 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASSED END TEST: dlltest BEGIN TEST: dtoa   Sat Feb 8 17:39:19 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASSED END TEST: dtoa BEGIN TEST: errcodes   Sat Feb 8 17:39:19 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:39:19 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: exit BEGIN TEST: fdcach   Sat Feb 8 17:39:29 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: fdcach BEGIN TEST: fileio   Sat Feb 8 17:39:30 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:39:30 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: foreign BEGIN TEST: forktest   Sat Feb 8 17:39:33 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib Accepting connection at port 54974 Wait one second before connect Connecting to port 54974 Writing message "Hello world!" Received "Hello world!" from the client The message is received correctly Fork succeeded. Parent process continues. Accepting connection at port 54976 Fork succeeded. Child process continues. Wait one second before connect Wait one second before connect Accepting connection at port 54977 Connecting to port 54976 Connecting to port 54977 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 17:39:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib 10 iterations over a 10 kbyte file: 0 [3000] 30000 END TEST: fsync BEGIN TEST: getproto   Sat Feb 8 17:39:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:39:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib We have long long END TEST: i2l BEGIN TEST: initclk   Sat Feb 8 17:39:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib Elapsed time: 3000 ms, expected time: 3007 ms PASS END TEST: initclk BEGIN TEST: inrval   Sat Feb 8 17:39:40 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib inrval: Examine stdout to determine results. Overhead of 'PR_Now()' is 1868 nsecs Overhead of 'PR_IntervalNow()' is 2131 nsecs Overhead of 'PR_Now()' is 1868 nsecs Overhead of 'PR_IntervalNow()' is 2135 nsecs END TEST: inrval BEGIN TEST: instrumt   Sat Feb 8 17:41:18 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: instrumt BEGIN TEST: intrio   Sat Feb 8 17:41:19 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:41:39 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASSED END TEST: intrupt BEGIN TEST: io_timeout   Sat Feb 8 17:41:52 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:41:58 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib Interrupting the threads Threads terminated in 2996 milliseconds PASS END TEST: ioconthr BEGIN TEST: join   Sat Feb 8 17:42:04 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib User-User test User-Kernel test Kernel-User test Kernel-Kernel test Join with unjoinable thread PASSED END TEST: join BEGIN TEST: joinkk   Sat Feb 8 17:42:04 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: joinkk BEGIN TEST: joinku   Sat Feb 8 17:42:04 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: joinku BEGIN TEST: joinuk   Sat Feb 8 17:42:04 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: joinuk BEGIN TEST: joinuu   Sat Feb 8 17:42:04 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: joinuu BEGIN TEST: layer   Sat Feb 8 17:42:05 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:42:05 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: lazyinit BEGIN TEST: lltest   Sat Feb 8 17:42:05 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: lltest BEGIN TEST: lock   Sat Feb 8 17:42:05 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: lock BEGIN TEST: lockfile   Sat Feb 8 17:42:56 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: lockfile BEGIN TEST: logger   Sat Feb 8 17:43:09 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: logger BEGIN TEST: many_cv   Sat Feb 8 17:43:19 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib Settings Conditions / lock: 10 Loops to run test: 1 PThread Statistics started: 17:43:19[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:43:19 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib OneInThenCancelled() OneOpOneThread() ManyOpOneThread() SomeOpsSomeThreads() RealOneGroupIO() RealOneGroupIO Enumerated 0 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects RealOneGroupIO Enumerated 20 objects END TEST: multiwait BEGIN TEST: nameshm1   Sat Feb 8 17:44:42 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: nameshm1 BEGIN TEST: nonblock   Sat Feb 8 17:44:47 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:44:49 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:44:49 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: ntioto BEGIN TEST: ntoh   Sat Feb 8 17:44:49 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:44:49 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:44:49 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: op_excl BEGIN TEST: op_filnf   Sat Feb 8 17:44:50 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib error code is -5950 PASS END TEST: op_filnf BEGIN TEST: op_filok   Sat Feb 8 17:44:50 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib Test passed END TEST: op_filok BEGIN TEST: op_nofil   Sat Feb 8 17:44:50 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:44:50 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: parent BEGIN TEST: peek   Sat Feb 8 17:44:51 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:45:31 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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. CDThread: cannot create thread 140 CDThread: cannot create thread 142 CDThread: cannot create thread 143 CDThread: cannot create thread 144 CDThread: cannot create thread 145 CDThread: cannot create thread 146 CDThread: cannot create thread 148 CDThread: cannot create thread 150 CDThread: cannot create thread 151 CDThread: cannot create thread 152 CDThread: cannot create thread 153 CDThread: cannot create thread 154 CDThread: cannot create thread 155 CDThread: cannot create thread 156 CDThread: cannot create thread 157 CDThread: cannot create thread 158 CDThread: cannot create thread 159 CDThread: cannot create thread 160 CDThread: cannot create thread 161 CDThread: cannot create thread 162 CDThread: cannot create thread 163 CDThread: cannot create thread 164 CDThread: cannot create thread 165 CDThread: cannot create thread 166 CDThread: cannot create thread 167 CDThread: cannot create thread 168 CDThread: cannot create thread 170 CDThread: cannot create thread 172 CDThread: cannot create thread 173 CDThread: cannot create thread 174 CDThread: cannot create thread 175 CDThread: cannot create thread 176 CDThread: cannot create thread 177 CDThread: cannot create thread 178 CDThread: cannot create thread 179 CDThread: cannot create thread 180 CDThread: cannot create thread 181 CDThread: cannot create thread 182 CDThread: cannot create thread 183 CDThread: cannot create thread 184 CDThread: cannot create thread 185 CDThread: cannot create thread 186 CDThread: cannot create thread 187 CDThread: cannot create thread 188 CDThread: cannot create thread 189 CDThread: cannot create thread 190 CDThread: cannot create thread 192 CDThread: cannot create thread 194 CDThread: cannot create thread 195 CDThread: cannot create thread 196 CDThread: cannot create thread 197 CDThread: cannot create thread 198 local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 2.00 usec interval time: 2.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: 143.00 usec context switch - user/user: 18.00 usec context switch - user/kernel: 18.00 usec context switch - kernel/user: 18.00 usec context switch - kernel/kernel: 18.00 usec sema context switch - user/user: 20.00 usec sema context switch - user/kernel: 19.00 usec sema context switch - kernel/user: 18.00 usec sema context switch - kernel/kernel: 19.00 usec -------------- Adding 7 additional CPUs -------------- local procedure call overhead: 0.00 usec DLL procedure call overhead: 0.00 usec current calendar time: 2.00 usec interval time: 2.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: 141.00 usec context switch - user/user: 17.00 usec context switch - user/kernel: 19.00 usec context switch - kernel/user: 18.00 usec context switch - kernel/kernel: 18.00 usec sema context switch - user/user: 19.00 usec sema context switch - user/kernel: 19.00 usec sema context switch - kernel/user: 19.00 usec sema context switch - kernel/kernel: 19.00 usec END TEST: perf BEGIN TEST: pipeping   Sat Feb 8 17:45:32 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:45:32 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:45:33 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:45:33 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: poll_nm BEGIN TEST: poll_to   Sat Feb 8 17:45:33 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: poll_to BEGIN TEST: pollable   Sat Feb 8 17:45:38 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASSED END TEST: pollable BEGIN TEST: prftest   Sat Feb 8 17:45:39 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PR_snprintf test 1 passed PR_snprintf test 2 passed END TEST: prftest BEGIN TEST: primblok   Sat Feb 8 17:45:39 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib This test is not relevant on this platform END TEST: primblok BEGIN TEST: provider   Sat Feb 8 17:45:39 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib pthread Statistics started: 17:45:39[14] locks [created: 13, destroyed: 2] locks [acquired: 318, released: 318] cvars [created: 7, destroyed: 5] cvars [notified: 27, delayed_delete: 0] Client/Server started at(0x8000000100007638): 17:45:39 Server started at(0x8000000100024010): 17:45:39 Client started at(0x8000000100048008): 17:45:39 main(0x8000000100007638): waiting for execution interval (10 seconds) Shutting down(0x8000000100007638): 17:45:49 Client(0x8000000100048008): stopped after 21 operations and 17922 bytes Server(0x8000000100024010): stopped after 21 operations and 17922 bytes main(0x8000000100007638): test complete Test exiting at(0x8000000100007638): 17:45:54 END TEST: provider BEGIN TEST: prpollml   Sat Feb 8 17:45:54 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: prpollml BEGIN TEST: prpoll   Sat Feb 8 17:46:35 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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 55309, 55310 and 55311 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 "55309" from a client The server received "55310" from a client Server read 128 bytes from native fd 8 The server received "55311" from a client The server received "55309" from a client The server received "55310" from a client Server read 128 bytes from native fd 11 The server received "55311" from a client The server received "55309" from a client The server received "55310" from a client Server read 128 bytes from native fd 8 The server received "55311" from a client The server received "55309" from a client The server received "55310" from a client Server read 128 bytes from native fd 11 The server received "55311" from a client The server received "55309" from a client The server received "55310" from a client Server read 128 bytes from native fd 8 The server received "55311" from a client All tests finished END TEST: prpoll BEGIN TEST: randseed   Sat Feb 8 17:46:41 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: randseed BEGIN TEST: ranfile   Sat Feb 8 17:46:41 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: ranfile BEGIN TEST: rwlocktest   Sat Feb 8 17:47:01 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: rwlocktest BEGIN TEST: sel_spd   Sat Feb 8 17:47:01 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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 2 alive server thread 0 loop 0 server thread 2 loop 0 client thread 1 alive client thread 0 alive client thread 0 loop 0 client thread 0 socket created 1200168 client thread 1 loop 0 client thread 1 socket created 1069096 client thread 0 socket connected 1200168 client thread 0 socket wrote 8192 client thread 1 socket connected 1069096 client thread 1 socket wrote 8192 server thread 0 got connection 151720 server thread 0 read 8192 bytes server thread 1 got connection 659656 server thread 1 read 8192 bytes server thread 5 alive server thread 0 write 131072 bytes server: 2000 0 3000 0 5000 server thread 0 loop 1 client thread 2 alive server thread 4 alive client thread 2 loop 0 client thread 2 socket created 151720 client thread 2 socket connected 151720 client thread 2 socket wrote 8192 server thread 5 loop 0 server thread 2 got connection 938176 server thread 2 read 8192 bytes client thread 5 alive server thread 1 write 131072 bytes client thread 5 loop 0 client thread 5 socket created 667872 server: 3000 0 6000 0 9000 server thread 1 loop 1 client thread 5 socket connected 667872 client thread 5 socket wrote 8192 server thread 6 alive server thread 8 alive server thread 5 got connection 659656 server thread 5 read 8192 bytes client thread 1 socket read 131072 server thread 4 loop 0 client thread 1 loop 1 client thread 1 socket created 1069096 client thread 1 socket connected 1069096 client thread 1 socket wrote 8192 server thread 7 alive server thread 6 loop 0 server thread 7 loop 0 server thread 1 got connection 668000 server thread 1 read 8192 bytes server thread 9 alive client thread 7 alive client thread 7 loop 0 client thread 7 socket created 95976 server thread 9 loop 0 client thread 7 socket connected 95976 client thread 7 socket wrote 8192 server thread 3 alive client thread 6 alive client thread 6 loop 0 client thread 6 socket created 160064 server thread 8 loop 0 client thread 6 socket connected 160064 client thread 6 socket wrote 8192 server thread 5 write 131072 bytes server: 3000 0 6000 0 9000 server thread 5 loop 1 server thread 2 write 131072 bytes server: 7000 0 8000 0 15000 server thread 2 loop 1 client thread 8 alive client thread 9 alive client thread 8 loop 0 client thread 8 socket created 659656 client thread 8 socket connected 659656 client thread 8 socket wrote 8192 client thread 9 loop 0 client thread 9 socket created 938176 client thread 9 socket connected 938176 client thread 9 socket wrote 8192 server thread 7 got connection 1204544 server thread 7 read 8192 bytes server thread 6 got connection 946520 server thread 6 read 8192 bytes server thread 1 write 131072 bytes server: 2000 0 5000 1000 8000 server thread 1 loop 2 server thread 8 got connection 668000 server thread 8 read 8192 bytes client thread 2 socket read 131072 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 667872 client thread 5 socket connected 667872 client thread 5 socket wrote 8192 server thread 3 loop 0 server thread 9 got connection 1974496 server thread 9 read 8192 bytes client thread 2 loop 1 client thread 2 socket created 151720 client thread 2 socket connected 151720 client thread 2 socket wrote 8192 server thread 5 got connection 104112 server thread 5 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 1069096 client thread 1 socket connected 1069096 client thread 1 socket wrote 8192 client thread 3 alive client thread 4 alive client thread 3 loop 0 client thread 3 socket created 1073472 client thread 3 socket connected 1073472 client thread 3 socket wrote 8192 client thread 4 loop 0 client thread 4 socket created 3952808 client thread 4 socket connected 3952808 client thread 4 socket wrote 8192 server thread 2 got connection 954736 server thread 2 read 8192 bytes server thread 7 write 131072 bytes server: 5000 0 7000 0 12000 server thread 7 loop 1 server thread 1 got connection 1204544 server thread 1 read 8192 bytes server thread 3 got connection 3961024 server thread 3 read 8192 bytes server thread 6 write 131072 bytes server: 5000 0 9000 0 14000 server thread 6 loop 1 server thread 4 got connection 946520 server thread 4 read 8192 bytes server thread 8 write 131072 bytes server: 3000 0 8000 0 11000 server thread 8 loop 1 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 668000 client thread 7 socket connected 668000 client thread 7 socket wrote 8192 server thread 9 write 131072 bytes server thread 5 write 131072 bytes server: 7000 0 7000 1000 15000 server thread 9 loop 1 server: 5000 0 7000 0 12000 server thread 5 loop 2 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 95976 client thread 8 socket connected 95976 client thread 8 socket wrote 8192 server thread 2 write 131072 bytes server: 7000 0 5000 0 12000 server thread 2 loop 2 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 1974496 client thread 6 socket connected 1974496 client thread 6 socket wrote 8192 server thread 1 write 131072 bytes client thread 9 socket read 131072 server: 7000 0 4000 0 11000 server thread 1 loop 3 client thread 9 loop 1 client thread 9 socket created 104112 server thread 8 got connection 659656 client thread 9 socket connected 104112 server thread 8 read 8192 bytes client thread 9 socket wrote 8192 server thread 7 got connection 954736 server thread 7 read 8192 bytes client thread 2 socket read 131072 client thread 5 socket read 131072 client thread 2 loop 2 client thread 2 socket created 160064 client thread 5 loop 2 client thread 2 socket connected 160064 client thread 5 socket created 1204544 client thread 2 socket wrote 8192 client thread 5 socket connected 1204544 client thread 5 socket wrote 8192 server thread 6 got connection 938176 server thread 6 read 8192 bytes server thread 4 write 131072 bytes server: 15000 0 5000 0 20000 server thread 4 loop 1 server thread 3 write 131072 bytes server: 5000 0 6000 1000 12000 server thread 3 loop 1 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 151720 client thread 1 socket connected 151720 client thread 1 socket wrote 8192 server thread 9 got connection 667872 server thread 9 read 8192 bytes server thread 2 got connection 946520 server thread 2 read 8192 bytes server thread 5 got connection 3961024 server thread 5 read 8192 bytes client thread 3 socket read 131072 client thread 3 loop 1 client thread 3 socket created 1069096 client thread 3 socket connected 1069096 client thread 3 socket wrote 8192 server thread 7 write 131072 bytes server: 6000 0 4000 0 10000 server thread 7 loop 2 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 1073472 client thread 4 socket connected 1073472 client thread 4 socket wrote 8192 server thread 8 write 131072 bytes server thread 1 got connection 954736 server thread 1 read 8192 bytes server thread 3 got connection 3952808 server thread 3 read 8192 bytes server thread 9 write 131072 bytes server: 4000 0 4000 0 8000 server thread 9 loop 2 server thread 4 got connection 667872 server thread 6 write 131072 bytes server thread 4 read 8192 bytes server: 5000 0 5000 0 10000 server thread 6 loop 2 client thread 7 socket read 131072 client thread 7 loop 2 client thread 7 socket created 938176 client thread 7 socket connected 938176 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 668000 client thread 8 socket connected 668000 client thread 8 socket wrote 8192 server: 4000 0 5000 2000 11000 server thread 8 loop 2 server thread 8 got connection 95976 server thread 8 read 8192 bytes client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 659656 client thread 9 socket connected 659656 client thread 9 socket wrote 8192 server thread 5 write 131072 bytes server: 5000 0 5000 0 10000 server thread 5 loop 3 server thread 3 write 131072 bytes server: 3000 0 4000 0 7000 server thread 3 loop 2 server thread 2 write 131072 bytes client thread 5 socket read 131072 server: 5000 0 6000 0 11000 server thread 2 loop 3 client thread 5 loop 3 client thread 5 socket created 3961024 client thread 5 socket connected 3961024 client thread 5 socket wrote 8192 server thread 9 got connection 3952808 server thread 9 read 8192 bytes server thread 1 write 131072 bytes client thread 6 socket read 131072 server: 6000 0 5000 0 11000 server thread 1 loop 4 client thread 6 loop 2 client thread 6 socket created 946520 client thread 6 socket connected 946520 client thread 6 socket wrote 8192 server thread 7 got connection 104112 server thread 7 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 1204544 client thread 2 socket connected 1204544 client thread 3 socket read 131072 client thread 2 socket wrote 8192 client thread 3 loop 2 server thread 5 got connection 954736 client thread 3 socket created 1974496 server thread 5 read 8192 bytes client thread 3 socket connected 1974496 client thread 3 socket wrote 8192 server thread 6 got connection 160064 server thread 6 read 8192 bytes server thread 4 write 131072 bytes server: 5000 0 6000 0 11000 server thread 4 loop 2 client thread 1 socket read 131072 client thread 1 loop 4 client thread 1 socket created 1069096 client thread 1 socket connected 1069096 client thread 1 socket wrote 8192 server thread 3 got connection 667872 server thread 3 read 8192 bytes server thread 8 write 131072 bytes server: 0 0 6000 0 6000 server thread 8 loop 3 server thread 2 got connection 151720 server thread 2 read 8192 bytes server thread 9 write 131072 bytes server: 3000 1000 4000 0 8000 server thread 9 loop 3 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 95976 client thread 4 socket connected 95976 client thread 4 socket wrote 8192 server thread 1 got connection 3952808 server thread 1 read 8192 bytes server thread 7 write 131072 bytes server: 6000 0 5000 1000 12000 server thread 7 loop 3 client thread 9 socket read 131072 client thread 8 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1073472 client thread 9 socket connected 1073472 client thread 9 socket wrote 8192 server thread 5 write 131072 bytes server thread 4 got connection 104112 server thread 4 read 8192 bytes server: 2000 0 5000 0 7000 server thread 5 loop 4 server thread 3 write 131072 bytes server thread 6 write 131072 bytes server: 4000 0 4000 0 8000 server thread 3 loop 3 client thread 7 socket read 131072 client thread 7 loop 3 client thread 7 socket created 659656 client thread 7 socket connected 659656 client thread 7 socket wrote 8192 client thread 8 loop 3 client thread 8 socket created 954736 client thread 8 socket connected 954736 client thread 8 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 667872 client thread 5 socket connected 667872 client thread 5 socket wrote 8192 server thread 9 got connection 938176 server thread 9 read 8192 bytes server thread 2 write 131072 bytes server: 5000 0 4000 1000 10000 server thread 2 loop 4 server: 6000 0 5000 2000 13000 server thread 6 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 server thread 1 write 131072 bytes client thread 3 socket created 668000 client thread 3 socket connected 668000 server: 5000 0 4000 0 9000 client thread 3 socket wrote 8192 Thread 1 EXIT client thread 6 socket read 131072 server thread 8 got connection 3961024 client thread 6 loop 3 server thread 8 read 8192 bytes client thread 6 socket created 151720 client thread 6 socket connected 151720 client thread 6 socket wrote 8192 server thread 7 got connection 160064 server thread 7 read 8192 bytes server thread 5 got connection 1974496 server thread 5 read 8192 bytes server thread 4 write 131072 bytes server: 4000 0 5000 0 9000 server thread 4 loop 3 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 3952808 client thread 1 socket read 131072 client thread 2 socket connected 3952808 client thread 2 socket wrote 8192 Thread 1 EXIT server thread 6 got connection 659528 server thread 3 got connection 946520 server thread 6 read 8192 bytes server thread 3 read 8192 bytes client thread 4 socket read 131072 server thread 9 write 131072 bytes server: 4000 0 5000 0 9000 server thread 9 loop 4 client thread 4 loop 3 client thread 4 socket created 104112 client thread 4 socket connected 104112 client thread 4 socket wrote 8192 server thread 2 got connection 1204544 server thread 2 read 8192 bytes server thread 7 write 131072 bytes server: 4000 0 5000 0 9000 server thread 7 loop 4 server thread 8 write 131072 bytes client thread 9 socket read 131072 server: 6000 0 6000 0 12000 server thread 8 loop 4 client thread 9 loop 4 client thread 9 socket created 1069096 client thread 9 socket connected 1069096 client thread 9 socket wrote 8192 server thread 4 got connection 938176 server thread 4 read 8192 bytes server thread 5 write 131072 bytes server: 4000 0 5000 0 9000 Thread 5 EXIT server thread 6 write 131072 bytes server thread 3 write 131072 bytes server: 3000 0 4000 0 7000 server thread 6 loop 4 server: 5000 0 4000 0 9000 server thread 3 loop 4 client thread 5 socket read 131072 Thread 5 EXIT server thread 9 got connection 95976 server thread 9 read 8192 bytes client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 160064 client thread 7 socket connected 160064 client thread 7 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 3961024 client thread 8 socket connected 3961024 client thread 8 socket wrote 8192 server thread 8 got connection 1073472 server thread 8 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 1974496 client thread 6 socket connected 1974496 client thread 6 socket wrote 8192 client thread 3 socket read 131072 client thread 3 loop 4 client thread 3 socket created 79832 client thread 3 socket connected 79832 client thread 3 socket wrote 8192 server thread 7 got connection 659528 server thread 7 read 8192 bytes server thread 2 write 131072 bytes server: 5000 0 5000 0 10000 Thread 2 EXIT server thread 3 got connection 946520 server thread 3 read 8192 bytes server thread 6 got connection 667872 server thread 6 read 8192 bytes client thread 2 socket read 131072 Thread 2 EXIT server thread 4 write 131072 bytes server: 4000 0 5000 0 9000 server thread 4 loop 4 server thread 9 write 131072 bytes server: 4000 0 3000 0 7000 Thread 9 EXIT server thread 8 write 131072 bytes server: 2000 0 4000 0 6000 Thread 8 EXIT client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 659656 client thread 4 socket connected 659656 client thread 4 socket wrote 8192 client thread 9 socket read 131072 client thread 8 socket read 131072 Thread 8 EXIT Thread 9 EXIT server thread 7 write 131072 bytes server: 3000 0 4000 0 7000 server thread 6 write 131072 bytes Thread 7 EXIT server: 3000 0 3000 0 6000 Thread 6 EXIT server thread 3 write 131072 bytes client thread 7 socket read 131072 server: 3000 0 3000 0 6000 Thread 7 EXIT Thread 3 EXIT server thread 4 got connection 954736 server thread 4 read 8192 bytes client thread 6 socket read 131072 Thread 6 EXIT client thread 3 socket read 131072 Thread 3 EXIT server thread 4 write 131072 bytes client thread 4 socket read 131072 server: 3000 0 1000 0 4000 Thread 4 EXIT Thread 4 EXIT 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 668000 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 58000 0 1000 0 59000 server thread 0 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 1204544 client thread 0 socket connected 1204544 client thread 0 socket wrote 8192 server thread 0 got connection 938048 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 59000 0 1000 0 60000 server thread 0 loop 3 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 3952808 client thread 0 socket connected 3952808 client thread 0 socket wrote 8192 server thread 0 got connection 938176 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 1000 0 0 0 1000 server thread 0 loop 4 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 95976 client thread 0 socket connected 95976 client thread 0 socket wrote 8192 server thread 0 got connection 1974368 server thread 0 read 8192 bytes server thread 0 write 131072 bytes server: 63000 0 1000 0 64000 Thread 0 EXIT client thread 0 socket read 131072 Thread 0 EXIT Thread 0 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 0 38800 100 23200 900 server per thread elapsed time 63000 ---------- Client results: ---------- client per thread totals 0 500 200 64600 800 client per thread elapsed time 66100 select loop user/user: 49200.00 usec server thread 0 alive server thread 0 loop 0 server thread 2 alive server thread 2 loop 0 server thread 1 alive client thread 0 alive client thread 0 loop 0 client thread 0 socket created 3961024 client thread 0 socket connected 3961024 server thread 1 loop 0 client thread 0 socket wrote 8192 server thread 5 alive server thread 3 alive server thread 5 loop 0 server thread 3 loop 0 server thread 7 alive server thread 4 alive server thread 7 loop 0 server thread 4 loop 0 client thread 2 alive client thread 2 loop 0 server thread 8 alive client thread 2 socket created 946392 client thread 2 socket connected 946392 client thread 2 socket wrote 8192 server thread 8 loop 0 server thread 0 got connection 160064 server thread 0 read 8192 bytes server thread 9 alive server thread 9 loop 0 client thread 5 alive client thread 5 loop 0 client thread 5 socket created 1974496 client thread 5 socket connected 1974496 client thread 5 socket wrote 8192 client thread 1 alive client thread 7 alive client thread 7 loop 0 client thread 3 alive client thread 7 socket created 79832 client thread 3 loop 0 client thread 7 socket connected 79832 client thread 3 socket created 954736 client thread 7 socket wrote 8192 client thread 3 socket connected 954736 client thread 3 socket wrote 8192 server thread 6 alive client thread 4 alive client thread 4 loop 0 client thread 4 socket created 659656 client thread 4 socket connected 659656 server thread 6 loop 0 client thread 4 socket wrote 8192 client thread 8 alive client thread 8 loop 0 server thread 2 got connection 1200168 server thread 2 read 8192 bytes client thread 8 socket created 668000 client thread 8 socket connected 668000 client thread 8 socket wrote 8192 server thread 3 got connection 151720 server thread 3 read 8192 bytes server thread 4 got connection 938048 server thread 4 read 8192 bytes client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1204544 client thread 9 socket connected 1204544 client thread 9 socket wrote 8192 server thread 5 got connection 938176 server thread 5 read 8192 bytes client thread 6 alive client thread 6 loop 0 client thread 6 socket created 3952808 client thread 1 loop 0 client thread 6 socket connected 3952808 client thread 1 socket created 1974368 client thread 6 socket wrote 8192 client thread 1 socket connected 1974368 client thread 1 socket wrote 8192 server thread 8 got connection 151592 server thread 8 read 8192 bytes server thread 7 got connection 95976 server thread 7 read 8192 bytes server thread 9 got connection 938304 server thread 9 read 8192 bytes server thread 0 write 131072 bytes server thread 6 got connection 92024 server: 2000 0 7000 0 9000 server thread 0 loop 1 server thread 6 read 8192 bytes server thread 1 got connection 160064 server thread 1 read 8192 bytes server thread 2 write 131072 bytes server: 3000 0 6000 0 9000 server thread 2 loop 1 server thread 5 write 131072 bytes server: 4000 0 6000 0 10000 server thread 5 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 1200168 client thread 0 socket connected 1200168 client thread 0 socket wrote 8192 server thread 3 write 131072 bytes server: 3000 0 8000 0 11000 server thread 3 loop 1 client thread 2 socket read 131072 client thread 2 loop 1 client thread 2 socket created 938176 client thread 2 socket connected 938176 client thread 2 socket wrote 8192 server thread 7 write 131072 bytes server thread 4 write 131072 bytes server: 4000 0 7000 0 11000 server thread 7 loop 1 server: 3000 0 8000 0 11000 server thread 4 loop 1 server thread 0 got connection 3961024 server thread 0 read 8192 bytes server thread 9 write 131072 bytes server: 5000 0 6000 0 11000 server thread 9 loop 1 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 151720 client thread 3 socket read 131072 client thread 5 socket connected 151720 client thread 5 socket wrote 8192 client thread 3 loop 1 client thread 3 socket created 946392 client thread 3 socket connected 946392 client thread 3 socket wrote 8192 server thread 2 got connection 95976 server thread 2 read 8192 bytes server thread 8 write 131072 bytes server: 4000 0 8000 0 12000 server thread 8 loop 1 server thread 1 write 131072 bytes server: 9000 0 5000 0 14000 server thread 1 loop 1 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 938048 client thread 4 socket connected 938048 client thread 4 socket wrote 8192 server thread 6 write 131072 bytes server: 5000 0 6000 0 11000 server thread 6 loop 1 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 938304 client thread 7 socket connected 938304 client thread 7 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 1 client thread 8 socket read 131072 client thread 9 socket created 1974496 client thread 9 socket connected 1974496 client thread 9 socket wrote 8192 client thread 8 loop 1 client thread 8 socket created 954736 client thread 8 socket connected 954736 client thread 8 socket wrote 8192 server thread 5 got connection 151592 server thread 5 read 8192 bytes server thread 3 got connection 160064 server thread 3 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 659656 client thread 6 socket connected 659656 client thread 6 socket wrote 8192 server thread 4 got connection 92024 server thread 4 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 1 client thread 1 socket created 79832 client thread 1 socket connected 79832 client thread 1 socket wrote 8192 server thread 0 write 131072 bytes server: 4000 0 5000 0 9000 server thread 0 loop 2 server thread 9 got connection 1204544 server thread 7 got connection 668000 server thread 9 read 8192 bytes server thread 7 read 8192 bytes server thread 8 got connection 3952808 server thread 8 read 8192 bytes server thread 2 write 131072 bytes server: 4000 0 6000 0 10000 server thread 2 loop 2 client thread 0 socket read 131072 server thread 6 got connection 1974368 server thread 6 read 8192 bytes client thread 0 loop 2 client thread 0 socket created 3961024 client thread 0 socket connected 3961024 client thread 0 socket wrote 8192 server thread 1 got connection 95976 server thread 1 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1200168 client thread 2 socket connected 1200168 client thread 2 socket wrote 8192 server thread 5 write 131072 bytes server: 5000 0 6000 0 11000 server thread 5 loop 2 server thread 0 got connection 938176 server thread 0 read 8192 bytes server thread 3 write 131072 bytes server thread 2 got connection 151592 server thread 2 read 8192 bytes server thread 4 write 131072 bytes server: 5000 0 6000 0 11000 server thread 4 loop 2 server thread 9 write 131072 bytes server: 5000 0 7000 0 12000 server thread 9 loop 2 server thread 7 write 131072 bytes server: 5000 0 7000 0 12000 server thread 7 loop 2 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 92024 client thread 4 socket read 131072 client thread 5 socket connected 92024 client thread 5 socket wrote 8192 client thread 4 loop 2 client thread 4 socket created 1204544 server: 4000 0 7000 3000 14000 server thread 3 loop 2 client thread 4 socket connected 1204544 client thread 4 socket wrote 8192 server thread 1 write 131072 bytes server: 7000 0 4000 0 11000 server thread 1 loop 2 server thread 0 write 131072 bytes server: 4000 0 4000 0 8000 server thread 8 write 131072 bytes server thread 0 loop 3 server: 5000 0 7000 0 12000 server thread 8 loop 2 client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 668000 client thread 9 socket connected 668000 client thread 9 socket wrote 8192 server thread 6 write 131072 bytes server: 6000 0 6000 0 12000 server thread 6 loop 2 client thread 3 socket read 131072 client thread 3 loop 2 client thread 7 socket read 131072 client thread 3 socket created 151720 client thread 3 socket connected 151720 client thread 7 loop 2 client thread 3 socket wrote 8192 client thread 7 socket created 938048 client thread 7 socket connected 938048 client thread 7 socket wrote 8192 server thread 5 got connection 160064 server thread 5 read 8192 bytes server thread 4 got connection 95976 server thread 4 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 2 client thread 1 socket created 938176 client thread 8 socket read 131072 client thread 1 socket connected 938176 client thread 1 socket wrote 8192 client thread 8 loop 2 client thread 8 socket created 3952808 client thread 8 socket connected 3952808 client thread 8 socket wrote 8192 server thread 2 write 131072 bytes server: 4000 0 5000 0 9000 server thread 2 loop 3 client thread 6 socket read 131072 client thread 6 loop 2 client thread 6 socket created 1974496 client thread 6 socket connected 1974496 client thread 6 socket wrote 8192 client thread 0 socket read 131072 server thread 9 got connection 1974368 client thread 0 loop 3 server thread 9 read 8192 bytes client thread 0 socket created 946392 client thread 0 socket connected 946392 client thread 0 socket wrote 8192 server thread 0 got connection 938304 server thread 0 read 8192 bytes server thread 6 got connection 79832 server thread 6 read 8192 bytes server thread 7 got connection 954736 server thread 7 read 8192 bytes server thread 3 got connection 151592 server thread 3 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 3 client thread 2 socket created 659656 client thread 2 socket connected 659656 client thread 2 socket wrote 8192 server thread 1 got connection 3961024 server thread 1 read 8192 bytes server thread 8 got connection 1200168 server thread 8 read 8192 bytes server thread 5 write 131072 bytes server: 5000 0 7000 0 12000 server thread 5 loop 3 server thread 2 got connection 160064 server thread 2 read 8192 bytes server thread 4 write 131072 bytes server: 4000 0 7000 0 11000 server thread 4 loop 3 server thread 0 write 131072 bytes server: 3000 0 6000 0 9000 server thread 0 loop 4 server thread 9 write 131072 bytes server: 4000 0 7000 0 11000 server thread 9 loop 3 server thread 7 write 131072 bytes server: 5000 0 6000 0 11000 server thread 7 loop 3 server thread 3 write 131072 bytes client thread 4 socket read 131072 server: 5000 0 5000 0 10000 server thread 3 loop 3 client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 95976 client thread 5 socket read 131072 client thread 0 socket connected 95976 client thread 0 socket wrote 8192 client thread 5 loop 3 client thread 5 socket created 938304 client thread 5 socket connected 938304 client thread 5 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 3 client thread 9 socket created 1974368 client thread 9 socket connected 1974368 client thread 9 socket wrote 8192 server thread 6 write 131072 bytes server: 3000 0 7000 0 10000 server thread 6 loop 3 server thread 2 write 131072 bytes server: 5000 0 3000 1000 9000 server thread 2 loop 4 server thread 1 write 131072 bytes server: 6000 0 6000 0 12000 server thread 1 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 954736 client thread 3 socket connected 954736 client thread 7 socket read 131072 client thread 3 socket wrote 8192 client thread 7 loop 3 server thread 0 got connection 151592 client thread 7 socket created 946392 server thread 0 read 8192 bytes client thread 7 socket connected 946392 client thread 7 socket wrote 8192 server thread 8 write 131072 bytes server: 7000 0 6000 0 13000 server thread 8 loop 3 server thread 5 got connection 92024 server thread 5 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 3 client thread 6 socket created 668000 client thread 6 socket connected 668000 client thread 6 socket wrote 8192 server thread 9 got connection 79832 server thread 9 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 160064 client thread 2 socket connected 160064 client thread 2 socket wrote 8192 server thread 3 got connection 3961024 server thread 3 read 8192 bytes client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 151720 client thread 1 socket connected 151720 client thread 1 socket wrote 8192 client thread 4 loop 3 client thread 4 socket created 938048 client thread 4 socket connected 938048 client thread 8 socket read 131072 client thread 4 socket wrote 8192 client thread 8 loop 3 client thread 8 socket created 1200168 client thread 8 socket connected 1200168 client thread 8 socket wrote 8192 server thread 7 got connection 1974496 server thread 7 read 8192 bytes server thread 6 got connection 659656 server thread 6 read 8192 bytes server thread 1 got connection 938176 server thread 1 read 8192 bytes server thread 2 got connection 1204544 server thread 2 read 8192 bytes server thread 4 got connection 3952808 server thread 4 read 8192 bytes server thread 0 write 131072 bytes server: 3000 0 6000 0 9000 Thread 0 EXIT server thread 8 got connection 151592 server thread 8 read 8192 bytes server thread 5 write 131072 bytes server: 5000 0 5000 0 10000 server thread 5 loop 4 client thread 0 socket read 131072 server thread 9 write 131072 bytes Thread 0 EXIT server: 3000 0 7000 0 10000 server thread 9 loop 4 server thread 7 write 131072 bytes server thread 3 write 131072 bytes server: 5000 0 6000 0 11000 server thread 7 loop 4 server: 4000 0 7000 0 11000 server thread 3 loop 4 server thread 2 write 131072 bytes client thread 5 socket read 131072 server: 4000 0 5000 0 9000 client thread 5 loop 4 client thread 5 socket created 1073472 client thread 5 socket connected 1073472 client thread 5 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 92024 client thread 9 socket connected 92024 client thread 9 socket wrote 8192 client thread 3 socket read 131072 server thread 1 write 131072 bytes client thread 3 loop 4 client thread 3 socket created 95976 client thread 3 socket connected 95976 server: 4000 0 6000 0 10000 server thread 1 loop 4 client thread 3 socket wrote 8192 client thread 2 socket read 131072 server thread 6 write 131072 bytes Thread 2 EXIT server: 5000 0 6000 0 11000 server thread 6 loop 4 Thread 2 EXIT server thread 4 write 131072 bytes server thread 5 got connection 79832 server thread 5 read 8192 bytes server: 8000 0 6000 0 14000 server thread 4 loop 4 client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 1974496 client thread 7 socket connected 1974496 client thread 7 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 4 server thread 8 write 131072 bytes client thread 1 socket created 3961024 client thread 1 socket connected 3961024 server: 5000 0 6000 0 11000 server thread 8 loop 4 client thread 1 socket wrote 8192 server thread 9 got connection 1204544 server thread 9 read 8192 bytes client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 938304 client thread 4 socket connected 938304 client thread 4 socket wrote 8192 server thread 7 got connection 1974368 server thread 7 read 8192 bytes server thread 3 got connection 954736 server thread 3 read 8192 bytes client thread 6 socket read 131072 client thread 6 loop 4 client thread 6 socket created 938176 client thread 6 socket connected 938176 client thread 6 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 4 client thread 8 socket created 160064 client thread 8 socket connected 160064 client thread 8 socket wrote 8192 server thread 5 write 131072 bytes server: 5000 0 4000 0 9000 server thread 1 got connection 659656 server thread 1 read 8192 bytes Thread 5 EXIT server thread 1 write 131072 bytes server thread 4 got connection 1073344 server: 5000 0 1000 0 6000 server thread 4 read 8192 bytes server thread 9 write 131072 bytes server: 4000 0 5000 0 9000 Thread 9 EXIT server thread 7 write 131072 bytes server thread 6 got connection 3952808 server thread 6 read 8192 bytes client thread 9 socket read 131072 Thread 9 EXIT server thread 4 write 131072 bytes server: 5000 0 2000 0 7000 Thread 4 EXIT server: 3000 0 5000 1000 9000 Thread 7 EXIT server thread 3 write 131072 bytes server: 4000 0 5000 0 9000 Thread 3 EXIT client thread 4 socket read 131072 Thread 4 EXIT client thread 5 socket read 131072 client thread 3 socket read 131072 Thread 5 EXIT Thread 3 EXIT server thread 8 got connection 946392 server thread 8 read 8192 bytes Thread 1 EXIT client thread 7 socket read 131072 Thread 7 EXIT server thread 8 write 131072 bytes client thread 8 socket read 131072 server: 7000 0 2000 0 9000 Thread 8 EXIT Thread 8 EXIT server thread 6 write 131072 bytes client thread 6 socket read 131072 server: 7000 0 4000 0 11000 Thread 6 EXIT Thread 6 EXIT client thread 1 socket read 131072 Thread 1 EXIT Thread 1 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 62100 100 51700 1400 server per thread elapsed time 115300 ---------- Client results: ---------- client per thread totals 10 1200 200 120000 1500 client per thread elapsed time 122900 select loop user/kernel: 22000.00 usec server thread 0 alive server thread 0 loop 0 server thread 2 alive server thread 2 loop 0 server thread 3 alive server thread 1 alive server thread 3 loop 0 server thread 1 loop 0 server thread 5 alive client thread 0 alive client thread 0 loop 0 client thread 0 socket created 79832 server thread 5 loop 0 client thread 0 socket connected 79832 client thread 0 socket wrote 8192 server thread 7 alive server thread 4 alive server thread 7 loop 0 server thread 4 loop 0 server thread 8 alive server thread 6 alive server thread 8 loop 0 server thread 6 loop 0 client thread 3 alive client thread 3 loop 0 client thread 2 alive client thread 2 loop 0 client thread 5 alive client thread 5 loop 0 server thread 9 alive client thread 5 socket created 667872 client thread 5 socket connected 667872 client thread 5 socket wrote 8192 server thread 9 loop 0 server thread 0 got connection 1204416 client thread 1 alive client thread 1 loop 0 client thread 4 alive client thread 1 socket created 954736 client thread 4 loop 0 client thread 1 socket connected 954736 client thread 4 socket created 659528 client thread 1 socket wrote 8192 client thread 4 socket connected 659528 client thread 4 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 6 alive client thread 7 socket created 938304 client thread 6 loop 0 client thread 7 socket connected 938304 client thread 6 socket created 1073472 client thread 7 socket wrote 8192 client thread 6 socket connected 1073472 client thread 6 socket wrote 8192 client thread 8 alive client thread 8 loop 0 client thread 3 socket created 92024 client thread 3 socket connected 92024 client thread 8 socket created 95976 client thread 3 socket wrote 8192 client thread 8 socket connected 95976 client thread 8 socket wrote 8192 client thread 2 socket created 1073344 server thread 5 got connection 104112 server thread 5 read 8192 bytes client thread 2 socket connected 1073344 client thread 2 socket wrote 8192 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1974496 client thread 9 socket connected 1974496 client thread 9 socket wrote 8192 server thread 1 got connection 946392 server thread 1 read 8192 bytes server thread 0 read 8192 bytes server thread 4 got connection 160064 server thread 7 got connection 946520 server thread 4 read 8192 bytes server thread 7 read 8192 bytes server thread 3 got connection 3952808 server thread 3 read 8192 bytes server thread 6 got connection 938176 server thread 6 read 8192 bytes server thread 8 got connection 159936 server thread 8 read 8192 bytes server thread 9 got connection 3961024 server thread 9 read 8192 bytes server thread 2 got connection 659784 server thread 2 read 8192 bytes server thread 0 write 131072 bytes server: 3000 1000 8000 0 12000 server thread 0 loop 1 server thread 1 write 131072 bytes server: 3000 0 8000 0 11000 server thread 1 loop 1 server thread 5 write 131072 bytes server: 3000 0 8000 0 11000 server thread 5 loop 1 server thread 4 write 131072 bytes server: 3000 0 7000 0 10000 server thread 4 loop 1 server thread 7 write 131072 bytes server: 3000 0 7000 1000 11000 server thread 7 loop 1 server thread 9 write 131072 bytes server: 5000 0 6000 0 11000 server thread 9 loop 1 server thread 8 write 131072 bytes server: 5000 0 6000 0 11000 server thread 8 loop 1 server thread 6 write 131072 bytes server thread 3 write 131072 bytes server: 4000 0 7000 0 11000 server thread 6 loop 1 server: 5000 0 7000 0 12000 server thread 3 loop 1 client thread 0 socket read 131072 server thread 2 write 131072 bytes client thread 0 loop 1 client thread 0 socket created 1204416 server: 8000 0 6000 0 14000 server thread 2 loop 1 client thread 0 socket connected 1204416 client thread 0 socket wrote 8192 client thread 5 socket read 131072 client thread 1 socket read 131072 client thread 5 loop 1 client thread 5 socket created 946392 client thread 1 loop 1 client thread 5 socket connected 946392 client thread 1 socket created 104112 client thread 5 socket wrote 8192 client thread 1 socket connected 104112 client thread 1 socket wrote 8192 client thread 4 socket read 131072 client thread 7 socket read 131072 client thread 4 loop 1 client thread 4 socket created 160064 client thread 4 socket connected 160064 client thread 4 socket wrote 8192 client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 946520 client thread 6 socket read 131072 client thread 9 socket connected 946520 client thread 9 socket wrote 8192 client thread 6 loop 1 client thread 6 socket created 3961024 client thread 6 socket connected 3961024 client thread 6 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 159936 client thread 3 socket read 131072 client thread 8 socket connected 159936 client thread 8 socket wrote 8192 client thread 3 loop 1 client thread 3 socket created 938176 client thread 3 socket connected 938176 client thread 3 socket wrote 8192 client thread 2 socket read 131072 server thread 0 got connection 3952808 server thread 0 read 8192 bytes client thread 2 loop 1 client thread 2 socket created 79832 client thread 2 socket connected 79832 client thread 2 socket wrote 8192 server thread 1 got connection 659784 server thread 1 read 8192 bytes server thread 5 got connection 667872 server thread 5 read 8192 bytes client thread 7 loop 1 client thread 7 socket created 954736 client thread 7 socket connected 954736 client thread 7 socket wrote 8192 server thread 4 got connection 659528 server thread 4 read 8192 bytes server thread 8 got connection 1974496 server thread 8 read 8192 bytes server thread 9 got connection 1073472 server thread 9 read 8192 bytes server thread 3 got connection 95976 server thread 3 read 8192 bytes server thread 6 got connection 92024 server thread 6 read 8192 bytes server thread 2 got connection 1073344 server thread 2 read 8192 bytes server thread 7 got connection 938304 server thread 7 read 8192 bytes server thread 1 write 131072 bytes server thread 0 write 131072 bytes server: 4000 0 7000 0 11000 server thread 0 loop 2 server thread 5 write 131072 bytes server thread 4 write 131072 bytes server: 5000 0 7000 0 12000 server thread 5 loop 2 server: 5000 0 7000 0 12000 server thread 4 loop 2 server thread 8 write 131072 bytes server thread 9 write 131072 bytes server: 4000 0 7000 0 11000 server thread 8 loop 2 server: 5000 0 6000 0 11000 server thread 9 loop 2 server thread 3 write 131072 bytes server thread 6 write 131072 bytes server: 5000 0 6000 1000 12000 server thread 3 loop 2 server: 6000 0 6000 0 12000 server thread 6 loop 2 server thread 2 write 131072 bytes client thread 1 socket read 131072 client thread 1 loop 2 server: 5000 0 6000 0 11000 server thread 2 loop 2 client thread 1 socket created 3952808 client thread 1 socket connected 3952808 client thread 1 socket wrote 8192 server thread 7 write 131072 bytes server: 7000 0 5000 0 12000 server thread 7 loop 2 client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 667872 client thread 0 socket connected 667872 client thread 0 socket wrote 8192 server: 4000 0 7000 3000 14000 server thread 1 loop 2 server thread 1 got connection 659528 client thread 4 socket read 131072 server thread 1 read 8192 bytes client thread 5 socket read 131072 client thread 3 socket read 131072 client thread 6 socket read 131072 server thread 0 got connection 1974496 server thread 0 read 8192 bytes client thread 8 socket read 131072 client thread 9 socket read 131072 client thread 2 socket read 131072 client thread 4 loop 2 client thread 4 socket created 1073472 client thread 4 socket connected 1073472 client thread 4 socket wrote 8192 client thread 7 socket read 131072 client thread 5 loop 2 client thread 5 socket created 95976 client thread 5 socket connected 95976 client thread 5 socket wrote 8192 client thread 3 loop 2 client thread 3 socket created 92024 client thread 3 socket connected 92024 client thread 3 socket wrote 8192 server thread 5 got connection 104112 server thread 5 read 8192 bytes server thread 4 got connection 1073344 server thread 4 read 8192 bytes client thread 6 loop 2 client thread 6 socket created 938304 client thread 6 socket connected 938304 client thread 6 socket wrote 8192 server thread 3 got connection 1204416 server thread 3 read 8192 bytes server thread 1 write 131072 bytes client thread 8 loop 2 client thread 8 socket created 659784 client thread 8 socket connected 659784 client thread 8 socket wrote 8192 server thread 6 got connection 160064 server thread 6 read 8192 bytes server thread 0 write 131072 bytes client thread 1 socket read 131072 client thread 9 loop 2 client thread 9 socket created 946392 client thread 9 socket connected 946392 client thread 9 socket wrote 8192 client thread 0 socket read 131072 client thread 2 loop 2 client thread 2 socket created 938176 client thread 2 socket connected 938176 client thread 2 socket wrote 8192 server thread 8 got connection 3961024 server thread 8 read 8192 bytes server thread 4 write 131072 bytes server thread 9 got connection 159936 server thread 9 read 8192 bytes server thread 5 write 131072 bytes client thread 7 loop 2 client thread 7 socket created 946520 client thread 7 socket connected 946520 client thread 7 socket wrote 8192 server thread 3 write 131072 bytes server thread 2 got connection 79832 server thread 2 read 8192 bytes client thread 4 socket read 131072 server thread 6 write 131072 bytes client thread 5 socket read 131072 server: 0 0 3000 5000 8000 server thread 1 loop 3 client thread 3 socket read 131072 server thread 7 got connection 954736 server thread 7 read 8192 bytes server thread 9 write 131072 bytes server thread 8 write 131072 bytes client thread 6 socket read 131072 client thread 9 socket read 131072 server: 4000 0 3000 6000 13000 server thread 0 loop 3 client thread 8 socket read 131072 client thread 1 loop 3 server thread 2 write 131072 bytes client thread 1 socket created 659528 client thread 1 socket connected 659528 client thread 1 socket wrote 8192 server thread 7 write 131072 bytes client thread 2 socket read 131072 client thread 0 loop 3 client thread 0 socket created 1974496 client thread 0 socket connected 1974496 client thread 7 socket read 131072 client thread 0 socket wrote 8192 server: 4000 1000 3000 5000 13000 server thread 4 loop 3 client thread 4 loop 3 client thread 4 socket created 3952808 server: 5000 0 4000 3000 12000 client thread 4 socket connected 3952808 server thread 6 loop 3 client thread 4 socket wrote 8192 server: 4000 0 4000 4000 12000 server thread 3 loop 3 server: 4000 0 5000 4000 13000 server thread 5 loop 3 client thread 5 loop 3 client thread 5 socket created 667872 client thread 5 socket connected 667872 server thread 1 got connection 1073344 server thread 1 read 8192 bytes client thread 5 socket wrote 8192 client thread 3 loop 3 client thread 3 socket created 1073472 client thread 3 socket connected 1073472 client thread 3 socket wrote 8192 server: 8000 0 3000 3000 14000 server thread 9 loop 3 server: 7000 0 4000 3000 14000 server thread 8 loop 3 client thread 6 loop 3 client thread 6 socket created 160064 client thread 6 socket connected 160064 server thread 1 write 131072 bytes client thread 6 socket wrote 8192 client thread 9 loop 3 client thread 9 socket created 1204416 server thread 0 got connection 104112 client thread 9 socket connected 1204416 server thread 0 read 8192 bytes client thread 9 socket wrote 8192 client thread 1 socket read 131072 client thread 8 loop 3 client thread 8 socket created 95976 client thread 8 socket connected 95976 client thread 8 socket wrote 8192 server: 8000 0 3000 3000 14000 server thread 2 loop 3 server: 9000 0 2000 3000 14000 server thread 7 loop 3 server thread 0 write 131072 bytes client thread 0 socket read 131072 client thread 2 loop 3 client thread 2 socket created 92024 client thread 7 loop 3 client thread 2 socket connected 92024 client thread 7 socket created 159936 client thread 7 socket connected 159936 client thread 2 socket wrote 8192 client thread 7 socket wrote 8192 server thread 4 got connection 3961024 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server thread 6 got connection 938304 server thread 6 read 8192 bytes server thread 3 got connection 946392 server thread 3 read 8192 bytes server thread 6 write 131072 bytes server thread 5 got connection 659784 client thread 6 socket read 131072 server thread 5 read 8192 bytes server thread 9 got connection 79832 server thread 9 read 8192 bytes server thread 8 got connection 954736 server thread 8 read 8192 bytes server thread 9 write 131072 bytes server: 3000 0 1000 6000 10000 server thread 1 loop 4 client thread 9 socket read 131072 server thread 8 write 131072 bytes client thread 8 socket read 131072 client thread 1 loop 4 client thread 1 socket created 938176 client thread 1 socket connected 938176 client thread 1 socket wrote 8192 server thread 3 write 131072 bytes server thread 2 got connection 946520 server thread 2 read 8192 bytes server thread 5 write 131072 bytes client thread 3 socket read 131072 server thread 7 got connection 1073344 server thread 7 read 8192 bytes server thread 7 write 131072 bytes client thread 5 socket read 131072 server thread 2 write 131072 bytes server: 3000 0 1000 8000 12000 server thread 0 loop 4 client thread 2 socket read 131072 server: 3000 0 1000 7000 11000 server thread 4 loop 4 client thread 0 loop 4 client thread 0 socket created 659528 client thread 0 socket connected 659528 server: 4000 0 1000 6000 11000 server thread 6 loop 4 client thread 0 socket wrote 8192 client thread 6 loop 4 client thread 6 socket created 104112 client thread 6 socket connected 104112 client thread 6 socket wrote 8192 server: 5000 0 1000 4000 10000 server thread 9 loop 4 server thread 1 got connection 3961024 server thread 1 read 8192 bytes client thread 9 loop 4 server: 6000 0 1000 4000 11000 server thread 8 loop 4 client thread 9 socket created 1974496 client thread 9 socket connected 1974496 client thread 9 socket wrote 8192 server: 5000 0 3000 5000 13000 server thread 3 loop 4 client thread 8 loop 4 client thread 8 socket created 938304 client thread 8 socket connected 938304 client thread 8 socket wrote 8192 server: 7000 0 1000 3000 11000 server thread 7 loop 4 server thread 1 write 131072 bytes client thread 3 loop 4 client thread 3 socket created 160064 client thread 3 socket connected 160064 client thread 3 socket wrote 8192 server: 6000 0 3000 4000 13000 server thread 5 loop 4 client thread 1 socket read 131072 client thread 5 loop 4 server: 6000 1000 2000 3000 12000 client thread 5 socket created 79832 server thread 2 loop 4 client thread 5 socket connected 79832 client thread 5 socket wrote 8192 client thread 2 loop 4 client thread 2 socket created 1204416 client thread 2 socket connected 1204416 server thread 0 got connection 954736 client thread 2 socket wrote 8192 server thread 0 read 8192 bytes server thread 6 got connection 946392 server thread 6 read 8192 bytes server thread 9 got connection 95976 server thread 9 read 8192 bytes server thread 0 write 131072 bytes server thread 8 got connection 659784 server thread 8 read 8192 bytes client thread 0 socket read 131072 server thread 3 got connection 1073472 server thread 3 read 8192 bytes server thread 6 write 131072 bytes server thread 9 write 131072 bytes server thread 8 write 131072 bytes server: 5000 0 1000 4000 10000 server thread 3 write 131072 bytes client thread 6 socket read 131072 server thread 5 got connection 1073344 client thread 9 socket read 131072 server thread 5 read 8192 bytes client thread 8 socket read 131072 Thread 1 EXIT client thread 3 socket read 131072 server thread 2 got connection 667872 server thread 2 read 8192 bytes server: 3000 0 1000 4000 8000 server thread 5 write 131072 bytes Thread 0 EXIT server thread 2 write 131072 bytes server: 3000 0 3000 3000 9000 client thread 5 socket read 131072 server: 4000 0 2000 3000 9000 client thread 2 socket read 131072 server: 3000 0 2000 3000 8000 Thread 1 EXIT server: 3000 0 2000 2000 7000 Thread 6 EXIT Thread 9 EXIT Thread 8 EXIT Thread 0 EXIT Thread 3 EXIT server: 4000 0 1000 2000 7000 server: 5000 0 1000 1000 7000 Thread 6 EXIT Thread 5 EXIT Thread 9 EXIT Thread 2 EXIT Thread 8 EXIT Thread 3 EXIT Thread 5 EXIT Thread 2 EXIT client thread 4 socket read 131072 client thread 4 loop 4 client thread 4 socket created 946520 client thread 4 socket connected 946520 client thread 4 socket wrote 8192 server thread 4 got connection 92024 server thread 4 read 8192 bytes server thread 4 write 131072 bytes server: 52000 0 1000 0 53000 Thread 4 EXIT client thread 7 socket read 131072 client thread 7 loop 4 client thread 7 socket created 3961024 client thread 7 socket connected 3961024 client thread 7 socket wrote 8192 server thread 7 got connection 938176 server thread 7 read 8192 bytes server thread 7 write 131072 bytes server: 55000 0 1000 0 56000 Thread 7 EXIT client thread 4 socket read 131072 Thread 4 EXIT client thread 7 socket read 131072 Thread 7 EXIT Thread 7 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 10 95100 400 71500 13000 server per thread elapsed time 180000 ---------- Client results: ---------- client per thread totals 10 1700 400 182600 13700 client per thread elapsed time 198400 select loop kernel/user: 33000.00 usec server thread 0 alive server thread 0 loop 0 server thread 1 alive server thread 1 loop 0 client thread 0 alive client thread 0 loop 0 server thread 2 alive server thread 4 alive server thread 2 loop 0 server thread 4 loop 0 server thread 3 alive server thread 6 alive server thread 3 loop 0 server thread 6 loop 0 server thread 5 alive client thread 1 alive client thread 1 loop 0 client thread 1 socket created 1974496 server thread 5 loop 0 client thread 1 socket connected 1974496 client thread 1 socket wrote 8192 server thread 7 alive server thread 9 alive server thread 7 loop 0 server thread 9 loop 0 server thread 8 alive client thread 0 socket created 946392 client thread 0 socket connected 946392 client thread 0 socket wrote 8192 server thread 8 loop 0 client thread 4 alive client thread 4 loop 0 client thread 4 socket created 1073344 client thread 2 alive client thread 4 socket connected 1073344 client thread 2 loop 0 client thread 2 socket created 667872 client thread 4 socket wrote 8192 client thread 2 socket connected 667872 client thread 6 alive client thread 6 loop 0 client thread 3 alive client thread 6 socket created 3952680 client thread 3 loop 0 client thread 6 socket connected 3952680 client thread 3 socket created 79832 client thread 6 socket wrote 8192 client thread 3 socket connected 79832 client thread 3 socket wrote 8192 server thread 1 got connection 1974368 client thread 5 alive server thread 1 read 8192 bytes client thread 5 loop 0 client thread 5 socket created 1204416 client thread 5 socket connected 1204416 client thread 5 socket wrote 8192 client thread 9 alive client thread 9 loop 0 client thread 9 socket created 1204544 client thread 9 socket connected 1204544 client thread 9 socket wrote 8192 client thread 7 alive client thread 7 loop 0 client thread 7 socket created 938048 server thread 2 got connection 1200168 client thread 7 socket connected 938048 server thread 2 read 8192 bytes client thread 7 socket wrote 8192 server thread 0 got connection 151592 server thread 0 read 8192 bytes client thread 2 socket wrote 8192 client thread 8 alive client thread 8 loop 0 client thread 8 socket created 3952808 client thread 8 socket connected 3952808 client thread 8 socket wrote 8192 server thread 4 got connection 92024 server thread 4 read 8192 bytes server thread 3 got connection 659656 server thread 3 read 8192 bytes server thread 5 got connection 159936 server thread 6 got connection 938176 server thread 5 read 8192 bytes server thread 6 read 8192 bytes server thread 7 got connection 1069096 server thread 7 read 8192 bytes server thread 9 got connection 946520 server thread 9 read 8192 bytes server thread 2 write 131072 bytes server: 2000 0 5000 0 7000 server thread 2 loop 1 server thread 8 got connection 3961024 server thread 8 read 8192 bytes server thread 1 write 131072 bytes server: 3000 0 7000 0 10000 server thread 1 loop 1 server thread 0 write 131072 bytes client thread 2 socket read 131072 server: 4000 0 7000 0 11000 server thread 0 loop 1 client thread 2 loop 1 client thread 2 socket created 1200168 client thread 2 socket connected 1200168 client thread 2 socket wrote 8192 server thread 2 got connection 1974368 server thread 2 read 8192 bytes server thread 4 write 131072 bytes server: 4000 0 7000 0 11000 server thread 4 loop 1 server thread 3 write 131072 bytes server: 4000 0 7000 0 11000 server thread 3 loop 1 server thread 6 write 131072 bytes server: 4000 1000 6000 0 11000 server thread 6 loop 1 client thread 1 socket read 131072 server thread 7 write 131072 bytes client thread 1 loop 1 client thread 1 socket created 151592 server: 4000 0 7000 0 11000 server thread 7 loop 1 client thread 1 socket connected 151592 client thread 1 socket wrote 8192 server thread 5 write 131072 bytes server thread 9 write 131072 bytes server: 4000 0 8000 0 12000 server thread 5 loop 1 client thread 0 socket read 131072 client thread 0 loop 1 client thread 0 socket created 667872 client thread 0 socket connected 667872 client thread 0 socket wrote 8192 server thread 8 write 131072 bytes server: 6000 0 6000 0 12000 server thread 8 loop 1 client thread 4 socket read 131072 client thread 4 loop 1 client thread 4 socket created 92024 client thread 4 socket connected 92024 client thread 4 socket wrote 8192 client thread 6 socket read 131072 client thread 6 loop 1 client thread 6 socket created 659656 client thread 6 socket connected 659656 client thread 6 socket wrote 8192 client thread 3 socket read 131072 server thread 6 got connection 938176 server thread 6 read 8192 bytes client thread 3 loop 1 client thread 3 socket created 1974496 client thread 3 socket connected 1974496 client thread 3 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 1 client thread 5 socket created 1069096 client thread 5 socket connected 1069096 client thread 5 socket wrote 8192 client thread 7 socket read 131072 client thread 7 loop 1 client thread 7 socket created 159936 client thread 7 socket connected 159936 client thread 7 socket wrote 8192 server thread 1 got connection 946392 server thread 2 write 131072 bytes server thread 1 read 8192 bytes server: 3000 0 5000 0 8000 server thread 2 loop 2 server thread 3 got connection 3961024 server thread 3 read 8192 bytes server: 5000 0 6000 3000 14000 server thread 9 loop 1 server thread 5 got connection 1073344 server thread 5 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 1 client thread 8 socket created 3952680 client thread 8 socket connected 3952680 client thread 8 socket wrote 8192 server thread 0 got connection 79832 server thread 0 read 8192 bytes client thread 9 socket read 131072 client thread 9 loop 1 client thread 9 socket created 1204416 client thread 9 socket connected 1204416 client thread 9 socket wrote 8192 server thread 4 got connection 938048 server thread 4 read 8192 bytes client thread 2 socket read 131072 client thread 2 loop 2 client thread 2 socket created 1974368 client thread 2 socket connected 1974368 client thread 2 socket wrote 8192 server thread 7 got connection 946520 server thread 7 read 8192 bytes server thread 8 got connection 3952808 server thread 8 read 8192 bytes server thread 9 got connection 1204544 server thread 9 read 8192 bytes server thread 2 got connection 1200168 server thread 2 read 8192 bytes server thread 3 write 131072 bytes server: 4000 0 5000 1000 10000 server thread 3 loop 2 server thread 6 write 131072 bytes server thread 5 write 131072 bytes server: 2000 0 7000 0 9000 server thread 6 loop 2 server thread 1 write 131072 bytes server: 6000 0 6000 1000 13000 server thread 1 loop 2 server thread 0 write 131072 bytes server: 6000 0 6000 0 12000 server thread 0 loop 2 client thread 3 socket read 131072 client thread 3 loop 2 client thread 3 socket created 3961024 client thread 3 socket connected 3961024 client thread 3 socket wrote 8192 server thread 7 write 131072 bytes server thread 4 write 131072 bytes server: 5000 0 6000 0 11000 server thread 7 loop 2 server: 6000 0 6000 0 12000 server thread 4 loop 2 client thread 5 socket read 131072 client thread 5 loop 2 client thread 5 socket created 938176 client thread 6 socket read 131072 client thread 5 socket connected 938176 client thread 5 socket wrote 8192 client thread 6 loop 2 client thread 6 socket created 946392 client thread 6 socket connected 946392 client thread 6 socket wrote 8192 server thread 2 write 131072 bytes client thread 1 socket read 131072 server: 5000 0 4000 0 9000 server thread 2 loop 3 client thread 1 loop 2 client thread 1 socket created 79832 client thread 1 socket connected 79832 client thread 1 socket wrote 8192 server thread 8 write 131072 bytes server thread 9 write 131072 bytes server: 6000 0 5000 0 11000 server thread 8 loop 2 server: 3000 0 5000 0 8000 server thread 9 loop 2 server thread 3 got connection 1974496 server thread 3 read 8192 bytes client thread 0 socket read 131072 client thread 0 loop 2 client thread 0 socket created 946520 client thread 0 socket connected 946520 client thread 0 socket wrote 8192 client thread 7 socket read 131072 server: 4000 0 5000 4000 13000 server thread 5 loop 2 client thread 7 loop 2 client thread 7 socket created 938048 server thread 5 got connection 1069096 client thread 7 socket connected 938048 server thread 5 read 8192 bytes client thread 7 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 2 client thread 4 socket created 659656 client thread 4 socket connected 659656 client thread 4 socket wrote 8192 server thread 6 got connection 1200168 server thread 6 read 8192 bytes 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 1 got connection 3952808 server thread 1 read 8192 bytes client thread 9 socket read 131072 client thread 9 loop 2 client thread 9 socket created 1204544 client thread 9 socket connected 1204544 client thread 9 socket wrote 8192 client thread 8 socket read 131072 client thread 8 loop 2 client thread 8 socket created 667872 server thread 7 got connection 1073344 server thread 7 read 8192 bytes client thread 8 socket connected 667872 client thread 8 socket wrote 8192 server thread 0 got connection 159936 server thread 0 read 8192 bytes server thread 4 got connection 92024 server thread 2 got connection 1974368 server thread 4 read 8192 bytes server thread 2 read 8192 bytes server thread 3 write 131072 bytes server: 3000 0 5000 0 8000 server thread 3 loop 3 server thread 8 got connection 1204416 server thread 8 read 8192 bytes server thread 9 got connection 3952680 server thread 9 read 8192 bytes server thread 5 write 131072 bytes server: 0 0 5000 0 5000 server thread 5 loop 3 client thread 3 socket read 131072 client thread 3 loop 3 client thread 3 socket created 1974496 client thread 3 socket connected 1974496 client thread 3 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 3 server thread 6 write 131072 bytes client thread 5 socket created 1069096 client thread 5 socket connected 1069096 client thread 5 socket wrote 8192 server: 5000 0 6000 0 11000 server thread 6 loop 3 server thread 7 write 131072 bytes server: 4000 0 5000 0 9000 server thread 7 loop 3 server thread 2 write 131072 bytes server: 4000 0 5000 0 9000 server thread 2 loop 4 server thread 3 got connection 3961024 server thread 1 write 131072 bytes server thread 3 read 8192 bytes server: 4000 0 7000 0 11000 server thread 1 loop 3 server thread 0 write 131072 bytes server: 5000 0 7000 0 12000 server thread 0 loop 3 server thread 5 got connection 938176 server thread 5 read 8192 bytes server thread 9 write 131072 bytes server: 6000 0 4000 0 10000 server thread 9 loop 3 server thread 4 write 131072 bytes server: 5000 0 6000 0 11000 server thread 4 loop 3 server thread 8 write 131072 bytes client thread 6 socket read 131072 server: 5000 0 6000 0 11000 server thread 8 loop 3 client thread 6 loop 3 client thread 6 socket created 1200168 client thread 6 socket connected 1200168 client thread 6 socket wrote 8192 client thread 2 socket read 131072 client thread 2 loop 4 client thread 2 socket created 1073344 client thread 2 socket connected 1073344 client thread 7 socket read 131072 client thread 2 socket wrote 8192 client thread 7 loop 3 client thread 7 socket created 1974368 client thread 7 socket connected 1974368 client thread 7 socket wrote 8192 client thread 1 socket read 131072 client thread 1 loop 3 client thread 1 socket created 3952808 client thread 1 socket connected 3952808 client thread 1 socket wrote 8192 client thread 0 socket read 131072 client thread 0 loop 3 client thread 0 socket created 159936 client thread 0 socket connected 159936 client thread 9 socket read 131072 client thread 0 socket wrote 8192 client thread 9 loop 3 client thread 9 socket created 3952680 client thread 4 socket read 131072 client thread 9 socket connected 3952680 client thread 9 socket wrote 8192 client thread 4 loop 3 client thread 4 socket created 92024 client thread 4 socket connected 92024 client thread 4 socket wrote 8192 server thread 2 got connection 1204416 server thread 2 read 8192 bytes client thread 8 socket read 131072 client thread 8 loop 3 client thread 8 socket created 946392 client thread 8 socket connected 946392 client thread 8 socket wrote 8192 server thread 6 got connection 151592 server thread 6 read 8192 bytes server thread 7 got connection 938048 server thread 7 read 8192 bytes server thread 1 got connection 79832 server thread 1 read 8192 bytes server thread 3 write 131072 bytes server: 4000 0 5000 0 9000 server thread 3 loop 4 server thread 0 got connection 946520 server thread 0 read 8192 bytes server thread 5 write 131072 bytes server: 4000 0 4000 0 8000 server thread 5 loop 4 server thread 9 got connection 1204544 server thread 9 read 8192 bytes server thread 8 got connection 659656 server thread 8 read 8192 bytes client thread 3 socket read 131072 server thread 4 got connection 667872 server thread 4 read 8192 bytes client thread 3 loop 4 client thread 3 socket created 3961024 client thread 3 socket connected 3961024 client thread 3 socket wrote 8192 client thread 5 socket read 131072 client thread 5 loop 4 client thread 5 socket created 938176 client thread 5 socket connected 938176 client thread 5 socket wrote 8192 server thread 2 write 131072 bytes server: 4000 0 4000 0 8000 Thread 2 EXIT server thread 3 got connection 1974496 server thread 3 read 8192 bytes server thread 5 got connection 1069096 server thread 5 read 8192 bytes client thread 2 socket read 131072 Thread 2 EXIT server thread 6 write 131072 bytes server thread 7 write 131072 bytes server: 5000 0 7000 0 12000 server thread 6 loop 4 server thread 9 write 131072 bytes server: 5000 0 5000 0 10000 server thread 9 loop 4 server thread 1 write 131072 bytes server: 5000 0 7000 0 12000 server thread 1 loop 4 server thread 8 write 131072 bytes server: 5000 0 7000 1000 13000 server thread 7 loop 4 server thread 0 write 131072 bytes server: 4000 0 7000 0 11000 server thread 0 loop 4 client thread 9 socket read 131072 client thread 9 loop 4 client thread 9 socket created 1204416 server thread 4 write 131072 bytes client thread 9 socket connected 1204416 client thread 9 socket wrote 8192 server: 6000 0 5000 1000 12000 server thread 4 loop 4 server thread 3 write 131072 bytes client thread 6 socket read 131072 server: 4000 0 4000 0 8000 client thread 6 loop 4 client thread 6 socket created 95976 client thread 6 socket connected 95976 client thread 6 socket wrote 8192 server thread 5 write 131072 bytes server: 5000 0 3000 0 8000 Thread 5 EXIT client thread 7 socket read 131072 client thread 7 loop 4 server: 4000 0 6000 1000 11000 server thread 8 loop 4 client thread 7 socket created 1073344 client thread 7 socket connected 1073344 client thread 7 socket wrote 8192 client thread 3 socket read 131072 client thread 1 socket read 131072 Thread 3 EXIT Thread 3 EXIT client thread 8 socket read 131072 client thread 8 loop 4 client thread 5 socket read 131072 client thread 8 socket created 151592 client thread 8 socket connected 151592 Thread 5 EXIT client thread 8 socket wrote 8192 server thread 7 got connection 1204544 server thread 7 read 8192 bytes client thread 0 socket read 131072 client thread 0 loop 4 client thread 0 socket created 79832 client thread 0 socket connected 79832 client thread 0 socket wrote 8192 client thread 4 socket read 131072 client thread 4 loop 4 server thread 8 got connection 938048 client thread 4 socket created 946520 server thread 8 read 8192 bytes client thread 4 socket connected 946520 client thread 4 socket wrote 8192 server thread 9 got connection 3952680 server thread 9 read 8192 bytes server thread 9 write 131072 bytes server: 4000 0 1000 0 5000 Thread 9 EXIT server thread 6 got connection 667872 server thread 6 read 8192 bytes client thread 1 loop 4 client thread 1 socket created 1974496 client thread 1 socket connected 1974496 client thread 1 socket wrote 8192 server thread 7 write 131072 bytes server thread 0 got connection 1200168 server thread 0 read 8192 bytes server: 2000 0 3000 0 5000 Thread 7 EXIT server thread 4 got connection 1069096 server thread 4 read 8192 bytes server thread 8 write 131072 bytes server: 2000 0 4000 0 6000 Thread 8 EXIT server thread 1 got connection 104112 server thread 1 read 8192 bytes client thread 8 socket read 131072 Thread 8 EXIT server thread 6 write 131072 bytes client thread 7 socket read 131072 server: 5000 0 4000 0 9000 Thread 6 EXIT Thread 7 EXIT client thread 6 socket read 131072 Thread 6 EXIT server thread 0 write 131072 bytes server: 5000 0 4000 0 9000 Thread 0 EXIT server thread 4 write 131072 bytes client thread 4 socket read 131072 server: 5000 0 4000 0 9000 Thread 4 EXIT server thread 1 write 131072 bytes server: 7000 0 3000 0 10000 Thread 1 EXIT Thread 4 EXIT client thread 0 socket read 131072 Thread 0 EXIT client thread 1 socket read 131072 Thread 1 EXIT client thread 9 socket read 131072 Thread 9 EXIT Thread 9 EXIT triggered notify TEST COMPLETE! Server results: ---------- server per thread totals 20 116700 500 98400 14200 server per thread elapsed time 229800 ---------- Client results: ---------- client per thread totals 20 2400 1300 235900 14200 client per thread elapsed time 253800 select loop kernel/kernel: 21000.00 usec END TEST: sel_spd BEGIN TEST: selct_er   Sat Feb 8 17:47:02 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:47:02 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:47:03 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:47:08 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib select returned 0 END TEST: selintr BEGIN TEST: sema   Sat Feb 8 17:47:10 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: sema BEGIN TEST: semaerr   Sat Feb 8 17:47:10 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS PASS END TEST: semaerr BEGIN TEST: semaping   Sat Feb 8 17:47:11 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib warning: removed semaphore /tmp/bar.sem left over from previous run PASS PASS END TEST: semaping BEGIN TEST: sendzlf   Sat Feb 8 17:47:11 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: sendzlf BEGIN TEST: server_test   Sat Feb 8 17:47:11 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: server_test BEGIN TEST: servr_uu   Sat Feb 8 17:47:11 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: servr_uu BEGIN TEST: servr_ku   Sat Feb 8 17:47:12 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: servr_ku BEGIN TEST: servr_uk   Sat Feb 8 17:47:12 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: servr_uk BEGIN TEST: servr_kk   Sat Feb 8 17:47:12 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: servr_kk BEGIN TEST: short_thread   Sat Feb 8 17:47:12 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: short_thread BEGIN TEST: sigpipe   Sat Feb 8 17:47:12 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:47:13 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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 17:47:15 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASSED END TEST: sockopt BEGIN TEST: sockping   Sat Feb 8 17:47:15 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:47:15 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: sprintf BEGIN TEST: stack   Sat Feb 8 17:47:17 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib ./stack successful sum = 0x13948, expected = 0x13948 END TEST: stack BEGIN TEST: stdio   Sat Feb 8 17:47:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib This to standard out This to standard err END TEST: stdio BEGIN TEST: str2addr   Sat Feb 8 17:47:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASS END TEST: str2addr BEGIN TEST: strod   Sat Feb 8 17:47:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:47:36 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASSED END TEST: switch BEGIN TEST: system   Sat Feb 8 17:47:39 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PR_SI_HOSTNAME: hploan1 PR_SI_SYSNAME: HP-UX PR_SI_RELEASE: B.11.11 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:47:39 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASSED END TEST: testbit BEGIN TEST: testfile   Sat Feb 8 17:47:39 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib File Test passed Dir Test passed END TEST: testfile BEGIN TEST: threads   Sat Feb 8 17:47:40 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib FAIL threads returned 1 (failed) END TEST: threads BEGIN TEST: timemac   Sat Feb 8 17:47:41 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib ********************************************* ** ** ** Testing PR_Now(), PR_ExplodeTime, and ** ** PR_ImplodeTime on the current time ** ** ** ********************************************* Current UTC is Sun Feb 9 01:47:42 UTC 2003 Current local time is Sat Feb 8 17:47:42 -0800 2003 GMT offset is 4294938496, DST offset is 0 Please examine the results END TEST: timemac BEGIN TEST: timetest   Sat Feb 8 17:47:42 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: timetest BEGIN TEST: tpd   Sat Feb 8 17:48:25 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASSED END TEST: tpd BEGIN TEST: udpsrv   Sat Feb 8 17:48:25 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib END TEST: udpsrv BEGIN TEST: vercheck   Sat Feb 8 17:48:25 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:48:25 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib Runtime library version information Build time: 09 Feb 2003 00:20:39 GMT Build time: 2003-02-08 16:20:39 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:48:26 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib PASSED END TEST: writev BEGIN TEST: xnotify   Sat Feb 8 17:48:26 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_dbg/dist/lib Done! END TEST: xnotify BEGIN TEST: zerolen   Sat Feb 8 17:48:26 PST 2003 OBJDIR HP-UXB.11.11_64_DBG.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:48:42 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib PASS END TEST: accept BEGIN TEST: acceptread   Sat Feb 8 17:48:49 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x800003ffff7942d8)127.0.0.1:55845 (Server) read [0x800003ffff794260..0x800003ffff7942d5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x800003ffff7942d8)127.0.0.1:55846 (Server) read [0x800003ffff794260..0x800003ffff7942d5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x800003ffff7942d8)127.0.0.1:55847 (Server) read [0x800003ffff794260..0x800003ffff7942d5) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x800003ffff7942d8)127.0.0.1:55848 (Server) read [0x800003ffff794260..0x800003ffff7942d5) 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:49:00 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib Testing w/ write_dally = 0 msec Accepted connection from (0x800003ffff794300)127.0.0.1:55851 (Server) read [0x800003ffff794288..0x800003ffff7942fd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 500 msec Accepted connection from (0x800003ffff794300)127.0.0.1:55852 (Server) read [0x800003ffff794288..0x800003ffff7942fd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1000 msec Accepted connection from (0x800003ffff794300)127.0.0.1:55853 (Server) read [0x800003ffff794288..0x800003ffff7942fd) GET / HTTP/1.0 PR_Recv (client) succeeded: 17 bytes GET / HTTP/1.0 Testing w/ write_dally = 1500 msec Accepted connection from (0x800003ffff794300)127.0.0.1:55854 (Server) read [0x800003ffff794288..0x800003ffff7942fd) 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:49:10 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:49:11 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib END TEST: alarm BEGIN TEST: anonfm   Sat Feb 8 17:50:14 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib END TEST: anonfm BEGIN TEST: atomic   Sat Feb 8 17:50:15 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:50:15 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib END TEST: attach BEGIN TEST: bigfile   Sat Feb 8 17:50:15 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib END TEST: bigfile BEGIN TEST: cleanup   Sat Feb 8 17:50:16 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_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:50:21 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib Client/Server started at(0x8000000100007610): 17:50:21 Server started at(0x800000010000e440): 17:50:21 Client started at(0x800000010000f5e0): 17:50:21 main(0x8000000100007610): waiting for execution interval (10 seconds) Shutting down(0x8000000100007610): 17:50:31 Client(0x800000010000f5e0): stopped after 21 operations and 17922 bytes Server(0x800000010000e440): stopped after 21 operations and 17922 bytes main(0x8000000100007610): test complete Test exiting at(0x8000000100007610): 17:50:36 END TEST: cltsrv BEGIN TEST: concur   Sat Feb 8 17:50:36 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib PASSED END TEST: concur BEGIN TEST: cvar   Sat Feb 8 17:50:47 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib END TEST: cvar BEGIN TEST: cvar2   Sat Feb 8 17:50:48 PST 2003 OBJDIR HP-UXB.11.11_64_OPT.OBJ LIBS /share/builds/mccrel3/nspr/nspr43/builds/20030208.1/hploan1_HPUX11i/hpux11i64_opt/dist/lib error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11 error creating thread : PR_INSUFFICIENT_RESOURCES_ERROR(-5974), oserror = 11