Re: cvs head initdb hangs on unixware
Zdenek Kotala <zdenek.kotala@sun.com>
From: Zdenek Kotala <Zdenek.Kotala@Sun.COM>
To: ohp@pyrenet.fr
Cc: pgsql-hackers list <pgsql-hackers@postgresql.org>
Date: 2008-12-02T16:22:25Z
Lists: pgsql-hackers
Could you generate a core and send a stacktrace? kill SIGABRT <pid> should do that. Zdenek ohp@pyrenet.fr napsal(a): > Hi all, > > cvs head configured without --enable-debug hang in initdb while making > check. > > warthog doesn't exhibit it because it's configured with debug. > > when it hangs, postmaster takes 100% cpu doing nothing. initdb waits for > it while creating template db. > > According to truss, the last usefull thing postmaster does is writing 8K > zeroes to disk. > > If someone needs an access to a unixware machine, let me know. > > regards, >