| From: | Kenichiro Tanaka <ketanaka(at)ashisuto(dot)co(dot)jp> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: gmake check problem |
| Date: | 2010-04-27 07:12:30 |
| Message-ID: | 4BD68E5E.2000108@ashisuto.co.jp |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi Jim
To resolve this problem, we have to indicate which SQL is hanging.
"stats test" executes postgresql-8.4.3/src/test/regress/sql/stats.sql.
we can see what the test does.
And we can see the log at
postgresql-8.4.3/src/test/regress/results/stats.out
So I suppose we can indicate which SQL is hanging.
What does stats.out say?
Thank you.
> I built 8.4.3 on Centos 5 with just ./configure and gmake
>
> When I run gmake check, the process stops at "test
> stats ..."
>
> There is no residual postgresql or postmaster running (consuming clock
> cycles on top).
>
> When I break the process, I get the following errors:
>
> gmake[2]: *** wait: No child processes. Stop.
> gmake[2]: *** Waiting for unfinished jobs....
> gmake[2]: *** wait: No child processes. Stop.
> gmake[1]: *** [check] Error 2
> gmake: *** [check] Interrupt
>
> [postgres(at)bubachubs postgresql-8.4.3]$
>
> Any help would be appreciated.
>
> Thanks,
> Jim
--
================================================
Kenichiro Tanaka
K.K.Ashisuto
http://www.ashisuto.co.jp/english/index.html
================================================
| From | Date | Subject | |
|---|---|---|---|
| Next Message | A.Bhattacharya | 2010-04-27 08:11:37 | PostgreSQL Performance issue |
| Previous Message | Scott Mead | 2010-04-27 01:02:29 | Re: Unable to run createlang (or psql for that matter) |