START lib/libpthread 2024-05-15T08:02:32Z ===> barrier ==== run-regress-barrier ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/barrier"' -I/usr/src/regress/lib/libpthread/barrier/../include -MD -MP -c /usr/src/regress/lib/libpthread/barrier/barrier.c In file included from /usr/src/regress/lib/libpthread/barrier/barrier.c:9: /usr/src/regress/lib/libpthread/barrier/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/barrier/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o barrier barrier.o -lpthread ./barrier Thread 0 started Thread 1 started Thread 2 started Thread 3 started Thread 4 started Thread 5 started Thread 6 started Thread 7 started Thread 8 started Thread 9 started ===> blocked_shutdown ==== run-regress-blocked_shutdown ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/blocked_shutdown"' -I/usr/src/regress/lib/libpthread/blocked_shutdown/../include -MD -MP -c /usr/src/regress/lib/libpthread/blocked_shutdown/blocked_shutdown.c In file included from /usr/src/regress/lib/libpthread/blocked_shutdown/blocked_shutdown.c:31: /usr/src/regress/lib/libpthread/blocked_shutdown/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/blocked_shutdown/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o blocked_shutdown blocked_shutdown.o -lpthread ./blocked_shutdown ===> cancel ==== run-regress-cancel ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/cancel"' -I/usr/src/regress/lib/libpthread/cancel/../include -MD -MP -c /usr/src/regress/lib/libpthread/cancel/cancel.c In file included from /usr/src/regress/lib/libpthread/cancel/cancel.c:11: /usr/src/regress/lib/libpthread/cancel/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/cancel/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o cancel cancel.o -lutil -lpthread ./cancel you should see this message exactly once (fyi, cancellation of self was instantaneous) early = 0 ===> cancel2 ==== run-regress-cancel2 ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/cancel2"' -I/usr/src/regress/lib/libpthread/cancel2/../include -MD -MP -c /usr/src/regress/lib/libpthread/cancel2/cancel2.c In file included from /usr/src/regress/lib/libpthread/cancel2/cancel2.c:16: /usr/src/regress/lib/libpthread/cancel2/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/cancel2/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o cancel2 cancel2.o -lpthread ./cancel2 trying select trying pselect trying poll trying ppoll ===> cancel_wait ==== run-regress-cancel_wait ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/cancel_wait"' -I/usr/src/regress/lib/libpthread/cancel_wait/../include -MD -MP -c /usr/src/regress/lib/libpthread/cancel_wait/cancel_wait.c In file included from /usr/src/regress/lib/libpthread/cancel_wait/cancel_wait.c:18: /usr/src/regress/lib/libpthread/cancel_wait/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/cancel_wait/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o cancel_wait cancel_wait.o -lpthread ./cancel_wait trying wait trying waitpid trying wait3 trying wait4 ===> close ==== run-regress-close ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/close"' -I/usr/src/regress/lib/libpthread/close/../include -MD -MP -c /usr/src/regress/lib/libpthread/close/close.c In file included from /usr/src/regress/lib/libpthread/close/close.c:48: /usr/src/regress/lib/libpthread/close/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/close/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o close close.o -lpthread ./close main: connecting to test port with fd 3 main: connected on fd 3 starting child thread child: writing some garbage to fd 3 child: calling select() with fd 3 main: closing fd 3 child: select() returned -1, errno 9 = Bad file descriptor [correct] main: closed ===> close_race ==== run-regress-close_race ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/close_race"' -I/usr/src/regress/lib/libpthread/close_race/../include -MD -MP -c /usr/src/regress/lib/libpthread/close_race/close_race.c In file included from /usr/src/regress/lib/libpthread/close_race/close_race.c:28: /usr/src/regress/lib/libpthread/close_race/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/close_race/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o close_race close_race.o -lpthread ./close_race ===> closefrom ==== run-regress-closefrom ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/closefrom"' -I/usr/src/regress/lib/libpthread/closefrom/../include -MD -MP -c /usr/src/regress/lib/libpthread/closefrom/closefrom.c In file included from /usr/src/regress/lib/libpthread/closefrom/closefrom.c:9: /usr/src/regress/lib/libpthread/closefrom/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/closefrom/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o closefrom closefrom.o -lpthread ./closefrom closefrom(3) == -1/9 closefrom(3) == -1/9 dummy thread exited with status 0x0 ===> cwd ==== run-regress-cwd ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/cwd"' -I/usr/src/regress/lib/libpthread/cwd/../include -MD -MP -c /usr/src/regress/lib/libpthread/cwd/cwd.c In file included from /usr/src/regress/lib/libpthread/cwd/cwd.c:43: /usr/src/regress/lib/libpthread/cwd/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/cwd/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o cwd cwd.o -lpthread cwd.c(cwd.o:(main)): warning: getwd() possibly used unsafely; consider using getcwd() ./cwd getcwd => /usr/obj/regress/lib/libpthread/cwd getwd => /usr/obj/regress/lib/libpthread/cwd ===> dlopen ==== run-regress-dlopen ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/dlopen"' -I/usr/src/regress/lib/libpthread/dlopen/../include -MD -MP -c /usr/src/regress/lib/libpthread/dlopen/dlopen.c cc -o dlopen dlopen.o ./dlopen * * * * * * * * * * * * * * * * * * * * * * * * * single threaded semop: pass time = 1.004563954 sigsuspend: pass time = 1.009488481 poll: fail time = 0.000180968 r = 1 open_fifo: pass time = 1.009053879 nanosleep: pass time = 1.009804317 flock: pass time = 1.007556685 fcntl(F_SETLKW): pass time = 1.006101159 connect: pass time = 1.008254326 accept: pass time = 1.009849600 in thread after dlopen(pthread) semop: pass time = 1.007492213 sigsuspend: pass time = 1.009941664 poll: fail time = 0.000039558 r = 1 open_fifo: pass time = 1.009573105 nanosleep: pass time = 1.009813760 flock: pass time = 1.007544495 fcntl(F_SETLKW): pass time = 1.005745946 connect: pass time = 1.007998232 accept: pass time = 1.009908034 using cancellation semop: pass time = 1.009828847 sigsuspend: pass time = 1.009894387 poll: fail time = 1.009859930 r = 1 open_fifo: pass time = 1.009753164 nanosleep: pass time = 1.009790578 flock: pass time = 1.007339240 fcntl(F_SETLKW): pass time = 1.005331611 connect: pass time = 1.007787031 accept: pass time = 1.009856987 ===> earlysig ==== run-regress-earlysig ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/earlysig"' -I/usr/src/regress/lib/libpthread/earlysig/../include -MD -MP -c /usr/src/regress/lib/libpthread/earlysig/earlysig.c cc -o earlysig earlysig.o -lpthread ./earlysig ===> errno ==== run-regress-errno ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/errno"' -I/usr/src/regress/lib/libpthread/errno/../include -MD -MP -c /usr/src/regress/lib/libpthread/errno/errno.c In file included from /usr/src/regress/lib/libpthread/errno/errno.c:15: /usr/src/regress/lib/libpthread/errno/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/errno/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o errno errno.o -lpthread ./errno X ===> execve ==== run-regress-execve ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/execve"' -I/usr/src/regress/lib/libpthread/execve/../include -MD -MP -c /usr/src/regress/lib/libpthread/execve/execve.c In file included from /usr/src/regress/lib/libpthread/execve/execve.c:46: /usr/src/regress/lib/libpthread/execve/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/execve/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o execve execve.o -lpthread ./execve This is the first message IGNORED: stdout is not a tty: this test needs a tty ===> fork ==== run-regress-fork ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/fork"' -I/usr/src/regress/lib/libpthread/fork/../include -MD -MP -c /usr/src/regress/lib/libpthread/fork/fork.c In file included from /usr/src/regress/lib/libpthread/fork/fork.c:50: /usr/src/regress/lib/libpthread/fork/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/fork/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o fork fork.o -lpthread ./fork forking from pid 66850 parent = pid 66850 parent ok ===> group ==== run-regress-group ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/group"' -I/usr/src/regress/lib/libpthread/group/../include -MD -MP -c /usr/src/regress/lib/libpthread/group/group.c In file included from /usr/src/regress/lib/libpthread/group/group.c:15: /usr/src/regress/lib/libpthread/group/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/group/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o group group.o -lpthread ./group gid 0 gid 1 gid 2 gid 3 gid 4 before: tty:*:4:root after: tty:*:4:root before: wheel:*:0:root,user after: wheel:*:0:root,user before: daemon:*:1:daemon after: daemon:*:1:daemon before: kmem:*:2:root after: kmem:*:2:root before: sys:*:3:root after: sys:*:3:root ===> malloc_duel ==== run-regress-malloc_duel ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/malloc_duel"' -I/usr/src/regress/lib/libpthread/malloc_duel/../include -MD -MP -c /usr/src/regress/lib/libpthread/malloc_duel/malloc_duel.c In file included from /usr/src/regress/lib/libpthread/malloc_duel/malloc_duel.c:12: /usr/src/regress/lib/libpthread/malloc_duel/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/malloc_duel/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o malloc_duel malloc_duel.o -lpthread ./malloc_duel ===> netdb ==== run-regress-netdb ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/netdb"' -I/usr/src/regress/lib/libpthread/netdb/../include -MD -MP -c /usr/src/regress/lib/libpthread/netdb/netdb.c In file included from /usr/src/regress/lib/libpthread/netdb/netdb.c:50: /usr/src/regress/lib/libpthread/netdb/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/netdb/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o netdb netdb.o -lpthread ./netdb getservbyname -> port 23 gethostbyname -> 127.0.0.1 ===> pcap ==== run-regress-pcap ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/pcap"' -I/usr/src/regress/lib/libpthread/pcap/../include -MD -MP -c /usr/src/regress/lib/libpthread/pcap/pcap.c In file included from /usr/src/regress/lib/libpthread/pcap/pcap.c:12: /usr/src/regress/lib/libpthread/pcap/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/pcap/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o pcap pcap.o -lpcap -lpthread ./pcap PING 127.0.0.1 (127.0.0.1): 56 data bytes 64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=0.363 ms 64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=0.805 ms 64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=0.127 ms --- 127.0.0.1 ping statistics --- 3 packets transmitted, 3 packets received, 0.0% packet loss round-trip min/avg/max/std-dev = 0.127/0.432/0.805/0.281 ms ===> poll ==== run-regress-poll ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/poll"' -I/usr/src/regress/lib/libpthread/poll/../include -MD -MP -c /usr/src/regress/lib/libpthread/poll/poll.c In file included from /usr/src/regress/lib/libpthread/poll/poll.c:11: /usr/src/regress/lib/libpthread/poll/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/poll/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o poll poll.o -lutil -lpthread ./poll zero p[0]={fd=3, events=< in out > revents=< in out >} null p[1]={fd=4, events=< in out > revents=< in out >} closing zero zero p[0]={fd=3, events=< in out > revents=< nval >} null p[1]={fd=4, events=< in out > revents=< in out >} closing null rpipe p[0]={fd=3, events=< in > revents=< >} wpipe p[1]={fd=4, events=< out > revents=< out >} bg writing to wpipe rpipe p[0]={fd=3, events=< in > revents=< in >} ===> preemption ==== run-regress-preemption ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/preemption"' -I/usr/src/regress/lib/libpthread/preemption/../include -MD -MP -c /usr/src/regress/lib/libpthread/preemption/preemption.c In file included from /usr/src/regress/lib/libpthread/preemption/preemption.c:38: /usr/src/regress/lib/libpthread/preemption/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/preemption/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o preemption preemption.o -lpthread ./preemption yielding: 0 1 2 3 4 5 6 7 8 9 ===> preemption_float ==== run-regress-preemption_float ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/preemption_float"' -I/usr/src/regress/lib/libpthread/preemption_float/../include -MD -MP -c /usr/src/regress/lib/libpthread/preemption_float/preemption_float.c In file included from /usr/src/regress/lib/libpthread/preemption_float/preemption_float.c:44: /usr/src/regress/lib/libpthread/preemption_float/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/preemption_float/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o preemption_float preemption_float.o -lm -lpthread ./preemption_float ===> pthread_atfork ==== run-regress-pthread_atfork ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/pthread_atfork"' -I/usr/src/regress/lib/libpthread/pthread_atfork/../include -MD -MP -c /usr/src/regress/lib/libpthread/pthread_atfork/pthread_atfork.c In file included from /usr/src/regress/lib/libpthread/pthread_atfork/pthread_atfork.c:11: /usr/src/regress/lib/libpthread/pthread_atfork/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/pthread_atfork/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o pthread_atfork pthread_atfork.o -lpthread ./pthread_atfork ===> pthread_cond_timedwait ==== run-regress-pthread_cond_timedwait ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/pthread_cond_timedwait"' -I/usr/src/regress/lib/libpthread/pthread_cond_timedwait/../include -MD -MP -c /usr/src/regress/lib/libpthread/pthread_cond_timedwait/pthread_cond_timedwait.c In file included from /usr/src/regress/lib/libpthread/pthread_cond_timedwait/pthread_cond_timedwait.c:49: /usr/src/regress/lib/libpthread/pthread_cond_timedwait/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/pthread_cond_timedwait/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o pthread_cond_timedwait pthread_cond_timedwait.o -lpthread ./pthread_cond_timedwait pthread_cond_timedwait START Got timeout 0 in 5.001012392 seconds Got timeout 1 in 10.010964161 seconds ===> pthread_create ==== run-regress-pthread_create ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/pthread_create"' -I/usr/src/regress/lib/libpthread/pthread_create/../include -MD -MP -c /usr/src/regress/lib/libpthread/pthread_create/pthread_create.c In file included from /usr/src/regress/lib/libpthread/pthread_create/pthread_create.c:44: /usr/src/regress/lib/libpthread/pthread_create/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/pthread_create/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o pthread_create pthread_create.o -lpthread ./pthread_create Original thread stack at 0xbfff88a8 New thread was passed arg address 0xdeadbeef New thread stack at 0xb6d23730 ===> pthread_join ==== run-regress-pthread_join ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/pthread_join"' -I/usr/src/regress/lib/libpthread/pthread_join/../include -MD -MP -c /usr/src/regress/lib/libpthread/pthread_join/pthread_join.c In file included from /usr/src/regress/lib/libpthread/pthread_join/pthread_join.c:50: /usr/src/regress/lib/libpthread/pthread_join/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/pthread_join/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o pthread_join pthread_join.o -lpthread ./pthread_join Original thread stack at 0xbffcb46c New thread 1 stack at 0xb47064d0 New thread 2 stack at 0xb5b57068 ===> pthread_kill ==== run-regress-pthread_kill ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/pthread_kill"' -I/usr/src/regress/lib/libpthread/pthread_kill/../include -MD -MP -c /usr/src/regress/lib/libpthread/pthread_kill/pthread_kill.c In file included from /usr/src/regress/lib/libpthread/pthread_kill/pthread_kill.c:15: /usr/src/regress/lib/libpthread/pthread_kill/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/pthread_kill/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o pthread_kill pthread_kill.o -lpthread ./pthread_kill act_handler: signal 30, siginfo 0xbfff4ab0, context 0xbfff4958 act_handler: signal 30, siginfo 0xb01f9858, context 0xb01f9700 act_handler: signal 30, siginfo 0xae9e3840, context 0xae9e36e8 Thread T1 woke up Thread T2 woke up ===> pthread_mutex ==== run-regress-pthread_mutex ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/pthread_mutex"' -I/usr/src/regress/lib/libpthread/pthread_mutex/../include -MD -MP -c /usr/src/regress/lib/libpthread/pthread_mutex/pthread_mutex.c In file included from /usr/src/regress/lib/libpthread/pthread_mutex/pthread_mutex.c:51: /usr/src/regress/lib/libpthread/pthread_mutex/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/pthread_mutex/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o pthread_mutex pthread_mutex.o -lpthread ./pthread_mutex test_mutex_static() test_nocontention_lock() test_nocontention_trylock() test_contention_lock() test_mutex_fast() test_nocontention_lock() test_nocontention_trylock() test_contention_lock() test_mutex_debug() test_nocontention_lock() test_nocontention_trylock() test_contention_lock() test_debug_double_lock() test_debug_double_unlock() test_mutex_recursive() test_mutex_recursive_lock() test_mutex_recursive_trylock() test_mutex_normal() test_nocontention_lock() test_nocontention_trylock() test_contention_lock() ===> pthread_once The fix for this bug has been backed out. https://marc.info/?l=openbsd-cvs&m=150983604531467&w=2 Wait until guenther@ has fixed the binutils problem with the samba port. DISABLED ===> pthread_rwlock ==== run-regress-pthread_rwlock ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/pthread_rwlock"' -I/usr/src/regress/lib/libpthread/pthread_rwlock/../include -MD -MP -c /usr/src/regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c cc -o pthread_rwlock pthread_rwlock.o -lpthread ./pthread_rwlock reader 0 locked, state = 1 reader 1 locked, state = 2 reader 2 locked, state = 3 reader 3 locked, state = 4 reader 4 locked, state = 5 reader 5 locked, state = 6 writer started, state = 6 writer starting reader 0 unlocked reader 1 unlocked reader 2 unlocked reader 3 unlocked reader 4 unlocked writer locked reader 5 unlocked reader 0 woken, state = 9 reader 1 woken, state = 9 reader 2 woken, state = 9 reader 3 woken, state = 9 reader 3 woken, state = 9 writer unlocking reader 4 woken, state = 0 reader 4 trying again (1) reader 4 locked again (1) reader 3 woken, state = 1 reader 3 trying again (2) reader 3 locked again (2) reader 5 woken, state = 2 reader 5 trying again (3) reader 5 locked again (3) reader 0 woken, state = 3 reader 0 trying again (4) reader 0 locked again (4) reader 1 woken, state = 4 reader 1 trying again (5) reader 1 locked again (5) reader 2 woken, state = 5 reader 2 trying again (6) reader 2 locked again (6) reader 2 exiting writer exiting reader 4 woken, state = 6 reader 4 exiting reader 3 woken, state = 6 reader 3 exiting reader 5 woken, state = 6 reader 5 exiting reader 0 woken, state = 6 reader 0 exiting reader 1 woken, state = 6 reader 1 exiting ===> pthread_rwlock2 ==== run-regress-pthread_rwlock2 ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/pthread_rwlock2"' -I/usr/src/regress/lib/libpthread/pthread_rwlock2/../include -MD -MP -c /usr/src/regress/lib/libpthread/pthread_rwlock2/pthread_rwlock2.c cc -o pthread_rwlock2 pthread_rwlock2.o -lpthread ./pthread_rwlock2 rthread init 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0x9a464400: mutex_lock 0xa5ff351c (0x0) 0x9a464400: mutex_unlock 0xa5ff351c (0x9a464400) 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (0) 0x9a464400: rwlock_unlock 0xaee58bf0 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) rthread reaping 0x9a464400 stack 0x92d9fcc0 0xaa249500: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f200: rwlock_wrlock 0xaee58bf0 (0) 0x9a464500: rwlock_wrlock 0xaee58bf0 (0) 0x9a464900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (0) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50700: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_wrlock 0xaee58bf0 (0) 0xaa249700: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (0) 0xaa249700: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (0) 0xaa249800: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (0) 0x9a464700: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (0) 0xaa249500: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f200: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_rdlock 0xaee58bf0 (0) 0x9a464900: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464300 stack 0x92d80400 rthread reaping 0x9bd50700 stack 0x92d662e0 rthread reaping 0xaa249700 stack 0x92d9fdc0 rthread reaping 0xaa249a00 stack 0x92d9fda0 rthread reaping 0xaa249800 stack 0x92d66740 rthread reaping 0x9bd50500 stack 0x92d80700 rthread reaping 0x9a464c00 stack 0x92d9f7c0 rthread reaping 0x94e4f900 stack 0x92d80f40 rthread reaping 0x94e4f700 stack 0x92d80760 rthread reaping 0xaa249500 stack 0x92d910e0 rthread reaping 0x94e4f200 stack 0x92d91600 rthread reaping 0x9a464500 stack 0x92d66700 rthread reaping 0x9a464900 stack 0x92d91e80 rthread reaping 0x9a464700 stack 0x92d9f140 rthread reaping 0x94e4fc00 stack 0x92d913c0 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464600: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50500: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f900: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f800: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f800: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249b00: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fd00: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fd00: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50100: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_wrlock 0xaee58bf0 (0) 0xaa249600: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (0) 0xaa249600: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (0) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50600: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50600: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (0) 0xaa249100: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (0) 0x9a464400: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (0) 0x9a464600: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f900: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249100 stack 0x92d913c0 rthread reaping 0x9a464400 stack 0x92d9f140 rthread reaping 0xaa249c00 stack 0x92d91e80 rthread reaping 0x9a464600 stack 0x92d66700 rthread reaping 0x9bd50500 stack 0x92d91600 rthread reaping 0x94e4f900 stack 0x92d910e0 rthread reaping 0x94e4f800 stack 0x92d80760 rthread reaping 0xaa249b00 stack 0x92d80f40 rthread reaping 0x9bd50200 stack 0x92d9f7c0 rthread reaping 0x94e4fa00 stack 0x92d80700 rthread reaping 0x94e4f300 stack 0x92d66740 rthread reaping 0x94e4fd00 stack 0x92d9fda0 rthread reaping 0x9bd50100 stack 0x92d9fdc0 rthread reaping 0xaa249600 stack 0x92d662e0 rthread reaping 0x9a464800 stack 0x92d80400 rthread reaping 0x9bd50600 stack 0x92d9fcc0 0x9bd50700: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50800: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50900: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50300: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249500: rwlock_wrlock 0xaee58bf0 (0) 0x9a464f00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464100: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50400: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50300: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (0) 0x9a464000: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (0) 0xaa249500: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (0) 0x9a464100: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (0) 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50800: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50900 stack 0x92d662e0 rthread reaping 0x9bd50300 stack 0x92d9fdc0 rthread reaping 0x94e4fe00 stack 0x92d9fda0 rthread reaping 0x9a464000 stack 0x92d66740 rthread reaping 0xaa249500 stack 0x92d80700 rthread reaping 0x9a464f00 stack 0x92d9f7c0 rthread reaping 0x9a464100 stack 0x92d80f40 rthread reaping 0x9bd50a00 stack 0x92d80760 rthread reaping 0xaa249100 stack 0x92d910e0 rthread reaping 0xaa249d00 stack 0x92d91600 rthread reaping 0x9bd50b00 stack 0x92d66700 rthread reaping 0x94e4fc00 stack 0x92d91e80 rthread reaping 0xaa249c00 stack 0x92d9f140 rthread reaping 0x9bd50400 stack 0x92d913c0 0x9bd50200: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50c00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) rthread reaping 0x9bd50700 stack 0x92d9fcc0 rthread reaping 0x9bd50800 stack 0x92d80400 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f500: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (0) 0x9a464200: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (0) 0xaa249400: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f500: rwlock_unlock 0xaee58bf0 0x9bd50f00: rwlock_unlock 0xaee58bf0 0x9bd50f00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50f00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (0) 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464b00: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (0) 0xaa249700: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50c00 stack 0x92d9f140 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50900: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249b00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50200 stack 0x92d913c0 rthread reaping 0xaa249b00 stack 0x92d91e80 rthread reaping 0x9a464e00 stack 0x92d66700 rthread reaping 0x9a464d00 stack 0x92d80400 rthread reaping 0x9a464200 stack 0x92d9fcc0 rthread reaping 0xaa249400 stack 0x92d91600 rthread reaping 0x94e4fa00 stack 0x92d910e0 rthread reaping 0x94e4f100 stack 0x92d80760 rthread reaping 0x9bd50900 stack 0x92d80f40 rthread reaping 0xaa249e00 stack 0x92d9f7c0 rthread reaping 0x94e4f500 stack 0x92d80700 rthread reaping 0x9bd50f00 stack 0x92d66740 rthread reaping 0x9a464700 stack 0x92d9fda0 rthread reaping 0x9a464b00 stack 0x92d9fdc0 rthread reaping 0xaa249700 stack 0x92d662e0 0x9a464900: rwlock_wrlock 0xaee58bf0 (0) 0xaa249500: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50600: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f000: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464f00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249600: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464900: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (0) 0xaa249500: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50600: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f400: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464f00: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (0) 0xaa249600: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (0) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464a00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (0) 0xaa249900: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50c00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_rdlock 0xaee58bf0 (0) 0x9a464900: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249500 stack 0x92d9fdc0 rthread reaping 0x9a464900 stack 0x92d662e0 rthread reaping 0x9bd50600 stack 0x92d9fda0 rthread reaping 0x94e4f400 stack 0x92d66740 rthread reaping 0x94e4f000 stack 0x92d80700 rthread reaping 0x9bd50800 stack 0x92d9f7c0 rthread reaping 0x9a464f00 stack 0x92d80f40 rthread reaping 0xaa249600 stack 0x92d80760 rthread reaping 0x9a464800 stack 0x92d910e0 rthread reaping 0x9a464a00 stack 0x92d91600 rthread reaping 0xaa249d00 stack 0x92d9fcc0 rthread reaping 0xaa249900 stack 0x92d80400 rthread reaping 0x94e4ff00 stack 0x92d66700 rthread reaping 0xaa249c00 stack 0x92d91e80 rthread reaping 0x94e4f300 stack 0x92d913c0 rthread reaping 0x9bd50c00 stack 0x92d9f140 0x94e4f600: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50000: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50400: rwlock_wrlock 0xaee58bf0 (0) 0xaa249000: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50300: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50d00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f600: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50d00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50100: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x9bd50e00: rwlock_unlock 0xaee58bf0 0x9bd50e00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50e00: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4fb00 stack 0x92d913c0 rthread reaping 0x9bd50000 stack 0x92d91e80 rthread reaping 0x9bd50400 stack 0x92d66700 rthread reaping 0xaa249000 stack 0x92d80400 rthread reaping 0x9bd50300 stack 0x92d9fcc0 rthread reaping 0x94e4f000 stack 0x92d91600 rthread reaping 0xaa249c00 stack 0x92d910e0 rthread reaping 0xaa249800 stack 0x92d80760 0x9bd50d00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (0) 0x9a464000: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f600 stack 0x92d9f140 rthread reaping 0x9bd50d00 stack 0x92d80f40 rthread reaping 0x9a464000 stack 0x92d9f7c0 rthread reaping 0x9bd50100 stack 0x92d80700 rthread reaping 0x94e4fc00 stack 0x92d66740 rthread reaping 0x94e4fe00 stack 0x92d9fda0 rthread reaping 0x9bd50e00 stack 0x92d662e0 rthread reaping 0x94e4f100 stack 0x92d9fdc0 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50800: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464100: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50500: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fd00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50800: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (0) 0x9a464100: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f200: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50000: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fd00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f600: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (0) 0xaa249600: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (0) 0x9a464600: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50800 stack 0x92d662e0 rthread reaping 0xaa249c00 stack 0x92d9fdc0 rthread reaping 0xaa249a00 stack 0x92d9fda0 rthread reaping 0x9a464100 stack 0x92d66740 rthread reaping 0x94e4fc00 stack 0x92d80700 rthread reaping 0x94e4f200 stack 0x92d9f7c0 rthread reaping 0x9a464600 stack 0x92d80f40 rthread reaping 0xaa249b00 stack 0x92d9f140 rthread reaping 0x9bd50000 stack 0x92d80760 rthread reaping 0x9bd50500 stack 0x92d910e0 rthread reaping 0x9bd50200 stack 0x92d91600 rthread reaping 0x94e4fd00 stack 0x92d9fcc0 rthread reaping 0x94e4f700 stack 0x92d80400 rthread reaping 0x94e4f600 stack 0x92d66700 rthread reaping 0xaa249600 stack 0x92d91e80 rthread reaping 0x9bd50a00 stack 0x92d913c0 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464f00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249700: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f900: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464d00: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f300: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (0) 0xaa249700: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50000: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50300: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (0) 0x9a464200: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464c00: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f800 stack 0x92d91e80 rthread reaping 0x9a464f00 stack 0x92d66700 rthread reaping 0x9a464c00 stack 0x92d913c0 rthread reaping 0x9bd50700 stack 0x92d80400 rthread reaping 0x9a464d00 stack 0x92d9fcc0 rthread reaping 0x94e4f300 stack 0x92d91600 rthread reaping 0xaa249700 stack 0x92d910e0 rthread reaping 0x94e4f900 stack 0x92d80760 rthread reaping 0x94e4fa00 stack 0x92d9f140 rthread reaping 0x9bd50000 stack 0x92d80f40 rthread reaping 0x9a464e00 stack 0x92d9f7c0 rthread reaping 0x94e4fb00 stack 0x92d80700 rthread reaping 0x9a464200 stack 0x92d66740 rthread reaping 0xaa249c00 stack 0x92d9fda0 rthread reaping 0x9bd50300 stack 0x92d9fdc0 rthread reaping 0x94e4fe00 stack 0x92d662e0 0x9bd50e00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4ff00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (0) 0x9a464700: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f200: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f200: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50600: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50600: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (0) 0x9a464300: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0xaa249900: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (0) 0xaa249900: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_wrlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (0) 0x9a464400: rwlock_unlock 0xaee58bf0 0x9bd50e00: rwlock_unlock 0xaee58bf0 0x9bd50e00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50e00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50400: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f100: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464700 stack 0x92d80700 rthread reaping 0x94e4f200 stack 0x92d9f7c0 rthread reaping 0x9bd50500 stack 0x92d80f40 rthread reaping 0x9bd50600 stack 0x92d9f140 rthread reaping 0x94e4f900 stack 0x92d80760 rthread reaping 0x9a464300 stack 0x92d910e0 rthread reaping 0xaa249d00 stack 0x92d91600 rthread reaping 0xaa249900 stack 0x92d9fcc0 rthread reaping 0x9a464d00 stack 0x92d80400 rthread reaping 0x9a464500 stack 0x92d913c0 rthread reaping 0xaa249a00 stack 0x92d66700 rthread reaping 0x9a464400 stack 0x92d91e80 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0x94e4fd00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50f00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f500: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (0) main: 0 0x9a464400: 0: enter run() 0x9a464400: 0: set_msg 0x9a464400: 0: msg: "new message" 0x9a464400: 0: exit run() 0xaa249500: 1: enter run() 0x94e4f200: 2: enter run() 0x9a464500: 3: enter run() 0x9a464900: 4: enter run() 0x9a464300: 5: enter run() 0x9a464300: 5: set_msg 0x9a464300: 5: msg: "new message" 0x9a464300: 5: exit run() 0x9bd50700: 6: enter run() 0x9bd50700: 6: set_msg 0x9bd50700: 6: msg: "new message" 0x9bd50700: 6: exit run() 0xaa249700: 7: enter run() 0xaa249700: 7: set_msg 0xaa249700: 7: msg: "new message" 0xaa249700: 7: exit run() 0xaa249a00: 8: enter run() 0xaa249a00: 8: set_msg 0xaa249a00: 8: msg: "new message" 0xaa249a00: 8: exit run() 0xaa249800: 9: enter run() 0xaa249800: 9: set_msg 0xaa249800: 9: msg: "new message" 0xaa249800: 9: exit run() 0x9bd50500: 10: enter run() 0x9bd50500: 10: set_msg 0x9bd50500: 10: msg: "new message" 0x9bd50500: 10: exit run() 0x9a464c00: 11: enter run() 0x9a464c00: 11: set_msg 0x9a464c00: 11: msg: "new message" 0x9a464c00: 11: exit run() 0x94e4f900: 12: enter run() 0x94e4f900: 12: set_msg 0x94e4f900: 12: msg: "new message" 0x94e4f900: 12: exit run() 0x94e4f700: 13: enter run() 0x94e4f700: 13: set_msg 0x94e4f700: 13: msg: "new message" 0x94e4f700: 13: exit run() 0x9a464700: 14: enter run() 0x9a464700: 14: set_msg 0x9a464700: 14: msg: "new message" 0x9a464700: 14: exit run() 0x94e4fc00: 15: enter run() 0x94e4fc00: 15: set_msg 0x94e4fc00: 15: msg: "new message" 0x94e4fc00: 15: exit run() 0xaa249500: 1: set_msg 0xaa249500: 1: msg: "new message" 0xaa249500: 1: exit run() 0x94e4f200: 2: set_msg 0x94e4f200: 2: msg: "new message" 0x94e4f200: 2: exit run() 0x9a464500: 3: set_msg 0x9a464500: 3: msg: "new message" 0x9a464500: 3: exit run() 0x9a464900: 4: set_msg 0x9a464900: 4: msg: "new message" 0x9a464900: 4: exit run() main: 1 0xaa249100: 0: enter run() 0x9a464400: 1: enter run() 0xaa249c00: 2: enter run() 0x9a464600: 3: enter run() 0x9bd50500: 4: enter run() 0x94e4f900: 5: enter run() 0x94e4f800: 6: enter run() 0x94e4f800: 6: set_msg 0x94e4f800: 6: msg: "new message" 0x94e4f800: 6: exit run() 0xaa249b00: 7: enter run() 0xaa249b00: 7: set_msg 0xaa249b00: 7: msg: "new message" 0xaa249b00: 7: exit run() 0x9bd50200: 8: enter run() 0x9bd50200: 8: set_msg 0x9bd50200: 8: msg: "new message" 0x9bd50200: 8: exit run() 0x94e4fa00: 9: enter run() 0x94e4fa00: 9: set_msg 0x94e4fa00: 9: msg: "new message" 0x94e4fa00: 9: exit run() 0x94e4f300: 10: enter run() 0x94e4f300: 10: set_msg 0x94e4f300: 10: msg: "new message" 0x94e4f300: 10: exit run() 0x94e4fd00: 11: enter run() 0x94e4fd00: 11: set_msg 0x94e4fd00: 11: msg: "new message" 0x94e4fd00: 11: exit run() 0x9bd50100: 12: enter run() 0x9bd50100: 12: set_msg 0x9bd50100: 12: msg: "new message" 0x9bd50100: 12: exit run() 0xaa249600: 13: enter run() 0xaa249600: 13: set_msg 0xaa249600: 13: msg: "new message" 0xaa249600: 13: exit run() 0x9a464800: 14: enter run() 0x9a464800: 14: set_msg 0x9a464800: 14: msg: "new message" 0x9a464800: 14: exit run() 0x9bd50600: 15: enter run() 0x9bd50600: 15: set_msg 0x9bd50600: 15: msg: "new message" 0x9bd50600: 15: exit run() 0xaa249100: 0: set_msg 0xaa249100: 0: msg: "new message" 0xaa249100: 0: exit run() 0x9a464400: 1: set_msg 0x9a464400: 1: msg: "new message" 0x9a464400: 1: exit run() 0xaa249c00: 2: set_msg 0xaa249c00: 2: msg: "new message" 0xaa249c00: 2: exit run() 0x9a464600: 3: set_msg 0x9a464600: 3: msg: "new message" 0x9a464600: 3: exit run() 0x9bd50500: 4: set_msg 0x9bd50500: 4: msg: "new message" 0x9bd50500: 4: exit run() 0x94e4f900: 5: set_msg 0x94e4f900: 5: msg: "new message" 0x94e4f900: 5: exit run() main: 2 0x9bd50700: 0: enter run() 0x9bd50800: 1: enter run() 0x9bd50900: 2: enter run() 0x9bd50300: 3: enter run() 0x94e4fe00: 4: enter run() 0x9a464000: 5: enter run() 0xaa249500: 6: enter run() 0x9a464f00: 7: enter run() 0x9a464100: 8: enter run() 0x9bd50a00: 9: enter run() 0xaa249100: 10: enter run() 0xaa249d00: 11: enter run() 0x9bd50b00: 12: enter run() 0x94e4fc00: 13: enter run() 0xaa249c00: 14: enter run() 0x9bd50400: 15: enter run() 0x9bd50700: 0: set_msg 0x9bd50800: 1: set_msg 0x9bd50900: 2: set_msg 0x9bd50900: 2: msg: "new message" 0x9bd50900: 2: exit run() 0x9bd50300: 3: set_msg 0x9bd50300: 3: msg: "new message" 0x9bd50300: 3: exit run() 0x94e4fe00: 4: set_msg 0x94e4fe00: 4: msg: "new message" 0x94e4fe00: 4: exit run() 0x9a464000: 5: set_msg 0x9a464000: 5: msg: "new message" 0x9a464000: 5: exit run() 0xaa249500: 6: set_msg 0xaa249500: 6: msg: "new message" 0xaa249500: 6: exit run() 0x9a464f00: 7: set_msg 0x9a464f00: 7: msg: "new message" 0x9a464f00: 7: exit run() 0x9a464100: 8: set_msg 0x9a464100: 8: msg: "new message" 0x9a464100: 8: exit run() 0x9bd50a00: 9: set_msg 0x9bd50a00: 9: msg: "new message" 0x9bd50a00: 9: exit run() 0xaa249100: 10: set_msg 0xaa249100: 10: msg: "new message" 0xaa249100: 10: exit run() 0xaa249d00: 11: set_msg 0xaa249d00: 11: msg: "new message" 0xaa249d00: 11: exit run() 0x9bd50b00: 12: set_msg 0x9bd50b00: 12: msg: "new message" 0x9bd50b00: 12: exit run() 0x94e4fc00: 13: set_msg 0x94e4fc00: 13: msg: "new message" 0x94e4fc00: 13: exit run() 0xaa249c00: 14: set_msg 0xaa249c00: 14: msg: "new message" 0xaa249c00: 14: exit run() 0x9bd50400: 15: set_msg 0x9bd50400: 15: msg: "new message" 0x9bd50400: 15: exit run() 0x9bd50700: 0: msg: "new message" 0x9bd50700: 0: exit run() 0x9bd50800: 1: msg: "new message" 0x9bd50800: 1: exit run() main: 3 0x9bd50200: 0: enter run() 0x9bd50c00: 1: enter run() 0xaa249b00: 2: enter run() 0x9a464e00: 3: enter run() 0x9bd50200: 0: set_msg 0x9bd50c00: 1: set_msg 0x9a464d00: 4: enter run() 0x9a464200: 5: enter run() 0xaa249400: 6: enter run() 0x94e4fa00: 7: enter run() 0x94e4f100: 8: enter run() 0xaa249b00: 2: set_msg 0x9bd50900: 9: enter run() 0xaa249e00: 10: enter run() 0x94e4f500: 11: enter run() 0x9bd50f00: 12: enter run() 0x9a464700: 13: enter run() 0x9a464b00: 14: enter run() 0xaa249700: 15: enter run() 0x9a464e00: 3: set_msg 0x9a464e00: 3: msg: "new message" 0x9a464e00: 3: exit run() 0x9a464d00: 4: set_msg 0x9a464d00: 4: msg: "new message" 0x9a464d00: 4: exit run() 0x9a464200: 5: set_msg 0x9a464200: 5: msg: "new message" 0x9a464200: 5: exit run() 0xaa249400: 6: set_msg 0xaa249400: 6: msg: "new message" 0xaa249400: 6: exit run() 0x94e4fa00: 7: set_msg 0x94e4fa00: 7: msg: "new message" 0x94e4fa00: 7: exit run() 0x94e4f100: 8: set_msg 0x94e4f100: 8: msg: "new message" 0x94e4f100: 8: exit run() 0x94e4f500: 11: set_msg 0x94e4f500: 11: msg: "new message" 0x94e4f500: 11: exit run() 0x9bd50f00: 12: set_msg 0x9bd50f00: 12: msg: "new message" 0x9bd50f00: 12: exit run() 0x9a464700: 13: set_msg 0x9a464700: 13: msg: "new message" 0x9a464700: 13: exit run() 0x9a464b00: 14: set_msg 0x9a464b00: 14: msg: "new message" 0x9a464b00: 14: exit run() 0xaa249700: 15: set_msg 0xaa249700: 15: msg: "new message" 0xaa249700: 15: exit run() 0x9bd50200: 0: msg: "new message" 0x9bd50200: 0: exit run() 0x9bd50c00: 1: msg: "new message" 0x9bd50c00: 1: exit run() 0x9bd50900: 9: set_msg 0x9bd50900: 9: msg: "new message" 0x9bd50900: 9: exit run() 0xaa249e00: 10: set_msg 0xaa249e00: 10: msg: "new message" 0xaa249e00: 10: exit run() 0xaa249b00: 2: msg: "new message" 0xaa249b00: 2: exit run() main: 4 0x9a464900: 0: enter run() 0xaa249500: 1: enter run() 0x9bd50600: 2: enter run() 0x94e4f400: 3: enter run() 0x94e4f000: 4: enter run() 0x9bd50800: 5: enter run() 0x9a464f00: 6: enter run() 0xaa249600: 7: enter run() 0x9a464800: 8: enter run() 0x9a464a00: 9: enter run() 0xaa249d00: 10: enter run() 0xaa249900: 11: enter run() 0x9a464900: 0: set_msg 0x94e4ff00: 12: enter run() 0xaa249c00: 13: enter run() 0x94e4f300: 14: enter run() 0x9bd50c00: 15: enter run() 0xaa249500: 1: set_msg 0xaa249500: 1: msg: "new message" 0xaa249500: 1: exit run() 0x9bd50600: 2: set_msg 0x9bd50600: 2: msg: "new message" 0x9bd50600: 2: exit run() 0x94e4f400: 3: set_msg 0x94e4f400: 3: msg: "new message" 0x94e4f400: 3: exit run() 0x94e4f000: 4: set_msg 0x94e4f000: 4: msg: "new message" 0x94e4f000: 4: exit run() 0x9bd50800: 5: set_msg 0x9bd50800: 5: msg: "new message" 0x9bd50800: 5: exit run() 0x9a464f00: 6: set_msg 0x9a464f00: 6: msg: "new message" 0x9a464f00: 6: exit run() 0xaa249600: 7: set_msg 0xaa249600: 7: msg: "new message" 0xaa249600: 7: exit run() 0x9a464800: 8: set_msg 0x9a464800: 8: msg: "new message" 0x9a464800: 8: exit run() 0x9a464a00: 9: set_msg 0x9a464a00: 9: msg: "new message" 0x9a464a00: 9: exit run() 0xaa249d00: 10: set_msg 0xaa249d00: 10: msg: "new message" 0xaa249d00: 10: exit run() 0xaa249900: 11: set_msg 0xaa249900: 11: msg: "new message" 0xaa249900: 11: exit run() 0x94e4f300: 14: set_msg 0x94e4f300: 14: msg: "new message" 0x94e4f300: 14: exit run() 0x9bd50c00: 15: set_msg 0x9bd50c00: 15: msg: "new message" 0x9bd50c00: 15: exit run() 0x94e4ff00: 12: set_msg 0x94e4ff00: 12: msg: "new message" 0x94e4ff00: 12: exit run() 0xaa249c00: 13: set_msg 0xaa249c00: 13: msg: "new message" 0xaa249c00: 13: exit run() 0x9a464900: 0: msg: "new message" 0x9a464900: 0: exit run() main: 5 0x94e4f600: 0: enter run() 0x94e4fb00: 1: enter run() 0x9bd50000: 2: enter run() 0x9bd50400: 3: enter run() 0xaa249000: 4: enter run() 0x9bd50300: 5: enter run() 0x94e4f000: 6: enter run() 0xaa249c00: 7: enter run() 0xaa249800: 8: enter run() 0x9bd50d00: 9: enter run() 0x94e4f600: 0: set_msg 0x9a464000: 10: enter run() 0x9bd50100: 11: enter run() 0x94e4fc00: 12: enter run() 0x94e4fe00: 13: enter run() 0x9bd50e00: 14: enter run() 0x94e4f100: 15: enter run() 0x94e4fb00: 1: set_msg 0x9bd50000: 2: set_msg 0x9bd50400: 3: set_msg 0xaa249000: 4: set_msg 0x9bd50300: 5: set_msg 0x94e4f000: 6: set_msg 0xaa249c00: 7: set_msg 0xaa249800: 8: set_msg 0x9bd50d00: 9: set_msg 0x9a464000: 10: set_msg 0x9bd50100: 11: set_msg 0x9bd50100: 11: msg: "new message" 0x9bd50100: 11: exit run() 0x94e4f600: 0: msg: "new message" 0x94e4f600: 0: exit run() 0x94e4fe00: 13: set_msg 0x94e4fe00: 13: msg: "new message" 0x94e4fe00: 13: exit run() 0x9bd50e00: 14: set_msg 0x9bd50e00: 14: msg: "new message" 0x9bd50e00: 14: exit run() 0x94e4f100: 15: set_msg 0x94e4f100: 15: msg: "new message" 0x94e4f100: 15: exit run() 0x94e4fc00: 12: set_msg 0x94e4fc00: 12: msg: "new message" 0x94e4fc00: 12: exit run() 0x9bd50000: 2: msg: "new message" 0x9bd50000: 2: exit run() 0x94e4fb00: 1: msg: "new message" 0x94e4fb00: 1: exit run() 0xaa249000: 4: msg: "new message" 0xaa249000: 4: exit run() 0x9bd50300: 5: msg: "new message" 0x9bd50300: 5: exit run() 0x9bd50400: 3: msg: "new message" 0x9bd50400: 3: exit run() 0x94e4f000: 6: msg: "new message" 0x94e4f000: 6: exit run() 0xaa249c00: 7: msg: "new message" 0xaa249c00: 7: exit run() 0xaa249800: 8: msg: "new message" 0xaa249800: 8: exit run() 0x9bd50d00: 9: msg: "new message" 0x9bd50d00: 9: exit run() 0x9a464000: 10: msg: "new message" 0x9a464000: 10: exit run() main: 6 0xaa249c00: 0: enter run() 0x9bd50800: 1: enter run() 0xaa249a00: 2: enter run() 0x9a464100: 3: enter run() 0x94e4fc00: 4: enter run() 0x94e4f200: 5: enter run() 0xaa249c00: 0: set_msg 0x9a464600: 6: enter run() 0xaa249b00: 7: enter run() 0x9bd50000: 8: enter run() 0x9bd50500: 9: enter run() 0x9bd50200: 10: enter run() 0x94e4fd00: 11: enter run() 0x94e4f700: 12: enter run() 0x94e4f600: 13: enter run() 0xaa249600: 14: enter run() 0x9bd50a00: 15: enter run() 0x9bd50800: 1: set_msg 0x9bd50800: 1: msg: "new message" 0x9bd50800: 1: exit run() 0xaa249a00: 2: set_msg 0xaa249a00: 2: msg: "new message" 0xaa249a00: 2: exit run() 0x9a464100: 3: set_msg 0x9a464100: 3: msg: "new message" 0x9a464100: 3: exit run() 0x94e4fc00: 4: set_msg 0x94e4fc00: 4: msg: "new message" 0x94e4fc00: 4: exit run() 0x94e4f200: 5: set_msg 0x94e4f200: 5: msg: "new message" 0x94e4f200: 5: exit run() 0x9bd50000: 8: set_msg 0x9bd50000: 8: msg: "new message" 0x9bd50000: 8: exit run() 0x9bd50500: 9: set_msg 0x9bd50500: 9: msg: "new message" 0x9bd50500: 9: exit run() 0x9bd50200: 10: set_msg 0x9bd50200: 10: msg: "new message" 0x9bd50200: 10: exit run() 0x94e4fd00: 11: set_msg 0x94e4fd00: 11: msg: "new message" 0x94e4fd00: 11: exit run() 0x94e4f700: 12: set_msg 0x94e4f700: 12: msg: "new message" 0x94e4f700: 12: exit run() 0x94e4f600: 13: set_msg 0x94e4f600: 13: msg: "new message" 0x94e4f600: 13: exit run() 0xaa249600: 14: set_msg 0xaa249600: 14: msg: "new message" 0xaa249600: 14: exit run() 0x9bd50a00: 15: set_msg 0x9bd50a00: 15: msg: "new message" 0x9bd50a00: 15: exit run() 0x9a464600: 6: set_msg 0x9a464600: 6: msg: "new message" 0x9a464600: 6: exit run() 0xaa249b00: 7: set_msg 0xaa249b00: 7: msg: "new message" 0xaa249b00: 7: exit run() 0xaa249c00: 0: msg: "new message" 0xaa249c00: 0: exit run() main: 7 0x9a464c00: 0: enter run() 0x94e4f800: 1: enter run() 0x9a464f00: 2: enter run() 0x9bd50700: 3: enter run() 0x9a464d00: 4: enter run() 0x94e4f300: 5: enter run() 0xaa249700: 6: enter run() 0x94e4f900: 7: enter run() 0x94e4fa00: 8: enter run() 0x9bd50000: 9: enter run() 0x9a464e00: 10: enter run() 0x94e4fb00: 11: enter run() 0x9a464c00: 0: set_msg 0x9a464200: 12: enter run() 0xaa249c00: 13: enter run() 0x9bd50300: 14: enter run() 0x94e4fe00: 15: enter run() 0x94e4f800: 1: set_msg 0x94e4f800: 1: msg: "new message" 0x94e4f800: 1: exit run() 0x9a464f00: 2: set_msg 0x9a464f00: 2: msg: "new message" 0x9a464f00: 2: exit run() 0x9bd50700: 3: set_msg 0x9bd50700: 3: msg: "new message" 0x9bd50700: 3: exit run() 0x9a464d00: 4: set_msg 0x9a464d00: 4: msg: "new message" 0x9a464d00: 4: exit run() 0x94e4f300: 5: set_msg 0x94e4f300: 5: msg: "new message" 0x94e4f300: 5: exit run() 0xaa249700: 6: set_msg 0xaa249700: 6: msg: "new message" 0xaa249700: 6: exit run() 0x94e4f900: 7: set_msg 0x94e4f900: 7: msg: "new message" 0x94e4f900: 7: exit run() 0x94e4fa00: 8: set_msg 0x94e4fa00: 8: msg: "new message" 0x94e4fa00: 8: exit run() 0x9bd50000: 9: set_msg 0x9bd50000: 9: msg: "new message" 0x9bd50000: 9: exit run() 0x9a464e00: 10: set_msg 0x9a464e00: 10: msg: "new message" 0x9a464e00: 10: exit run() 0x94e4fb00: 11: set_msg 0x94e4fb00: 11: msg: "new message" 0x94e4fb00: 11: exit run() 0x9bd50300: 14: set_msg 0x9bd50300: 14: msg: "new message" 0x9bd50300: 14: exit run() 0x94e4fe00: 15: set_msg 0x94e4fe00: 15: msg: "new message" 0x94e4fe00: 15: exit run() 0x9a464200: 12: set_msg 0x9a464200: 12: msg: "new message" 0x9a464200: 12: exit run() 0xaa249c00: 13: set_msg 0xaa249c00: 13: msg: "new message" 0xaa249c00: 13: exit run() 0x9a464c00: 0: msg: "new message" 0x9a464c00: 0: exit run() main: 8 0x9bd50e00: 0: enter run() 0x94e4ff00: 1: enter run() 0x9bd50400: 2: enter run() 0x94e4f100: 3: enter run() 0x9a464700: 4: enter run() 0x9a464700: 4: set_msg 0x9a464700: 4: msg: "new message" 0x9a464700: 4: exit run() 0x94e4f200: 5: enter run() 0x94e4f200: 5: set_msg 0x94e4f200: 5: msg: "new message" 0x94e4f200: 5: exit run() 0x9bd50500: 6: enter run() 0x9bd50500: 6: set_msg 0x9bd50500: 6: msg: "new message" 0x9bd50500: 6: exit run() 0x9bd50600: 7: enter run() 0x9bd50600: 7: set_msg 0x9bd50600: 7: msg: "new message" 0x9bd50600: 7: exit run() 0x94e4f900: 8: enter run() 0x94e4f900: 8: set_msg 0x94e4f900: 8: msg: "new message" 0x94e4f900: 8: exit run() 0x9a464300: 9: enter run() 0x9a464300: 9: set_msg 0x9a464300: 9: msg: "new message" 0x9a464300: 9: exit run() 0xaa249d00: 10: enter run() 0xaa249d00: 10: set_msg 0xaa249d00: 10: msg: "new message" 0xaa249d00: 10: exit run() 0xaa249900: 11: enter run() 0xaa249900: 11: set_msg 0xaa249900: 11: msg: "new message" 0xaa249900: 11: exit run() 0x9a464d00: 12: enter run() 0x9a464d00: 12: set_msg 0x9a464d00: 12: msg: "new message" 0x9a464d00: 12: exit run() 0x9a464500: 13: enter run() 0x9a464500: 13: set_msg 0x9a464500: 13: msg: "new message" 0x9a464500: 13: exit run() 0xaa249a00: 14: enter run() 0xaa249a00: 14: set_msg 0xaa249a00: 14: msg: "new message" 0xaa249a00: 14: exit run() 0x9a464400: 15: enter run() 0x9a464400: 15: set_msg 0x9a464400: 15: msg: "new message" 0x9a464400: 15: exit run() 0x9bd50e00: 0: set_msg 0x9bd50e00: 0: msg: "new message" 0x9bd50e00: 0: exit run() 0x94e4ff00: 1: set_msg 0x94e4ff00: 1: msg: "new message" 0x94e4ff00: 1: exit run() 0x9bd50400: 2: set_msg 0x9bd50400: 2: msg: "new message" 0x9bd50400: 2: exit run() 0x94e4f100: 3: set_msg 0x94e4f100: 3: msg: "new message" 0x94e4f100: 3: exit run() main: 9 0x94e4fd00: 0: enter run() 0x9a464200: 1: enter run() 0x9a464300: 2: enter run() 0x9bd50f00: 3: enter run() 0x94e4f500: 4: enter run() 0x9a464800: 5: enter run() 0xaa249100: 6: enter run() 0x9a464a00: 7: enter run() 0x9a464a00: 7: set_msg 0x9a464a00x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fd00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (0) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (0) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9bd50f00: rwlock_unlock 0xaee58bf0 0x9bd50f00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50f00: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f500: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (0) 0x9a464800: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (0) 0xaa249100: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (0) 0x9a464000: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50c00: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (0) 0x9a464700: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464b00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fd00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50e00 stack 0x92d662e0 rthread reaping 0x94e4ff00 stack 0x92d9fdc0 rthread reaping 0x9bd50400 stack 0x92d9fda0 rthread reaping 0x94e4f100 stack 0x92d66740 rthread reaping 0x9a464200 stack 0x92d66700 rthread reaping 0x9a464300 stack 0x92d913c0 rthread reaping 0x9bd50f00 stack 0x92d80400 rthread reaping 0x94e4f500 stack 0x92d9fcc0 rthread reaping 0x9a464800 stack 0x92d91600 rthread reaping 0xaa249100 stack 0x92d910e0 rthread reaping 0x9a464a00 stack 0x92d80760 rthread reaping 0x9a464000 stack 0x92d9f140 rthread reaping 0x94e4f000 stack 0x92d80f40 rthread reaping 0x9bd50c00 stack 0x92d9f7c0 rthread reaping 0x9bd50100 stack 0x92d80700 rthread reaping 0x9a464700 stack 0x92d91e40 rthread reaping 0x94e4f300 stack 0x92d915c0 rthread reaping 0x9a464b00 stack 0x92d80c60 rthread reaping 0xaa249e00 stack 0x92d66b20 0x9bd50600: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50600: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50600: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4fd00 stack 0x92d91e80 0x9bd50500: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_wrlock 0xaee58bf0 (0) 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (0) 0xaa249400: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f200: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f200: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249f00: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50d00: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50d00: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50300: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f400: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f400: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (0) 0x9a464400: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f500: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f500: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_wrlock 0xaee58bf0 (0) 0xaa249700: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (0) 0xaa249700: rwlock_unlock 0xaee58bf0 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0xa5ff2588: mutex_lock 0xa5ff356c (0x0) 0xa5ff2588: mutex_unlock 0xa5ff356c (0xa5ff2588) 0x94e4f600: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f600: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f600: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50600 stack 0x92d66b20 rthread reaping 0x9bd50500 stack 0x92d80c60 rthread reaping 0xaa249400 stack 0x92d915c0 rthread reaping 0x94e4f200 stack 0x92d91e40 rthread reaping 0x9bd50200 stack 0x92d80700 rthread reaping 0x9a464e00 stack 0x92d9f7c0 rthread reaping 0xaa249d00 stack 0x92d80f40 rthread reaping 0x9a464d00 stack 0x92d9f140 rthread reaping 0xaa249f00 stack 0x92d80760 rthread reaping 0x9bd50d00 stack 0x92d910e0 rthread reaping 0x9bd50800 stack 0x92d91600 rthread reaping 0x9bd50300 stack 0x92d9fcc0 rthread reaping 0x94e4f400 stack 0x92d80400 rthread reaping 0x9a464400 stack 0x92d913c0 rthread reaping 0x94e4f500 stack 0x92d66700 rthread reaping 0xaa249700 stack 0x92d66740 0xaa249000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (0) 0xaa249000: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50000: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50000: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f700: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (0) 0xaa249100: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_wrlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464900: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_rdlock 0xaee58bf0 (0) 0x9a464900: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249200: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (0) 0xaa249200: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464c00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (0) 0xaa249800: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50a00: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f600 stack 0x92d91e80 rthread reaping 0xaa249000 stack 0x92d9fda0 rthread reaping 0x9bd50000 stack 0x92d9fdc0 rthread reaping 0x94e4f700 stack 0x92d662e0 rthread reaping 0xaa249100 stack 0x92d9f880 rthread reaping 0x9bd50700 stack 0x92d91be0 rthread reaping 0x9bd50900 stack 0x92d91620 rthread reaping 0x9a464500 stack 0x92d9fa00 rthread reaping 0x94e4f800 stack 0x92d9f080 rthread reaping 0x94e4fa00 stack 0x92d91920 rthread reaping 0x94e4fb00 stack 0x92d809e0 rthread reaping 0x9a464a00 stack 0x92d80f60 rthread reaping 0x9a464900 stack 0x92d66bc0 rthread reaping 0xaa249200 stack 0x92d9f420 rthread reaping 0x9a464c00 stack 0x92d9f560 rthread reaping 0xaa249800 stack 0x92d918e0 0x9a464600: rwlock_wrlock 0xaee58bf0 (0) 0x9a464600: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (0) 0x9a464600: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_wrlock 0xaee58bf0 (0) 0xaa249600: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (0) 0xaa249600: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50c00: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50c00: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464b00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f100: rwlock_unlock 0xaee58bf0 0x9bd50e00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50e00: rwlock_unlock 0xaee58bf0 0x9bd50e00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50e00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (0) 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (0) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (0) 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (0) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (0) 0x9a464000: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50a00 stack 0x92d66740 rthread reaping 0x9a464600 stack 0x92d66700 rthread reaping 0xaa249600 stack 0x92d913c0 rthread reaping 0x9bd50c00 stack 0x92d80400 rthread reaping 0x9a464b00 stack 0x92d9fcc0 rthread reaping 0xaa249c00 stack 0x92d91600 rthread reaping 0x94e4fc00 stack 0x92d910e0 rthread reaping 0x94e4f100 stack 0x92d80760 rthread reaping 0x9bd50e00 stack 0x92d9f140 rthread reaping 0x9a464700 stack 0x92d80f40 rthread reaping 0x9a464200 stack 0x92d9f7c0 rthread reaping 0x9bd50b00 stack 0x92d80700 rthread reaping 0xaa249300 stack 0x92d91e40 rthread reaping 0xaa249e00 stack 0x92d915c0 rthread reaping 0x9a464800 stack 0x92d80c60 rthread reaping 0x9a464f00 stack 0x92d66b20 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (0) 0xaa249000: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50d00: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50d00: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464100: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (0) 0x9a464100: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50700: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (2147483647) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (0) 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (0) 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249200: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (0) 0xaa249200: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (0) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (0) 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464a00: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249900: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (0) 0xaa249900: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464600: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (0) 0x9a464600: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50100: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (0) 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249500: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (0) 0xaa249500: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464000 stack 0x92d918e0 rthread reaping 0x9a464d00 stack 0x92d9f560 rthread reaping 0x9bd50200 stack 0x92d9f420 rthread reaping 0x9a464e00 stack 0x92d66bc0 rthread reaping 0xaa249000 stack 0x92d80f60 rthread reaping 0x9bd50d00 stack 0x92d809e0 rthread reaping 0x94e4f900 stack 0x92d91920 rthread reaping 0x9a464100 stack 0x92d9f080 rthread reaping 0xaa249a00 stack 0x92d9fa00 rthread reaping 0x9bd50300 stack 0x92d91620 rthread reaping 0x9bd50700 stack 0x92d91be0 rthread reaping 0x94e4fe00 stack 0x92d9f880 rthread reaping 0x94e4ff00 stack 0x92d662e0 rthread reaping 0x9bd50500 stack 0x92d9fdc0 rthread reaping 0xaa249b00 stack 0x92d9fda0 rthread reaping 0xaa249f00 stack 0x92d91e80 rthread reaping 0x9a464c00 stack 0x92d80c60 rthread reaping 0x94e4fc00 stack 0x92d915c0 rthread reaping 0xaa249100 stack 0x92d91e40 rthread reaping 0xaa249800 stack 0x92d80700 rthread reaping 0xaa249200 stack 0x92d9f7c0 rthread reaping 0x9a464300 stack 0x92d80f40 rthread reaping 0x9a464400 stack 0x92d9f140 rthread reaping 0x9a464500 stack 0x92d80760 rthread reaping 0x9a464a00 stack 0x92d910e0 rthread reaping 0xaa249900 stack 0x92d91600 rthread reaping 0x9a464600 stack 0x92d9fcc0 rthread reaping 0x9bd50a00 stack 0x92d80400 rthread reaping 0x9bd50100 stack 0x92d913c0 rthread reaping 0xaa249400 stack 0x92d66700 rthread reaping 0xaa249500 stack 0x92d66740 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249a00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249d00 stack 0x92d66b20 0x94e4f000: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f500: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f500: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_wrlock 0xaee58bf0 (0) 0xadc72200: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_rdlock 0xaee58bf0 (0) 0xadc72200: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_wrlock 0xaee58bf0 (0) 0xadc72800: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (0) 0xadc72800: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50400: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fd00: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fd00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (0) 0xaa249000: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249a00 stack 0x92d66740 rthread reaping 0x94e4f000 stack 0x92d66700 rthread reaping 0x94e4f100 stack 0x92d913c0 rthread reaping 0x94e4f900 stack 0x92d80400 rthread reaping 0x94e4fa00 stack 0x92d9fcc0 rthread reaping 0x9bd50900 stack 0x92d91600 rthread reaping 0x94e4f500 stack 0x92d910e0 rthread reaping 0xadc72200 stack 0x92d80760 rthread reaping 0xaa249e00 stack 0x92d9f140 rthread reaping 0xadc72800 stack 0x92d80f40 rthread reaping 0x9bd50400 stack 0x92d9f7c0 rthread reaping 0x94e4fd00 stack 0x92d80700 rthread reaping 0xaa249b00 stack 0x92d91e40 rthread reaping 0xaa249c00 stack 0x92d915c0 rthread reaping 0x94e4fb00 stack 0x92d80c60 rthread reaping 0xaa249f00 stack 0x92d91e80 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (0) 0xaa249100: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464900: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_rdlock 0xaee58bf0 (0) 0x9a464900: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50000: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50000: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (0) 0xadc72e00: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f600: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f600: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (0) 0x9a464000: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50800: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f400: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_rdlock 0xaee58bf0 (0) 0x94e4f400: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249000 stack 0x92d66b20 rthread reaping 0xaa249100 stack 0x92d9fda0 rthread reaping 0x9a464c00 stack 0x92d9fdc0 rthread reaping 0x9a464900 stack 0x92d662e0 rthread reaping 0x94e4f800 stack 0x92d9f880 rthread reaping 0x94e4f300 stack 0x92d91be0 rthread reaping 0x9a464e00 stack 0x92d91620 rthread reaping 0x9a464f00 stack 0x92d9fa00 rthread reaping 0x9bd50b00 stack 0x92d9f080 rthread reaping 0x9bd50000 stack 0x92d91920 rthread reaping 0xadc72e00 stack 0x92d809e0 rthread reaping 0x94e4f600 stack 0x92d80f60 rthread reaping 0x9a464000 stack 0x92d66bc0 rthread reaping 0x9bd50800 stack 0x92d9f420 rthread reaping 0x94e4f700 stack 0x92d9f560 rthread reaping 0x94e4fc00 stack 0x92d918e0 0x9a464a00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (0) 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_wrlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (0) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (0) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50100: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249600: rwlock_wrlock 0xaee58bf0 (0) 0x9a464100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fd00: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fd00: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x94e4f400 stack 0x92d91e80 0x9a464b00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464a00 stack 0x92d80c60 rthread reaping 0x9a464400 stack 0x92d915c0 rthread reaping 0x9a464500 stack 0x92d91e40 rthread reaping 0x9a464200 stack 0x92d80700 rthread reaping 0x9bd50900 stack 0x92d9f7c0 rthread reaping 0x94e4fd00 stack 0x92d80f40 rthread reaping 0x9bd50100 stack 0x92d9f140 rthread reaping 0x94e4f000 stack 0x92d80760 rthread reaping 0xaa249400 stack 0x92d910e0 rthread reaping 0x94e4f100 stack 0x92d91600 rthread reaping 0xaa249600 stack 0x92d9fcc0 rthread reaping 0x9a464100 stack 0x92d80400 rthread reaping 0x9a464b00 stack 0x92d913c0 rthread reaping 0xaa249800 stack 0x92d66700 rthread reaping 0x94e4fe00 stack 0x92d66740 0xaa249000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249000: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4ff00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464900: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0: 7: msg: "new message" 0x9a464000: 8: enter run() 0x94e4f000: 9: enter run() 0x9bd50c00: 10: enter run() 0x9bd50100: 11: enter run() 0x9a464700: 12: enter run() 0x94e4f300: 13: enter run() 0x9a464b00: 14: enter run() 0xaa249e00: 15: enter run() 0x94e4fd00: 0: set_msg 0x9a464200: 1: set_msg 0x9a464200: 1: msg: "new message" 0x9a464200: 1: exit run() 0x9a464300: 2: set_msg 0x9a464300: 2: msg: "new message" 0x9a464300: 2: exit run() 0x9bd50f00: 3: set_msg 0x9bd50f00: 3: msg: "new message" 0x9bd50f00: 3: exit run() 0x94e4f500: 4: set_msg 0x94e4f500: 4: msg: "new message" 0x94e4f500: 4: exit run() 0x9a464800: 5: set_msg 0x9a464800: 5: msg: "new message" 0x9a464800: 5: exit run() 0xaa249100: 6: set_msg 0xaa249100: 6: msg: "new message" 0xaa249100: 6: exit run() 0x9a464000: 8: set_msg 0x9a464000: 8: msg: "new message" 0x9a464000: 8: exit run() 0x94e4f000: 9: set_msg 0x94e4f000: 9: msg: "new message" 0x94e4f000: 9: exit run() 0x9bd50c00: 10: set_msg 0x9bd50c00: 10: msg: "new message" 0x9bd50c00: 10: exit run() 0x9bd50100: 11: set_msg 0x9bd50100: 11: msg: "new message" 0x9bd50100: 11: exit run() 0x9a464700: 12: set_msg 0x9a464700: 12: msg: "new message" 0x9a464700: 12: exit run() 0x94e4f300: 13: set_msg 0x94e4f300: 13: msg: "new message" 0x94e4f300: 13: exit run() 0x9a464b00: 14: set_msg 0x9a464b00: 14: msg: "new message" 0x9a464b00: 14: exit run() 0xaa249e00: 15: set_msg 0xaa249e00: 15: msg: "new message" 0xaa249e00: 15: exit run() 0x9a464a00: 7: exit run() 0x94e4fd00: 0: msg: "new message" 0x94e4fd00: 0: exit run() main: 10 0x9bd50600: 0: enter run() 0x9bd50600: 0: set_msg 0x9bd50600: 0: msg: "new message" 0x9bd50600: 0: exit run() 0x9bd50500: 1: enter run() 0x9bd50500: 1: set_msg 0x9bd50500: 1: msg: "new message" 0x9bd50500: 1: exit run() 0xaa249400: 2: enter run() 0xaa249400: 2: set_msg 0xaa249400: 2: msg: "new message" 0xaa249400: 2: exit run() 0x94e4f200: 3: enter run() 0x94e4f200: 3: set_msg 0x94e4f200: 3: msg: "new message" 0x94e4f200: 3: exit run() 0x9bd50200: 4: enter run() 0x9bd50200: 4: set_msg 0x9bd50200: 4: msg: "new message" 0x9bd50200: 4: exit run() 0x9a464e00: 5: enter run() 0x9a464e00: 5: set_msg 0x9a464e00: 5: msg: "new message" 0x9a464e00: 5: exit run() 0xaa249d00: 6: enter run() 0xaa249d00: 6: set_msg 0xaa249d00: 6: msg: "new message" 0xaa249d00: 6: exit run() 0x9a464d00: 7: enter run() 0x9a464d00: 7: set_msg 0x9a464d00: 7: msg: "new message" 0x9a464d00: 7: exit run() 0xaa249f00: 8: enter run() 0xaa249f00: 8: set_msg 0xaa249f00: 8: msg: "new message" 0xaa249f00: 8: exit run() 0x9bd50d00: 9: enter run() 0x9bd50d00: 9: set_msg 0x9bd50d00: 9: msg: "new message" 0x9bd50d00: 9: exit run() 0x9bd50800: 10: enter run() 0x9bd50800: 10: set_msg 0x9bd50800: 10: msg: "new message" 0x9bd50800: 10: exit run() 0x9bd50300: 11: enter run() 0x9bd50300: 11: set_msg 0x9bd50300: 11: msg: "new message" 0x9bd50300: 11: exit run() 0x94e4f400: 12: enter run() 0x94e4f400: 12: set_msg 0x94e4f400: 12: msg: "new message" 0x94e4f400: 12: exit run() 0x9a464400: 13: enter run() 0x9a464400: 13: set_msg 0x9a464400: 13: msg: "new message" 0x9a464400: 13: exit run() 0x94e4f500: 14: enter run() 0x94e4f500: 14: set_msg 0x94e4f500: 14: msg: "new message" 0x94e4f500: 14: exit run() 0xaa249700: 15: enter run() 0xaa249700: 15: set_msg 0xaa249700: 15: msg: "new message" 0xaa249700: 15: exit run() main: 11 0x94e4f600: 0: enter run() 0x94e4f600: 0: set_msg 0x94e4f600: 0: msg: "new message" 0x94e4f600: 0: exit run() 0xaa249000: 1: enter run() 0xaa249000: 1: set_msg 0xaa249000: 1: msg: "new message" 0xaa249000: 1: exit run() 0x9bd50000: 2: enter run() 0x9bd50000: 2: set_msg 0x9bd50000: 2: msg: "new message" 0x9bd50000: 2: exit run() 0x94e4f700: 3: enter run() 0x94e4f700: 3: set_msg 0x94e4f700: 3: msg: "new message" 0x94e4f700: 3: exit run() 0xaa249100: 4: enter run() 0xaa249100: 4: set_msg 0xaa249100: 4: msg: "new message" 0xaa249100: 4: exit run() 0x9bd50700: 5: enter run() 0x9bd50700: 5: set_msg 0x9bd50700: 5: msg: "new message" 0x9bd50700: 5: exit run() 0x9bd50900: 6: enter run() 0x9bd50900: 6: set_msg 0x9bd50900: 6: msg: "new message" 0x9bd50900: 6: exit run() 0x9a464500: 7: enter run() 0x9a464500: 7: set_msg 0x9a464500: 7: msg: "new message" 0x9a464500: 7: exit run() 0x94e4f800: 8: enter run() 0x94e4f800: 8: set_msg 0x94e4f800: 8: msg: "new message" 0x94e4f800: 8: exit run() 0x94e4fa00: 9: enter run() 0x94e4fa00: 9: set_msg 0x94e4fa00: 9: msg: "new message" 0x94e4fa00: 9: exit run() 0x94e4fb00: 10: enter run() 0x94e4fb00: 10: set_msg 0x94e4fb00: 10: msg: "new message" 0x94e4fb00: 10: exit run() 0x9a464a00: 11: enter run() 0x9a464a00: 11: set_msg 0x9a464a00: 11: msg: "new message" 0x9a464a00: 11: exit run() 0x9a464900: 12: enter run() 0x9a464900: 12: set_msg 0x9a464900: 12: msg: "new message" 0x9a464900: 12: exit run() 0xaa249200: 13: enter run() 0xaa249200: 13: set_msg 0xaa249200: 13: msg: "new message" 0xaa249200: 13: exit run() 0x9a464c00: 14: enter run() 0x9a464c00: 14: set_msg 0x9a464c00: 14: msg: "new message" 0x9a464c00: 14: exit run() 0xaa249800: 15: enter run() 0xaa249800: 15: set_msg 0xaa249800: 15: msg: "new message" 0xaa249800: 15: exit run() main: 12 0x9bd50a00: 0: enter run() 0x9bd50a00: 0: set_msg 0x9bd50a00: 0: msg: "new message" 0x9bd50a00: 0: exit run() 0x9a464600: 1: enter run() 0x9a464600: 1: set_msg 0x9a464600: 1: msg: "new message" 0x9a464600: 1: exit run() 0xaa249600: 2: enter run() 0xaa249600: 2: set_msg 0xaa249600: 2: msg: "new message" 0xaa249600: 2: exit run() 0x9bd50c00: 3: enter run() 0x9bd50c00: 3: set_msg 0x9bd50c00: 3: msg: "new message" 0x9bd50c00: 3: exit run() 0x9a464b00: 4: enter run() 0x9a464b00: 4: set_msg 0x9a464b00: 4: msg: "new message" 0x9a464b00: 4: exit run() 0xaa249c00: 5: enter run() 0xaa249c00: 5: set_msg 0xaa249c00: 5: msg: "new message" 0xaa249c00: 5: exit run() 0x94e4fc00: 6: enter run() 0x94e4fc00: 6: set_msg 0x94e4fc00: 6: msg: "new message" 0x94e4fc00: 6: exit run() 0x94e4f100: 7: enter run() 0x94e4f100: 7: set_msg 0x94e4f100: 7: msg: "new message" 0x94e4f100: 7: exit run() 0x9bd50e00: 8: enter run() 0x9bd50e00: 8: set_msg 0x9bd50e00: 8: msg: "new message" 0x9bd50e00: 8: exit run() 0x9a464700: 9: enter run() 0x9a464700: 9: set_msg 0x9a464700: 9: msg: "new message" 0x9a464700: 9: exit run() 0x9a464200: 10: enter run() 0x9a464200: 10: set_msg 0x9a464200: 10: msg: "new message" 0x9a464200: 10: exit run() 0x9bd50b00: 11: enter run() 0x9bd50b00: 11: set_msg 0x9bd50b00: 11: msg: "new message" 0x9bd50b00: 11: exit run() 0xaa249300: 12: enter run() 0xaa249300: 12: set_msg 0xaa249300: 12: msg: "new message" 0xaa249300: 12: exit run() 0xaa249e00: 13: enter run() 0xaa249e00: 13: set_msg 0xaa249e00: 13: msg: "new message" 0xaa249e00: 13: exit run() 0x9a464800: 14: enter run() 0x9a464800: 14: set_msg 0x9a464800: 14: msg: "new message" 0x9a464800: 14: exit run() 0x9a464f00: 15: enter run() 0x9a464f00: 15: set_msg 0x9a464f00: 15: msg: "new message" 0x9a464f00: 15: exit run() main: 13 0x9a464000: 0: enter run() 0x9a464000: 0: set_msg 0x9a464000: 0: msg: "new message" 0x9a464000: 0: exit run() 0x9a464d00: 1: enter run() 0x9a464d00: 1: set_msg 0x9a464d00: 1: msg: "new message" 0x9a464d00: 1: exit run() 0x9bd50200: 2: enter run() 0x9bd50200: 2: set_msg 0x9bd50200: 2: msg: "new message" 0x9bd50200: 2: exit run() 0x9a464e00: 3: enter run() 0x9a464e00: 3: set_msg 0x9a464e00: 3: msg: "new message" 0x9a464e00: 3: exit run() 0xaa249000: 4: enter run() 0xaa249000: 4: set_msg 0xaa249000: 4: msg: "new message" 0xaa249000: 4: exit run() 0x9bd50d00: 5: enter run() 0x9bd50d00: 5: set_msg 0x9bd50d00: 5: msg: "new message" 0x9bd50d00: 5: exit run() 0x94e4f900: 6: enter run() 0x94e4f900: 6: set_msg 0x94e4f900: 6: msg: "new message" 0x94e4f900: 6: exit run() 0x9a464100: 7: enter run() 0x9a464100: 7: set_msg 0x9a464100: 7: msg: "new message" 0x9a464100: 7: exit run() 0xaa249a00: 8: enter run() 0xaa249a00: 8: set_msg 0xaa249a00: 8: msg: "new message" 0xaa249a00: 8: exit run() 0x9bd50300: 9: enter run() 0x9bd50300: 9: set_msg 0x9bd50300: 9: msg: "new message" 0x9bd50300: 9: exit run() 0x9bd50700: 10: enter run() 0x9bd50700: 10: set_msg 0x9bd50700: 10: msg: "new message" 0x9bd50700: 10: exit run() 0x94e4fe00: 11: enter run() 0x94e4fe00: 11: set_msg 0x94e4fe00: 11: msg: "new message" 0x94e4fe00: 11: exit run() 0x94e4ff00: 12: enter run() 0x94e4ff00: 12: set_msg 0x94e4ff00: 12: msg: "new message" 0x94e4ff00: 12: exit run() 0x9bd50500: 13: enter run() 0x9bd50500: 13: set_msg 0x9bd50500: 13: msg: "new message" 0x9bd50500: 13: exit run() 0xaa249b00: 14: enter run() 0xaa249b00: 14: set_msg 0xaa249b00: 14: msg: "new message" 0xaa249b00: 14: exit run() 0xaa249f00: 15: enter run() 0xaa249f00: 15: set_msg 0xaa249f00: 15: msg: "new message" 0xaa249f00: 15: exit run() main: 14 0xaa249d00: 0: enter run() 0xaa249d00: 0: set_msg 0x9a464c00: 1: enter run() 0x94e4fc00: 2: enter run() 0xaa249100: 3: enter run() 0xaa249800: 4: enter run() 0xaa249200: 5: enter run() 0x9a464300: 6: enter run() 0x9a464400: 7: enter run() 0x9a464500: 8: enter run() 0x9a464a00: 9: enter run() 0xaa249900: 10: enter run() 0x9a464600: 11: enter run() 0x9bd50a00: 12: enter run() 0x9bd50100: 13: enter run() 0xaa249400: 14: enter run() 0xaa249500: 15: enter run() 0xaa249d00: 0: msg: "new message" 0xaa249d00: 0: exit run() 0x9a464c00: 1: set_msg 0x9a464c00: 1: msg: "new message" 0x9a464c00: 1: exit run() 0x94e4fc00: 2: set_msg 0x94e4fc00: 2: msg: "new message" 0x94e4fc00: 2: exit run() 0xaa249100: 3: set_msg 0xaa249100: 3: msg: "new message" 0xaa249100: 3: exit run() 0xaa249800: 4: set_msg 0xaa249800: 4: msg: "new message" 0xaa249800: 4: exit run() 0xaa249200: 5: set_msg 0xaa249200: 5: msg: "new message" 0xaa249200: 5: exit run() 0x9a464300: 6: set_msg 0x9a464300: 6: msg: "new message" 0x9a464300: 6: exit run() 0x9a464400: 7: set_msg 0x9a464400: 7: msg: "new message" 0x9a464400: 7: exit run() 0x9a464500: 8: set_msg 0x9a464500: 8: msg: "new message" 0x9a464500: 8: exit run() 0x9a464a00: 9: set_msg 0x9a464a00: 9: msg: "new message" 0x9a464a00: 9: exit run() 0xaa249900: 10: set_msg 0xaa249900: 10: msg: "new message" 0xaa249900: 10: exit run() 0x9a464600: 11: set_msg 0x9a464600: 11: msg: "new message" 0x9a464600: 11: exit run() 0x9bd50a00: 12: set_msg 0x9bd50a00: 12: msg: "new message" 0x9bd50a00: 12: exit run() 0x9bd50100: 13: set_msg 0x9bd50100: 13: msg: "new message" 0x9bd50100: 13: exit run() 0xaa249400: 14: set_msg 0xaa249400: 14: msg: "new message" 0xaa249400: 14: exit run() 0xaa249500: 15: set_msg 0xaa249500: 15: msg: "new message" 0xaa249500: 15: exit run() main: 15 0xaa249a00: 0: enter run() 0xaa249a00: 0: set_msg 0xaa249a00: 0: msg: "new message" 0xaa249a00: 0: exit run() 0x94e4f000: 1: enter run() 0x94e4f000: 1: set_msg 0x94e4f000: 1: msg: "new message" 0x94e4f000: 1: exit run() 0x94e4f100: 2: enter run() 0x94e4f100: 2: set_msg 0x94e4f100: 2: msg: "new message" 0x94e4f100: 2: exit run() 0x94e4f900: 3: enter run() 0x94e4f900: 3: set_msg 0x94e4f900: 3: msg: "new message" 0x94e4f900: 3: exit run() 0x94e4fa00: 4: enter run() 0x94e4fa00: 4: set_msg 0x94e4fa00: 4: msg: "new message" 0x94e4fa00: 4: exit run() 0x9bd50900: 5: enter run() 0x9bd50900: 5: set_msg 0x9bd50900: 5: msg: "new message" 0x9bd50900: 5: exit run() 0x94e4f500: 6: enter run() 0x94e4f500: 6: set_msg 0x94e4f500: 6: msg: "new message" 0x94e4f500: 6: exit run() 0xadc72200: 7: enter run() 0xadc72200: 7: set_msg 0xadc72200: 7: msg: "new message" 0xadc72200: 7: exit run() 0xaa249e00: 8: enter run() 0xaa249e00: 8: set_msg 0xaa249e00: 8: msg: "new message" 0xaa249e00: 8: exit run() 0xadc72800: 9: enter run() 0xadc72800: 9: set_msg 0xadc72800: 9: msg: "new message" 0xadc72800: 9: exit run() 0x9bd50400: 10: enter run() 0x9bd50400: 10: set_msg 0x9bd50400: 10: msg: "new message" 0x9bd50400: 10: exit run() 0x94e4fd00: 11: enter run() 0x94e4fd00: 11: set_msg 0x94e4fd00: 11: msg: "new message" 0x94e4fd00: 11: exit run() 0xaa249b00: 12: enter run() 0xaa249b00: 12: set_msg 0xaa249b00: 12: msg: "new message" 0xaa249b00: 12: exit run() 0xaa249c00: 13: enter run() 0xaa249c00: 13: set_msg 0xaa249c00: 13: msg: "new message" 0xaa249c00: 13: exit run() 0x94e4fb00: 14: enter run() 0x94e4fb00: 14: set_msg 0x94e4fb00: 14: msg: "new message" 0x94e4fb00: 14: exit run() 0xaa249f00: 15: enter run() 0xaa249f00: 15: set_msg 0xaa249f00: 15: msg: "new message" 0xaa249f00: 15: exit run() main: 16 0xaa249000: 0: enter run() 0xaa249000: 0: set_msg 0xaa249000: 0: msg: "new message" 0xaa249000: 0: exit run() 0xaa249100: 1: enter run() 0xaa249100: 1: set_msg 0xaa249100: 1: msg: "new message" 0xaa249100: 1: exit run() 0x9a464c00: 2: enter run() 0x9a464c00: 2: set_msg 0x9a464c00: 2: msg: "new message" 0x9a464c00: 2: exit run() 0x9a464900: 3: enter run() 0x9a464900: 3: set_msg 0x9a464900: 3: msg: "new message" 0x9a464900: 3: exit run() 0x94e4f800: 4: enter run() 0x94e4f800: 4: set_msg 0x94e4f800: 4: msg: "new message" 0x94e4f800: 4: exit run() 0x94e4f300: 5: enter run() 0x94e4f300: 5: set_msg 0x94e4f300: 5: msg: "new message" 0x94e4f300: 5: exit run() 0x9a464e00: 6: enter run() 0x9a464e00: 6: set_msg 0x9a464e00: 6: msg: "new message" 0x9a464e00: 6: exit run() 0x9a464f00: 7: enter run() 0x9a464f00: 7: set_msg 0x9a464f00: 7: msg: "new message" 0x9a464f00: 7: exit run() 0x9bd50b00: 8: enter run() 0x9bd50b00: 8: set_msg 0x9bd50b00: 8: msg: "new message" 0x9bd50b00: 8: exit run() 0x9bd50000: 9: enter run() 0x9bd50000: 9: set_msg 0x9bd50000: 9: msg: "new message" 0x9bd50000: 9: exit run() 0xadc72e00: 10: enter run() 0xadc72e00: 10: set_msg 0xadc72e00: 10: msg: "new message" 0xadc72e00: 10: exit run() 0x94e4f600: 11: enter run() 0x94e4f600: 11: set_msg 0x94e4f600: 11: msg: "new message" 0x94e4f600: 11: exit run() 0x9a464000: 12: enter run() 0x9a464000: 12: set_msg 0x9a464000: 12: msg: "new message" 0x9a464000: 12: exit run() 0x9bd50800: 13: enter run() 0x9bd50800: 13: set_msg 0x9bd50800: 13: msg: "new message" 0x9bd50800: 13: exit run() 0x94e4f700: 14: enter run() 0x94e4f700: 14: set_msg 0x94e4f700: 14: msg: "new message" 0x94e4f700: 14: exit run() 0x94e4fc00: 15: enter run() 0x94e4fc00: 15: set_msg 0x94e4fc00: 15: msg: "new message" 0x94e4fc00: 15: exit run() main: 17 0x94e4f400: 0: enter run() 0x94e4f400: 0: set_msg 0x94e4f400: 0: msg: "new message" 0x94e4f400: 0: exit run() 0x9a464a00: 1: enter run() 0x9a464a00: 1: set_msg 0x9a464a00: 1: msg: "new message" 0x9a464a00: 1: exit run() 0x9a464400: 2: enter run() 0x9a464400: 2: set_msg 0x9a464400: 2: msg: "new message" 0x9a464400: 2: exit run() 0x9a464500: 3: enter run() 0x9a464500: 3: set_msg 0x9a464500: 3: msg: "new message" 0x9a464500: 3: exit run() 0x9a464200: 4: enter run() 0x9a464200: 4: set_msg 0x9a464200: 4: msg: "new message" 0x9a464200: 4: exit run() 0x9bd50900: 5: enter run() 0x9bd50900: 5: set_msg 0x9bd50900: 5: msg: "new message" 0x9bd50900: 5: exit run() 0x94e4fd00: 6: enter run() 0x9bd50100: 7: enter run() 0x94e4f000: 8: enter run() 0xaa249400: 9: enter run() 0x94e4f100: 10: enter run() 0xaa249600: 11: enter run() 0x9a464100: 12: enter run() 0x9a464b00: 13: enter run() 0xaa249800: 14: enter run() 0x94e4fe00: 15: enter run() 0x94e4fd00: 6: set_msg 0x9bd50100: 7: set_msg 0x94e4f000: 8: set_msg 0xaa249400: 9: set_msg 0x94e4f100: 10: set_msg 0xaa249600: 11: set_msg 0x9a464100: 12: set_msg 0xaa249800: 14: set_msg 0x94e4fe00: 15: set_msg 0x9a464b00: 13: set_msg 0x94e4fd00: 6: msg: "new message" 0x9bd50100: 7: msg: "new message" 0x9bd50100: 7: exit run() 0x94e4f000: 8: msg: "new message" 0x94e4f000: 8: exit run() 0xaa249400: 9: msg: "new message" 0xaa249400: 9: exit run() 0x94e4f100: 10: msg: "new message" 0x94e4f100: 10: exit run() 0xaa249600: 11: msg: "new message" 0xaa249600: 11: exit run() 0x9a464100: 12: msg: "new message" 0x9a464100: 12: exit run() 0xaa249800: 14: msg: "new message" 0xaa249800: 14: exit run() 0x94e4fe00: 15: msg: "new message" 0x94e4fd00: 6: exit run() 0x94e4fe00: 15: exit run() 0x9a464b00: 13: msg: "new message" 0x9a464b00: 13: exit run() main: 18 0xaa249000: 0: enter run() 0x9a464900: 1: enter run() 0x9a464c00: 2: enter run() 0xaa249000: 0: set_msg 0x94e4f800: 3: enter run() 0x9a464300: 4: enter run() 0x94e4fc00: 5: enter run() 0x9a464b00: 6: enter run() 0x9a464e00: 7: enter run() 0xaa249d00: 8: enter run() 0x94e4ff00: 9: enter run() 0x94e4f000: 10: enter run() 0x9a464900: 1: set_msg 0x9a464c00: 2: set_msg 0x94e4f900: 11: enter run() 0xaa249a00: 12: enter run() 0xaa249e00: 13: enter run() 0xaa249700: 14: enter run() 0x9a464d00: 15: 0x9a464900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464900: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (2147483650) rthread reaping 0x9a464c00 stack 0x92d913c0 0x9a464d00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249000 stack 0x92d66740 0xaa249700: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464900 stack 0x92d66700 0x9a464d00: rwlock_rdlock 0xaee58bf0 (1) rthread reaping 0x94e4f800 stack 0x92d80400 0x9a464d00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464300 stack 0x92d9fcc0 rthread reaping 0x94e4fc00 stack 0x92d91600 rthread reaping 0x9a464b00 stack 0x92d910e0 rthread reaping 0x9a464e00 stack 0x92d80760 rthread reaping 0xaa249d00 stack 0x92d9f140 rthread reaping 0x94e4ff00 stack 0x92d80f40 rthread reaping 0x94e4f000 stack 0x92d9f7c0 rthread reaping 0x94e4f900 stack 0x92d80700 rthread reaping 0xaa249a00 stack 0x92d91e40 rthread reaping 0xaa249e00 stack 0x92d915c0 rthread reaping 0xaa249700 stack 0x92d80c60 rthread reaping 0x9a464d00 stack 0x92d91e80 0xaa249b00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fd00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xadc72500: rwlock_wrlock 0xaee58bf0 (0) 0xadc72400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f000: rwlock_wrlock 0xaee58bf0 (0) 0xadc72a00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f400: rwlock_wrlock 0xaee58bf0 (0) 0xaa249200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fd00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f400: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x94e4fd00 stack 0x92d80c60 0xadc72d00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249b00 stack 0x92d91e80 rthread reaping 0xaa249100 stack 0x92d915c0 rthread reaping 0xadc72500 stack 0x92d91e40 rthread reaping 0xadc72400 stack 0x92d80700 rthread reaping 0x94e4fc00 stack 0x92d9f7c0 rthread reaping 0x94e4f000 stack 0x92d80f40 rthread reaping 0xadc72a00 stack 0x92d9f140 rthread reaping 0x94e4f400 stack 0x92d80760 rthread reaping 0xaa249200 stack 0x92d910e0 rthread reaping 0xadc72c00 stack 0x92d91600 rthread reaping 0x9a464400 stack 0x92d9fcc0 rthread reaping 0x9a464500 stack 0x92d80400 rthread reaping 0x94e4fa00 stack 0x92d66700 rthread reaping 0x94e4f200 stack 0x92d66740 rthread reaping 0xadc72d00 stack 0x92d913c0 0xaa249500: rwlock_wrlock 0xaee58bf0 (0) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72600: rwlock_wrlock 0xaee58bf0 (0) 0xaa249500: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f500: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72f00: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9a464b00 stack 0x92d66740 0xadc72f00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249500 stack 0x92d913c0 rthread reaping 0xadc72600 stack 0x92d66700 rthread reaping 0x9a464c00 stack 0x92d80400 rthread reaping 0xadc72900 stack 0x92d9fcc0 rthread reaping 0xadc72e00 stack 0x92d91600 rthread reaping 0xaa249300 stack 0x92d910e0 rthread reaping 0x94e4f100 stack 0x92d80760 rthread reaping 0xaa249400 stack 0x92d9f140 rthread reaping 0xaa249800 stack 0x92d80f40 rthread reaping 0xadc72700 stack 0x92d9f7c0 rthread reaping 0xadc72c00 stack 0x92d80700 rthread reaping 0xaa249f00 stack 0x92d91e40 rthread reaping 0xaa249000 stack 0x92d915c0 rthread reaping 0x94e4f500 stack 0x92d91e80 rthread reaping 0xadc72f00 stack 0x92d80c60 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0xadc72800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xaa249900 stack 0x92d91e80 rthread reaping 0x94e4fc00 stack 0x92d80c60 rthread reaping 0xadc72800 stack 0x92d915c0 0x9a464100: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249700 stack 0x92d91e40 rthread reaping 0x9a464300 stack 0x92d80700 rthread reaping 0xaa249100 stack 0x92d9f7c0 rthread reaping 0xaa249200 stack 0x92d80f40 rthread reaping 0xaa249b00 stack 0x92d9f140 rthread reaping 0x9a464000 stack 0x92d80760 rthread reaping 0xadc72900 stack 0x92d910e0 rthread reaping 0x9a464600 stack 0x92d91600 rthread reaping 0x9a464100 stack 0x92d9fcc0 rthread reaping 0x94e4f300 stack 0x92d80400 rthread reaping 0x9a464d00 stack 0x92d66700 rthread reaping 0x9a464700 stack 0x92d913c0 rthread reaping 0x9a464800 stack 0x92d66740 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0xaa249500: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464900: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f400: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xaa249500 stack 0x92d913c0 0xaa249600: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f700 stack 0x92d66740 rthread reaping 0x94e4f100 stack 0x92d66700 rthread reaping 0x9a464900 stack 0x92d80400 rthread reaping 0x9a464e00 stack 0x92d9fcc0 rthread reaping 0xaa249000 stack 0x92d91600 rthread reaping 0x9a464500 stack 0x92d910e0 rthread reaping 0x94e4f400 stack 0x92d80760 rthread reaping 0xaa249700 stack 0x92d9f140 rthread reaping 0x9a464000 stack 0x92d80f40 rthread reaping 0x94e4fa00 stack 0x92d9f7c0 rthread reaping 0xaa249d00 stack 0x92d80700 rthread reaping 0xadc72b00 stack 0x92d91e40 rthread reaping 0x94e4f200 stack 0x92d915c0 rthread reaping 0x9a464a00 stack 0x92d80c60 rthread reaping 0xaa249600 stack 0x92d91e80 0x94e4f600: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f600: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (2147483650) rthread reaping 0x9a464e00 stack 0x92d80c60 0x94e4f500: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f600 stack 0x92d91e80 0xaa249f00: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f000 stack 0x92d915c0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249e00 stack 0x92d91e40 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249400 stack 0x92d80700 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464700 stack 0x92d9f7c0 0xadc72c00: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x94e4f300 stack 0x92d80f40 0x9a464b00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249700 stack 0x92d9f140 rthread reaping 0x9a464800 stack 0x92d80760 rthread reaping 0xaa249100 stack 0x92d910e0 rthread reaping 0xadc72400 stack 0x92d91600 rthread reaping 0x9a464500 stack 0x92d9fcc0 rthread reaping 0x94e4f500 stack 0x92d80400 rthread reaping 0xaa249f00 stack 0x92d66700 rthread reaping 0xadc72c00 stack 0x92d66740 rthread reaping 0x9a464b00 stack 0x92d913c0 0x94e4f300: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (2147483647) 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464100: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249200: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464f00: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249800: rwlock_wrlock 0xaee58bf0 (2147483647) 0x94e4f300: rwlock_rdlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464f00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (2147483650) rthread reaping 0x9a464500 stack 0x92d66740 0xaa249300: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f300 stack 0x92d913c0 0xaa249500: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249c00 stack 0x92d66700 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249b00 stack 0x92d80400 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4fe00 stack 0x92d9fcc0 0xaa249600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fb00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464100 stack 0x92d91600 0x94e4f100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249200 stack 0x92d910e0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464f00 stack 0x92d80760 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xaa249300 stack 0x92d80f40 0x94e4f800: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249800 stack 0x92d9f140 rthread reaping 0xaa249500 stack 0x92d9f7c0 rthread reaping 0xaa249600 stack 0x92d80700 rthread reaping 0x94e4f100 stack 0x92d91e40 rthread reaping 0x94e4fb00 stack 0x92d915c0 rthread reaping 0x9a464200 stack 0x92d91e80 rthread reaping 0x94e4f800 stack 0x92d80c60 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464600: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f400: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f500: rwlock_wrlock 0xaee58bf0 (0) 0xadc72c00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0xadc72600: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_wrlock 0xaee58bf0 (0) 0xadc72800: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f400: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f500: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9a464000 stack 0x92d91e80 0x94e4fc00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249e00 stack 0x92d80c60 rthread reaping 0x9a464c00 stack 0x92d915c0 rthread reaping 0xadc72b00 stack 0x92d91e40 rthread reaping 0x94e4f700 stack 0x92d80700 rthread reaping 0x9a464600 stack 0x92d9f7c0 rthread reaping 0xaa249d00 stack 0x92d9f140 rthread reaping 0x94e4f400 stack 0x92d80f40 rthread reaping 0xadc72e00 stack 0x92d80760 rthread reaping 0x94e4f500 stack 0x92d910e0 rthread reaping 0xadc72c00 stack 0x92d91600 rthread reaping 0x9a464700 stack 0x92d9fcc0 rthread reaping 0xadc72600 stack 0x92d80400 rthread reaping 0x9a464800 stack 0x92d66700 rthread reaping 0xadc72800 stack 0x92d913c0 rthread reaping 0x94e4fc00 stack 0x92d66740 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464f00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f100: rwlock_wrlock 0xaee58bf0 (0) 0xadc72300: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72100: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72300: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72100: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9a464f00 stack 0x92d913c0 0x9a464300: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249900 stack 0x92d66740 rthread reaping 0x9a464200 stack 0x92d66700 rthread reaping 0x94e4f900 stack 0x92d80400 rthread reaping 0x9a464400 stack 0x92d9fcc0 rthread reaping 0x94e4f100 stack 0x92d91600 rthread reaping 0xadc72300 stack 0x92d910e0 rthread reaping 0x94e4f200 stack 0x92d80760 rthread reaping 0xadc72400 stack 0x92d80f40 rthread reaping 0x94e4f600 stack 0x92d9f140 rthread reaping 0x9a464300 stack 0x92d9f7c0 rthread reaping 0xadc72100 stack 0x92d80700 rthread reaping 0xadc72c00 stack 0x92d91e40 rthread reaping 0xadc72900 stack 0x92d915c0 rthread reaping 0xaa249800 stack 0x92d80c60 rthread reaping 0x94e4f800 stack 0x92d91e80 0xadc72c00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72f00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72a00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72c00: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72f00: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464900: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (4294967295) enter run() 0x94e4f800: 3: set_msg 0x9a464300: 4: set_msg 0x94e4fc00: 5: set_msg 0x9a464b00: 6: set_msg 0x9a464e00: 7: set_msg 0xaa249d00: 8: set_msg 0x94e4ff00: 9: set_msg 0x94e4f000: 10: set_msg 0x94e4f900: 11: set_msg 0xaa249a00: 12: set_msg 0xaa249e00: 13: set_msg 0xaa249700: 14: set_msg 0x9a464900: 1: msg: "new message" 0xaa249000: 0: msg: "new message" 0xaa249000: 0: exit run() 0x9a464c00: 2: msg: "new message" 0x9a464c00: 2: exit run() 0x94e4f800: 3: msg: "new message" 0x94e4f800: 3: exit run() 0x9a464300: 4: msg: "new message" 0x9a464300: 4: exit run() 0x94e4fc00: 5: msg: "new message" 0x94e4fc00: 5: exit run() 0x9a464b00: 6: msg: "new message" 0x9a464b00: 6: exit run() 0x9a464e00: 7: msg: "new message" 0x9a464e00: 7: exit run() 0xaa249d00: 8: msg: "new message" 0xaa249d00: 8: exit run() 0x94e4ff00: 9: msg: "new message" 0x94e4ff00: 9: exit run() 0x94e4f000: 10: msg: "new message" 0x94e4f000: 10: exit run() 0x94e4f900: 11: msg: "new message" 0x94e4f900: 11: exit run() 0xaa249a00: 12: msg: "new message" 0xaa249a00: 12: exit run() 0xaa249e00: 13: msg: "new message" 0x9a464900: 1: exit run() 0x9a464d00: 15: set_msg 0xaa249e00: 13: exit run() 0xaa249700: 14: msg: "new message" 0xaa249700: 14: exit run() 0x9a464d00: 15: msg: "new message" 0x9a464d00: 15: exit run() main: 19 0xaa249b00: 0: enter run() 0x94e4fd00: 1: enter run() 0xaa249100: 2: enter run() 0xadc72500: 3: enter run() 0xadc72400: 4: enter run() 0x94e4fc00: 5: enter run() 0x94e4f000: 6: enter run() 0xadc72a00: 7: enter run() 0x94e4f400: 8: enter run() 0xaa249200: 9: enter run() 0xaa249b00: 0: set_msg 0xadc72c00: 10: enter run() 0x9a464400: 11: enter run() 0x9a464500: 12: enter run() 0x94e4fa00: 13: enter run() 0x94e4f200: 14: enter run() 0xadc72d00: 15: enter run() 0x94e4fd00: 1: set_msg 0xaa249100: 2: set_msg 0xadc72500: 3: set_msg 0xadc72400: 4: set_msg 0x94e4fc00: 5: set_msg 0x94e4f000: 6: set_msg 0xadc72a00: 7: set_msg 0x94e4f400: 8: set_msg 0xaa249200: 9: set_msg 0xadc72c00: 10: set_msg 0x9a464400: 11: set_msg 0x9a464500: 12: set_msg 0x94e4fa00: 13: set_msg 0x94e4f200: 14: set_msg 0xadc72d00: 15: set_msg 0xaa249b00: 0: msg: "new message" 0x94e4fd00: 1: msg: "new message" 0x94e4fd00: 1: exit run() 0xaa249100: 2: msg: "new message" 0xaa249100: 2: exit run() 0xadc72500: 3: msg: "new message" 0xadc72500: 3: exit run() 0xadc72400: 4: msg: "new message" 0xadc72400: 4: exit run() 0x94e4fc00: 5: msg: "new message" 0x94e4fc00: 5: exit run() 0x94e4f000: 6: msg: "new message" 0x94e4f000: 6: exit run() 0xadc72a00: 7: msg: "new message" 0xadc72a00: 7: exit run() 0x94e4f400: 8: msg: "new message" 0x94e4f400: 8: exit run() 0xaa249200: 9: msg: "new message" 0xaa249200: 9: exit run() 0xadc72c00: 10: msg: "new message" 0xadc72c00: 10: exit run() 0x9a464400: 11: msg: "new message" 0x9a464400: 11: exit run() 0x9a464500: 12: msg: "new message" 0x9a464500: 12: exit run() 0x94e4fa00: 13: msg: "new message" 0x94e4fa00: 13: exit run() 0x94e4f200: 14: msg: "new message" 0xaa249b00: 0: exit run() 0x94e4f200: 14: exit run() 0xadc72d00: 15: msg: "new message" 0xadc72d00: 15: exit run() main: 20 0xaa249500: 0: enter run() 0x9a464b00: 1: enter run() 0xadc72600: 2: enter run() 0xaa249500: 0: set_msg 0x9a464c00: 3: enter run() 0xadc72900: 4: enter run() 0xadc72e00: 5: enter run() 0xaa249300: 6: enter run() 0x94e4f100: 7: enter run() 0xaa249400: 8: enter run() 0xaa249800: 9: enter run() 0xadc72700: 10: enter run() 0xadc72c00: 11: enter run() 0x9a464b00: 1: set_msg 0xaa249f00: 12: enter run() 0xaa249000: 13: enter run() 0x94e4f500: 14: enter run() 0xadc72f00: 15: enter run() 0xadc72600: 2: set_msg 0x9a464c00: 3: set_msg 0xadc72900: 4: set_msg 0xadc72e00: 5: set_msg 0xaa249300: 6: set_msg 0x94e4f100: 7: set_msg 0xaa249400: 8: set_msg 0xaa249800: 9: set_msg 0xadc72700: 10: set_msg 0xadc72c00: 11: set_msg 0xaa249f00: 12: set_msg 0xaa249000: 13: set_msg 0x94e4f500: 14: set_msg 0xadc72f00: 15: set_msg 0xaa249500: 0: msg: "new message" 0x9a464b00: 1: msg: "new message" 0x9a464b00: 1: exit run() 0xadc72600: 2: msg: "new message" 0xadc72600: 2: exit run() 0x9a464c00: 3: msg: "new message" 0x9a464c00: 3: exit run() 0xadc72900: 4: msg: "new message" 0xadc72900: 4: exit run() 0xadc72e00: 5: msg: "new message" 0xadc72e00: 5: exit run() 0xaa249300: 6: msg: "new message" 0xaa249300: 6: exit run() 0x94e4f100: 7: msg: "new message" 0x94e4f100: 7: exit run() 0xaa249400: 8: msg: "new message" 0xaa249400: 8: exit run() 0xaa249800: 9: msg: "new message" 0xaa249800: 9: exit run() 0xadc72700: 10: msg: "new message" 0xadc72700: 10: exit run() 0xadc72c00: 11: msg: "new message" 0xadc72c00: 11: exit run() 0xaa249f00: 12: msg: "new message" 0xaa249f00: 12: exit run() 0xaa249000: 13: msg: "new message" 0xaa249000: 13: exit run() 0x94e4f500: 14: msg: "new message" 0xaa249500: 0: exit run() 0x94e4f500: 14: exit run() 0xadc72f00: 15: msg: "new message" 0xadc72f00: 15: exit run() main: 21 0x94e4fc00: 0: enter run() 0xaa249900: 1: enter run() 0xadc72800: 2: enter run() 0x94e4fc00: 0: set_msg 0xaa249700: 3: enter run() 0x9a464300: 4: enter run() 0xaa249100: 5: enter run() 0xaa249200: 6: enter run() 0xaa249b00: 7: enter run() 0x9a464000: 8: enter run() 0xadc72900: 9: enter run() 0x9a464600: 10: enter run() 0x9a464100: 11: enter run() 0x94e4f300: 12: enter run() 0x9a464d00: 13: enter run() 0x9a464700: 14: enter run() 0x9a464800: 15: enter run() 0xaa249900: 1: set_msg 0xadc72800: 2: set_msg 0xaa249700: 3: set_msg 0x9a464300: 4: set_msg 0xaa249100: 5: set_msg 0xaa249200: 6: set_msg 0xaa249b00: 7: set_msg 0x9a464000: 8: set_msg 0xadc72900: 9: set_msg 0x9a464600: 10: set_msg 0x94e4f300: 12: set_msg 0x9a464d00: 13: set_msg 0x9a464700: 14: set_msg 0x9a464800: 15: set_msg 0x9a464100: 11: set_msg 0x94e4fc00: 0: msg: "new message" 0xaa249900: 1: msg: "new message" 0xaa249900: 1: exit run() 0xadc72800: 2: msg: "new message" 0xadc72800: 2: exit run() 0xaa249700: 3: msg: "new message" 0xaa249700: 3: exit run() 0x9a464300: 4: msg: "new message" 0x9a464300: 4: exit run() 0xaa249100: 5: msg: "new message" 0xaa249100: 5: exit run() 0xaa249200: 6: msg: "new message" 0xaa249200: 6: exit run() 0xaa249b00: 7: msg: "new message" 0xaa249b00: 7: exit run() 0x9a464000: 8: msg: "new message" 0x9a464000: 8: exit run() 0xadc72900: 9: msg: "new message" 0xadc72900: 9: exit run() 0x9a464600: 10: msg: "new message" 0x9a464600: 10: exit run() 0x94e4f300: 12: msg: "new message" 0x94e4f300: 12: exit run() 0x9a464d00: 13: msg: "new message" 0x9a464d00: 13: exit run() 0x9a464700: 14: msg: "new message" 0x9a464700: 14: exit run() 0x9a464800: 15: msg: "new message" 0x94e4fc00: 0: exit run() 0x9a464800: 15: exit run() 0x9a464100: 11: msg: "new message" 0x9a464100: 11: exit run() main: 22 0x94e4f700: 0: enter run() 0xaa249500: 1: enter run() 0x94e4f700: 0: set_msg 0x94e4f100: 2: enter run() 0xaa249500: 1: set_msg 0x9a464900: 3: enter run() 0x9a464e00: 4: enter run() 0xaa249000: 5: enter run() 0x9a464500: 6: enter run() 0x94e4f400: 7: enter run() 0xaa249700: 8: enter run() 0x9a464000: 9: enter run() 0x94e4fa00: 10: enter run() 0xaa249d00: 11: enter run() 0xadc72b00: 12: enter run() 0x94e4f200: 13: enter run() 0x9a464a00: 14: enter run() 0xaa249600: 15: enter run() 0x94e4f100: 2: set_msg 0x9a464900: 3: set_msg 0x9a464e00: 4: set_msg 0xaa249000: 5: set_msg 0x9a464500: 6: set_msg 0x94e4f400: 7: set_msg 0xaa249700: 8: set_msg 0x9a464000: 9: set_msg 0x94e4fa00: 10: set_msg 0xaa249d00: 11: set_msg 0xadc72b00: 12: set_msg 0x94e4f200: 13: set_msg 0x9a464a00: 14: set_msg 0xaa249600: 15: set_msg 0x94e4f700: 0: msg: "new message" 0xaa249500: 1: msg: "new message" 0xaa249500: 1: exit run() 0x94e4f100: 2: msg: "new message" 0x94e4f100: 2: exit run() 0x9a464900: 3: msg: "new message" 0x9a464900: 3: exit run() 0x9a464e00: 4: msg: "new message" 0x9a464e00: 4: exit run() 0xaa249000: 5: msg: "new message" 0xaa249000: 5: exit run() 0x9a464500: 6: msg: "new message" 0x9a464500: 6: exit run() 0x94e4f400: 7: msg: "new message" 0x94e4f400: 7: exit run() 0xaa249700: 8: msg: "new message" 0xaa249700: 8: exit run() 0x9a464000: 9: msg: "new message" 0x9a464000: 9: exit run() 0x94e4fa00: 10: msg: "new message" 0x94e4fa00: 10: exit run() 0xaa249d00: 11: msg: "new message" 0xaa249d00: 11: exit run() 0xadc72b00: 12: msg: "new message" 0xadc72b00: 12: exit run() 0x94e4f200: 13: msg: "new message" 0x94e4f200: 13: exit run() 0x9a464a00: 14: msg: "new message" 0x94e4f700: 0: exit run() 0x9a464a00: 14: exit run() 0xaa249600: 15: msg: "new message" 0xaa249600: 15: exit run() main: 23 0x94e4f600: 0: enter run() 0x9a464e00: 1: enter run() 0x94e4f000: 2: enter run() 0xaa249e00: 3: enter run() 0x94e4f600: 0: set_msg 0x9a464e00: 1: set_msg 0xaa249400: 4: enter run() 0x9a464700: 5: enter run() 0x94e4f300: 6: enter run() 0xaa249700: 7: enter run() 0x9a464800: 8: enter run() 0xaa249100: 9: enter run() 0xadc72400: 10: enter run() 0x9a464500: 11: enter run() 0x94e4f000: 2: set_msg 0x94e4f500: 12: enter run() 0xaa249f00: 13: enter run() 0xaa249e00: 3: set_msg 0xadc72c00: 14: enter run() 0x9a464b00: 15: enter run() 0xaa249400: 4: set_msg 0x9a464700: 5: set_msg 0x94e4f300: 6: set_msg 0xaa249700: 7: set_msg 0x9a464800: 8: set_msg 0xaa249100: 9: set_msg 0xadc72400: 10: set_msg 0x9a464500: 11: set_msg 0x94e4f600: 0: msg: "new message" 0x9a464e00: 1: msg: "new message" 0x9a464e00: 1: exit run() 0x94e4f000: 2: msg: "new message" 0x94e4f000: 2: exit run() 0xaa249e00: 3: msg: "new message" 0xaa249e00: 3: exit run() 0xaa249400: 4: msg: "new message" 0xaa249400: 4: exit run() 0x9a464700: 5: msg: "new message" 0x9a464700: 5: exit run() 0x94e4f300: 6: msg: "new message" 0x94e4f300: 6: exit run() 0xaa249700: 7: msg: "new message" 0xaa249700: 7: exit run() 0x9a464800: 8: msg: "new message" 0x9a464800: 8: exit run() 0xaa249100: 9: msg: "new message" 0xaa249100: 9: exit run() 0xadc72400: 10: msg: "new message" 0x94e4f600: 0: exit run() 0x94e4f500: 12: set_msg 0xadc72400: 10: exit run() 0xaa249f00: 13: set_msg 0xadc72c00: 14: set_msg 0x9a464b00: 15: set_msg 0x9a464500: 11: msg: "new message" 0x94e4f500: 12: msg: "new message" 0x94e4f500: 12: exit run() 0xaa249f00: 13: msg: "new message" 0xaa249f00: 13: exit run() 0xadc72c00: 14: msg: "new message" 0x9a464500: 11: exit run() 0xadc72c00: 14: exit run() 0x9a464b00: 15: msg: "new message" 0x9a464b00: 15: exit run() main: 24 0x94e4f300: 0: enter run() 0x94e4f300: 0: set_msg 0x9a464500: 1: enter run() 0xaa249c00: 2: enter run() 0xaa249b00: 3: enter run() 0x94e4fe00: 4: enter run() 0x9a464100: 5: enter run() 0xaa249200: 6: enter run() 0x9a464f00: 7: enter run() 0xaa249800: 8: enter run() 0x9a464500: 1: set_msg 0xaa249300: 9: enter run() 0xaa249500: 10: enter run() 0xaa249c00: 2: set_msg 0xaa249600: 11: enter run() 0x94e4f100: 12: enter run() 0x94e4fb00: 13: enter run() 0x9a464200: 14: enter run() 0x94e4f800: 15: enter run() 0xaa249b00: 3: set_msg 0x94e4fe00: 4: set_msg 0x9a464100: 5: set_msg 0xaa249200: 6: set_msg 0x9a464f00: 7: set_msg 0xaa249800: 8: set_msg 0x94e4f300: 0: msg: "new message" 0x9a464500: 1: msg: "new message" 0x9a464500: 1: exit run() 0xaa249c00: 2: msg: "new message" 0xaa249c00: 2: exit run() 0xaa249b00: 3: msg: "new message" 0xaa249b00: 3: exit run() 0x94e4fe00: 4: msg: "new message" 0x94e4fe00: 4: exit run() 0x9a464100: 5: msg: "new message" 0x9a464100: 5: exit run() 0xaa249200: 6: msg: "new message" 0xaa249200: 6: exit run() 0x9a464f00: 7: msg: "new message" 0x94e4f300: 0: exit run() 0xaa249300: 9: set_msg 0x9a464f00: 7: exit run() 0xaa249500: 10: set_msg 0xaa249600: 11: set_msg 0x94e4f100: 12: set_msg 0x94e4fb00: 13: set_msg 0x9a464200: 14: set_msg 0x94e4f800: 15: set_msg 0xaa249800: 8: msg: "new message" 0xaa249300: 9: msg: "new message" 0xaa249300: 9: exit run() 0xaa249500: 10: msg: "new message" 0xaa249500: 10: exit run() 0xaa249600: 11: msg: "new message" 0xaa249600: 11: exit run() 0x94e4f100: 12: msg: "new message" 0x94e4f100: 12: exit run() 0x94e4fb00: 13: msg: "new message" 0x94e4fb00: 13: exit run() 0x9a464200: 14: msg: "new message" 0xaa249800: 8: exit run() 0x9a464200: 14: exit run() 0x94e4f800: 15: msg: "new message" 0x94e4f800: 15: exit run() main: 25 0xaa249e00: 0: enter run() 0x9a464000: 1: enter run() 0x9a464c00: 2: enter run() 0xadc72b00: 3: enter run() 0x94e4f700: 4: enter run() 0x9a464600: 5: enter run() 0xaa249d00: 6: enter run() 0x94e4f400: 7: enter run() 0xadc72e00: 8: enter run() 0x94e4f500: 9: enter run() 0xadc72c00: 10: enter run() 0x9a464700: 11: enter run() 0xadc72600: 12: enter run() 0x9a464800: 13: enter run() 0xadc72800: 14: enter run() 0x94e4fc00: 15: enter run() 0xaa249e00: 0: set_msg 0x9a464000: 1: set_msg 0x9a464c00: 2: set_msg 0xadc72b00: 3: set_msg 0x94e4f700: 4: set_msg 0x9a464600: 5: set_msg 0xaa249d00: 6: set_msg 0x94e4f400: 7: set_msg 0xadc72e00: 8: set_msg 0x94e4f500: 9: set_msg 0xadc72c00: 10: set_msg 0x9a464700: 11: set_msg 0xadc72600: 12: set_msg 0x9a464800: 13: set_msg 0xadc72800: 14: set_msg 0x94e4fc00: 15: set_msg 0xaa249e00: 0: msg: "new message" 0x9a464000: 1: msg: "new message" 0x9a464000: 1: exit run() 0x9a464c00: 2: msg: "new message" 0x9a464c00: 2: exit run() 0xadc72b00: 3: msg: "new message" 0xadc72b00: 3: exit run() 0x94e4f700: 4: msg: "new message" 0x94e4f700: 4: exit run() 0x9a464600: 5: msg: "new message" 0x9a464600: 5: exit run() 0xaa249d00: 6: msg: "new message" 0xaa249d00: 6: exit run() 0x94e4f400: 7: msg: "new message" 0x94e4f400: 7: exit run() 0xadc72e00: 8: msg: "new message" 0xadc72e00: 8: exit run() 0x94e4f500: 9: msg: "new message" 0x94e4f500: 9: exit run() 0xadc72c00: 10: msg: "new message" 0xadc72c00: 10: exit run() 0x9a464700: 11: msg: "new message" 0x9a464700: 11: exit run() 0xadc72600: 12: msg: "new message" 0xadc72600: 12: exit run() 0x9a464800: 13: msg: "new message" 0x9a464800: 13: exit run() 0xadc72800: 14: msg: "new message" 0xaa249e00: 0: exit run() 0xadc72800: 14: exit run() 0x94e4fc00: 15: msg: "new message" 0x94e4fc00: 15: exit run() main: 26 0xaa249900: 0: enter run() 0x9a464f00: 1: enter run() 0x9a464200: 2: enter run() 0x94e4f900: 3: enter run() 0x9a464400: 4: enter run() 0x94e4f100: 5: enter run() 0xadc72300: 6: enter run() 0x94e4f200: 7: enter run() 0xadc72400: 8: enter run() 0x94e4f600: 9: enter run() 0x9a464300: 10: enter run() 0xadc72100: 11: enter run() 0xadc72c00: 12: enter run() 0xadc72900: 13: enter run() 0xaa249800: 14: enter run() 0x94e4f800: 15: enter run() 0xaa249900: 0: set_msg 0x9a464f00: 1: set_msg 0x9a464200: 2: set_msg 0x94e4f900: 3: set_msg 0x9a464400: 4: set_msg 0x94e4f100: 5: set_msg 0xadc72300: 6: set_msg 0x94e4f200: 7: set_msg 0xadc72400: 8: set_msg 0x94e4f600: 9: set_msg 0xadc72100: 11: set_msg 0xadc72c00: 12: set_msg 0xadc72900: 13: set_msg 0xaa249800: 14: set_msg 0x94e4f800: 15: set_msg 0x9a464300: 10: set_msg 0xaa249900: 0: msg: "new message" 0x9a464f00: 1: msg: "new message" 0x9a464f00: 1: exit run() 0x9a464200: 2: msg: "new message" 0x9a464200: 2: exit run() 0x94e4f900: 3: msg: "new message" 0x94e4f900: 3: exit run() 0x9a464400: 4: msg: "new message" 0x9a464400: 4: exit run() 0x94e4f100: 5: msg: "new message" 0x94e4f100: 5: exit run() 0xadc72300: 6: msg: "new message" 0xadc72300: 6: exit run() 0x94e4f200: 7: msg: "new message" 0x94e4f200: 7: exit run() 0xadc72400: 8: msg: "new message" 0xadc72400: 8: exit run() 0x94e4f600: 9: msg: "new message" 0x94e4f600: 9: exit run() 0xadc72100: 11: msg: "new message" 0xadc72100: 11: exit run() 0xadc72c00: 12: msg: "new message" 0xadc72c00: 12: exit run() 0xadc72900: 13: msg: "new message" 0xadc72900: 13: exit run() 0xaa249800: 14: msg: "new message" 0xaa249800: 14: exit run() 0x94e4f800: 15: msg: "new message" 0xaa249900: 0: exit run() 0x94e4f800: 15: exit run() 0x9a464300: 10: msg: "new message" 0x9a464300: 10: exit run() main: 27 0xadc72c00: 0: enter run() 0xadc72f00: 1: enter run() 0x9a464d00: 2: enter run() 0x9a464800: 3: enter run() 0xaa249a00: 4: enter run() 0xaa249e00: 5: enter run() 0x94e4f100: 6: enter run() 0x9a464900: 7: enter run() 0x9a464b00: 8: enter run() 0x94e4f700: 9: enter run() 0x9a464c00: 10: enter run() 0x94e4fa00: 11: enter run() 0xadc72a00: 12: enter run() 0xadc72c00: 0: set_msg 0xadc72d00: 13: enter run() 0xaa249b00: 14: enter run() 0xaa249d00: 15: enter run() 0xadc72f00: 1: set_msg 0x9a464d00: 2: set_msg 0x9a464800: 3: set_msg 0xaa249a00: 4: set_msg 0xaa249e00: 5: set_msg 0x94e4f100: 6: set_msg 0x9a464900: 7: set_msg 0x9a464b00: 8: set_msg 0x94e4f700: 9: set_msg 0x9a464c00: 10: set_msg 0x94e4fa00: 11: set_msg 0xadc72a00: 12: set_msg 0x0xadc72d00: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xadc72f00 stack 0x92d80c60 0xaa249d00: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72c00 stack 0x92d91e80 rthread reaping 0x9a464d00 stack 0x92d915c0 rthread reaping 0x9a464800 stack 0x92d91e40 rthread reaping 0xaa249a00 stack 0x92d80700 rthread reaping 0xaa249e00 stack 0x92d9f7c0 rthread reaping 0x94e4f100 stack 0x92d9f140 rthread reaping 0x9a464900 stack 0x92d80f40 rthread reaping 0x9a464b00 stack 0x92d80760 rthread reaping 0x94e4f700 stack 0x92d910e0 rthread reaping 0x9a464c00 stack 0x92d91600 rthread reaping 0x94e4fa00 stack 0x92d9fcc0 rthread reaping 0xadc72a00 stack 0x92d80400 rthread reaping 0xadc72d00 stack 0x92d66700 rthread reaping 0xaa249b00 stack 0x92d66740 rthread reaping 0xaa249d00 stack 0x92d913c0 0x94e4ff00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f600: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f200: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249f00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0xadc72f00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72f00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x94e4f600 stack 0x92d66740 0xadc72f00: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4ff00 stack 0x92d913c0 rthread reaping 0xaa249c00 stack 0x92d66700 rthread reaping 0xaa249100 stack 0x92d80400 rthread reaping 0x94e4f200 stack 0x92d9fcc0 rthread reaping 0x94e4f700 stack 0x92d91600 rthread reaping 0x9a464000 stack 0x92d910e0 rthread reaping 0xaa249e00 stack 0x92d80760 rthread reaping 0xaa249300 stack 0x92d80f40 rthread reaping 0xaa249f00 stack 0x92d9f140 rthread reaping 0xadc72e00 stack 0x92d9f7c0 rthread reaping 0xadc72000 stack 0x92d80700 rthread reaping 0x9a464d00 stack 0x92d91e40 rthread reaping 0xaa249000 stack 0x92d915c0 rthread reaping 0xaa249800 stack 0x92d91e80 rthread reaping 0xadc72f00 stack 0x92d80c60 0xadc72500: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464100: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f900: rwlock_wrlock 0xaee58bf0 (0) 0xaa249500: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249600: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0xadc72400: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464500: rwlock_wrlock 0xaee58bf0 (0) 0xaa249700: rwlock_wrlock 0xaee58bf0 (0) 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xadc72e00 stack 0x92d91e80 0xaa249700: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72500 stack 0x92d80c60 rthread reaping 0x9a464100 stack 0x92d915c0 rthread reaping 0x94e4f900 stack 0x92d91e40 rthread reaping 0xaa249500 stack 0x92d80700 rthread reaping 0x94e4fa00 stack 0x92d9f7c0 rthread reaping 0x94e4fb00 stack 0x92d9f140 rthread reaping 0xaa249c00 stack 0x92d80f40 rthread reaping 0xadc72000 stack 0x92d80760 rthread reaping 0xaa249600 stack 0x92d910e0 rthread reaping 0x9a464400 stack 0x92d91600 rthread reaping 0xadc72400 stack 0x92d9fcc0 rthread reaping 0x9a464200 stack 0x92d80400 rthread reaping 0x94e4fe00 stack 0x92d66700 rthread reaping 0x9a464500 stack 0x92d913c0 rthread reaping 0xaa249700 stack 0x92d66740 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464600: rwlock_wrlock 0xaee58bf0 (0) 0x94e4ff00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f500: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464900: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f500: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xaa249d00 stack 0x92d913c0 0xadc72c00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464300 stack 0x92d66740 rthread reaping 0x9a464700 stack 0x92d66700 rthread reaping 0xaa249a00 stack 0x92d80400 rthread reaping 0x9a464600 stack 0x92d9fcc0 rthread reaping 0x94e4ff00 stack 0x92d91600 rthread reaping 0xaa249e00 stack 0x92d910e0 rthread reaping 0x9a464900 stack 0x92d80760 rthread reaping 0x9a464a00 stack 0x92d80f40 rthread reaping 0xadc72b00 stack 0x92d9f140 rthread reaping 0x94e4f500 stack 0x92d9f7c0 rthread reaping 0xaa249800 stack 0x92d80700 rthread reaping 0x9a464b00 stack 0x92d91e40 rthread reaping 0x94e4f000 stack 0x92d915c0 rthread reaping 0x94e4f700 stack 0x92d80c60 rthread reaping 0xadc72c00 stack 0x92d91e80 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f900: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f400: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fd00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f400: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fd00: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72f00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_unlock 0xaee58bf0 0x94e4fd00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x94e4fb00 stack 0x92d80c60 0xadc72f00: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72e00 stack 0x92d91e80 rthread reaping 0x94e4fc00 stack 0x92d915c0 rthread reaping 0xaa249500 stack 0x92d91e40 rthread reaping 0x94e4f600 stack 0x92d80700 rthread reaping 0x94e4f900 stack 0x92d9f7c0 rthread reaping 0xaa249b00 stack 0x92d9f140 rthread reaping 0x9a464d00 stack 0x92d80f40 rthread reaping 0xaa249200 stack 0x92d80760 rthread reaping 0xaa249c00 stack 0x92d910e0 rthread reaping 0x94e4f400 stack 0x92d91600 rthread reaping 0x9a464e00 stack 0x92d9fcc0 rthread reaping 0xadc72400 stack 0x92d80400 rthread reaping 0x94e4fd00 stack 0x92d66700 rthread reaping 0xaa249d00 stack 0x92d66740 rthread reaping 0xadc72f00 stack 0x92d913c0 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0xaa249300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249900: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (2147483650) rthread reaping 0xaa249300 stack 0x92d66740 0x9a464a00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249900 stack 0x92d913c0 0x94e4f500: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f900 stack 0x92d66700 0x9a464a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464b00 stack 0x92d80400 0x94e4f500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72700 stack 0x92d9fcc0 0x94e4f500: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9a464300 stack 0x92d91600 0xaa249700: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4fc00 stack 0x92d910e0 rthread reaping 0xaa249600 stack 0x92d80760 rthread reaping 0x94e4f300 stack 0x92d80f40 rthread reaping 0x94e4f200 stack 0x92d9f140 rthread reaping 0xaa249f00 stack 0x92d9f7c0 rthread reaping 0x94e4fe00 stack 0x92d80700 rthread reaping 0x9a464700 stack 0x92d91e40 rthread reaping 0x9a464a00 stack 0x92d915c0 rthread reaping 0x94e4f500 stack 0x92d91e80 rthread reaping 0xaa249700 stack 0x92d80c60 0x94e4f200: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72a00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4ff00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72d00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0xaa249300: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f200: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9a464c00 stack 0x92d91e80 0xaa249100: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f200 stack 0x92d80c60 rthread reaping 0xadc72a00 stack 0x92d915c0 rthread reaping 0xadc72b00 stack 0x92d91e40 rthread reaping 0x9a464d00 stack 0x92d80700 rthread reaping 0x94e4ff00 stack 0x92d9f7c0 rthread reaping 0x94e4fe00 stack 0x92d9f140 rthread reaping 0xadc72d00 stack 0x92d80f40 rthread reaping 0x94e4f100 stack 0x92d80760 rthread reaping 0xaa249800 stack 0x92d910e0 rthread reaping 0xaa249300 stack 0x92d91600 rthread reaping 0xaa249b00 stack 0x92d9fcc0 rthread reaping 0x9a464e00 stack 0x92d80400 rthread reaping 0xadc72e00 stack 0x92d66700 rthread reaping 0xaa249400 stack 0x92d913c0 rthread reaping 0xaa249100 stack 0x92d66740 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f400: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f400: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (0) 0xaa249200: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249c00 stack 0x92d913c0 rthread reaping 0x94e4f400 stack 0x92d66700 rthread reaping 0xadc72c00 stack 0x92d80400 rthread reaping 0xaa249e00 stack 0x92d9fcc0 rthread reaping 0xaa249f00 stack 0x92d91600 rthread reaping 0x9a464a00 stack 0x92d910e0 rthread reaping 0x9a464300 stack 0x92d80760 rthread reaping 0x9a464000 stack 0x92d80f40 rthread reaping 0x94e4f800 stack 0x92d9f140 0xaa249700: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (1) rthread reaping 0x9a464200 stack 0x92d66740 0xaa249000: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249700 stack 0x92d9f7c0 rthread reaping 0x9a464500 stack 0x92d80700 rthread reaping 0xaa249000 stack 0x92d91e40 rthread reaping 0xaa249d00 stack 0x92d915c0 rthread reaping 0xaa249200 stack 0x92d80c60 rthread reaping 0xaa249a00 stack 0x92d91e80 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72800: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72200: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72300: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f900: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72200: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72300: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xadc72800 stack 0x92d80c60 0xadc72000: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4fa00 stack 0x92d91e80 rthread reaping 0xaa249800 stack 0x92d915c0 rthread reaping 0x9a464d00 stack 0x92d91e40 rthread reaping 0x9a464700 stack 0x92d80700 rthread reaping 0x94e4f900 stack 0x92d9f7c0 rthread reaping 0x9a464c00 stack 0x92d66740 rthread reaping 0xaa249900 stack 0x92d9f140 rthread reaping 0xaa249000 stack 0x92d80f40 rthread reaping 0xadc72400 stack 0x92d80760 rthread reaping 0xadc72200 stack 0x92d910e0 rthread reaping 0x9a464400 stack 0x92d91600 rthread reaping 0xadc72500 stack 0x92d9fcc0 rthread reaping 0xadc72300 stack 0x92d80400 rthread reaping 0xaa249e00 stack 0x92d66700 rthread reaping 0xadc72000 stack 0x92d913c0 0x94e4f600: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xadc72900: rwlock_wrlock 0xaee58bf0 (0) 0xaa249f00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72100: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f900: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f600: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72100: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f900: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_unlock 0xaee58bf0 adc72d00: 13: set_msg 0xaa249b00: 14: set_msg 0xaa249d00: 15: set_msg 0xadc72c00: 0: msg: "new message" 0xadc72f00: 1: msg: "new message" 0xadc72f00: 1: exit run() 0x9a464d00: 2: msg: "new message" 0x9a464d00: 2: exit run() 0x9a464800: 3: msg: "new message" 0x9a464800: 3: exit run() 0xaa249a00: 4: msg: "new message" 0xaa249a00: 4: exit run() 0xaa249e00: 5: msg: "new message" 0xaa249e00: 5: exit run() 0x94e4f100: 6: msg: "new message" 0x94e4f100: 6: exit run() 0x9a464900: 7: msg: "new message" 0x9a464900: 7: exit run() 0x9a464b00: 8: msg: "new message" 0x9a464b00: 8: exit run() 0x94e4f700: 9: msg: "new message" 0x94e4f700: 9: exit run() 0x9a464c00: 10: msg: "new message" 0x9a464c00: 10: exit run() 0x94e4fa00: 11: msg: "new message" 0x94e4fa00: 11: exit run() 0xadc72a00: 12: msg: "new message" 0xadc72a00: 12: exit run() 0xadc72d00: 13: msg: "new message" 0xadc72d00: 13: exit run() 0xaa249b00: 14: msg: "new message" 0xadc72c00: 0: exit run() 0xaa249b00: 14: exit run() 0xaa249d00: 15: msg: "new message" 0xaa249d00: 15: exit run() main: 28 0x94e4ff00: 0: enter run() 0x94e4f600: 1: enter run() 0xaa249c00: 2: enter run() 0xaa249100: 3: enter run() 0x94e4f200: 4: enter run() 0x94e4f700: 5: enter run() 0x9a464000: 6: enter run() 0xaa249e00: 7: enter run() 0xaa249300: 8: enter run() 0xaa249f00: 9: enter run() 0xadc72e00: 10: enter run() 0xadc72000: 11: enter run() 0x9a464d00: 12: enter run() 0xaa249000: 13: enter run() 0xaa249800: 14: enter run() 0xadc72f00: 15: enter run() 0x94e4ff00: 0: set_msg 0x94e4f600: 1: set_msg 0xaa249c00: 2: set_msg 0xaa249100: 3: set_msg 0x94e4f200: 4: set_msg 0x94e4f700: 5: set_msg 0x9a464000: 6: set_msg 0xaa249e00: 7: set_msg 0xaa249300: 8: set_msg 0xaa249f00: 9: set_msg 0xadc72e00: 10: set_msg 0xadc72000: 11: set_msg 0x9a464d00: 12: set_msg 0xaa249000: 13: set_msg 0xaa249800: 14: set_msg 0xadc72f00: 15: set_msg 0x94e4ff00: 0: msg: "new message" 0x94e4f600: 1: msg: "new message" 0x94e4f600: 1: exit run() 0xaa249c00: 2: msg: "new message" 0xaa249c00: 2: exit run() 0xaa249100: 3: msg: "new message" 0xaa249100: 3: exit run() 0x94e4f200: 4: msg: "new message" 0x94e4f200: 4: exit run() 0x94e4f700: 5: msg: "new message" 0x94e4f700: 5: exit run() 0x9a464000: 6: msg: "new message" 0x9a464000: 6: exit run() 0xaa249e00: 7: msg: "new message" 0xaa249e00: 7: exit run() 0xaa249300: 8: msg: "new message" 0xaa249300: 8: exit run() 0xaa249f00: 9: msg: "new message" 0xaa249f00: 9: exit run() 0xadc72e00: 10: msg: "new message" 0xadc72e00: 10: exit run() 0xadc72000: 11: msg: "new message" 0xadc72000: 11: exit run() 0x9a464d00: 12: msg: "new message" 0x9a464d00: 12: exit run() 0xaa249000: 13: msg: "new message" 0xaa249000: 13: exit run() 0xaa249800: 14: msg: "new message" 0x94e4ff00: 0: exit run() 0xaa249800: 14: exit run() 0xadc72f00: 15: msg: "new message" 0xadc72f00: 15: exit run() main: 29 0xadc72500: 0: enter run() 0xadc72e00: 1: enter run() 0x9a464100: 2: enter run() 0x94e4f900: 3: enter run() 0xaa249500: 4: enter run() 0x94e4fa00: 5: enter run() 0x94e4fb00: 6: enter run() 0xaa249c00: 7: enter run() 0xadc72000: 8: enter run() 0xaa249600: 9: enter run() 0x9a464400: 10: enter run() 0xadc72400: 11: enter run() 0x9a464200: 12: enter run() 0x94e4fe00: 13: enter run() 0x9a464500: 14: enter run() 0xaa249700: 15: enter run() 0xadc72500: 0: set_msg 0xadc72e00: 1: set_msg 0x9a464100: 2: set_msg 0x94e4f900: 3: set_msg 0xaa249500: 4: set_msg 0x94e4fa00: 5: set_msg 0x94e4fb00: 6: set_msg 0xaa249c00: 7: set_msg 0xadc72000: 8: set_msg 0xaa249600: 9: set_msg 0x9a464400: 10: set_msg 0xadc72400: 11: set_msg 0x9a464200: 12: set_msg 0x94e4fe00: 13: set_msg 0x9a464500: 14: set_msg 0xaa249700: 15: set_msg 0xadc72500: 0: msg: "new message" 0xadc72e00: 1: msg: "new message" 0xadc72e00: 1: exit run() 0x9a464100: 2: msg: "new message" 0x9a464100: 2: exit run() 0x94e4f900: 3: msg: "new message" 0x94e4f900: 3: exit run() 0xaa249500: 4: msg: "new message" 0xaa249500: 4: exit run() 0x94e4fa00: 5: msg: "new message" 0x94e4fa00: 5: exit run() 0x94e4fb00: 6: msg: "new message" 0x94e4fb00: 6: exit run() 0xaa249c00: 7: msg: "new message" 0xaa249c00: 7: exit run() 0xadc72000: 8: msg: "new message" 0xadc72000: 8: exit run() 0xaa249600: 9: msg: "new message" 0xaa249600: 9: exit run() 0x9a464400: 10: msg: "new message" 0x9a464400: 10: exit run() 0xadc72400: 11: msg: "new message" 0xadc72400: 11: exit run() 0x9a464200: 12: msg: "new message" 0x9a464200: 12: exit run() 0x94e4fe00: 13: msg: "new message" 0x94e4fe00: 13: exit run() 0x9a464500: 14: msg: "new message" 0xadc72500: 0: exit run() 0xaa249700: 15: msg: "new message" 0x9a464500: 14: exit run() 0xaa249700: 15: exit run() main: 30 0x9a464300: 0: enter run() 0xaa249d00: 1: enter run() 0x9a464700: 2: enter run() 0xaa249a00: 3: enter run() 0x9a464600: 4: enter run() 0x94e4ff00: 5: enter run() 0xaa249e00: 6: enter run() 0x9a464900: 7: enter run() 0x9a464a00: 8: enter run() 0xadc72b00: 9: enter run() 0x94e4f500: 10: enter run() 0xaa249800: 11: enter run() 0x9a464300: 0: set_msg 0x9a464b00: 12: enter run() 0x94e4f000: 13: enter run() 0x94e4f700: 14: enter run() 0xadc72c00: 15: enter run() 0xaa249d00: 1: set_msg 0x9a464700: 2: set_msg 0xaa249a00: 3: set_msg 0x9a464600: 4: set_msg 0x94e4ff00: 5: set_msg 0xaa249e00: 6: set_msg 0x9a464900: 7: set_msg 0x9a464a00: 8: set_msg 0xadc72b00: 9: set_msg 0x94e4f500: 10: set_msg 0xaa249800: 11: set_msg 0x9a464b00: 12: set_msg 0x94e4f000: 13: set_msg 0x94e4f700: 14: set_msg 0xadc72c00: 15: set_msg 0x9a464300: 0: msg: "new message" 0xaa249d00: 1: msg: "new message" 0xaa249d00: 1: exit run() 0x9a464700: 2: msg: "new message" 0x9a464700: 2: exit run() 0xaa249a00: 3: msg: "new message" 0xaa249a00: 3: exit run() 0x9a464600: 4: msg: "new message" 0x9a464600: 4: exit run() 0x94e4ff00: 5: msg: "new message" 0x94e4ff00: 5: exit run() 0xaa249e00: 6: msg: "new message" 0xaa249e00: 6: exit run() 0x9a464900: 7: msg: "new message" 0x9a464900: 7: exit run() 0x9a464a00: 8: msg: "new message" 0x9a464a00: 8: exit run() 0xadc72b00: 9: msg: "new message" 0xadc72b00: 9: exit run() 0x94e4f500: 10: msg: "new message" 0x94e4f500: 10: exit run() 0xaa249800: 11: msg: "new message" 0xaa249800: 11: exit run() 0x9a464b00: 12: msg: "new message" 0x9a464b00: 12: exit run() 0x94e4f000: 13: msg: "new message" 0x94e4f000: 13: exit run() 0x94e4f700: 14: msg: "new message" 0x9a464300: 0: exit run() 0x94e4f700: 14: exit run() 0xadc72c00: 15: msg: "new message" 0xadc72c00: 15: exit run() main: 31 0xadc72e00: 0: enter run() 0x94e4fb00: 1: enter run() 0xadc72e00: 0: set_msg 0x94e4fc00: 2: enter run() 0xaa249500: 3: enter run() 0x94e4f600: 4: enter run() 0x94e4f900: 5: enter run() 0xaa249b00: 6: enter run() 0x9a464d00: 7: enter run() 0xaa249200: 8: enter run() 0xaa249c00: 9: enter run() 0x94e4f400: 10: enter run() 0x9a464e00: 11: enter run() 0xadc72400: 12: enter run() 0x94e4fd00: 13: enter run() 0xaa249d00: 14: enter run() 0xadc72f00: 15: enter run() 0x94e4fb00: 1: set_msg 0x94e4fc00: 2: set_msg 0xaa249500: 3: set_msg 0x94e4f600: 4: set_msg 0x94e4f900: 5: set_msg 0xaa249b00: 6: set_msg 0x9a464d00: 7: set_msg 0xaa249200: 8: set_msg 0xaa249c00: 9: set_msg 0x94e4f400: 10: set_msg 0x9a464e00: 11: set_msg 0xadc72400: 12: set_msg 0x94e4fd00: 13: set_msg 0xaa249d00: 14: set_msg 0xadc72f00: 15: set_msg 0xadc72e00: 0: msg: "new message" 0x94e4fb00: 1: msg: "new message" 0x94e4fb00: 1: exit run() 0x94e4fc00: 2: msg: "new message" 0x94e4fc00: 2: exit run() 0xaa249500: 3: msg: "new message" 0xaa249500: 3: exit run() 0x94e4f600: 4: msg: "new message" 0x94e4f600: 4: exit run() 0x94e4f900: 5: msg: "new message" 0x94e4f900: 5: exit run() 0xaa249b00: 6: msg: "new message" 0xaa249b00: 6: exit run() 0x9a464d00: 7: msg: "new message" 0x9a464d00: 7: exit run() 0xaa249200: 8: msg: "new message" 0xaa249200: 8: exit run() 0xaa249c00: 9: msg: "new message" 0xaa249c00: 9: exit run() 0x94e4f400: 10: msg: "new message" 0x94e4f400: 10: exit run() 0x9a464e00: 11: msg: "new message" 0x9a464e00: 11: exit run() 0xadc72400: 12: msg: "new message" 0xadc72400: 12: exit run() 0x94e4fd00: 13: msg: "new message" 0x94e4fd00: 13: exit run() 0xaa249d00: 14: msg: "new message" 0xadc72e00: 0: exit run() 0xaa249d00: 14: exit run() 0xadc72f00: 15: msg: "new message" 0xadc72f00: 15: exit run() main: 32 0xaa249900: 0: enter run() 0xaa249300: 1: enter run() 0xaa249900: 0: set_msg 0x94e4f900: 2: enter run() 0x9a464b00: 3: enter run() 0xaa249300: 1: set_msg 0xadc72700: 4: enter run() 0x9a464300: 5: enter run() 0x94e4fc00: 6: enter run() 0xaa249600: 7: enter run() 0x94e4f300: 8: enter run() 0x94e4f200: 9: enter run() 0xaa249f00: 10: enter run() 0x94e4fe00: 11: enter run() 0x9a464700: 12: enter run() 0x94e4f900: 2: set_msg 0x9a464a00: 13: enter run() 0x94e4f500: 14: enter run() 0xaa249700: 15: enter run() 0x9a464b00: 3: set_msg 0xadc72700: 4: set_msg 0x9a464300: 5: set_msg 0x94e4fc00: 6: set_msg 0xaa249600: 7: set_msg 0x94e4f300: 8: set_msg 0x94e4f200: 9: set_msg 0xaa249f00: 10: set_msg 0x94e4fe00: 11: set_msg 0x9a464700: 12: set_msg 0xaa249900: 0: msg: "new message" 0xaa249300: 1: msg: "new message" 0xaa249300: 1: exit run() 0x94e4f900: 2: msg: "new message" 0x94e4f900: 2: exit run() 0x9a464b00: 3: msg: "new message" 0x9a464b00: 3: exit run() 0xadc72700: 4: msg: "new message" 0xadc72700: 4: exit run() 0x9a464300: 5: msg: "new message" 0x9a464300: 5: exit run() 0x94e4fc00: 6: msg: "new message" 0x94e4fc00: 6: exit run() 0xaa249600: 7: msg: "new message" 0xaa249600: 7: exit run() 0x94e4f300: 8: msg: "new message" 0x94e4f300: 8: exit run() 0x94e4f200: 9: msg: "new message" 0x94e4f200: 9: exit run() 0xaa249f00: 10: msg: "new message" 0xaa249f00: 10: exit run() 0x94e4fe00: 11: msg: "new message" 0xaa249900: 0: exit run() 0x9a464a00: 13: set_msg 0x94e4fe00: 11: exit run() 0x94e4f500: 14: set_msg 0xaa249700: 15: set_msg 0x9a464700: 12: msg: "new message" 0x9a464a00: 13: msg: "new message" 0x9a464a00: 13: exit run() 0x94e4f500: 14: msg: "new message" 0x9a464700: 12: exit run() 0x94e4f500: 14: exit run() 0xaa249700: 15: msg: "new message" 0xaa249700: 15: exit run() main: 33 0x94e4f200: 0: enter run() 0x9a464c00: 1: enter run() 0xadc72a00: 2: enter run() 0xadc72b00: 3: enter run() 0x9a464d00: 4: enter run() 0x94e4ff00: 5: enter run() 0x94e4fe00: 6: enter run() 0xadc72d00: 7: enter run() 0x94e4f100: 8: enter run() 0xaa249800: 9: enter run() 0xaa249300: 10: enter run() 0x94e4f200: 0: set_msg 0xaa249b00: 11: enter run() 0x9a464c00: 1: set_msg 0x9a464e00: 12: enter run() 0xadc72e00: 13: enter run() 0xaa249400: 14: enter run() 0xaa249100: 15: enter run() 0xadc72a00: 2: set_msg 0xadc72b00: 3: set_msg 0x9a464d00: 4: set_msg 0x94e4ff00: 5: set_msg 0x94e4fe00: 6: set_msg 0xadc72d00: 7: set_msg 0x94e4f100: 8: set_msg 0xaa249800: 9: set_msg 0xaa249300: 10: set_msg 0xaa249b00: 11: set_msg 0x9a464e00: 12: set_msg 0xadc72e00: 13: set_msg 0xaa249400: 14: set_msg 0xaa249100: 15: set_msg 0x94e4f200: 0: msg: "new message" 0x9a464c00: 1: msg: "new message" 0x9a464c00: 1: exit run() 0xadc72a00: 2: msg: "new message" 0xadc72a00: 2: exit run() 0xadc72b00: 3: msg: "new message" 0xadc72b00: 3: exit run() 0x9a464d00: 4: msg: "new message" 0x9a464d00: 4: exit run() 0x94e4ff00: 5: msg: "new message" 0x94e4ff00: 5: exit run() 0x94e4fe00: 6: msg: "new message" 0x94e4fe00: 6: exit run() 0xadc72d00: 7: msg: "new message" 0xadc72d00: 7: exit run() 0x94e4f100: 8: msg: "new message" 0x94e4f100: 8: exit run() 0xaa249800: 9: msg: "new message" 0xaa249800: 9: exit run() 0xaa249300: 10: msg: "new message" 0xaa249300: 10: exit run() 0xaa249b00: 11: msg: "new message" 0xaa249b00: 11: exit run() 0x9a464e00: 12: msg: "new message" 0x9a464e00: 12: exit run() 0xadc72e00: 13: msg: "new message" 0xadc72e00: 13: exit run() 0xaa249400: 14: msg: "new message" 0x94e4f200: 0: exit run() 0xaa249400: 14: exit run() 0xaa249100: 15: msg: "new message" 0xaa249100: 15: exit run() main: 34 0x9a464200: 0: enter run() 0xaa249c00: 1: enter run() 0x94e4f400: 2: enter run() 0x9a464200: 0: set_msg 0xadc72c00: 3: enter run() 0xaa249e00: 4: enter run() 0xaa249f00: 5: enter run() 0x9a464a00: 6: enter run() 0x9a464300: 7: enter run() 0x9a464000: 8: enter run() 0x94e4f800: 9: enter run() 0xaa249700: 10: enter run() 0xaa249000: 12: enter run() 0xaa249c00: 1: set_msg 0x9a464500: 11: enter run() 0xaa249d00: 13: enter run() 0xaa249200: 14: enter run() 0xaa249a00: 15: enter run() 0x94e4f400: 2: set_msg 0xadc72c00: 3: set_msg 0xaa249e00: 4: set_msg 0xaa249f00: 5: set_msg 0x9a464a00: 6: set_msg 0x9a464300: 7: set_msg 0x9a464000: 8: set_msg 0x94e4f800: 9: set_msg 0xaa249700: 10: set_msg 0xaa249000: 12: set_msg 0x9a464500: 11: set_msg 0x9a464500: 11: msg: "new message" 0x9a464500: 11: exit run() 0xaa249d00: 13: set_msg 0xaa249d00: 13: msg: "new message" 0xaa249d00: 13: exit run() 0xaa249200: 14: set_msg 0xaa249200: 14: msg: "new message" 0xaa249200: 14: exit run() 0xaa249a00: 15: set_msg 0xaa249a00: 15: msg: "new message" 0xaa249a00: 15: exit run() 0x9a464200: 0: msg: "new message" 0x9a464200: 0: exit run() 0xaa249c00: 1: msg: "new message" 0xaa249c00: 1: exit run() 0x94e4f400: 2: msg: "new message" 0x94e4f400: 2: exit run() 0xadc72c00: 3: msg: "new message" 0xadc72c00: 3: exit run() 0xaa249e00: 4: msg: "new message" 0xaa249e00: 4: exit run() 0xaa249f00: 5: msg: "new message" 0xaa249f00: 5: exit run() 0x9a464a00: 6: msg: "new message" 0x9a464a00: 6: exit run() 0x9a464300: 7: msg: "new message" 0x9a464300: 7: exit run() 0x9a464000: 8: msg: "new message" 0x9a464000: 8: exit run() 0x94e4f800: 9: msg: "new message" 0x94e4f800: 9: exit run() 0xaa249700: 10: msg: "new message" 0xaa249700: 10: exit run() 0xaa249000: 12: msg: "new message" 0xaa249000: 12: exit run() main: 35 0x94e4fa00: 0: enter run() 0xadc72800: 1: enter run() 0xaa249800: 2: enter run() 0x9a464d00: 3: enter run() 0x9a464700: 4: enter run() 0x94e4f900: 5: enter run() 0x9a464c00: 6: enter run() 0xaa249900: 7: enter run() 0x94e4fa00: 0: set_msg 0xaa249000: 8: enter run() 0xadc72400: 9: enter run() 0xadc72200: 10: enter run() 0x9a464400: 11: enter run() 0xadc72500: 12: enter run() 0xadc72300: 13: enter run() 0xaa249e00: 14: enter run() 0xadc72800: 1: set_msg 0xadc72000: 15: enter run() 0xaa249800: 2: set_msg 0x9a464d00: 3: set_msg 0x9a464700: 4: set_msg 0x94e4f900: 5: set_msg 0x9a464c00: 6: set_msg 0xaa249900: 7: set_msg 0xaa249000: 8: set_msg 0xadc72400: 9: set_msg 0xadc72200: 10: set_msg 0x9a464400: 11: set_msg 0xadc72500: 12: set_msg 0xadc72300: 13: set_msg 0xaa249e00: 14: set_msg 0xadc72000: 15: set_msg 0x94e4fa00: 0: msg: "new message" 0xadc72800: 1: msg: "new message" 0xadc72800: 1: exit run() 0xaa249800: 2: msg: "new message" 0xaa249800: 2: exit run() 0x9a464d00: 3: msg: "new message" 0x9a464d00: 3: exit run() 0x9a464700: 4: msg: "new message" 0x9a464700: 4: exit run() 0x94e4f900: 5: msg: "new message" 0x94e4f900: 5: exit run() 0x9a464c00: 6: msg: "new message" 0x9a464c00: 6: exit run() 0xaa249900: 7: msg: "new message" 0xaa249900: 7: exit run() 0xaa249000: 8: msg: "new message" 0xaa249000: 8: exit run() 0xadc72400: 9: msg: "new message" 0xadc72400: 9: exit run() 0xadc72200: 10: msg: "new message" 0xadc72200: 10: exit run() 0x9a464400: 11: msg: "new message" 0x9a464400: 11: exit run() 0xadc72500: 12: msg: "new message" 0xadc72500: 12: exit run() 0xadc72300: 13: msg: "new message" 0xadc72300: 13: exit run() 0xaa249e00: 14: msg: "new message" 0x94e4fa00: 0: exit run() 0xaa249e00: 14: exit run() 0xadc72000: 15: msg: "new message" 0xadc72000: 15: exit run() main: 36 0x94e4f600: 0: enter run() 0x94e4f700: 1: enter run() 0x94e4f800: 2: enter run() 0x9a464300: 3: enter run() 0x9a464800: 4: enter run() 0x9a464b00: 5: enter run() 0x94e4f300: 6: enter run() 0xaa249100: 7: enter run() 0xadc72900: 8: enter run() 0xaa249f00: 9: enter run() 0xadc72100: 10: enter run() 0x94e4f900: 11: enter run() 0x94e4fb00: 12: enter run() 0xaa249300: 13: enter run() 0xaa249900: 14: enter run() 0x94e4fc00: 15: enter run() 0x94e4f600: 0: set_msg 0x94e4f700: 1: set_msg 0x94e4f800: 2: set_msg 0x9a464300: 3: set_msg 0x9a464800: 4: set_msg 0x9a464b00: 5: set_msg 0x94e4f300: 6: set_msg 0xaa249100: 7: set_msg 0xadc72900: 8: set_msg 0xaa249f00: 9: set_msg 0xadc72100: 10: set_msg 0x94e4f900: 11: set_msg 0x94e4fb00: 12: set_msg 0xaa249300: 13: set_msg 0xaa249900: 14: set_msg 0x94e4fc00: 15: set_msg 0x94e4f600: 0: msg: "new message" 0x94e4f700: 1: msg: "new message" 0x94e4f700: 1: exit run() 0x94e4f800: 2: msg: "new message" 0x94e4f800: 2: exit run() 0x9a464300: 3: msg: "ne0x94e4fc00: rwlock_rdlock 0xaee58bf0 (13) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_unlock 0xaee58bf0 0x94e4f900: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f700 stack 0x92d66700 rthread reaping 0x94e4f600 stack 0x92d913c0 rthread reaping 0x94e4f800 stack 0x92d80400 rthread reaping 0x9a464300 stack 0x92d9fcc0 rthread reaping 0x9a464800 stack 0x92d91600 rthread reaping 0x9a464b00 stack 0x92d910e0 rthread reaping 0x94e4f300 stack 0x92d80760 rthread reaping 0xaa249100 stack 0x92d80f40 rthread reaping 0xadc72900 stack 0x92d9f140 rthread reaping 0xaa249f00 stack 0x92d66740 rthread reaping 0xadc72100 stack 0x92d9f7c0 rthread reaping 0x94e4f900 stack 0x92d80700 rthread reaping 0x94e4fb00 stack 0x92d91e40 rthread reaping 0xaa249300 stack 0x92d915c0 rthread reaping 0xaa249900 stack 0x92d91e80 rthread reaping 0x94e4fc00 stack 0x92d80c60 0x9a464500: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0xaa249400: rwlock_wrlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f500: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f500: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9a464400 stack 0x92d91e80 0x94e4f500: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464500 stack 0x92d80c60 rthread reaping 0xaa249400 stack 0x92d915c0 rthread reaping 0x94e4f700 stack 0x92d91e40 rthread reaping 0x9a464a00 stack 0x92d80700 rthread reaping 0xadc72d00 stack 0x92d9f7c0 rthread reaping 0x9a464600 stack 0x92d66740 rthread reaping 0x9a464700 stack 0x92d9f140 rthread reaping 0xaa249a00 stack 0x92d80f40 rthread reaping 0x9a464e00 stack 0x92d80760 rthread reaping 0x9a464c00 stack 0x92d910e0 rthread reaping 0x9a464f00 stack 0x92d91600 rthread reaping 0x94e4fb00 stack 0x92d9fcc0 rthread reaping 0xaa249100 stack 0x92d80400 rthread reaping 0x94e4fe00 stack 0x92d913c0 rthread reaping 0x94e4f500 stack 0x92d66700 0xadc72600: rwlock_wrlock 0xaee58bf0 (0) 0xaa249500: rwlock_wrlock 0xaee58bf0 (0) 0xadc72600: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4ff00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72300: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464f00: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xaa249500 stack 0x92d913c0 0xadc72a00: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72600 stack 0x92d66700 rthread reaping 0xadc72300 stack 0x92d80400 rthread reaping 0x9a464f00 stack 0x92d9fcc0 rthread reaping 0xaa249700 stack 0x92d91600 rthread reaping 0x94e4ff00 stack 0x92d910e0 rthread reaping 0xadc72700 stack 0x92d80760 rthread reaping 0xaa249200 stack 0x92d80f40 rthread reaping 0x94e4f000 stack 0x92d9f140 rthread reaping 0x9a464100 stack 0x92d66740 rthread reaping 0x9a464000 stack 0x92d9f7c0 rthread reaping 0x9a464200 stack 0x92d80700 rthread reaping 0x94e4f800 stack 0x92d91e40 rthread reaping 0xadc72800 stack 0x92d915c0 rthread reaping 0xadc72500 stack 0x92d80c60 rthread reaping 0xadc72a00 stack 0x92d91e80 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_wrlock 0xaee58bf0 (2147483647) 0xadc72f00: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (2147483647) 0xadc72000: rwlock_wrlock 0xaee58bf0 (2147483647) 0x94e4f500: rwlock_wrlock 0xaee58bf0 (2147483647) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249100: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (2147483647) 0xadc72e00: rwlock_rdlock 0xaee58bf0 (0) 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72f00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f500: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (2147483650) rthread reaping 0xaa249800 stack 0x92d80c60 0xaa249500: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72e00 stack 0x92d91e80 0x94e4fc00: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72f00 stack 0x92d915c0 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249e00 stack 0x92d91e40 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72000 stack 0x92d80700 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f500 stack 0x92d9f7c0 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72b00 stack 0x92d66740 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249100 stack 0x92d9f140 0x9a464200: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9a464d00 stack 0x92d80f40 0xaa249300: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464e00 stack 0x92d80760 rthread reaping 0xaa249500 stack 0x92d910e0 rthread reaping 0x94e4fc00 stack 0x92d91600 rthread reaping 0xadc72900 stack 0x92d9fcc0 rthread reaping 0x9a464500 stack 0x92d80400 rthread reaping 0x9a464200 stack 0x92d66700 rthread reaping 0xaa249300 stack 0x92d913c0 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72500: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f600: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0xadc72f00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72600: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72f00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72200: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fe00: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_unlock 0xaee58bf0 0x94e4fe00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xadc72500 stack 0x92d66700 0x9a464b00: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4fa00 stack 0x92d913c0 rthread reaping 0x94e4f600 stack 0x92d80400 rthread reaping 0x9a464300 stack 0x92d9fcc0 rthread reaping 0x94e4f700 stack 0x92d91600 rthread reaping 0xadc72f00 stack 0x92d910e0 rthread reaping 0xadc72600 stack 0x92d80760 rthread reaping 0xaa249900 stack 0x92d80f40 rthread reaping 0xadc72200 stack 0x92d9f140 rthread reaping 0xadc72000 stack 0x92d66740 rthread reaping 0xaa249000 stack 0x92d9f7c0 rthread reaping 0x94e4fb00 stack 0x92d80700 rthread reaping 0xadc72d00 stack 0x92d91e40 rthread reaping 0x94e4fe00 stack 0x92d915c0 rthread reaping 0xadc72700 stack 0x92d91e80 rthread reaping 0x9a464b00 stack 0x92d80c60 0x94e4f300: rwlock_wrlock 0xaee58bf0 (0) 0xadc72700: rwlock_wrlock 0xaee58bf0 (0) 0xadc72500: rwlock_wrlock 0xaee58bf0 (0) 0xadc72300: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fc00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464f00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f800: rwlock_wrlock 0xaee58bf0 (0) 0xadc72900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249f00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xadc72800: rwlock_wrlock 0xaee58bf0 (0) 0xadc72100: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f300: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72300: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464f00: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f800: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72100: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4fc00: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_unlock 0xaee58bf0 0x94e4f800: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xadc72700 stack 0x92d91e80 0xadc72100: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4f300 stack 0x92d80c60 rthread reaping 0xadc72500 stack 0x92d915c0 rthread reaping 0xadc72300 stack 0x92d91e40 rthread reaping 0x9a464c00 stack 0x92d80700 rthread reaping 0x94e4f700 stack 0x92d9f7c0 rthread reaping 0x94e4fc00 stack 0x92d66740 rthread reaping 0x9a464f00 stack 0x92d9f140 rthread reaping 0x9a464400 stack 0x92d80f40 rthread reaping 0x94e4f800 stack 0x92d80760 rthread reaping 0xadc72900 stack 0x92d910e0 rthread reaping 0x9a464d00 stack 0x92d91600 rthread reaping 0xaa249f00 stack 0x92d9fcc0 rthread reaping 0xaa249100 stack 0x92d80400 rthread reaping 0xadc72800 stack 0x92d913c0 rthread reaping 0xadc72100 stack 0x92d66700 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249200: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464000: rwlock_wrlock 0xaee58bf0 (0) 0xadc72600: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f600: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f100: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249600: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0xadc72700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464600: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f600: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f000: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_unlock 0xaee58bf0 0x94e4f600: rwlock_unlock 0xaee58bf0 0x94e4f100: rwlock_unlock 0xaee58bf0 0x94e4f000: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_rdlock 0xaee58bf0 (2) 0xadc72d00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249200 stack 0x92d913c0 rthread reaping 0xadc72e00 stack 0x92d66700 rthread reaping 0x9a464e00 stack 0x92d80400 rthread reaping 0x9a464000 stack 0x92d9fcc0 rthread reaping 0xadc72600 stack 0x92d91600 rthread reaping 0x94e4f600 stack 0x92d910e0 rthread reaping 0x94e4f100 stack 0x92d80760 rthread reaping 0x94e4f000 stack 0x92d80f40 rthread reaping 0xaa249600 stack 0x92d9f140 rthread reaping 0x9a464700 stack 0x92d66740 rthread reaping 0x9a464200 stack 0x92d9f7c0 rthread reaping 0xadc72700 stack 0x92d80700 rthread reaping 0x9a464600 stack 0x92d91e40 rthread reaping 0xaa249c00 stack 0x92d915c0 rthread reaping 0xaa249000 stack 0x92d80c60 rthread reaping 0xadc72d00 stack 0x92d91e80 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4ff00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0xadc72200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_wrlock 0xaee58bf0 (4294967295) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f200: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72200: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f400: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x94e4f200: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x94e4ff00 stack 0x92d80c60 0xadc72400: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249d00 stack 0x92d91e80 rthread reaping 0x94e4f200 stack 0x92d915c0 rthread reaping 0xaa249b00 stack 0x92d91e40 rthread reaping 0x9a464700 stack 0x92d80700 rthread reaping 0xaa249e00 stack 0x92d9f7c0 rthread reaping 0xadc72000 stack 0x92d66740 rthread reaping 0x9a464300 stack 0x92d9f140 rthread reaping 0xaa249900 stack 0x92d80f40 rthread reaping 0x9a464400 stack 0x92d80760 rthread reaping 0xadc72200 stack 0x92d910e0 rthread reaping 0x94e4f400 stack 0x92d91600 rthread reaping 0xaa249800 stack 0x92d9fcc0 rthread reaping 0xadc72a00 stack 0x92d80400 rthread reaping 0xaa249000 stack 0x92d66700 rthread reaping 0xadc72400 stack 0x92d913c0 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0x94e4ff00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f700: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fb00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72c00: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f500: rwlock_wrlock 0xaee58bf0 (0) 0xadc72300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72200: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fb00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f500: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72300: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72200: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0x94e4ff00: rwlock_unlock 0xaee58bf0 0x94e4f700: rwlock_unlock 0xaee58bf0 0x94e4fb00: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_unlock 0xaee58bf0 0x94e4f500: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xaa249100 stack 0x92d66700 0xaa249e00: rwlock_unlock 0xaee58bf0 rthread reaping 0x94e4fa00 stack 0x92d913c0 rthread reaping 0xaa249700 stack 0x92d80400 rthread reaping 0x9a464700 stack 0x92d9fcc0 rthread reaping 0x94e4ff00 stack 0x92d91600 rthread reaping 0x94e4f700 stack 0x92d910e0 rthread reaping 0x94e4fb00 stack 0x92d80760 rthread reaping 0xadc72c00 stack 0x92d80f40 rthread reaping 0x94e4f500 stack 0x92d9f140 rthread reaping 0xadc72300 stack 0x92d66740 rthread reaping 0xaa249a00 stack 0x92d9f7c0 rthread reaping 0xaa249d00 stack 0x92d80700 rthread reaping 0xadc72200 stack 0x92d91e40 rthread reaping 0x9a464300 stack 0x92d915c0 rthread reaping 0x9a464000 stack 0x92d91e80 rthread reaping 0xaa249e00 stack 0x92d80c60 0xadc72d00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249f00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4f300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_wrlock 0xaee58bf0 (0) 0xadc72100: rwlock_wrlock 0xaee58bf0 (0) 0xadc72d00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464900: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f400: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4f300: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72100: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464900: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0x94e4f400: rwlock_unlock 0xaee58bf0 0x94e4f300: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 w message" 0x9a464800: 4: msg: "new message" 0x9a464b00: 5: msg: "new message" 0x94e4f300: 6: msg: "new message" 0xaa249100: 7: msg: "new message" 0xadc72900: 8: msg: "new message" 0xaa249f00: 9: msg: "new message" 0xadc72100: 10: msg: "new message" 0x94e4f900: 11: msg: "new message" 0x94e4fb00: 12: msg: "new message" 0xaa249300: 13: msg: "new message" 0xaa249900: 14: msg: "new message" 0x94e4fc00: 15: msg: "new message" 0x94e4f600: 0: exit run() 0x9a464300: 3: exit run() 0x9a464800: 4: exit run() 0x9a464b00: 5: exit run() 0x94e4f300: 6: exit run() 0xaa249100: 7: exit run() 0xadc72900: 8: exit run() 0xaa249f00: 9: exit run() 0xadc72100: 10: exit run() 0x94e4f900: 11: exit run() 0x94e4fb00: 12: exit run() 0xaa249300: 13: exit run() 0xaa249900: 14: exit run() 0x94e4fc00: 15: exit run() main: 37 0x9a464500: 0: enter run() 0x9a464400: 1: enter run() 0xaa249400: 2: enter run() 0x9a464500: 0: set_msg 0x94e4f700: 3: enter run() 0x9a464a00: 4: enter run() 0xadc72d00: 5: enter run() 0x9a464600: 6: enter run() 0x9a464700: 7: enter run() 0xaa249a00: 8: enter run() 0x9a464e00: 9: enter run() 0x9a464c00: 10: enter run() 0x9a464f00: 11: enter run() 0x9a464400: 1: set_msg 0x94e4fb00: 12: enter run() 0xaa249100: 13: enter run() 0x94e4fe00: 14: enter run() 0x94e4f500: 15: enter run() 0xaa249400: 2: set_msg 0x94e4f700: 3: set_msg 0x9a464a00: 4: set_msg 0xadc72d00: 5: set_msg 0x9a464600: 6: set_msg 0x9a464700: 7: set_msg 0xaa249a00: 8: set_msg 0x9a464e00: 9: set_msg 0x9a464c00: 10: set_msg 0x9a464f00: 11: set_msg 0x94e4fb00: 12: set_msg 0xaa249100: 13: set_msg 0x94e4fe00: 14: set_msg 0x94e4f500: 15: set_msg 0x9a464500: 0: msg: "new message" 0x9a464400: 1: msg: "new message" 0x9a464400: 1: exit run() 0xaa249400: 2: msg: "new message" 0xaa249400: 2: exit run() 0x94e4f700: 3: msg: "new message" 0x94e4f700: 3: exit run() 0x9a464a00: 4: msg: "new message" 0x9a464a00: 4: exit run() 0xadc72d00: 5: msg: "new message" 0xadc72d00: 5: exit run() 0x9a464600: 6: msg: "new message" 0x9a464600: 6: exit run() 0x9a464700: 7: msg: "new message" 0x9a464700: 7: exit run() 0xaa249a00: 8: msg: "new message" 0xaa249a00: 8: exit run() 0x9a464e00: 9: msg: "new message" 0x9a464e00: 9: exit run() 0x9a464c00: 10: msg: "new message" 0x9a464c00: 10: exit run() 0x9a464f00: 11: msg: "new message" 0x9a464f00: 11: exit run() 0x94e4fb00: 12: msg: "new message" 0x94e4fb00: 12: exit run() 0xaa249100: 13: msg: "new message" 0xaa249100: 13: exit run() 0x94e4fe00: 14: msg: "new message" 0x9a464500: 0: exit run() 0x94e4fe00: 14: exit run() 0x94e4f500: 15: msg: "new message" 0x94e4f500: 15: exit run() main: 38 0xadc72600: 0: enter run() 0xaa249500: 1: enter run() 0xadc72600: 0: set_msg 0xadc72300: 2: enter run() 0x9a464f00: 3: enter run() 0xaa249700: 4: enter run() 0x94e4ff00: 5: enter run() 0xadc72700: 6: enter run() 0xaa249200: 7: enter run() 0x94e4f000: 8: enter run() 0x9a464100: 9: enter run() 0x9a464000: 10: enter run() 0x9a464200: 11: enter run() 0x94e4f800: 12: enter run() 0xadc72800: 13: enter run() 0xadc72500: 14: enter run() 0xadc72a00: 15: enter run() 0xaa249500: 1: set_msg 0xadc72300: 2: set_msg 0x9a464f00: 3: set_msg 0xaa249700: 4: set_msg 0x94e4ff00: 5: set_msg 0xadc72700: 6: set_msg 0xaa249200: 7: set_msg 0x94e4f000: 8: set_msg 0x9a464100: 9: set_msg 0x9a464000: 10: set_msg 0x9a464200: 11: set_msg 0x94e4f800: 12: set_msg 0xadc72800: 13: set_msg 0xadc72500: 14: set_msg 0xadc72a00: 15: set_msg 0xadc72600: 0: msg: "new message" 0xaa249500: 1: msg: "new message" 0xaa249500: 1: exit run() 0xadc72300: 2: msg: "new message" 0xadc72300: 2: exit run() 0x9a464f00: 3: msg: "new message" 0x9a464f00: 3: exit run() 0xaa249700: 4: msg: "new message" 0xaa249700: 4: exit run() 0x94e4ff00: 5: msg: "new message" 0x94e4ff00: 5: exit run() 0xadc72700: 6: msg: "new message" 0xadc72700: 6: exit run() 0xaa249200: 7: msg: "new message" 0xaa249200: 7: exit run() 0x94e4f000: 8: msg: "new message" 0x94e4f000: 8: exit run() 0x9a464100: 9: msg: "new message" 0x9a464100: 9: exit run() 0x9a464000: 10: msg: "new message" 0x9a464000: 10: exit run() 0x9a464200: 11: msg: "new message" 0x9a464200: 11: exit run() 0x94e4f800: 12: msg: "new message" 0x94e4f800: 12: exit run() 0xadc72800: 13: msg: "new message" 0xadc72800: 13: exit run() 0xadc72500: 14: msg: "new message" 0xadc72600: 0: exit run() 0xadc72500: 14: exit run() 0xadc72a00: 15: msg: "new message" 0xadc72a00: 15: exit run() main: 39 0xadc72e00: 0: enter run() 0xadc72e00: 0: set_msg 0xaa249800: 1: enter run() 0xadc72f00: 2: enter run() 0xaa249e00: 3: enter run() 0xadc72000: 4: enter run() 0x94e4f500: 5: enter run() 0xadc72b00: 6: enter run() 0xaa249100: 7: enter run() 0x9a464d00: 8: enter run() 0x9a464e00: 9: enter run() 0xaa249800: 1: set_msg 0xaa249500: 10: enter run() 0x94e4fc00: 11: enter run() 0xadc72900: 12: enter run() 0x9a464500: 13: enter run() 0x9a464200: 14: enter run() 0xaa249300: 15: enter run() 0xadc72f00: 2: set_msg 0xaa249e00: 3: set_msg 0xadc72000: 4: set_msg 0x94e4f500: 5: set_msg 0xadc72b00: 6: set_msg 0xaa249100: 7: set_msg 0x9a464d00: 8: set_msg 0x9a464e00: 9: set_msg 0xadc72e00: 0: msg: "new message" 0xaa249800: 1: msg: "new message" 0xaa249800: 1: exit run() 0xadc72f00: 2: msg: "new message" 0xadc72f00: 2: exit run() 0xaa249e00: 3: msg: "new message" 0xaa249e00: 3: exit run() 0xadc72000: 4: msg: "new message" 0xadc72000: 4: exit run() 0x94e4f500: 5: msg: "new message" 0x94e4f500: 5: exit run() 0xadc72b00: 6: msg: "new message" 0xadc72b00: 6: exit run() 0xaa249100: 7: msg: "new message" 0xaa249100: 7: exit run() 0x9a464d00: 8: msg: "new message" 0xadc72e00: 0: exit run() 0xaa249500: 10: set_msg 0x9a464d00: 8: exit run() 0x94e4fc00: 11: set_msg 0xadc72900: 12: set_msg 0x9a464500: 13: set_msg 0x9a464200: 14: set_msg 0xaa249300: 15: set_msg 0x9a464e00: 9: msg: "new message" 0xaa249500: 10: msg: "new message" 0xaa249500: 10: exit run() 0x94e4fc00: 11: msg: "new message" 0x94e4fc00: 11: exit run() 0xadc72900: 12: msg: "new message" 0xadc72900: 12: exit run() 0x9a464500: 13: msg: "new message" 0x9a464500: 13: exit run() 0x9a464200: 14: msg: "new message" 0x9a464e00: 9: exit run() 0x9a464200: 14: exit run() 0xaa249300: 15: msg: "new message" 0xaa249300: 15: exit run() main: 40 0x94e4fa00: 0: enter run() 0xadc72500: 1: enter run() 0x94e4f600: 2: enter run() 0x9a464300: 3: enter run() 0x94e4f700: 4: enter run() 0xadc72f00: 5: enter run() 0xadc72600: 6: enter run() 0x94e4fa00: 0: set_msg 0xaa249900: 7: enter run() 0xadc72200: 8: enter run() 0xadc72000: 9: enter run() 0xaa249000: 10: enter run() 0x94e4fb00: 11: enter run() 0xadc72d00: 12: enter run() 0x94e4fe00: 13: enter run() 0xadc72700: 14: enter run() 0x9a464b00: 15: enter run() 0xadc72500: 1: set_msg 0x94e4f600: 2: set_msg 0x9a464300: 3: set_msg 0x94e4f700: 4: set_msg 0xadc72f00: 5: set_msg 0xadc72600: 6: set_msg 0xaa249900: 7: set_msg 0xadc72200: 8: set_msg 0xadc72000: 9: set_msg 0xaa249000: 10: set_msg 0x94e4fb00: 11: set_msg 0xadc72d00: 12: set_msg 0x94e4fe00: 13: set_msg 0xadc72700: 14: set_msg 0x9a464b00: 15: set_msg 0x94e4fa00: 0: msg: "new message" 0xadc72500: 1: msg: "new message" 0xadc72500: 1: exit run() 0x94e4f600: 2: msg: "new message" 0x94e4f600: 2: exit run() 0x9a464300: 3: msg: "new message" 0x9a464300: 3: exit run() 0x94e4f700: 4: msg: "new message" 0x94e4f700: 4: exit run() 0xadc72f00: 5: msg: "new message" 0xadc72f00: 5: exit run() 0xadc72600: 6: msg: "new message" 0xadc72600: 6: exit run() 0xaa249900: 7: msg: "new message" 0xaa249900: 7: exit run() 0xadc72200: 8: msg: "new message" 0xadc72200: 8: exit run() 0xadc72000: 9: msg: "new message" 0xadc72000: 9: exit run() 0xaa249000: 10: msg: "new message" 0xaa249000: 10: exit run() 0x94e4fb00: 11: msg: "new message" 0x94e4fb00: 11: exit run() 0xadc72d00: 12: msg: "new message" 0xadc72d00: 12: exit run() 0x94e4fe00: 13: msg: "new message" 0x94e4fe00: 13: exit run() 0xadc72700: 14: msg: "new message" 0x94e4fa00: 0: exit run() 0xadc72700: 14: exit run() 0x9a464b00: 15: msg: "new message" 0x9a464b00: 15: exit run() main: 41 0x94e4f300: 0: enter run() 0xadc72700: 1: enter run() 0xadc72500: 2: enter run() 0xadc72300: 3: enter run() 0x9a464c00: 4: enter run() 0x94e4f700: 5: enter run() 0x94e4fc00: 6: enter run() 0x9a464f00: 7: enter run() 0x9a464400: 8: enter run() 0x94e4f800: 9: enter run() 0xadc72900: 10: enter run() 0x9a464d00: 11: enter run() 0xaa249f00: 12: enter run() 0xaa249100: 13: enter run() 0xadc72800: 14: enter run() 0xadc72100: 15: enter run() 0x94e4f300: 0: set_msg 0xadc72700: 1: set_msg 0xadc72500: 2: set_msg 0xadc72300: 3: set_msg 0x9a464c00: 4: set_msg 0x94e4f700: 5: set_msg 0x94e4fc00: 6: set_msg 0x9a464f00: 7: set_msg 0x9a464400: 8: set_msg 0x94e4f800: 9: set_msg 0xadc72900: 10: set_msg 0x9a464d00: 11: set_msg 0xaa249f00: 12: set_msg 0xaa249100: 13: set_msg 0xadc72800: 14: set_msg 0xadc72100: 15: set_msg 0x94e4f300: 0: msg: "new message" 0xadc72700: 1: msg: "new message" 0xadc72700: 1: exit run() 0xadc72500: 2: msg: "new message" 0xadc72500: 2: exit run() 0xadc72300: 3: msg: "new message" 0xadc72300: 3: exit run() 0x9a464c00: 4: msg: "new message" 0x9a464c00: 4: exit run() 0x94e4f700: 5: msg: "new message" 0x94e4f700: 5: exit run() 0x94e4fc00: 6: msg: "new message" 0x94e4fc00: 6: exit run() 0x9a464f00: 7: msg: "new message" 0x9a464f00: 7: exit run() 0x9a464400: 8: msg: "new message" 0x9a464400: 8: exit run() 0x94e4f800: 9: msg: "new message" 0x94e4f800: 9: exit run() 0xadc72900: 10: msg: "new message" 0xadc72900: 10: exit run() 0x9a464d00: 11: msg: "new message" 0x9a464d00: 11: exit run() 0xaa249f00: 12: msg: "new message" 0xaa249f00: 12: exit run() 0xaa249100: 13: msg: "new message" 0xaa249100: 13: exit run() 0xadc72800: 14: msg: "new message" 0x94e4f300: 0: exit run() 0xadc72800: 14: exit run() 0xadc72100: 15: msg: "new message" 0xadc72100: 15: exit run() main: 42 0xadc72e00: 0: enter run() 0xaa249200: 1: enter run() 0x9a464e00: 2: enter run() 0x9a464000: 3: enter run() 0xadc72600: 4: enter run() 0x94e4f600: 5: enter run() 0x94e4f100: 6: enter run() 0x94e4f000: 7: enter run() 0xaa249600: 8: enter run() 0x9a464700: 9: enter run() 0x9a464200: 10: enter run() 0xadc72700: 11: enter run() 0x9a464600: 12: enter run() 0xaa249c00: 13: enter run() 0xadc72e00: 0: set_msg 0xaa249000: 14: enter run() 0xadc72d00: 15: enter run() 0xaa249200: 1: set_msg 0x9a464e00: 2: set_msg 0x9a464000: 3: set_msg 0xadc72600: 4: set_msg 0x94e4f600: 5: set_msg 0x94e4f100: 6: set_msg 0x94e4f000: 7: set_msg 0xaa249600: 8: set_msg 0x9a464700: 9: set_msg 0x9a464200: 10: set_msg 0xadc72700: 11: set_msg 0x9a464600: 12: set_msg 0xaa249c00: 13: set_msg 0xaa249000: 14: set_msg 0xadc72d00: 15: set_msg 0xadc72e00: 0: msg: "new message" 0xaa249200: 1: msg: "new message" 0xaa249200: 1: exit run() 0x9a464e00: 2: msg: "new message" 0x9a464e00: 2: exit run() 0x9a464000: 3: msg: "new message" 0x9a464000: 3: exit run() 0xadc72600: 4: msg: "new message" 0xadc72600: 4: exit run() 0x94e4f600: 5: msg: "new message" 0x94e4f600: 5: exit run() 0x94e4f100: 6: msg: "new message" 0x94e4f100: 6: exit run() 0x94e4f000: 7: msg: "new message" 0x94e4f000: 7: exit run() 0xaa249600: 8: msg: "new message" 0xaa249600: 8: exit run() 0x9a464700: 9: msg: "new message" 0x9a464700: 9: exit run() 0x9a464200: 10: msg: "new message" 0x9a464200: 10: exit run() 0xadc72700: 11: msg: "new message" 0xadc72700: 11: exit run() 0x9a464600: 12: msg: "new message" 0x9a464600: 12: exit run() 0xaa249c00: 13: msg: "new message" 0xaa249c00: 13: exit run() 0xaa249000: 14: msg: "new message" 0xaa249000: 14: exit run() 0xadc72d00: 15: msg: "new message" 0xadc72e00: 0: exit run() 0xadc72d00: 15: exit run() main: 43 0xaa249d00: 0: enter run() 0x94e4ff00: 1: enter run() 0x94e4f200: 2: enter run() 0xaa249b00: 3: enter run() 0x9a464700: 4: enter run() 0xaa249e00: 5: enter run() 0xadc72000: 6: enter run() 0x9a464300: 7: enter run() 0xaa249900: 8: enter run() 0x9a464400: 9: enter run() 0xadc72200: 10: enter run() 0xaa249d00: 0: set_msg 0x94e4f400: 11: enter run() 0xaa249800: 12: enter run() 0xadc72a00: 13: enter run() 0xaa249000: 14: enter run() 0xadc72400: 15: enter run() 0x94e4ff00: 1: set_msg 0x94e4f200: 2: set_msg 0xaa249b00: 3: set_msg 0x9a464700: 4: set_msg 0xaa249e00: 5: set_msg 0xadc72000: 6: set_msg 0x9a464300: 7: set_msg 0xaa249900: 8: set_msg 0x9a464400: 9: set_msg 0xadc72200: 10: set_msg 0x94e4f400: 11: set_msg 0xaa249800: 12: set_msg 0xadc72a00: 13: set_msg 0xaa249000: 14: set_msg 0xadc72400: 15: set_msg 0xaa249d00: 0: msg: "new message" 0x94e4ff00: 1: msg: "new message" 0x94e4ff00: 1: exit run() 0x94e4f200: 2: msg: "new message" 0x94e4f200: 2: exit run() 0xaa249b00: 3: msg: "new message" 0xaa249b00: 3: exit run() 0x9a464700: 4: msg: "new message" 0x9a464700: 4: exit run() 0xaa249e00: 5: msg: "new message" 0xaa249e00: 5: exit run() 0xadc72000: 6: msg: "new message" 0xadc72000: 6: exit run() 0x9a464300: 7: msg: "new message" 0x9a464300: 7: exit run() 0xaa249900: 8: msg: "new message" 0xaa249900: 8: exit run() 0x9a464400: 9: msg: "new message" 0x9a464400: 9: exit run() 0xadc72200: 10: msg: "new message" 0xadc72200: 10: exit run() 0x94e4f400: 11: msg: "new message" 0x94e4f400: 11: exit run() 0xaa249800: 12: msg: "new message" 0xaa249800: 12: exit run() 0xadc72a00: 13: msg: "new message" 0xadc72a00: 13: exit run() 0xaa249000: 14: msg: "new message" 0xaa249d00: 0: exit run() 0xaa249000: 14: exit run() 0xadc72400: 15: msg: "new message" 0xadc72400: 15: exit run() main: 44 0x94e4fa00: 0: enter run() 0xaa249100: 1: enter run() 0xaa249700: 2: enter run() 0x9a464700: 3: enter run() 0x94e4ff00: 4: enter run() 0x94e4f700: 5: enter run() 0x94e4fb00: 6: enter run() 0xadc72c00: 7: enter run() 0x94e4f500: 8: enter run() 0xadc72300: 9: enter run() 0xaa249a00: 10: enter run() 0xaa249d00: 11: enter run() 0xadc72200: 12: enter run() 0x94e4fa00: 0: set_msg 0x9a464300: 13: enter run() 0x9a464000: 14: enter run() 0xaa249e00: 15: enter run() 0xaa249100: 1: set_msg 0xaa249700: 2: set_msg 0x9a464700: 3: set_msg 0x94e4ff00: 4: set_msg 0x94e4f700: 5: set_msg 0x94e4fb00: 6: set_msg 0xadc72c00: 7: set_msg 0x94e4f500: 8: set_msg 0xadc72300: 9: set_msg 0xaa249a00: 10: set_msg 0xaa249d00: 11: set_msg 0xadc72200: 12: set_msg 0x9a464300: 13: set_msg 0x9a464000: 14: set_msg 0xaa249e00: 15: set_msg 0x94e4fa00: 0: msg: "new message" 0xaa249100: 1: msg: "new message" 0xaa249100: 1: exit run() 0xaa249700: 2: msg: "new message" 0xaa249700: 2: exit run() 0x9a464700: 3: msg: "new message" 0x9a464700: 3: exit run() 0x94e4ff00: 4: msg: "new message" 0x94e4ff00: 4: exit run() 0x94e4f700: 5: msg: "new message" 0x94e4f700: 5: exit run() 0x94e4fb00: 6: msg: "new message" 0x94e4fb00: 6: exit run() 0xadc72c00: 7: msg: "new message" 0xadc72c00: 7: exit run() 0x94e4f500: 8: msg: "new message" 0x94e4f500: 8: exit run() 0xadc72300: 9: msg: "new message" 0xadc72300: 9: exit run() 0xaa249a00: 10: msg: "new message" 0xaa249a00: 10: exit run() 0xaa249d00: 11: msg: "new message" 0xaa249d00: 11: exit run() 0xadc72200: 12: msg: "new message" 0xadc72200: 12: exit run() 0x9a464300: 13: msg: "new message" 0x9a464300: 13: exit run() 0x9a464000: 14: msg: "new message" 0x94e4fa00: 0: exit run() 0x9a464000: 14: exit run() 0xaa249e00: 15: msg: "new message" 0xaa249e00: 15: exit run() main: 45 0xadc72d00: 0: enter run() 0xaa249f00: 1: enter run() 0xaa249400: 2: enter run() 0x94e4f400: 3: enter run() 0x94e4f300: 4: enter run() 0xaa249100: 5: enter run() 0x9a464700: 6: enter run() 0x9a464200: 7: enter run() 0xaa249b00: 8: enter run() 0x9a464800: 9: enter run() 0xadc72100: 10: enter run() 0xadc72d00: 0: set_msg 0xaa249f00: 1: set_msg 0xaa249200: 11: enter run() 0x9a464900: 12: enter run() 0xadc72600: 13: enter run() 0xaa249500: 14: enter run() 0xadc72900: 15: enter run() 0xaa249400: 2: set_msg 0x94e4f400: 3: set_msg 0x94e4f300: 4: set_msg 0xaa249100: 5: set_msg 0x9a464700: 6: set_msg 0x9a464200: 7: set_msg 0xaa249b00: 8: set_msg 0x9a464800: 9: set_msg 0xadc72100: 10: set_msg 0xaa249200: 11: set_msg 0x9a464900: 12: set_msg 0xadc72600: 13: set_msg 0xaa249500: 14: set_msg 0xadc72900: 15: set_msg 0xadc72d00: 0: msg: "new message" 0xaa249f00: 1: msg: "new message" 0xaa249f00: 1: exit run() 0xaa249400: 2: msg: "new message" 0xaa249400: 2: exit run() 0x94e4f400: 3: msg: "new message" 0x94e4f400: 3: exit run() 0x94e4f300: 4: msg: "new message" 0x94e4f300: 4: exit run() 0xaa249100: 5: msg: "new message" 0xaa249100: 5: exit run() 0x9a464700: 6: msg: "new message" 0x9a464700: 6: exit run() 0x9a464200: 7: msg: "new messa0xadc72900: rwlock_rdlock 0xaee58bf0 (9) 0x9a464200: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249f00 stack 0x92d91e80 rthread reaping 0xadc72d00 stack 0x92d80c60 rthread reaping 0xaa249400 stack 0x92d915c0 rthread reaping 0x94e4f400 stack 0x92d91e40 rthread reaping 0x94e4f300 stack 0x92d80700 rthread reaping 0xaa249100 stack 0x92d9f7c0 rthread reaping 0x9a464700 stack 0x92d66740 rthread reaping 0x9a464200 stack 0x92d9f140 rthread reaping 0xaa249b00 stack 0x92d80f40 rthread reaping 0x9a464800 stack 0x92d80760 rthread reaping 0xadc72100 stack 0x92d910e0 rthread reaping 0xaa249200 stack 0x92d91600 rthread reaping 0x9a464900 stack 0x92d9fcc0 rthread reaping 0xadc72600 stack 0x92d80400 rthread reaping 0xaa249500 stack 0x92d913c0 rthread reaping 0xadc72900 stack 0x92d66700 0xaa249200: rwlock_wrlock 0xaee58bf0 (0) 0xadc72d00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72700: rwlock_wrlock 0xaee58bf0 (0) 0xadc72300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72400: rwlock_wrlock 0xaee58bf0 (0) 0x94e4fa00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249600: rwlock_wrlock 0xaee58bf0 (0) 0xadc72500: rwlock_wrlock 0xaee58bf0 (0) 0xaa249200: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72300: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x94e4fa00: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_unlock 0xaee58bf0 0x94e4fa00: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xadc72d00 stack 0x92d913c0 0xaa249700: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249200 stack 0x92d66700 rthread reaping 0xadc72700 stack 0x92d80400 rthread reaping 0xadc72300 stack 0x92d9fcc0 rthread reaping 0xaa249b00 stack 0x92d91600 rthread reaping 0xadc72b00 stack 0x92d910e0 rthread reaping 0xadc72400 stack 0x92d80760 rthread reaping 0x94e4fa00 stack 0x92d80f40 rthread reaping 0xaa249300 stack 0x92d9f140 rthread reaping 0xaa249600 stack 0x92d66740 rthread reaping 0xadc72500 stack 0x92d9f7c0 rthread reaping 0xaa249d00 stack 0x92d80700 rthread reaping 0xadc72800 stack 0x92d91e40 rthread reaping 0xadc72a00 stack 0x92d915c0 rthread reaping 0x9a464c00 stack 0x92d80c60 rthread reaping 0xaa249700 stack 0x92d91e80 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50700: rwlock_wrlock 0xaee58bf0 (0) 0xaa249600: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50000: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50400: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0xadc72000: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_wrlock 0xaee58bf0 (0) 0xadc72900: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50700: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50000: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50800: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50500: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (2) 0x9a464d00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249c00 stack 0x92d91e80 rthread reaping 0x9bd50700 stack 0x92d80c60 rthread reaping 0xaa249600 stack 0x92d915c0 rthread reaping 0x9bd50000 stack 0x92d91e40 rthread reaping 0x9bd50400 stack 0x92d80700 rthread reaping 0x9bd50200 stack 0x92d9f7c0 rthread reaping 0xaa249900 stack 0x92d66740 rthread reaping 0xadc72000 stack 0x92d9f140 rthread reaping 0x9bd50800 stack 0x92d80f40 rthread reaping 0x9a464800 stack 0x92d80760 rthread reaping 0xadc72900 stack 0x92d910e0 rthread reaping 0x9bd50500 stack 0x92d91600 rthread reaping 0x9a464b00 stack 0x92d9fcc0 rthread reaping 0x9a464a00 stack 0x92d80400 rthread reaping 0xadc72b00 stack 0x92d66700 rthread reaping 0x9a464d00 stack 0x92d913c0 0xaa249f00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xadc72100: rwlock_wrlock 0xaee58bf0 (0) 0xadc72600: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50f00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0xadc72a00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72100: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50f00: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0x9bd50f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50000: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_unlock 0xaee58bf0 0x9bd50f00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (2) 0xaa249a00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249100 stack 0x92d66700 rthread reaping 0xaa249f00 stack 0x92d913c0 rthread reaping 0xadc72100 stack 0x92d80400 rthread reaping 0xadc72600 stack 0x92d9fcc0 rthread reaping 0x9bd50f00 stack 0x92d91600 rthread reaping 0xaa249800 stack 0x92d910e0 rthread reaping 0x9bd50000 stack 0x92d80760 rthread reaping 0x9a464300 stack 0x92d80f40 rthread reaping 0xadc72a00 stack 0x92d9f140 rthread reaping 0xadc72800 stack 0x92d66740 rthread reaping 0x9a464200 stack 0x92d9f7c0 rthread reaping 0xaa249e00 stack 0x92d80700 rthread reaping 0xadc72c00 stack 0x92d91e40 rthread reaping 0xadc72700 stack 0x92d915c0 rthread reaping 0x9bd50100 stack 0x92d80c60 rthread reaping 0xaa249a00 stack 0x92d91e80 0x9bd50e00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72500: rwlock_wrlock 0xaee58bf0 (0) 0xadc72400: rwlock_wrlock 0xaee58bf0 (0) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50900: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50e00: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50900: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50b00: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50e00: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xadc72500 stack 0x92d80c60 0x9a464a00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50e00 stack 0x92d91e80 rthread reaping 0xadc72400 stack 0x92d915c0 rthread reaping 0xaa249b00 stack 0x92d91e40 rthread reaping 0x9bd50900 stack 0x92d80700 rthread reaping 0x9bd50b00 stack 0x92d9f7c0 rthread reaping 0xadc72900 stack 0x92d66740 rthread reaping 0x9a464100 stack 0x92d9f140 rthread reaping 0xadc72b00 stack 0x92d80f40 rthread reaping 0xaa249200 stack 0x92d80760 rthread reaping 0x9bd50a00 stack 0x92d910e0 rthread reaping 0xaa249c00 stack 0x92d91600 rthread reaping 0x9bd50200 stack 0x92d9fcc0 rthread reaping 0x9bd50300 stack 0x92d80400 rthread reaping 0xadc72d00 stack 0x92d913c0 rthread reaping 0x9a464a00 stack 0x92d66700 0x9a464500: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50800: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_wrlock 0xaee58bf0 (0) 0xadc72500: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50200: rwlock_wrlock 0xaee58bf0 (0) 0x9a464600: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50400: rwlock_wrlock 0xaee58bf0 (0) 0xaa249400: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50c00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72300: rwlock_wrlock 0xaee58bf0 (0) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50b00: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72100: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50c00: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72300: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_unlock 0xaee58bf0 0xadc72300: rwlock_rdlock 0xaee58bf0 (2) 0xadc72300: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50800 stack 0x92d913c0 rthread reaping 0x9a464500 stack 0x92d66700 rthread reaping 0x9bd50100 stack 0x92d80400 rthread reaping 0x9a464800 stack 0x92d9fcc0 rthread reaping 0xadc72500 stack 0x92d91600 rthread reaping 0xadc72e00 stack 0x92d910e0 rthread reaping 0x9bd50b00 stack 0x92d80760 rthread reaping 0xadc72100 stack 0x92d80f40 rthread reaping 0x9a464b00 stack 0x92d9f140 rthread reaping 0x9a464300 stack 0x92d66740 rthread reaping 0x9bd50200 stack 0x92d9f7c0 rthread reaping 0x9a464600 stack 0x92d80700 rthread reaping 0x9bd50400 stack 0x92d91e40 rthread reaping 0xaa249400 stack 0x92d915c0 rthread reaping 0x9bd50c00 stack 0x92d91e80 rthread reaping 0xadc72300 stack 0x92d80c60 0xadc72600: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72200: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72c00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464700: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72700: rwlock_wrlock 0xaee58bf0 (0) 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0xadc72600: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72200: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50b00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464f00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xaa249a00 stack 0x92d91e80 0x9a464f00: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72600 stack 0x92d80c60 rthread reaping 0xadc72200 stack 0x92d915c0 rthread reaping 0x9a464c00 stack 0x92d91e40 rthread reaping 0xadc72c00 stack 0x92d80700 rthread reaping 0xaa249800 stack 0x92d9f7c0 rthread reaping 0xaa249c00 stack 0x92d66740 rthread reaping 0xaa249000 stack 0x92d9f140 rthread reaping 0x9a464700 stack 0x92d80f40 rthread reaping 0x9bd50b00 stack 0x92d80760 rthread reaping 0xadc72700 stack 0x92d910e0 rthread reaping 0xaa249900 stack 0x92d91600 rthread reaping 0x9a464100 stack 0x92d9fcc0 rthread reaping 0xaa249700 stack 0x92d80400 rthread reaping 0xadc72800 stack 0x92d66700 rthread reaping 0x9a464f00 stack 0x92d913c0 0xadc72d00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249600: rwlock_wrlock 0xaee58bf0 (0) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249500: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50900: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249f00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72400: rwlock_wrlock 0xaee58bf0 (0) 0xadc72a00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72d00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72400: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_unlock 0xaee58bf0 0xadc72400: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (2) 0xadc72c00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249600 stack 0x92d66700 rthread reaping 0xadc72d00 stack 0x92d913c0 rthread reaping 0xadc72b00 stack 0x92d80400 rthread reaping 0xaa249500 stack 0x92d9fcc0 rthread reaping 0x9a464400 stack 0x92d91600 rthread reaping 0x9a464c00 stack 0x92d910e0 rthread reaping 0x9bd50900 stack 0x92d80760 rthread reaping 0xaa249100 stack 0x92d80f40 rthread reaping 0xaa249f00 stack 0x92d9f140 rthread reaping 0xadc72400 stack 0x92d66740 rthread reaping 0xadc72a00 stack 0x92d9f7c0 rthread reaping 0xaa249000 stack 0x92d80700 rthread reaping 0xaa249200 stack 0x92d91e40 rthread reaping 0xaa249300 stack 0x92d915c0 rthread reaping 0xaa249400 stack 0x92d80c60 rthread reaping 0xadc72c00 stack 0x92d91e80 0x9bd50500: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249500: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50400: rwlock_wrlock 0xaee58bf0 (0) 0xadc72000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249700: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50400: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72200: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50c00: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50600: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9bd50a00 stack 0x92d80c60 0x9bd50600: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50500 stack 0x92d91e80 rthread reaping 0x9a464300 stack 0x92d915c0 rthread reaping 0x9bd50200 stack 0x92d91e40 rthread reaping 0xaa249500 stack 0x92d80700 rthread reaping 0x9bd50400 stack 0x92d9f7c0 rthread reaping 0xadc72000 stack 0x92d66740 rthread reaping 0xaa249d00 stack 0x92d9f140 rthread reaping 0xadc72200 stack 0x92d80f40 rthread reaping 0x9bd50c00 stack 0x92d80760 rthread reaping 0xaa249700 stack 0x92d910e0 rthread reaping 0x9bd50800 stack 0x92d91600 rthread reaping 0x9bd50300 stack 0x92d9fcc0 rthread reaping 0x9a464500 stack 0x92d80400 rthread reaping 0xaa249800 stack 0x92d913c0 rthread reaping 0x9bd50600 stack 0x92d66700 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249300: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50100: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50e00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50e00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_unlock 0xaee58bf0 0x9bd50e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249f00: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50400: rwlock_unlock 0xaee58bf0 0xaa249f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9bd50e00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_unlock 0xaee58bf0 ge" 0xaa249b00: 8: msg: "new message" 0x9a464800: 9: msg: "new message" 0xadc72100: 10: msg: "new message" 0xaa249200: 11: msg: "new message" 0x9a464900: 12: msg: "new message" 0xadc72600: 13: msg: "new message" 0xaa249500: 14: msg: "new message" 0xadc72900: 15: msg: "new message" 0xadc72d00: 0: exit run() 0x9a464200: 7: exit run() 0xaa249b00: 8: exit run() 0x9a464800: 9: exit run() 0xadc72100: 10: exit run() 0xaa249200: 11: exit run() 0x9a464900: 12: exit run() 0xadc72600: 13: exit run() 0xaa249500: 14: exit run() 0xadc72900: 15: exit run() main: 46 0xaa249200: 0: enter run() 0xadc72d00: 1: enter run() 0xadc72700: 2: enter run() 0xadc72300: 3: enter run() 0xaa249b00: 4: enter run() 0xadc72b00: 5: enter run() 0xadc72400: 6: enter run() 0x94e4fa00: 7: enter run() 0xaa249300: 8: enter run() 0xaa249600: 9: enter run() 0xadc72500: 10: enter run() 0xaa249200: 0: set_msg 0xaa249d00: 11: enter run() 0xadc72d00: 1: set_msg 0xadc72800: 12: enter run() 0xadc72a00: 13: enter run() 0x9a464c00: 14: enter run() 0xaa249700: 15: enter run() 0xadc72700: 2: set_msg 0xadc72300: 3: set_msg 0xaa249b00: 4: set_msg 0xadc72b00: 5: set_msg 0xadc72400: 6: set_msg 0x94e4fa00: 7: set_msg 0xaa249300: 8: set_msg 0xaa249600: 9: set_msg 0xadc72500: 10: set_msg 0xaa249d00: 11: set_msg 0xadc72800: 12: set_msg 0xadc72a00: 13: set_msg 0x9a464c00: 14: set_msg 0xaa249700: 15: set_msg 0xaa249200: 0: msg: "new message" 0xadc72d00: 1: msg: "new message" 0xadc72d00: 1: exit run() 0xadc72700: 2: msg: "new message" 0xadc72700: 2: exit run() 0xadc72300: 3: msg: "new message" 0xadc72300: 3: exit run() 0xaa249b00: 4: msg: "new message" 0xaa249b00: 4: exit run() 0xadc72b00: 5: msg: "new message" 0xadc72b00: 5: exit run() 0xadc72400: 6: msg: "new message" 0xadc72400: 6: exit run() 0x94e4fa00: 7: msg: "new message" 0x94e4fa00: 7: exit run() 0xaa249300: 8: msg: "new message" 0xaa249300: 8: exit run() 0xaa249600: 9: msg: "new message" 0xaa249600: 9: exit run() 0xadc72500: 10: msg: "new message" 0xadc72500: 10: exit run() 0xaa249d00: 11: msg: "new message" 0xaa249d00: 11: exit run() 0xadc72800: 12: msg: "new message" 0xadc72800: 12: exit run() 0xadc72a00: 13: msg: "new message" 0xadc72a00: 13: exit run() 0x9a464c00: 14: msg: "new message" 0xaa249200: 0: exit run() 0x9a464c00: 14: exit run() 0xaa249700: 15: msg: "new message" 0xaa249700: 15: exit run() main: 47 0xaa249c00: 0: enter run() 0x9bd50700: 1: enter run() 0xaa249600: 2: enter run() 0x9bd50000: 3: enter run() 0x9bd50400: 4: enter run() 0x9bd50200: 5: enter run() 0xaa249900: 6: enter run() 0xadc72000: 7: enter run() 0x9bd50800: 8: enter run() 0x9a464800: 9: enter run() 0xadc72900: 10: enter run() 0xaa249c00: 0: set_msg 0x9bd50500: 11: enter run() 0x9a464b00: 12: enter run() 0x9a464a00: 13: enter run() 0xadc72b00: 14: enter run() 0x9a464d00: 15: enter run() 0x9bd50700: 1: set_msg 0xaa249600: 2: set_msg 0x9bd50000: 3: set_msg 0x9bd50400: 4: set_msg 0x9bd50200: 5: set_msg 0xaa249900: 6: set_msg 0xadc72000: 7: set_msg 0x9bd50800: 8: set_msg 0x9a464800: 9: set_msg 0xadc72900: 10: set_msg 0x9bd50500: 11: set_msg 0x9a464b00: 12: set_msg 0x9a464a00: 13: set_msg 0xadc72b00: 14: set_msg 0x9a464d00: 15: set_msg 0xaa249c00: 0: msg: "new message" 0x9bd50700: 1: msg: "new message" 0x9bd50700: 1: exit run() 0xaa249600: 2: msg: "new message" 0xaa249600: 2: exit run() 0x9bd50000: 3: msg: "new message" 0x9bd50000: 3: exit run() 0x9bd50400: 4: msg: "new message" 0x9bd50400: 4: exit run() 0x9bd50200: 5: msg: "new message" 0x9bd50200: 5: exit run() 0xaa249900: 6: msg: "new message" 0xaa249900: 6: exit run() 0xadc72000: 7: msg: "new message" 0xadc72000: 7: exit run() 0x9bd50800: 8: msg: "new message" 0x9bd50800: 8: exit run() 0x9a464800: 9: msg: "new message" 0x9a464800: 9: exit run() 0xadc72900: 10: msg: "new message" 0xadc72900: 10: exit run() 0x9bd50500: 11: msg: "new message" 0x9bd50500: 11: exit run() 0x9a464b00: 12: msg: "new message" 0x9a464b00: 12: exit run() 0x9a464a00: 13: msg: "new message" 0x9a464a00: 13: exit run() 0xadc72b00: 14: msg: "new message" 0xaa249c00: 0: exit run() 0xadc72b00: 14: exit run() 0x9a464d00: 15: msg: "new message" 0x9a464d00: 15: exit run() main: 48 0xaa249f00: 0: enter run() 0xaa249100: 1: enter run() 0xadc72100: 2: enter run() 0xadc72600: 3: enter run() 0x9bd50f00: 4: enter run() 0xaa249800: 5: enter run() 0x9bd50000: 6: enter run() 0x9a464300: 7: enter run() 0xadc72a00: 8: enter run() 0xadc72800: 9: enter run() 0x9a464200: 10: enter run() 0xaa249f00: 0: set_msg 0xaa249e00: 11: enter run() 0xaa249100: 1: set_msg 0xadc72c00: 12: enter run() 0xadc72700: 13: enter run() 0x9bd50100: 14: enter run() 0xaa249a00: 15: enter run() 0xadc72100: 2: set_msg 0xadc72600: 3: set_msg 0x9bd50f00: 4: set_msg 0xaa249800: 5: set_msg 0x9bd50000: 6: set_msg 0x9a464300: 7: set_msg 0xadc72a00: 8: set_msg 0xadc72800: 9: set_msg 0x9a464200: 10: set_msg 0xaa249e00: 11: set_msg 0xadc72c00: 12: set_msg 0xadc72700: 13: set_msg 0x9bd50100: 14: set_msg 0xaa249a00: 15: set_msg 0xaa249f00: 0: msg: "new message" 0xaa249100: 1: msg: "new message" 0xaa249100: 1: exit run() 0xadc72100: 2: msg: "new message" 0xadc72100: 2: exit run() 0xadc72600: 3: msg: "new message" 0xadc72600: 3: exit run() 0x9bd50f00: 4: msg: "new message" 0x9bd50f00: 4: exit run() 0xaa249800: 5: msg: "new message" 0xaa249800: 5: exit run() 0x9bd50000: 6: msg: "new message" 0x9bd50000: 6: exit run() 0x9a464300: 7: msg: "new message" 0x9a464300: 7: exit run() 0xadc72a00: 8: msg: "new message" 0xadc72a00: 8: exit run() 0xadc72800: 9: msg: "new message" 0xadc72800: 9: exit run() 0x9a464200: 10: msg: "new message" 0x9a464200: 10: exit run() 0xaa249e00: 11: msg: "new message" 0xaa249e00: 11: exit run() 0xadc72c00: 12: msg: "new message" 0xadc72c00: 12: exit run() 0xadc72700: 13: msg: "new message" 0xadc72700: 13: exit run() 0x9bd50100: 14: msg: "new message" 0x9bd50100: 14: exit run() 0xaa249a00: 15: msg: "new message" 0xaa249f00: 0: exit run() 0xaa249a00: 15: exit run() main: 49 0x9bd50e00: 0: enter run() 0xadc72500: 1: enter run() 0xadc72400: 2: enter run() 0xaa249b00: 3: enter run() 0x9bd50900: 4: enter run() 0x9bd50b00: 5: enter run() 0x9bd50e00: 0: set_msg 0xadc72900: 6: enter run() 0x9a464100: 7: enter run() 0xadc72b00: 8: enter run() 0xaa249200: 9: enter run() 0x9bd50a00: 10: enter run() 0xaa249c00: 11: enter run() 0x9bd50200: 12: enter run() 0x9bd50300: 13: enter run() 0xadc72500: 1: set_msg 0xadc72d00: 14: enter run() 0x9a464a00: 15: enter run() 0xadc72400: 2: set_msg 0xaa249b00: 3: set_msg 0x9bd50900: 4: set_msg 0x9bd50b00: 5: set_msg 0xadc72900: 6: set_msg 0x9a464100: 7: set_msg 0xadc72b00: 8: set_msg 0xaa249200: 9: set_msg 0x9bd50a00: 10: set_msg 0xaa249c00: 11: set_msg 0x9bd50200: 12: set_msg 0x9bd50300: 13: set_msg 0xadc72d00: 14: set_msg 0x9a464a00: 15: set_msg 0x9bd50e00: 0: msg: "new message" 0xadc72500: 1: msg: "new message" 0xadc72500: 1: exit run() 0xadc72400: 2: msg: "new message" 0xadc72400: 2: exit run() 0xaa249b00: 3: msg: "new message" 0xaa249b00: 3: exit run() 0x9bd50900: 4: msg: "new message" 0x9bd50900: 4: exit run() 0x9bd50b00: 5: msg: "new message" 0x9bd50b00: 5: exit run() 0xadc72900: 6: msg: "new message" 0xadc72900: 6: exit run() 0x9a464100: 7: msg: "new message" 0x9a464100: 7: exit run() 0xadc72b00: 8: msg: "new message" 0xadc72b00: 8: exit run() 0xaa249200: 9: msg: "new message" 0xaa249200: 9: exit run() 0x9bd50a00: 10: msg: "new message" 0x9bd50a00: 10: exit run() 0xaa249c00: 11: msg: "new message" 0xaa249c00: 11: exit run() 0x9bd50200: 12: msg: "new message" 0x9bd50200: 12: exit run() 0x9bd50300: 13: msg: "new message" 0x9bd50300: 13: exit run() 0xadc72d00: 14: msg: "new message" 0x9bd50e00: 0: exit run() 0xadc72d00: 14: exit run() 0x9a464a00: 15: msg: "new message" 0x9a464a00: 15: exit run() main: 50 0x9a464500: 0: enter run() 0x9bd50800: 1: enter run() 0x9bd50100: 2: enter run() 0x9a464800: 3: enter run() 0xadc72500: 4: enter run() 0xadc72e00: 5: enter run() 0x9bd50b00: 6: enter run() 0xadc72100: 7: enter run() 0x9a464b00: 8: enter run() 0x9a464300: 9: enter run() 0x9bd50200: 10: enter run() 0x9a464600: 11: enter run() 0x9bd50400: 12: enter run() 0xaa249400: 13: enter run() 0x9bd50c00: 14: enter run() 0xadc72300: 15: enter run() 0x9a464500: 0: set_msg 0x9bd50800: 1: set_msg 0x9bd50100: 2: set_msg 0x9a464800: 3: set_msg 0xadc72500: 4: set_msg 0xadc72e00: 5: set_msg 0x9bd50b00: 6: set_msg 0xadc72100: 7: set_msg 0x9a464b00: 8: set_msg 0x9a464300: 9: set_msg 0x9bd50200: 10: set_msg 0x9a464600: 11: set_msg 0x9bd50400: 12: set_msg 0xaa249400: 13: set_msg 0x9bd50c00: 14: set_msg 0xadc72300: 15: set_msg 0x9a464500: 0: msg: "new message" 0x9bd50800: 1: msg: "new message" 0x9bd50800: 1: exit run() 0x9bd50100: 2: msg: "new message" 0x9bd50100: 2: exit run() 0x9a464800: 3: msg: "new message" 0x9a464800: 3: exit run() 0xadc72500: 4: msg: "new message" 0xadc72500: 4: exit run() 0xadc72e00: 5: msg: "new message" 0xadc72e00: 5: exit run() 0x9bd50b00: 6: msg: "new message" 0x9bd50b00: 6: exit run() 0xadc72100: 7: msg: "new message" 0xadc72100: 7: exit run() 0x9a464b00: 8: msg: "new message" 0x9a464b00: 8: exit run() 0x9a464300: 9: msg: "new message" 0x9a464300: 9: exit run() 0x9bd50200: 10: msg: "new message" 0x9bd50200: 10: exit run() 0x9a464600: 11: msg: "new message" 0x9a464600: 11: exit run() 0x9bd50400: 12: msg: "new message" 0x9bd50400: 12: exit run() 0xaa249400: 13: msg: "new message" 0xaa249400: 13: exit run() 0x9bd50c00: 14: msg: "new message" 0x9a464500: 0: exit run() 0x9bd50c00: 14: exit run() 0xadc72300: 15: msg: "new message" 0xadc72300: 15: exit run() main: 51 0xadc72600: 0: enter run() 0xaa249a00: 1: enter run() 0xadc72200: 2: enter run() 0x9a464c00: 3: enter run() 0xadc72c00: 4: enter run() 0xaa249800: 5: enter run() 0xaa249c00: 6: enter run() 0xaa249000: 7: enter run() 0x9a464700: 8: enter run() 0x9bd50b00: 9: enter run() 0xadc72700: 10: enter run() 0xaa249900: 11: enter run() 0xadc72600: 0: set_msg 0x9a464100: 12: enter run() 0xaa249700: 13: enter run() 0xadc72800: 14: enter run() 0x9a464f00: 15: enter run() 0xaa249a00: 1: set_msg 0xadc72200: 2: set_msg 0x9a464c00: 3: set_msg 0xadc72c00: 4: set_msg 0xaa249800: 5: set_msg 0xaa249c00: 6: set_msg 0xaa249000: 7: set_msg 0x9a464700: 8: set_msg 0x9bd50b00: 9: set_msg 0xadc72700: 10: set_msg 0xaa249900: 11: set_msg 0x9a464100: 12: set_msg 0xaa249700: 13: set_msg 0xadc72800: 14: set_msg 0x9a464f00: 15: set_msg 0xadc72600: 0: msg: "new message" 0xaa249a00: 1: msg: "new message" 0xaa249a00: 1: exit run() 0xadc72200: 2: msg: "new message" 0xadc72200: 2: exit run() 0x9a464c00: 3: msg: "new message" 0x9a464c00: 3: exit run() 0xadc72c00: 4: msg: "new message" 0xadc72c00: 4: exit run() 0xaa249800: 5: msg: "new message" 0xaa249800: 5: exit run() 0xaa249c00: 6: msg: "new message" 0xaa249c00: 6: exit run() 0xaa249000: 7: msg: "new message" 0xaa249000: 7: exit run() 0x9a464700: 8: msg: "new message" 0x9a464700: 8: exit run() 0x9bd50b00: 9: msg: "new message" 0x9bd50b00: 9: exit run() 0xadc72700: 10: msg: "new message" 0xadc72700: 10: exit run() 0xaa249900: 11: msg: "new message" 0xaa249900: 11: exit run() 0x9a464100: 12: msg: "new message" 0x9a464100: 12: exit run() 0xaa249700: 13: msg: "new message" 0xaa249700: 13: exit run() 0xadc72800: 14: msg: "new message" 0xadc72600: 0: exit run() 0xadc72800: 14: exit run() 0x9a464f00: 15: msg: "new message" 0x9a464f00: 15: exit run() main: 52 0xadc72d00: 0: enter run() 0xaa249600: 1: enter run() 0xadc72b00: 2: enter run() 0xaa249500: 3: enter run() 0x9a464400: 4: enter run() 0x9a464c00: 5: enter run() 0x9bd50900: 6: enter run() 0xaa249100: 7: enter run() 0xaa249f00: 8: enter run() 0xadc72400: 9: enter run() 0xadc72a00: 10: enter run() 0xadc72d00: 0: set_msg 0xaa249000: 11: enter run() 0xaa249600: 1: set_msg 0xaa249200: 12: enter run() 0xaa249300: 13: enter run() 0xaa249400: 14: enter run() 0xadc72c00: 15: enter run() 0xadc72b00: 2: set_msg 0xaa249500: 3: set_msg 0x9a464400: 4: set_msg 0x9a464c00: 5: set_msg 0x9bd50900: 6: set_msg 0xaa249100: 7: set_msg 0xaa249f00: 8: set_msg 0xadc72400: 9: set_msg 0xadc72a00: 10: set_msg 0xaa249000: 11: set_msg 0xaa249200: 12: set_msg 0xaa249300: 13: set_msg 0xaa249400: 14: set_msg 0xadc72c00: 15: set_msg 0xadc72d00: 0: msg: "new message" 0xaa249600: 1: msg: "new message" 0xaa249600: 1: exit run() 0xadc72b00: 2: msg: "new message" 0xadc72b00: 2: exit run() 0xaa249500: 3: msg: "new message" 0xaa249500: 3: exit run() 0x9a464400: 4: msg: "new message" 0x9a464400: 4: exit run() 0x9a464c00: 5: msg: "new message" 0x9a464c00: 5: exit run() 0x9bd50900: 6: msg: "new message" 0x9bd50900: 6: exit run() 0xaa249100: 7: msg: "new message" 0xaa249100: 7: exit run() 0xaa249f00: 8: msg: "new message" 0xaa249f00: 8: exit run() 0xadc72400: 9: msg: "new message" 0xadc72400: 9: exit run() 0xadc72a00: 10: msg: "new message" 0xadc72a00: 10: exit run() 0xaa249000: 11: msg: "new message" 0xaa249000: 11: exit run() 0xaa249200: 12: msg: "new message" 0xaa249200: 12: exit run() 0xaa249300: 13: msg: "new message" 0xaa249300: 13: exit run() 0xaa249400: 14: msg: "new message" 0xaa249400: 14: exit run() 0xadc72c00: 15: msg: "new message" 0xadc72d00: 0: exit run() 0xadc72c00: 15: exit run() main: 53 0x9bd50500: 0: enter run() 0x9bd50a00: 1: enter run() 0x9a464300: 2: enter run() 0x9bd50200: 3: enter run() 0xaa249500: 4: enter run() 0x9bd50400: 5: enter run() 0xadc72000: 6: enter run() 0xaa249d00: 7: enter run() 0xadc72200: 8: enter run() 0x9bd50c00: 9: enter run() 0xaa249700: 10: enter run() 0x9bd50500: 0: set_msg 0x9bd50800: 11: enter run() 0x9bd50300: 12: enter run() 0x9a464500: 13: enter run() 0xaa249800: 14: enter run() 0x9bd50600: 15: enter run() 0x9bd50a00: 1: set_msg 0x9a464300: 2: set_msg 0x9bd50200: 3: set_msg 0xaa249500: 4: set_msg 0x9bd50400: 5: set_msg 0xadc72000: 6: set_msg 0xaa249d00: 7: set_msg 0xadc72200: 8: set_msg 0xaa249700: 10: set_msg 0x9bd50c00: 9: set_msg 0x9bd50800: 11: set_msg 0x9bd50300: 12: set_msg 0x9a464500: 13: set_msg 0xaa249800: 14: set_msg 0x9bd50600: 15: set_msg 0x9bd50500: 0: msg: "new message" 0x9bd50a00: 1: msg: "new message" 0x9bd50a00: 1: exit run() 0x9a464300: 2: msg: "new message" 0x9a464300: 2: exit run() 0x9bd50200: 3: msg: "new message" 0x9bd50200: 3: exit run() 0xaa249500: 4: msg: "new message" 0xaa249500: 4: exit run() 0x9bd50400: 5: msg: "new message" 0x9bd50400: 5: exit run() 0xadc72000: 6: msg: "new message" 0xadc72000: 6: exit run() 0xaa249d00: 7: msg: "new message" 0xaa249d00: 7: exit run() 0xadc72200: 8: msg: "new message" 0xadc72200: 8: exit run() 0xaa249700: 10: msg: "new message" 0xaa249700: 10: exit run() 0x9bd50c00: 9: msg: "new message" 0x9bd50c00: 9: exit run() 0x9bd50800: 11: msg: "new message" 0x9bd50800: 11: exit run() 0x9bd50300: 12: msg: "new message" 0x9bd50300: 12: exit run() 0x9a464500: 13: msg: "new message" 0x9a464500: 13: exit run() 0xaa249800: 14: msg: "new message" 0x9bd50500: 0: exit run() 0xaa249800: 14: exit run() 0x9bd50600: 15: msg: "new message" 0x9bd50600: 15: exit run() main: 54 0x9a464e00: 0: enter run() 0xadc72800: 1: enter run() 0x9a464100: 2: enter run() 0xaa249300: 3: enter run() 0x9bd50100: 4: enter run() 0xadc72e00: 5: enter run() 0xaa249100: 6: enter run() 0xaa249e00: 7: enter run() 0x9bd50e00: 8: enter run() 0xadc72700: 9: enter run() 0x9a464e00: 0: set_msg 0xaa249400: 10: enter run() 0xaa249900: 11: enter run() 0xaa249f00: 12: enter run() 0x9bd50400: 13: enter run() 0xadc72900: 14: enter run() 0x9a464800: 15: enter run() 0xadc72800: 1: set_msg 0x9a464100: 2: set_msg 0xaa249300: 3: set_msg 0x9bd50100: 4: set_msg 0xadc72e00: 5: set_msg 0xaa249100: 6: set_msg 0xaa249e00: 7: set_msg 0x9bd50e00: 8: set_msg 0xadc72700: 9: set_msg 0xaa249400: 10: set_msg 0xaa249900: 11: set_msg 0xaa249f00: 12: set_msg 0x9bd50400: 13: set_msg 0xadc72900: 14: set_msg 0x9a464800: 15: set_msg 0x9a464e00: 0: msg: "new message" 0xadc72800: 1: msg: "new message" 0xadc72800: 1: exit run() 0x9a464100: 2: msg: "new message" 0x9a464100: 2: exit run() 0xaa249300: 3: msg: "new message" 0xaa249300: 3: exit run() 0x9bd50100: 4: msg: "new message" 0x9bd50100: 4: exit run() 0xadc72e00: 5: msg: "new message" 0xadc72e00: 5: exit run() 0xaa249100: 6: msg: "new message" 0xaa249100: 6: exit run() 0xaa249e00: 7: msg: "new message" 0xaa249e00: 7: exit run() 0x9bd50e00: 8: msg: "new message" 0x9bd50e00: 8: exit run() 0xadc72700: 9: msg: "new message" 0xadc72700: 9: exit run() 0xaa249400: 10: msg: "new message" 0xaa249400: 10: exit run() 0xaa249900: 11: msg: "new message" 0x9a464800: rwlock_rdlock 0xaee58bf0 (4) 0xaa249f00: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72800 stack 0x92d913c0 rthread reaping 0x9a464e00 stack 0x92d66700 rthread reaping 0x9a464100 stack 0x92d80400 rthread reaping 0xaa249300 stack 0x92d9fcc0 rthread reaping 0x9bd50100 stack 0x92d91600 rthread reaping 0xadc72e00 stack 0x92d910e0 rthread reaping 0xaa249100 stack 0x92d80760 rthread reaping 0xaa249e00 stack 0x92d80f40 rthread reaping 0x9bd50e00 stack 0x92d9f140 rthread reaping 0xadc72700 stack 0x92d66740 rthread reaping 0xaa249400 stack 0x92d9f7c0 rthread reaping 0xaa249900 stack 0x92d80700 rthread reaping 0xaa249f00 stack 0x92d91e40 rthread reaping 0x9bd50400 stack 0x92d915c0 rthread reaping 0xadc72900 stack 0x92d91e80 rthread reaping 0x9a464800 stack 0x92d80c60 0xadc72800: rwlock_wrlock 0xaee58bf0 (0) 0xaa249500: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72600: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50300: rwlock_wrlock 0xaee58bf0 (0) 0xadc72000: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50500: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50d00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50c00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50600: rwlock_wrlock 0xaee58bf0 (0) 0xadc72800: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50500: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50d00: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50c00: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50600: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_unlock 0xaee58bf0 0x9bd50c00: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xaa249500 stack 0x92d91e80 0x9bd50a00: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72800 stack 0x92d80c60 rthread reaping 0xaa249d00 stack 0x92d915c0 rthread reaping 0xadc72600 stack 0x92d91e40 rthread reaping 0xaa249a00 stack 0x92d80700 rthread reaping 0x9bd50300 stack 0x92d9f7c0 rthread reaping 0xadc72000 stack 0x92d66740 rthread reaping 0x9bd50500 stack 0x92d9f140 rthread reaping 0x9bd50d00 stack 0x92d80f40 rthread reaping 0x9bd50c00 stack 0x92d80760 rthread reaping 0x9bd50600 stack 0x92d910e0 rthread reaping 0xaa249e00 stack 0x92d91600 rthread reaping 0x9bd50100 stack 0x92d9fcc0 rthread reaping 0x9a464500 stack 0x92d80400 rthread reaping 0xadc72a00 stack 0x92d66700 rthread reaping 0x9bd50a00 stack 0x92d913c0 0x9bd50d00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72700: rwlock_wrlock 0xaee58bf0 (0) 0xaa249600: rwlock_wrlock 0xaee58bf0 (0) 0xaa249800: rwlock_wrlock 0xaee58bf0 (0) 0xaa249000: rwlock_wrlock 0xaee58bf0 (0) 0xaa249300: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464f00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50700: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72100: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50d00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464f00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50b00: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72100: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50800: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50f00: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0x9bd50f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50d00: rwlock_unlock 0xaee58bf0 0xadc72700: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0xaa249800: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9a464f00: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_unlock 0xaee58bf0 0xadc72100: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50f00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_rdlock 0xaee58bf0 (2) 0xadc72d00: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72700 stack 0x92d66700 rthread reaping 0x9bd50d00 stack 0x92d913c0 rthread reaping 0xaa249600 stack 0x92d80400 rthread reaping 0xaa249800 stack 0x92d9fcc0 rthread reaping 0xaa249000 stack 0x92d91600 rthread reaping 0xaa249300 stack 0x92d910e0 rthread reaping 0x9a464e00 stack 0x92d80760 rthread reaping 0xaa249d00 stack 0x92d80f40 rthread reaping 0x9a464f00 stack 0x92d9f140 rthread reaping 0x9bd50700 stack 0x92d66740 rthread reaping 0x9bd50b00 stack 0x92d9f7c0 rthread reaping 0xadc72100 stack 0x92d80700 rthread reaping 0x9bd50800 stack 0x92d91e40 rthread reaping 0x9bd50f00 stack 0x92d915c0 rthread reaping 0x9a464700 stack 0x92d80c60 rthread reaping 0xadc72d00 stack 0x92d91e80 0x9a464000: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50100: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50400: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50900: rwlock_wrlock 0xaee58bf0 (0) 0xaa249200: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72500: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50300: rwlock_wrlock 0xaee58bf0 (0) 0x9a464500: rwlock_wrlock 0xaee58bf0 (0) 0xaa249400: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464000: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72500: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50d00: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50500: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xadc72500: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9bd50d00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (2) 0x9bd50200: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464000 stack 0x92d91e80 rthread reaping 0x9bd50100 stack 0x92d80c60 rthread reaping 0x9bd50400 stack 0x92d915c0 rthread reaping 0x9bd50900 stack 0x92d91e40 rthread reaping 0xaa249200 stack 0x92d80700 rthread reaping 0x9bd50a00 stack 0x92d9f7c0 rthread reaping 0xadc72500 stack 0x92d66740 rthread reaping 0x9bd50300 stack 0x92d9f140 rthread reaping 0x9a464500 stack 0x92d80f40 rthread reaping 0xaa249400 stack 0x92d80760 rthread reaping 0x9a464d00 stack 0x92d910e0 rthread reaping 0x9bd50d00 stack 0x92d91600 rthread reaping 0xadc72800 stack 0x92d9fcc0 rthread reaping 0x9bd50500 stack 0x92d80400 rthread reaping 0xadc72c00 stack 0x92d913c0 rthread reaping 0x9bd50200 stack 0x92d66700 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249b00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50700: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50600: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50800: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50e00: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0xaa249b00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xaa249c00: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_unlock 0xaee58bf0 0x9bd50e00: rwlock_rdlock 0xaee58bf0 (2) 0x9bd50e00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249100 stack 0x92d66700 rthread reaping 0xaa249b00 stack 0x92d913c0 rthread reaping 0xaa249a00 stack 0x92d80400 rthread reaping 0x9a464a00 stack 0x92d9fcc0 rthread reaping 0x9bd50900 stack 0x92d91600 rthread reaping 0x9a464c00 stack 0x92d910e0 rthread reaping 0xadc72e00 stack 0x92d80760 rthread reaping 0x9a464100 stack 0x92d80f40 rthread reaping 0x9bd50600 stack 0x92d9f140 rthread reaping 0x9bd50700 stack 0x92d66740 rthread reaping 0xaa249700 stack 0x92d9f7c0 rthread reaping 0x9bd50a00 stack 0x92d80700 rthread reaping 0xaa249c00 stack 0x92d91e40 rthread reaping 0x9bd50800 stack 0x92d915c0 rthread reaping 0x9bd50300 stack 0x92d80c60 rthread reaping 0x9bd50e00 stack 0x92d91e80 0xadc72700: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50100: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50200: rwlock_wrlock 0xaee58bf0 (0) 0xaa249d00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464400: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464500: rwlock_wrlock 0xaee58bf0 (0) 0xadc72700: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50900: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464400: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249100: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464500: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249600: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72700: rwlock_unlock 0xaee58bf0 0x9bd50100: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_unlock 0xaee58bf0 0xaa249d00: rwlock_unlock 0xaee58bf0 0x9a464400: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0xaa249100: rwlock_unlock 0xaee58bf0 0x9a464500: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 0xaa249600: rwlock_unlock 0xaee58bf0 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9bd50100 stack 0x92d80c60 0x9bd50500: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72700 stack 0x92d91e80 rthread reaping 0xaa249e00 stack 0x92d915c0 rthread reaping 0x9bd50a00 stack 0x92d91e40 rthread reaping 0x9bd50200 stack 0x92d80700 rthread reaping 0xaa249d00 stack 0x92d9f7c0 rthread reaping 0x9a464400 stack 0x92d66740 rthread reaping 0x9a464300 stack 0x92d9f140 rthread reaping 0xadc72e00 stack 0x92d80f40 rthread reaping 0xaa249100 stack 0x92d80760 rthread reaping 0x9a464500 stack 0x92d910e0 rthread reaping 0xaa249500 stack 0x92d91600 rthread reaping 0xaa249600 stack 0x92d9fcc0 rthread reaping 0x9a464d00 stack 0x92d80400 rthread reaping 0x9bd50900 stack 0x92d913c0 rthread reaping 0x9bd50500 stack 0x92d66700 0x9a464600: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50b00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50800: rwlock_wrlock 0xaee58bf0 (0) 0xadc72000: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50000: rwlock_wrlock 0xaee58bf0 (0) 0xadc72d00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249300: rwlock_wrlock 0xaee58bf0 (0) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72800: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0xaa249400: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50400: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50100: rwlock_wrlock 0xaee58bf0 (0) 0x9a464600: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72000: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50000: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249300: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72800: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50400: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50100: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_unlock 0xaee58bf0 0x9bd50b00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_unlock 0xaee58bf0 0xadc72000: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_unlock 0xaee58bf0 0xadc72e00: rwlock_unlock 0xaee58bf0 0xaa249300: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_unlock 0xaee58bf0 0xadc72800: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50b00 stack 0x92d913c0 0x9bd50100: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9a464600 stack 0x92d66700 0x9bd50100: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464e00 stack 0x92d80400 rthread reaping 0x9a464200 stack 0x92d9fcc0 rthread reaping 0x9bd50800 stack 0x92d91600 rthread reaping 0xadc72000 stack 0x92d910e0 rthread reaping 0x9bd50000 stack 0x92d80760 rthread reaping 0xadc72d00 stack 0x92d80f40 rthread reaping 0xadc72e00 stack 0x92d9f140 rthread reaping 0xaa249300 stack 0x92d66740 rthread reaping 0x9a464a00 stack 0x92d9f7c0 rthread reaping 0xadc72800 stack 0x92d80700 rthread reaping 0x9a464300 stack 0x92d91e40 rthread reaping 0xaa249400 stack 0x92d915c0 rthread reaping 0x9bd50400 stack 0x92d91e80 rthread reaping 0x9bd50100 stack 0x92d80c60 0x9bd50f00: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50500: rwlock_wrlock 0xaee58bf0 (0) 0xadc72a00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249700: rwlock_wrlock 0xaee58bf0 (0) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249900: rwlock_wrlock 0xaee58bf0 (0) 0x9a464300: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50600: rwlock_wrlock 0xaee58bf0 (0) 0x9a464200: rwlock_wrlock 0xaee58bf0 (0) 0xadc72600: rwlock_wrlock 0xaee58bf0 (0) 0xadc72900: rwlock_wrlock 0xaee58bf0 (0) 0xaa249e00: rwlock_wrlock 0xaee58bf0 (0) 0xaa249000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464000: rwlock_wrlock 0xaee58bf0 (0) 0x9a464800: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50700: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50f00: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9bd50f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72a00: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249700: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249900: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464300: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50600: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464200: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72600: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249e00: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249000: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464000: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464800: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50700: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50f00: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_unlock 0xaee58bf0 0xadc72a00: rwlock_unlock 0xaee58bf0 0xaa249700: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0xaa249900: rwlock_unlock 0xaee58bf0 0x9a464300: rwlock_unlock 0xaee58bf0 0x9bd50600: rwlock_unlock 0xaee58bf0 0x9a464200: rwlock_unlock 0xaee58bf0 0xadc72600: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0xaa249e00: rwlock_unlock 0xaee58bf0 0xaa249000: rwlock_unlock 0xaee58bf0 0x9a464000: rwlock_unlock 0xaee58bf0 0x9a464800: rwlock_unlock 0xaee58bf0 0x9bd50700: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0x9bd50500 stack 0x92d91e80 0x9bd50700: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50f00 stack 0x92d80c60 rthread reaping 0xadc72a00 stack 0x92d915c0 rthread reaping 0xaa249700 stack 0x92d91e40 rthread reaping 0x9a464b00 stack 0x92d80700 rthread reaping 0xaa249900 stack 0x92d9f7c0 rthread reaping 0x9a464300 stack 0x92d66740 rthread reaping 0x9bd50600 stack 0x92d9f140 rthread reaping 0x9a464200 stack 0x92d80f40 rthread reaping 0xadc72600 stack 0x92d80760 rthread reaping 0xadc72900 stack 0x92d910e0 rthread reaping 0xaa249e00 stack 0x92d91600 rthread reaping 0xaa249000 stack 0x92d9fcc0 rthread reaping 0x9a464000 stack 0x92d80400 rthread reaping 0x9a464800 stack 0x92d66700 rthread reaping 0x9bd50700 stack 0x92d913c0 0x9a464d00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9bd50800: rwlock_wrlock 0xaee58bf0 (2147483647) 0xaa249200: rwlock_wrlock 0xaee58bf0 (2147483647) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9bd50900: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464100: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9bd50500: rwlock_wrlock 0xaee58bf0 (2147483647) 0xadc72c00: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464700: rwlock_wrlock 0xaee58bf0 (2147483647) 0x9a464d00: rwlock_rdlock 0xaee58bf0 (0) 0x9a464900: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50800: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249200: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50900: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464100: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50500: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72c00: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464700: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464d00: rwlock_unlock 0xaee58bf0 0x9a464900: rwlock_unlock 0xaee58bf0 0x9bd50800: rwlock_unlock 0xaee58bf0 0xaa249200: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0x9bd50900: rwlock_unlock 0xaee58bf0 0x9a464100: rwlock_unlock 0xaee58bf0 0x9bd50500: rwlock_unlock 0xaee58bf0 0xadc72c00: rwlock_unlock 0xaee58bf0 0x9a464700: rwlock_rdlock 0xaee58bf0 (2147483650) rthread reaping 0x9a464900 stack 0x92d66700 0x9a464e00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464d00 stack 0x92d913c0 0xaa249a00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50800 stack 0x92d80400 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72d00: rwlock_unlock 0xaee58bf0 rthread reaping 0xaa249200 stack 0x92d9fcc0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50e00: rwlock_unlock 0xaee58bf0 rthread reaping 0xadc72b00 stack 0x92d91600 0xadc72d00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249500: rwlock_unlock 0xaee58bf0 rthread reaping 0x9bd50900 stack 0x92d910e0 0x9bd50e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72e00: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464100 stack 0x92d80760 0xaa249500: rwlock_rdlock 0xaee58bf0 (4294967295) rthread reaping 0x9bd50500 stack 0x92d80f40 rthread reaping 0xadc72c00 stack 0x92d9f140 0x9a464700: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0xadc72d00: rwlock_unlock 0xaee58bf0 0x9bd50e00: rwlock_unlock 0xaee58bf0 0xaa249500: rwlock_unlock 0xaee58bf0 rthread reaping 0x9a464e00 stack 0x92d9f7c0 rthread reaping 0x9a464700 stack 0x92d66740 rthread reaping 0xaa249a00 stack 0x92d80700 rthread reaping 0xadc72d00 stack 0x92d91e40 rthread reaping 0x9bd50e00 stack 0x92d915c0 rthread reaping 0xaa249500 stack 0x92d80c60 0xadc72e00: rwlock_rdlock 0xaee58bf0 (0) 0xadc72e00: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_wrlock 0xaee58bf0 (0) 0xadc72900: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50200: rwlock_wrlock 0xaee58bf0 (0) 0x9a464b00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464e00: rwlock_wrlock 0xaee58bf0 (0) 0x9a464a00: rwlock_wrlock 0xaee58bf0 (0) 0xadc72200: rwlock_wrlock 0xaee58bf0 (0) 0x9bd50000: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72f00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_wrlock 0xaee58bf0 (4294967295) 0x9bd50400: rwlock_wrlock 0xaee58bf0 (4294967295) 0xadc72900: rwlock_unlock 0xaee58bf0 0x9bd50000: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50200: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464a00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72200: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72b00: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50300: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xadc72f00: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464600: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249400: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_rdlock 0xaee58bf0 (4294967295) 0xaa249a00: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9a464c00: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50400: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_rdlock 0xaee58bf0 (4294967295) 0x9bd50000: rwlock_unlock 0xaee58bf0 0xadc72900: rwlock_unlock 0xaee58bf0 0x9bd50200: rwlock_unlock 0xaee58bf0 0x9a464b00: rwlock_unlock 0xaee58bf0 0x9a464e00: rwlock_unlock 0xaee58bf0 0x9a464a00: rwlock_unlock 0xaee58bf0 0xadc72200: rwlock_unlock 0xaee58bf0 0x9bd50a00: rwlock_unlock 0xaee58bf0 0xadc72b00: rwlock_unlock 0xaee58bf0 0x9bd50300: rwlock_unlock 0xaee58bf0 0xadc72f00: rwlock_unlock 0xaee58bf0 0x9a464600: rwlock_unlock 0xaee58bf0 0xaa249400: rwlock_unlock 0xaee58bf0 0xaa249a00: rwlock_unlock 0xaee58bf0 0x9a464c00: rwlock_unlock 0xaee58bf0 0x9bd50400: rwlock_rdlock 0xaee58bf0 (2) rthread reaping 0xadc72900 stack 0x92d915c0 rthread reaping 0x9bd50000 stack 0x92d80c60 rthread reaping 0x9bd50200 stack 0x92d91e40 rthread reaping 0x9a464b00 stack 0x92d80700 rthread reaping 0x9a464e00 stack 0x92d66740 rthread reaping 0x9a464a00 stack 0x92d9f7c0 rthread reaping 0xadc72200 stack 0x92d9f140 rthread reaping 0x9bd50a00 stack 0x92d80f40 rthread reaping 0xadc72b00 stack 0x92d80760 rthread reaping 0x9bd50300 stack 0x92d910e0 rthread reaping 0xadc72f00 stack 0x92d91600 rthread reaping 0x9a464600 stack 0x92d9fcc0 rthread reaping 0xaa249400 stack 0x92d80400 rthread reaping 0xaa249a00 stack 0x92d913c0 rthread reaping 0xadc72e00 stack 0x92d91e80 0xaa249900: 11: exit run() 0xaa249f00: 12: msg: "new message" 0x9bd50400: 13: msg: "new message" 0xadc72900: 14: msg: "new message" 0x9a464800: 15: msg: "new message" 0x9a464e00: 0: exit run() 0xaa249f00: 12: exit run() 0x9bd50400: 13: exit run() 0xadc72900: 14: exit run() 0x9a464800: 15: exit run() main: 55 0xadc72800: 0: enter run() 0xaa249500: 1: enter run() 0xaa249d00: 2: enter run() 0xadc72600: 3: enter run() 0xaa249a00: 4: enter run() 0x9bd50300: 5: enter run() 0xadc72000: 6: enter run() 0x9bd50500: 7: enter run() 0x9bd50d00: 8: enter run() 0x9bd50c00: 9: enter run() 0x9bd50600: 10: enter run() 0xadc72800: 0: set_msg 0xaa249e00: 11: enter run() 0x9bd50100: 12: enter run() 0x9a464500: 13: enter run() 0xadc72a00: 14: enter run() 0x9bd50a00: 15: enter run() 0xaa249500: 1: set_msg 0xaa249d00: 2: set_msg 0xadc72600: 3: set_msg 0xaa249a00: 4: set_msg 0x9bd50300: 5: set_msg 0xadc72000: 6: set_msg 0x9bd50500: 7: set_msg 0x9bd50d00: 8: set_msg 0x9bd50c00: 9: set_msg 0x9bd50600: 10: set_msg 0xaa249e00: 11: set_msg 0x9bd50100: 12: set_msg 0x9a464500: 13: set_msg 0xadc72a00: 14: set_msg 0x9bd50a00: 15: set_msg 0xadc72800: 0: msg: "new message" 0xaa249500: 1: msg: "new message" 0xaa249500: 1: exit run() 0xaa249d00: 2: msg: "new message" 0xaa249d00: 2: exit run() 0xadc72600: 3: msg: "new message" 0xadc72600: 3: exit run() 0xaa249a00: 4: msg: "new message" 0xaa249a00: 4: exit run() 0x9bd50300: 5: msg: "new message" 0x9bd50300: 5: exit run() 0xadc72000: 6: msg: "new message" 0xadc72000: 6: exit run() 0x9bd50500: 7: msg: "new message" 0x9bd50500: 7: exit run() 0x9bd50d00: 8: msg: "new message" 0x9bd50d00: 8: exit run() 0x9bd50c00: 9: msg: "new message" 0x9bd50c00: 9: exit run() 0x9bd50600: 10: msg: "new message" 0x9bd50600: 10: exit run() 0xaa249e00: 11: msg: "new message" 0xaa249e00: 11: exit run() 0x9bd50100: 12: msg: "new message" 0x9bd50100: 12: exit run() 0x9a464500: 13: msg: "new message" 0x9a464500: 13: exit run() 0xadc72a00: 14: msg: "new message" 0xadc72800: 0: exit run() 0xadc72a00: 14: exit run() 0x9bd50a00: 15: msg: "new message" 0x9bd50a00: 15: exit run() main: 56 0x9bd50d00: 0: enter run() 0xadc72700: 1: enter run() 0xaa249600: 2: enter run() 0xaa249800: 3: enter run() 0xaa249000: 4: enter run() 0xaa249300: 5: enter run() 0x9a464e00: 6: enter run() 0xaa249d00: 7: enter run() 0x9a464f00: 8: enter run() 0x9bd50700: 9: enter run() 0x9bd50b00: 10: enter run() 0xadc72100: 11: enter run() 0x9bd50800: 12: enter run() 0x9bd50f00: 13: enter run() 0x9a464700: 14: enter run() 0xadc72d00: 15: enter run() 0x9bd50d00: 0: set_msg 0xadc72700: 1: set_msg 0xaa249600: 2: set_msg 0xaa249800: 3: set_msg 0xaa249000: 4: set_msg 0xaa249300: 5: set_msg 0x9a464e00: 6: set_msg 0xaa249d00: 7: set_msg 0x9a464f00: 8: set_msg 0x9bd50700: 9: set_msg 0x9bd50b00: 10: set_msg 0xadc72100: 11: set_msg 0x9bd50800: 12: set_msg 0x9bd50f00: 13: set_msg 0x9a464700: 14: set_msg 0xadc72d00: 15: set_msg 0x9bd50d00: 0: msg: "new message" 0xadc72700: 1: msg: "new message" 0xadc72700: 1: exit run() 0xaa249600: 2: msg: "new message" 0xaa249600: 2: exit run() 0xaa249800: 3: msg: "new message" 0xaa249800: 3: exit run() 0xaa249000: 4: msg: "new message" 0xaa249000: 4: exit run() 0xaa249300: 5: msg: "new message" 0xaa249300: 5: exit run() 0x9a464e00: 6: msg: "new message" 0x9a464e00: 6: exit run() 0xaa249d00: 7: msg: "new message" 0xaa249d00: 7: exit run() 0x9a464f00: 8: msg: "new message" 0x9a464f00: 8: exit run() 0x9bd50700: 9: msg: "new message" 0x9bd50700: 9: exit run() 0x9bd50b00: 10: msg: "new message" 0x9bd50b00: 10: exit run() 0xadc72100: 11: msg: "new message" 0xadc72100: 11: exit run() 0x9bd50800: 12: msg: "new message" 0x9bd50800: 12: exit run() 0x9bd50f00: 13: msg: "new message" 0x9bd50f00: 13: exit run() 0x9a464700: 14: msg: "new message" 0x9a464700: 14: exit run() 0xadc72d00: 15: msg: "new message" 0x9bd50d00: 0: exit run() 0xadc72d00: 15: exit run() main: 57 0x9a464000: 0: enter run() 0x9bd50100: 1: enter run() 0x9bd50400: 2: enter run() 0x9bd50900: 3: enter run() 0xaa249200: 4: enter run() 0x9bd50a00: 5: enter run() 0xadc72500: 6: enter run() 0x9bd50300: 7: enter run() 0x9a464500: 8: enter run() 0xaa249400: 9: enter run() 0x9a464d00: 10: enter run() 0x9a464000: 0: set_msg 0x9bd50d00: 11: enter run() 0x9bd50100: 1: set_msg 0xadc72800: 12: enter run() 0x9bd50500: 13: enter run() 0xadc72c00: 14: enter run() 0x9bd50200: 15: enter run() 0x9bd50400: 2: set_msg 0x9bd50900: 3: set_msg 0xaa249200: 4: set_msg 0x9bd50a00: 5: set_msg 0xadc72500: 6: set_msg 0x9bd50300: 7: set_msg 0x9a464500: 8: set_msg 0xaa249400: 9: set_msg 0x9a464d00: 10: set_msg 0x9bd50d00: 11: set_msg 0xadc72800: 12: set_msg 0x9bd50500: 13: set_msg 0xadc72c00: 14: set_msg 0x9bd50200: 15: set_msg 0x9a464000: 0: msg: "new message" 0x9bd50100: 1: msg: "new message" 0x9bd50100: 1: exit run() 0x9bd50400: 2: msg: "new message" 0x9bd50400: 2: exit run() 0x9bd50900: 3: msg: "new message" 0x9bd50900: 3: exit run() 0xaa249200: 4: msg: "new message" 0xaa249200: 4: exit run() 0x9bd50a00: 5: msg: "new message" 0x9bd50a00: 5: exit run() 0xadc72500: 6: msg: "new message" 0xadc72500: 6: exit run() 0x9bd50300: 7: msg: "new message" 0x9bd50300: 7: exit run() 0x9a464500: 8: msg: "new message" 0x9a464500: 8: exit run() 0xaa249400: 9: msg: "new message" 0xaa249400: 9: exit run() 0x9a464d00: 10: msg: "new message" 0x9a464d00: 10: exit run() 0x9bd50d00: 11: msg: "new message" 0x9bd50d00: 11: exit run() 0xadc72800: 12: msg: "new message" 0xadc72800: 12: exit run() 0x9bd50500: 13: msg: "new message" 0x9bd50500: 13: exit run() 0xadc72c00: 14: msg: "new message" 0x9a464000: 0: exit run() 0xadc72c00: 14: exit run() 0x9bd50200: 15: msg: "new message" 0x9bd50200: 15: exit run() main: 58 0xaa249100: 0: enter run() 0xaa249b00: 1: enter run() 0xaa249a00: 2: enter run() 0x9a464a00: 3: enter run() 0x9bd50900: 4: enter run() 0x9a464c00: 5: enter run() 0xadc72e00: 6: enter run() 0x9a464100: 7: enter run() 0x9bd50600: 8: enter run() 0x9bd50700: 9: enter run() 0xaa249100: 0: set_msg 0xaa249700: 10: enter run() 0x9bd50a00: 11: enter run() 0xaa249c00: 12: enter run() 0x9bd50800: 13: enter run() 0x9bd50300: 14: enter run() 0x9bd50e00: 15: enter run() 0xaa249b00: 1: set_msg 0xaa249a00: 2: set_msg 0x9a464a00: 3: set_msg 0x9bd50900: 4: set_msg 0x9a464c00: 5: set_msg 0xadc72e00: 6: set_msg 0x9a464100: 7: set_msg 0x9bd50600: 8: set_msg 0x9bd50700: 9: set_msg 0xaa249700: 10: set_msg 0x9bd50a00: 11: set_msg 0xaa249c00: 12: set_msg 0x9bd50800: 13: set_msg 0x9bd50300: 14: set_msg 0x9bd50e00: 15: set_msg 0xaa249100: 0: msg: "new message" 0xaa249b00: 1: msg: "new message" 0xaa249b00: 1: exit run() 0xaa249a00: 2: msg: "new message" 0xaa249a00: 2: exit run() 0x9a464a00: 3: msg: "new message" 0x9a464a00: 3: exit run() 0x9bd50900: 4: msg: "new message" 0x9bd50900: 4: exit run() 0x9a464c00: 5: msg: "new message" 0x9a464c00: 5: exit run() 0xadc72e00: 6: msg: "new message" 0xadc72e00: 6: exit run() 0x9a464100: 7: msg: "new message" 0x9a464100: 7: exit run() 0x9bd50600: 8: msg: "new message" 0x9bd50600: 8: exit run() 0x9bd50700: 9: msg: "new message" 0x9bd50700: 9: exit run() 0xaa249700: 10: msg: "new message" 0xaa249700: 10: exit run() 0x9bd50a00: 11: msg: "new message" 0x9bd50a00: 11: exit run() 0xaa249c00: 12: msg: "new message" 0xaa249c00: 12: exit run() 0x9bd50800: 13: msg: "new message" 0x9bd50800: 13: exit run() 0x9bd50300: 14: msg: "new message" 0xaa249100: 0: exit run() 0x9bd50300: 14: exit run() 0x9bd50e00: 15: msg: "new message" 0x9bd50e00: 15: exit run() main: 59 0xadc72700: 0: enter run() 0x9bd50100: 1: enter run() 0xaa249e00: 2: enter run() 0x9bd50a00: 3: enter run() 0x9bd50200: 4: enter run() 0xaa249d00: 5: enter run() 0x9a464400: 6: enter run() 0x9a464300: 7: enter run() 0xadc72e00: 8: enter run() 0xaa249100: 9: enter run() 0x9a464500: 10: enter run() 0xadc72700: 0: set_msg 0xaa249500: 11: enter run() 0xaa249600: 12: enter run() 0x9bd50100: 1: set_msg 0x9a464d00: 13: enter run() 0x9bd50900: 14: enter run() 0x9bd50500: 15: enter run() 0xaa249e00: 2: set_msg 0x9bd50a00: 3: set_msg 0x9bd50200: 4: set_msg 0xaa249d00: 5: set_msg 0x9a464400: 6: set_msg 0x9a464300: 7: set_msg 0xadc72e00: 8: set_msg 0xaa249100: 9: set_msg 0x9a464500: 10: set_msg 0xaa249500: 11: set_msg 0xaa249600: 12: set_msg 0x9a464d00: 13: set_msg 0x9bd50900: 14: set_msg 0x9bd50500: 15: set_msg 0xadc72700: 0: msg: "new message" 0x9bd50100: 1: msg: "new message" 0x9bd50100: 1: exit run() 0xaa249e00: 2: msg: "new message" 0xaa249e00: 2: exit run() 0x9bd50a00: 3: msg: "new message" 0x9bd50a00: 3: exit run() 0x9bd50200: 4: msg: "new message" 0x9bd50200: 4: exit run() 0xaa249d00: 5: msg: "new message" 0xaa249d00: 5: exit run() 0x9a464400: 6: msg: "new message" 0x9a464400: 6: exit run() 0x9a464300: 7: msg: "new message" 0x9a464300: 7: exit run() 0xadc72e00: 8: msg: "new message" 0xadc72e00: 8: exit run() 0xaa249100: 9: msg: "new message" 0xaa249100: 9: exit run() 0x9a464500: 10: msg: "new message" 0x9a464500: 10: exit run() 0xaa249500: 11: msg: "new message" 0xaa249500: 11: exit run() 0xaa249600: 12: msg: "new message" 0xaa249600: 12: exit run() 0x9a464d00: 13: msg: "new message" 0x9a464d00: 13: exit run() 0x9bd50900: 14: msg: "new message" 0xadc72700: 0: exit run() 0x9bd50900: 14: exit run() 0x9bd50500: 15: msg: "new message" 0x9bd50500: 15: exit run() main: 60 0x9a464600: 0: enter run() 0x9bd50b00: 1: enter run() 0x9a464e00: 2: enter run() 0x9a464200: 3: enter run() 0x9bd50800: 4: enter run() 0xadc72000: 5: enter run() 0x9bd50000: 6: enter run() 0xadc72d00: 7: enter run() 0xadc72e00: 8: enter run() 0xaa249300: 9: enter run() 0x9a464a00: 10: enter run() 0xadc72800: 11: enter run() 0x9a464300: 12: enter run() 0xaa249400: 13: enter run() 0x9bd50400: 14: enter run() 0x9bd50100: 15: enter run() 0x9a464600: 0: set_msg 0x9bd50b00: 1: set_msg 0x9a464e00: 2: set_msg 0x9a464200: 3: set_msg 0x9bd50800: 4: set_msg 0xadc72000: 5: set_msg 0x9bd50000: 6: set_msg 0xadc72d00: 7: set_msg 0xadc72e00: 8: set_msg 0xaa249300: 9: set_msg 0x9a464a00: 10: set_msg 0xadc72800: 11: set_msg 0x9a464300: 12: set_msg 0xaa249400: 13: set_msg 0x9bd50400: 14: set_msg 0x9bd50100: 15: set_msg 0x9a464600: 0: msg: "new message" 0x9bd50b00: 1: msg: "new message" 0x9bd50b00: 1: exit run() 0x9a464e00: 2: msg: "new message" 0x9a464e00: 2: exit run() 0x9a464200: 3: msg: "new message" 0x9a464200: 3: exit run() 0x9bd50800: 4: msg: "new message" 0x9bd50800: 4: exit run() 0xadc72000: 5: msg: "new message" 0xadc72000: 5: exit run() 0x9bd50000: 6: msg: "new message" 0x9bd50000: 6: exit run() 0xadc72d00: 7: msg: "new message" 0xadc72d00: 7: exit run() 0xadc72e00: 8: msg: "new message" 0xadc72e00: 8: exit run() 0xaa249300: 9: msg: "new message" 0xaa249300: 9: exit run() 0x9a464a00: 10: msg: "new message" 0x9a464a00: 10: exit run() 0xadc72800: 11: msg: "new message" 0xadc72800: 11: exit run() 0x9a464300: 12: msg: "new message" 0x9a464300: 12: exit run() 0xaa249400: 13: msg: "new message" 0xaa249400: 13: exit run() 0x9bd50400: 14: msg: "new message" 0x9a464600: 0: exit run() 0x9bd50400: 14: exit run() 0x9bd50100: 15: msg: "new message" 0x9bd50100: 15: exit run() main: 61 0x9bd50f00: 0: enter run() 0x9bd50500: 1: enter run() 0xadc72a00: 2: enter run() 0xaa249700: 3: enter run() 0x9a464b00: 4: enter run() 0xaa249900: 5: enter run() 0x9a464300: 6: enter run() 0x9bd50600: 7: enter run() 0x9a464200: 8: enter run() 0xadc72600: 9: enter run() 0xadc72900: 10: enter run() 0xaa249e00: 11: enter run() 0xaa249000: 12: enter run() 0x9a464000: 13: enter run() 0x9a464800: 14: enter run() 0x9bd50700: 15: enter run() 0x9bd50f00: 0: set_msg 0x9bd50500: 1: set_msg 0xadc72a00: 2: set_msg 0xaa249700: 3: set_msg 0x9a464b00: 4: set_msg 0xaa249900: 5: set_msg 0x9a464300: 6: set_msg 0x9bd50600: 7: set_msg 0x9a464200: 8: set_msg 0xadc72600: 9: set_msg 0xadc72900: 10: set_msg 0xaa249e00: 11: set_msg 0xaa249000: 12: set_msg 0x9a464000: 13: set_msg 0x9a464800: 14: set_msg 0x9bd50700: 15: set_msg 0x9bd50f00: 0: msg: "new message" 0x9bd50500: 1: msg: "new message" 0x9bd50500: 1: exit run() 0xadc72a00: 2: msg: "new message" 0xadc72a00: 2: exit run() 0xaa249700: 3: msg: "new message" 0xaa249700: 3: exit run() 0x9a464b00: 4: msg: "new message" 0x9a464b00: 4: exit run() 0xaa249900: 5: msg: "new message" 0xaa249900: 5: exit run() 0x9a464300: 6: msg: "new message" 0x9a464300: 6: exit run() 0x9bd50600: 7: msg: "new message" 0x9bd50600: 7: exit run() 0x9a464200: 8: msg: "new message" 0x9a464200: 8: exit run() 0xadc72600: 9: msg: "new message" 0xadc72600: 9: exit run() 0xadc72900: 10: msg: "new message" 0xadc72900: 10: exit run() 0xaa249e00: 11: msg: "new message" 0xaa249e00: 11: exit run() 0xaa249000: 12: msg: "new message" 0xaa249000: 12: exit run() 0x9a464000: 13: msg: "new message" 0x9a464000: 13: exit run() 0x9a464800: 14: msg: "new message" 0x9bd50f00: 0: exit run() 0x9a464800: 14: exit run() 0x9bd50700: 15: msg: "new message" 0x9bd50700: 15: exit run() main: 62 0x9a464d00: 0: enter run() 0x9a464d00: 0: set_msg 0x9a464900: 1: enter run() 0x9bd50800: 2: enter run() 0xaa249200: 3: enter run() 0xadc72b00: 4: enter run() 0x9bd50900: 5: enter run() 0x9a464100: 6: enter run() 0x9bd50500: 7: enter run() 0xadc72c00: 8: enter run() 0x9a464700: 9: enter run() 0x9a464900: 1: set_msg 0x9a464e00: 10: enter run() 0xaa249a00: 11: enter run() 0xadc72d00: 12: enter run() 0x9bd50e00: 13: enter run() 0xaa249500: 14: enter run() 0xadc72e00: 15: enter run() 0x9bd50800: 2: set_msg 0xaa249200: 3: set_msg 0xadc72b00: 4: set_msg 0x9bd50900: 5: set_msg 0x9a464100: 6: set_msg 0x9bd50500: 7: set_msg 0xadc72c00: 8: set_msg 0x9a464700: 9: set_msg 0x9a464d00: 0: msg: "new message" 0x9a464900: 1: msg: "new message" 0x9a464900: 1: exit run() 0x9bd50800: 2: msg: "new message" 0x9bd50800: 2: exit run() 0xaa249200: 3: msg: "new message" 0xaa249200: 3: exit run() 0xadc72b00: 4: msg: "new message" 0xadc72b00: 4: exit run() 0x9bd50900: 5: msg: "new message" 0x9bd50900: 5: exit run() 0x9a464100: 6: msg: "new message" 0x9a464100: 6: exit run() 0x9bd50500: 7: msg: "new message" 0x9bd50500: 7: exit run() 0xadc72c00: 8: msg: "new message" 0x9a464d00: 0: exit run() 0x9a464e00: 10: set_msg 0xadc72c00: 8: exit run() 0xaa249a00: 11: set_msg 0xadc72d00: 12: set_msg 0x9bd50e00: 13: set_msg 0xaa249500: 14: set_msg 0xadc72e00: 15: set_msg 0x9a464700: 9: msg: "new message" 0x9a464e00: 10: msg: "new message" 0x9a464e00: 10: exit run() 0xaa249a00: 11: msg: "new message" 0xaa249a00: 11: exit run() 0xadc72d00: 12: msg: "new message" 0xadc72d00: 12: exit run() 0x9bd50e00: 13: msg: "new message" 0x9bd50e00: 13: exit run() 0xaa249500: 14: msg: "new message" 0xaa249500: 14: exit run() 0x9a464700: 9: exit run() 0xadc72e00: 15: msg: "new message" 0xadc72e00: 15: exit run() main: 63 0x9bd50000: 0: enter run() 0xadc72900: 1: enter run() 0x9bd50200: 2: enter run() 0x9a464b00: 3: enter run() 0x9a464e00: 4: enter run() 0x9a464a00: 5: enter run() 0xadc72200: 6: enter run() 0x9bd50000: 0: set_msg 0x9bd50a00: 7: enter run() 0xadc72b00: 8: enter run() 0x9bd50300: 9: enter run() 0xadc72f00: 10: enter run() 0x9a464600: 11: enter run() 0xaa249400: 12: enter run() 0xaa249a00: 13: enter run() 0x9a464c00: 14: enter run() 0x9bd50400: 15: enter run() 0xadc72900: 1: set_msg 0x9bd50200: 2: set_msg 0x9a464b00: 3: set_msg 0x9a464e00: 4: set_msg 0x9a464a00: 5: set_msg 0xadc72200: 6: set_msg 0x9bd50a00: 7: set_msg 0xadc72b00: 8: set_msg 0x9bd50300: 9: set_msg 0xadc72f00: 10: set_msg 0x9a464600: 11: set_msg 0xaa249400: 12: set_msg 0xaa249a00: 13: set_msg 0x9a464c00: 14: set_msg 0x9bd50400: 15: set_msg 0x9bd50000: 0: msg: "new message" 0xadc72900: 1: msg: "new message" 0xadc72900: 1: exit run() 0x9bd50200: 2: msg: "new message" 0x9bd50200: 2: exit run() 0x9a464b00: 3: msg: "new message" 0x9a464b00: 3: exit run() 0x9a464e00: 4: msg: "new message" 0x9a464e00: 4: exit run() 0x9a464a00: 5: msg: "new message" 0x9a464a00: 5: exit run() 0xadc72200: 6: msg: "new message" 0xadc72200: 6: exit run() 0x9bd50a00: 7: msg: "new message" 0x9bd50a00: 7: exit run() 0xadc72b00: 8: msg: "new message" 0xadc72b00: 8: exit run() 0x9bd50300: 9: msg: "new message" 0x9bd50300: 9: exit run() 0xadc72f00: 10: msg: "new message" 0xadc72f00: 10: exit run() 0x9a464600: 11: msg: "new message" 0x9a464600: 11: exit run() 0xaa249400: 12: msg: "new message" 0xaa249400: 12: exit run() 0xaa249a00: 13: msg: "new message" 0xaa249a00: 13: exit run() 0x9a464c00: 14: msg: "new message" 0x9bd50000: 0: exit run() 0x9a464c00: 14: exit run() 0x9bd504rthread reaping 0x9a464c00 stack 0x92d66700 0x9bd50400: rwlock_unlock 0xaee58bf0 00: 15: msg: "new message" 0x9bd50400: 15: exit run() ===> pthread_specific ==== run-regress-pthread_specific ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/pthread_specific"' -I/usr/src/regress/lib/libpthread/pthread_specific/../include -MD -MP -c /usr/src/regress/lib/libpthread/pthread_specific/pthread_specific.c In file included from /usr/src/regress/lib/libpthread/pthread_specific/pthread_specific.c:35: /usr/src/regress/lib/libpthread/pthread_specific/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/pthread_specific/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o pthread_specific pthread_specific.o -lpthread ./pthread_specific ................................................................................................................................ ===> readdir ==== run-regress-readdir ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/readdir"' -I/usr/src/regress/lib/libpthread/readdir/../include -MD -MP -c /usr/src/regress/lib/libpthread/readdir/readdir.c In file included from /usr/src/regress/lib/libpthread/readdir/readdir.c:49: /usr/src/regress/lib/libpthread/readdir/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/readdir/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o readdir readdir.o -lpthread ./readdir ===> restart ===> restart/accept ==== run-regress-accept ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/restart/accept/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/restart/accept"' -I/usr/src/regress/lib/libpthread/restart/accept/../include -MD -MP -c /usr/src/regress/lib/libpthread/restart/accept/accept.c In file included from /usr/src/regress/lib/libpthread/restart/accept/accept.c:11: /usr/src/regress/lib/libpthread/restart/accept/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/restart/accept/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o accept accept.o -lpthread ./accept ===> restart/connect ==== run-regress-connect ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/restart/connect/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/restart/connect"' -I/usr/src/regress/lib/libpthread/restart/connect/../include -MD -MP -c /usr/src/regress/lib/libpthread/restart/connect/connect.c In file included from /usr/src/regress/lib/libpthread/restart/connect/connect.c:11: /usr/src/regress/lib/libpthread/restart/connect/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/restart/connect/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o connect connect.o -lpthread ./connect ===> restart/kevent ==== run-regress-kevent ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/restart/kevent/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/restart/kevent"' -I/usr/src/regress/lib/libpthread/restart/kevent/../include -MD -MP -c /usr/src/regress/lib/libpthread/restart/kevent/kevent.c In file included from /usr/src/regress/lib/libpthread/restart/kevent/kevent.c:11: /usr/src/regress/lib/libpthread/restart/kevent/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/restart/kevent/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o kevent kevent.o -lpthread ./kevent ===> restart/read ==== run-regress-read ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/restart/read/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/restart/read"' -I/usr/src/regress/lib/libpthread/restart/read/../include -MD -MP -c /usr/src/regress/lib/libpthread/restart/read/read.c In file included from /usr/src/regress/lib/libpthread/restart/read/read.c:9: /usr/src/regress/lib/libpthread/restart/read/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/restart/read/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o read read.o -lpthread ./read ===> restart/readv ==== run-regress-readv ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/restart/readv/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/restart/readv"' -I/usr/src/regress/lib/libpthread/restart/readv/../include -MD -MP -c /usr/src/regress/lib/libpthread/restart/readv/readv.c In file included from /usr/src/regress/lib/libpthread/restart/readv/readv.c:10: /usr/src/regress/lib/libpthread/restart/readv/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/restart/readv/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o readv readv.o -lpthread ./readv ===> restart/recvfrom ==== run-regress-recvfrom ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/restart/recvfrom/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/restart/recvfrom"' -I/usr/src/regress/lib/libpthread/restart/recvfrom/../include -MD -MP -c /usr/src/regress/lib/libpthread/restart/recvfrom/recvfrom.c In file included from /usr/src/regress/lib/libpthread/restart/recvfrom/recvfrom.c:11: /usr/src/regress/lib/libpthread/restart/recvfrom/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/restart/recvfrom/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o recvfrom recvfrom.o -lpthread ./recvfrom ===> restart/recvmsg ==== run-regress-recvmsg ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/restart/recvmsg/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/restart/recvmsg"' -I/usr/src/regress/lib/libpthread/restart/recvmsg/../include -MD -MP -c /usr/src/regress/lib/libpthread/restart/recvmsg/recvmsg.c In file included from /usr/src/regress/lib/libpthread/restart/recvmsg/recvmsg.c:12: /usr/src/regress/lib/libpthread/restart/recvmsg/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/restart/recvmsg/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o recvmsg recvmsg.o -lpthread ./recvmsg ===> select ==== run-regress-select ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/select"' -I/usr/src/regress/lib/libpthread/select/../include -MD -MP -c /usr/src/regress/lib/libpthread/select/select.c In file included from /usr/src/regress/lib/libpthread/select/select.c:48: /usr/src/regress/lib/libpthread/select/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/select/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o select select.o -lpthread ./select .......................................................................................................................select returned 1 read 4: `foo ' last read was -1, errno = 35 Resource temporarily unavailable select returned 1 last read was 0, errno = 0 success read finished ===> semaphore ===> semaphore/sem_destroy ==== run-regress-sem_destroy ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/semaphore/sem_destroy/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/semaphore/sem_destroy"' -I/usr/src/regress/lib/libpthread/semaphore/sem_destroy/../include -MD -MP -c /usr/src/regress/lib/libpthread/semaphore/sem_destroy/sem_destroy.c In file included from /usr/src/regress/lib/libpthread/semaphore/sem_destroy/sem_destroy.c:10: /usr/src/regress/lib/libpthread/semaphore/sem_destroy/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/semaphore/sem_destroy/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o sem_destroy sem_destroy.o -lpthread ./sem_destroy ===> semaphore/sem_getvalue ==== run-regress-sem_getvalue ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/semaphore/sem_getvalue/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/semaphore/sem_getvalue"' -I/usr/src/regress/lib/libpthread/semaphore/sem_getvalue/../include -MD -MP -c /usr/src/regress/lib/libpthread/semaphore/sem_getvalue/sem_getvalue.c In file included from /usr/src/regress/lib/libpthread/semaphore/sem_getvalue/sem_getvalue.c:8: /usr/src/regress/lib/libpthread/semaphore/sem_getvalue/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/semaphore/sem_getvalue/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o sem_getvalue sem_getvalue.o -lpthread ./sem_getvalue ===> semaphore/sem_trywait ==== run-regress-sem_trywait ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/semaphore/sem_trywait/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/semaphore/sem_trywait"' -I/usr/src/regress/lib/libpthread/semaphore/sem_trywait/../include -MD -MP -c /usr/src/regress/lib/libpthread/semaphore/sem_trywait/sem_trywait.c In file included from /usr/src/regress/lib/libpthread/semaphore/sem_trywait/sem_trywait.c:9: /usr/src/regress/lib/libpthread/semaphore/sem_trywait/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/semaphore/sem_trywait/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o sem_trywait sem_trywait.o -lpthread ./sem_trywait ===> semaphore/sem_wait ==== run-regress-sem_wait ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/semaphore/sem_wait/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/semaphore/sem_wait"' -I/usr/src/regress/lib/libpthread/semaphore/sem_wait/../include -MD -MP -c /usr/src/regress/lib/libpthread/semaphore/sem_wait/sem_wait.c In file included from /usr/src/regress/lib/libpthread/semaphore/sem_wait/sem_wait.c:12: /usr/src/regress/lib/libpthread/semaphore/sem_wait/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/semaphore/sem_wait/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o sem_wait sem_wait.o -lpthread ./sem_wait sem_destroy on semaphore with waiters! sending sig got sig posting expect: sem_destroy on semaphore with waiters! ===> semaphore/sem_timedwait ==== run-regress-sem_timedwait ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/semaphore/sem_timedwait/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/semaphore/sem_timedwait"' -I/usr/src/regress/lib/libpthread/semaphore/sem_timedwait/../include -MD -MP -c /usr/src/regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c In file included from /usr/src/regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c:15: /usr/src/regress/lib/libpthread/semaphore/sem_timedwait/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/semaphore/sem_timedwait/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o sem_timedwait sem_timedwait.o -lpthread ./sem_timedwait sem_destroy on semaphore with waiters! sending sig got sig posting timeout: expected 1715760461.689470794 actual 1715760461.698974234 timeout: expected 1715760461.698974234 actual 1715760461.709470794 expect: sem_destroy on semaphore with waiters! ===> setjmp ==== run-regress-setjmp ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/setjmp"' -I/usr/src/regress/lib/libpthread/setjmp/../include -MD -MP -c /usr/src/regress/lib/libpthread/setjmp/setjmp.c In file included from /usr/src/regress/lib/libpthread/setjmp/setjmp.c:37: /usr/src/regress/lib/libpthread/setjmp/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/setjmp/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o setjmp setjmp.o -lpthread ./setjmp jumping in main thread _jumping in main thread jumping in child thread _jumping in child thread ===> sigdeliver ==== run-regress-sigdeliver ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/sigdeliver"' -I/usr/src/regress/lib/libpthread/sigdeliver/../include -MD -MP -c /usr/src/regress/lib/libpthread/sigdeliver/sigdeliver.c In file included from /usr/src/regress/lib/libpthread/sigdeliver/sigdeliver.c:12: /usr/src/regress/lib/libpthread/sigdeliver/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/sigdeliver/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o sigdeliver sigdeliver.o -lpthread ./sigdeliver ===> siginfo ==== run-regress-siginfo ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/siginfo"' -I/usr/src/regress/lib/libpthread/siginfo/../include -MD -MP -c /usr/src/regress/lib/libpthread/siginfo/siginfo.c In file included from /usr/src/regress/lib/libpthread/siginfo/siginfo.c:14: /usr/src/regress/lib/libpthread/siginfo/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/siginfo/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o siginfo siginfo.o -lpthread ./siginfo act_handler: signal 11, siginfo 0xbfffbd08, context 0xbfffbbb0 addr 0x987230, code 1, trap 2053 ===> siginterrupt ==== run-regress-siginterrupt ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/siginterrupt"' -I/usr/src/regress/lib/libpthread/siginterrupt/../include -MD -MP -c /usr/src/regress/lib/libpthread/siginterrupt/siginterrupt.c In file included from /usr/src/regress/lib/libpthread/siginterrupt/siginterrupt.c:8: /usr/src/regress/lib/libpthread/siginterrupt/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/siginterrupt/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o siginterrupt siginterrupt.o -lpthread ./siginterrupt ===> signal ==== run-regress-signal ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/signal"' -I/usr/src/regress/lib/libpthread/signal/../include -MD -MP -c /usr/src/regress/lib/libpthread/signal/signal.c In file included from /usr/src/regress/lib/libpthread/signal/signal.c:13: /usr/src/regress/lib/libpthread/signal/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/signal/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o signal signal.o -lpthread ./signal !!! ===> signals ===> signals/ignore_sigchild ==== run-regress-ignore_sigchild ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/signals/ignore_sigchild/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/signals/ignore_sigchild"' -I/usr/src/regress/lib/libpthread/signals/ignore_sigchild/../include -MD -MP -c /usr/src/regress/lib/libpthread/signals/ignore_sigchild/ignore_sigchild.c In file included from /usr/src/regress/lib/libpthread/signals/ignore_sigchild/ignore_sigchild.c:9: /usr/src/regress/lib/libpthread/signals/ignore_sigchild/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/signals/ignore_sigchild/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o ignore_sigchild ignore_sigchild.o -lpthread ./ignore_sigchild ===> signals/pthread_join ==== run-regress-pthread_join ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/signals/pthread_join/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/signals/pthread_join"' -I/usr/src/regress/lib/libpthread/signals/pthread_join/../include -MD -MP -c /usr/src/regress/lib/libpthread/signals/pthread_join/pthread_join.c In file included from /usr/src/regress/lib/libpthread/signals/pthread_join/pthread_join.c:8: /usr/src/regress/lib/libpthread/signals/pthread_join/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/signals/pthread_join/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o pthread_join pthread_join.o -lpthread ./pthread_join ===> signals/pthread_mutex_lock ==== run-regress-pthread_mutex_lock ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/signals/pthread_mutex_lock/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/signals/pthread_mutex_lock"' -I/usr/src/regress/lib/libpthread/signals/pthread_mutex_lock/../include -MD -MP -c /usr/src/regress/lib/libpthread/signals/pthread_mutex_lock/pthread_mutex_lock.c In file included from /usr/src/regress/lib/libpthread/signals/pthread_mutex_lock/pthread_mutex_lock.c:8: /usr/src/regress/lib/libpthread/signals/pthread_mutex_lock/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/signals/pthread_mutex_lock/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o pthread_mutex_lock pthread_mutex_lock.o -lpthread ./pthread_mutex_lock ===> signodefer ==== run-regress-signodefer ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/signodefer"' -I/usr/src/regress/lib/libpthread/signodefer/../include -MD -MP -c /usr/src/regress/lib/libpthread/signodefer/signodefer.c In file included from /usr/src/regress/lib/libpthread/signodefer/signodefer.c:12: /usr/src/regress/lib/libpthread/signodefer/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/signodefer/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o signodefer signodefer.o -lpthread ./signodefer act_handler/1, signal 30, siginfo 0xbffe0288, context 0xbffe0130 act_handler/2, signal 30, siginfo 0xbffe0288, context 0xbffe0130 act_handler/3, signal 30, siginfo 0xbffe0288, context 0xbffe0130 [recurse] act_handler/4, signal 30, siginfo 0xbffe0068, context 0xbffdff10 ===> sigsuspend ==== run-regress-sigsuspend ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/sigsuspend"' -I/usr/src/regress/lib/libpthread/sigsuspend/../include -MD -MP -c /usr/src/regress/lib/libpthread/sigsuspend/sigsuspend.c In file included from /usr/src/regress/lib/libpthread/sigsuspend/sigsuspend.c:44: /usr/src/regress/lib/libpthread/sigsuspend/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/sigsuspend/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ /usr/src/regress/lib/libpthread/sigsuspend/sigsuspend.c:56:6: warning: variable 'save_count' set but not used [-Wunused-but-set-variable] int save_count, status, i; ^ 3 warnings generated. cc -o sigsuspend sigsuspend.o -lpthread ./sigsuspend -> Suspender thread signal handler caught signal 16 (Urgent I/O condition) -> Main thread signal handler caught signal 16 (Urgent I/O condition) -> Suspender thread signal handler caught signal 31 (User defined signal 2) -> Suspender thread signal handler caught signal 31 (User defined signal 2) Sigsuspend woke up by signal 16 (Urgent I/O condition) Sigsuspend woke up by signal 31 (User defined signal 2) Sigsuspend woke up by signal 31 (User defined signal 2) ===> sigwait ==== run-regress-sigwait ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/sigwait"' -I/usr/src/regress/lib/libpthread/sigwait/../include -MD -MP -c /usr/src/regress/lib/libpthread/sigwait/sigwait.c In file included from /usr/src/regress/lib/libpthread/sigwait/sigwait.c:44: /usr/src/regress/lib/libpthread/sigwait/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/sigwait/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o sigwait sigwait.o -lpthread ./sigwait Sigwait waiting (thread 0x83ca5800) Sigwait caught signal 16 (Urgent I/O condition) Sigwait waiting (thread 0x83ca5800) Sigwait caught signal 16 (Urgent I/O condition) Sigwait waiting (thread 0x83ca5800) Sigwait caught signal 30 (User defined signal 1) Sigwait waiting (thread 0x83ca5800) Sigwait caught signal 30 (User defined signal 1) Sigwait waiting (thread 0x83ca5800) Sigwait caught signal 1 (Hangup) Sigwait waiting (thread 0x83ca5800) Sigwait caught signal 1 (Hangup) Sigwait waiting (thread 0x83ca5800) Sigwait caught signal 1 (Hangup) Sigwait waiting (thread 0x83ca5800) Sigwait caught signal 30 (User defined signal 1) Sigwait waiting (thread 0x83ca5800) Sigwait caught signal 30 (User defined signal 1) Sigwait waiting (thread 0x83ca5800) ===> sleep ==== run-regress-sleep ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/sleep"' -I/usr/src/regress/lib/libpthread/sleep/../include -MD -MP -c /usr/src/regress/lib/libpthread/sleep/sleep.c In file included from /usr/src/regress/lib/libpthread/sleep/sleep.c:48: /usr/src/regress/lib/libpthread/sleep/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/sleep/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o sleep sleep.o -lpthread ./sleep abababababababababab Going to sleep Done sleeping ===> socket ===> socket/1 ==== run-regress-socket1 ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/socket/1/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/socket/1"' -I/usr/src/regress/lib/libpthread/socket/1/../include -MD -MP -c /usr/src/regress/lib/libpthread/socket/1/socket1.c In file included from /usr/src/regress/lib/libpthread/socket/1/socket1.c:51: /usr/src/regress/lib/libpthread/socket/1/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/socket/1/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o socket1 socket1.o -lpthread ./socket1 ===> socket/2a ==== dummy ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/socket/2a/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/socket/2a"' -I/usr/src/regress/lib/libpthread/socket/2a/../include -MD -MP -c /usr/src/regress/lib/libpthread/socket/2a/socket2a.c In file included from /usr/src/regress/lib/libpthread/socket/2a/socket2a.c:53: /usr/src/regress/lib/libpthread/socket/2a/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/socket/2a/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o socket2a socket2a.o -lpthread socket2a ready ===> socket/2 ==== run-regress-socket2 ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/socket/2/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/socket/2"' -I/usr/src/regress/lib/libpthread/socket/2/../include -MD -MP -c /usr/src/regress/lib/libpthread/socket/2/socket2.c In file included from /usr/src/regress/lib/libpthread/socket/2/socket2.c:55: /usr/src/regress/lib/libpthread/socket/2/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/socket/2/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o socket2 socket2.o -lpthread ./socket2 listening on port 3277 35628: This should be message #1 waiting for child 4151: This should be message #2 4151: This should be message #3 35628: This should be message #4 35628: This should be message #6 4151: This should be message #5 child exited ===> socket/3 ==== run-regress-socket3 ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/socket/3/../../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/socket/3"' -I/usr/src/regress/lib/libpthread/socket/3/../include -MD -MP -c /usr/src/regress/lib/libpthread/socket/3/socket3.c In file included from /usr/src/regress/lib/libpthread/socket/3/socket3.c:17: /usr/src/regress/lib/libpthread/socket/3/../../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/socket/3/../../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o socket3 socket3.o -lpthread ./socket3 listen_fd = 3 accept_fd = 0, flags = 6 ===> spinlock ==== run-regress-spinlock ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/spinlock"' -I/usr/src/regress/lib/libpthread/spinlock/../include -MD -MP -c /usr/src/regress/lib/libpthread/spinlock/spinlock.c In file included from /usr/src/regress/lib/libpthread/spinlock/spinlock.c:11: /usr/src/regress/lib/libpthread/spinlock/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/spinlock/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o spinlock spinlock.o -lpthread ./spinlock Thread 0 started Thread 1 started Thread 2 started Thread 3 started Thread 4 started Thread 5 started Thread 6 started Thread 7 started Thread 8 started Thread 9 started ===> stack ==== run-regress-stack ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/stack"' -I/usr/src/regress/lib/libpthread/stack/../include -MD -MP -c /usr/src/regress/lib/libpthread/stack/stack.c In file included from /usr/src/regress/lib/libpthread/stack/stack.c:15: /usr/src/regress/lib/libpthread/stack/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/stack/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ /usr/src/regress/lib/libpthread/stack/stack.c:25:11: warning: address of stack memory associated with local variable 's' returned [-Wreturn-stack-address] return (&s); ^ /usr/src/regress/lib/libpthread/stack/stack.c:35:10: warning: address of stack memory associated with local variable 'buf' returned [-Wreturn-stack-address] return (buf + LARGE_SIZE/2); ^~~ 4 warnings generated. cc -o stack stack.o -lpthread ./stack ===> stdarg ==== run-regress-stdarg ==== cc -O2 -pipe -I/usr/src/regress/lib/libpthread/stdarg/../include -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/stdarg"' -I/usr/src/regress/lib/libpthread/stdarg/../include -MD -MP -c /usr/src/regress/lib/libpthread/stdarg/stdarg.c In file included from /usr/src/regress/lib/libpthread/stdarg/stdarg.c:12: /usr/src/regress/lib/libpthread/stdarg/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/stdarg/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o stdarg stdarg.o -lpthread ./stdarg trying loop in single-threaded mode: main ok now running loop with 2 threads: child 1 child 2 ok ok ===> stdio ==== run-regress-stdio ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/stdio"' -I/usr/src/regress/lib/libpthread/stdio/../include -MD -MP -c /usr/src/regress/lib/libpthread/stdio/stdio.c In file included from /usr/src/regress/lib/libpthread/stdio/stdio.c:41: /usr/src/regress/lib/libpthread/stdio/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/stdio/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o stdio stdio.o -lpthread ./stdio ===> switch ==== run-regress-switch-2 ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/switch"' -I/usr/src/regress/lib/libpthread/switch/../include -MD -MP -c /usr/src/regress/lib/libpthread/switch/switch.c In file included from /usr/src/regress/lib/libpthread/switch/switch.c:51: /usr/src/regress/lib/libpthread/switch/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/switch/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o switch switch.o -lpthread time ./switch -c 2 | wc -c 368342 0m02.03s real 0m00.08s user 0m01.94s system ==== run-regress-switch-3 ==== time ./switch -c 3 | wc -c 708196 0m02.02s real 0m00.12s user 0m01.92s system ==== run-regress-switch-4 ==== time ./switch -c 4 | wc -c 829646 0m02.02s real 0m00.13s user 0m01.89s system ==== run-regress-switch-6 ==== time ./switch -c 6 | wc -c 862518 0m02.03s real 0m00.04s user 0m02.00s system ==== run-regress-switch-8 ==== time ./switch -c 8 | wc -c 844721 0m02.04s real 0m00.15s user 0m01.91s system ==== run-regress-switch-20 ==== time ./switch -c 20 | wc -c 984967 0m02.03s real 0m00.12s user 0m01.89s system ==== run-regress-switch-26 ==== time ./switch -c 26 | wc -c 1000797 0m02.06s real 0m00.11s user 0m01.95s system ===> system ==== run-regress-system ==== cc -O2 -pipe -Wall -DSRCDIR='"/usr/src/regress/lib/libpthread/system"' -I/usr/src/regress/lib/libpthread/system/../include -MD -MP -c /usr/src/regress/lib/libpthread/system/system.c In file included from /usr/src/regress/lib/libpthread/system/system.c:12: /usr/src/regress/lib/libpthread/system/../include/test.h:36:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __vpanic(type, errstr, filenm, lineno, fmt, ap) ^ /usr/src/regress/lib/libpthread/system/../include/test.h:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] __panic(type, errstr, filenm, lineno, fmt) ^ 2 warnings generated. cc -o system system.o -lpthread ./system system system.d system.o PASS lib/libpthread Duration 6m56.43s