Re: cvs head initdb hangs on unixware

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: ohp(at)pyrenet(dot)fr, Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>, pgsql-hackers list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: cvs head initdb hangs on unixware
Date: 2008-12-08 07:17:52
Message-ID: 493CCA20.4090408@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> ohp(at)pyrenet(dot)fr writes:
>> As you can see in attached initdb.log, it seems fsm_search_avail is called
>> repeatedly and args are sort of looping...
>
> That's expected, since the system is inserting a lot of tuples
> successively.

Right. I suspect it was in the infinite loop yet. Try to run it for
*much* longer (it'll probably take much longer than usual because it's
printing all the debug stuff), until it gets stuck looping over the same
pages in same relation.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2008-12-08 07:17:56 Re: Mostly Harmless: Welcoming our C++ friends
Previous Message Pavan Deolasee 2008-12-08 06:03:00 Re: visibility maps and heap_prune