dbTalk Databases Forums  

Re: [BUGS] 7.3.5 initdb failure on Irix 6.5.18

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss Re: [BUGS] 7.3.5 initdb failure on Irix 6.5.18 in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Craig Ruff
 
Posts: n/a

Default Re: [BUGS] 7.3.5 initdb failure on Irix 6.5.18 - 01-21-2004 , 01:29 PM






Here is what I discovered about this problem.

The MIPSpro 7.4.1 C compiler apparently has a structure assignment code
generation bug that is triggered at backend/access/transam/xlog.c:2683

LogwrtResult.Write = LogwrtResult.Flush = EndOfLog;

EndOfLog and LogwrtResult.Write are correct, but LogwrtResult.Flush ends
up corrupted.

I've opened a problem report with SGI (case ID 2505985 "MIPSpro 7.4.1 C
structure assignment bug") for those of you who need to track it. From
what I can see, PostgreSQL 7.3.x is vulnerable, PostgreSQL 7.4.1 seems
to pass its regression test, but I'd probably think twice about using
it when compiled with MIPSpro 7.4.1.

Everything seems ok when compiled with the SGI provided version of GCC 3.2.2.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org)

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.