then i tried the test which seems to hang:<br><br>****************** TERMINAL 1 ************************<br><br>rupert@build8s:~<br>$ ps -ef | grep python | grep rupert<br>  rupert 15100 22045  0 16:35:14 pts/102  0:00 grep python<br>

  rupert 10980 10979  0 16:31:41 pts/92   0:01 /opt/csw/bin/python /tmp/hgtests.qcvU3E/install/bin/hg --cwd ../test2 push http<br>  rupert 10950 17788  0 16:31:39 ?        0:00 /opt/csw/bin/python /tmp/hgtests.qcvU3E/install/bin/hg serve -p 20059 -d --pid-<br>

  rupert 10471 20659  0 16:31:00 pts/92   0:00 python ./run-tests.py test-push-http<br><br>rupert@build8s:~<br>$ truss -p 10980<br>recv(4, 0x0024F734, 1, 0)       (sleeping...)<br>^C<br>rupert@build8s:~<br>$ truss -p 10950<br>

lwp_park(0x00000000, 0)         (sleeping...)<br><br>^C<br>rupert@build8s:~<br>$ truss -p 10471<br>waitid(P_PID, 10834, 0xFFBFE7E0, WEXITED|WTRAPPED) (sleeping...)<br>^C<br><br><br>****************** TERMINAL 2 ************************<br>



<br>on the other window, where i started the test, i had to kill -9 the process:<br><br>rupert@build8s:~/mgar/pkg/mercurial/trunk/work/solaris8-sparc/build-isa-sparcv8/mercurial-1.4.3/tests<br>$ ./run-tests.py test-push-http<br>

^C<br>interrupted!<br><br>rupert@build8s:~/mgar/pkg/mercurial/trunk/work/solaris8-sparc/build-isa-sparcv8/mercurial-1.4.3/tests<br>$ ps -ef | grep python | grep rup<br>  rupert 15164 20659  0 16:38:33 pts/92   0:00 grep python<br>

  rupert 10950 17788  0 16:31:39 ?        0:00 /opt/csw/bin/python /tmp/hgtests.qcvU3E/install/bin/hg serve -p 20059 -d --pid-<br><br>rupert@build8s:~/mgar/pkg/mercurial/trunk/work/solaris8-sparc/build-isa-sparcv8/mercurial-1.4.3/tests<br>

$ kill 10950<br><br>rupert@build8s:~/mgar/pkg/mercurial/trunk/work/solaris8-sparc/build-isa-sparcv8/mercurial-1.4.3/tests<br>$ ps -ef | grep python | grep rup<br>  rupert 15179 20659  0 16:38:51 pts/92   0:00 grep python<br>

  rupert 10950 17788  0 16:31:39 ?        0:00 /opt/csw/bin/python /tmp/hgtests.qcvU3E/install/bin/hg serve -p 20059 -d --pid-<br><br>rupert@build8s:~/mgar/pkg/mercurial/trunk/work/solaris8-sparc/build-isa-sparcv8/mercurial-1.4.3/tests<br>

$ kill -9 10950<br><br>rupert@build8s:~/mgar/pkg/mercurial/trunk/work/solaris8-sparc/build-isa-sparcv8/mercurial-1.4.3/tests<br>$ ps -ef | grep python | grep rup<br>  rupert 15189 20659  0 16:39:00 pts/92   0:00 grep python<br>

<br><br><br><br><br><br><br><div class="gmail_quote">On Tue, Feb 2, 2010 at 23:23, rupert THURNER <span dir="ltr">&lt;<a href="mailto:rupert@opencsw.org">rupert@opencsw.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

i tried again with hg-1.4.3 on build8s - same hanging .....<br><br>in one terminal the test is running:<br>rupert@build8s:~/mgar/pkg/mercurial/trunk/work/solaris8-sparc/build-isa-sparcv8/mercurial-1.4.3/tests<br>$ ./run-tests.py -j32<br>


<br><br>and in the other i did a truss as maciej suggested.<br><br>rupert@build8s:~<br>$ ps -ef | grep ruper | grep pytho<br>  rupert 23907 17788  0 16:05:22 ?        0:00 /opt/csw/bin/python /tmp/hgtests.EsEYZq/install/bin/hg serve -p 20137 -d --pid-<br>


  rupert 22422 21173  0 16:18:17 pts/2    0:00 grep pytho<br>  rupert 24158 24157  0 16:05:27 pts/92   0:01 /opt/csw/bin/python /tmp/hgtests.EsEYZq/install/bin/hg --cwd ../test2 push http<br>  rupert 13873  8465  0 16:01:26 pts/92   0:01 /opt/csw/bin/python ./run-tests.py --jobs=1 --port=20059 --with-hg=/tmp/hgtests<br>


  rupert  8465 20659  0 16:00:16 pts/92   0:01 python ./run-tests.py -j32<br><br><br><br>rupert@build8s:~<br>$ truss -p 23907<br>lwp_park(0x00000000, 0)         (sleeping...)<br><br>$ truss -p 24158<br>recv(4, 0x0024F734, 1, 0)       (sleeping...)<br>


<br>$ truss -p 13873<br>waitid(P_PID, 21911, 0xFFBFE458, WEXITED|WTRAPPED) (sleeping...)<br><br>$ truss -p 8465<br>wait()                          (sleeping...)<div><div></div><div class="h5"><br><br><br><br><br><br><br>

<br><br><div class="gmail_quote">
On Tue, Jan 5, 2010 at 09:53, Maciej (Matchek) Blizinski <span dir="ltr">&lt;<a href="mailto:maciej@opencsw.org" target="_blank">maciej@opencsw.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


<div>On Mon, Jan 4, 2010 at 10:57 PM, rupert THURNER &lt;<a href="mailto:rupert@opencsw.org" target="_blank">rupert@opencsw.org</a>&gt; wrote:<br>
&gt; then i upgraded the dependencies as well. but the result did not<br>
&gt; change, the test just hang.<br>
<br>
</div>My mantra is: what does truss say?<br>
<div><div></div><div>_______________________________________________<br>
maintainers mailing list<br>
<a href="mailto:maintainers@lists.opencsw.org" target="_blank">maintainers@lists.opencsw.org</a><br>
<a href="https://lists.opencsw.org/mailman/listinfo/maintainers" target="_blank">https://lists.opencsw.org/mailman/listinfo/maintainers</a><br>
.:: This mailing list&#39;s archive is public. ::.<br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>