Re: cvs head initdb hangs on unixware
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Cc: ohp@pyrenet.fr, Tom Lane <tgl@sss.pgh.pa.us>, Zdenek Kotala <Zdenek.Kotala@Sun.COM>, pgsql-hackers list <pgsql-hackers@postgresql.org>
Date: 2008-12-10T11:38:21Z
Lists: pgsql-hackers
Heikki Linnakangas wrote: > I find it pretty scary to work around compiler bugs like this. Who knows > what other code it miscompiles. Can you reduce fsm_search_avail into a > small stand-alone test program, and file a bug report with the compiler > vendor? > > BTW, why does this work on warthog buildfarm member? Different compiler > version? The archives are full of compiler bugs specifically in the SCO compilers appearing and disappearing in various versions. We usually don't try to work around it; instead we make a note to avoid certain compiler versions. Filing upstream bugs usually also works.