> On August 12, 2015 at 9:35 PM Jeff Trawick <[email protected]> wrote:
>
>
> On Wed, Aug 12, 2015 at 7:04 PM, dev <[email protected]> wrote:
>
> >
> > Built apr-1.5.2 in the usual way and then ran "gmake test" to see
> > the
> > testing output hang for about 20 hours at :
> >
> > node000$ tail ../apr-1.5.2_SunOS5.10_sparcv9.001.test.log
> > teststrnatcmp : SUCCESS
> > testtable : SUCCESS
> > testtemp : SUCCESS
> > testthread : SUCCESS
> > testtime : SUCCESS
> > testud : SUCCESS
> > testuser : SUCCESS
> > testvsn : SUCCESS
> > testskiplist : gmake[1]: *** [check] Interrupt
> > gmake: *** [check] Interrupt
> >
>
> While it is hung, find the testall process that is running and run
> pstack
> against it and post the output.
>
I see that it is hung again and I have a few processes :
node000 # ps -ef | grep test
root 19205 19204 0 19:32:34 pts/1 0:00 /usr/local/bin/bash
-c cd test && /usr/local/bin/gmake all check
root 19212 19206 0 19:32:35 pts/1 0:00 /usr/local/bin/bash
-c teststatus=0; \progfailed=""; \for prog in testlockper
root 19238 19212 3 19:39:34 pts/1 9:20 ./testall -v
root 19204 18715 0 19:32:34 pts/1 0:00 /usr/local/bin/gmake
test
root 19354 19219 0 19:51:44 pts/2 0:00 grep test
node000 # pstack 19238
19238: ./testall -v
ffffffff7ef1c1d0 apr_skiplist_insert_compare (1002dc278, 10003d198,
10013f9e0, 1000364d4, 0, 1010000) + 2a8
ffffffff7ef1beec apr_skiplist_insert (1002dc278, 10003d198, ab, 9b,
1c9a54, 1000) + 3c
000000010003660c skiplist_size (ffffffff7fffef68, 0, 182bb8,
ffffffff7e0aef58, ffffffff7e2496e8, 0) + c4
00000001000087e4 abts_run_test (1001b1a50, 100036548, 0, 0, 1001ae228,
0) + 84
0000000100038024 testskiplist (1001b1a50, 1000386e2, fffffffe7ffc6dda,
fffffffffffffffd, 101010100000000, 1010101) + 144
0000000100009a54 main (2, ffffffff7ffff208, ffffffff7ffff220,
ffffffff7e04ca20, ffffffff7de00140, ffffffff7d900200) + 314
0000000100007f48 _start (0, 0, 0, 0, 0, 10013d1c0) + 108
Seems quite wedged :
node000 # truss -faeild -p 19238
Base time stamp: 1439495651.4478 [ Thu Aug 13 19:54:11 GMT 2015 ]
19238/1: psargs: ./testall -v
^C
Dennis