Re: 7.1 on DEC/Alpha

From: Brent Verner <brent(at)rcfile(dot)org>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.1 on DEC/Alpha
Date: 2000-12-23 02:58:35
Message-ID: 20001222215835.A22330@rcfile.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On 22 Dec 2000 at 20:27 (-0500), Brent Verner wrote:

observation:

commenting out the queries with 'FROM person* p' causes the misc
regression test to pass.

SELECT p.name, p.hobbies.name FROM person* p;

Brent

| Hi,
| I saw the thread from a few days ago about Linux/Alpha and 7.1. I
| believe I'm seeing the same problems with DEC/Alpha (Tru64Unix 4.0D).
|
| I noticed the following in the postmaster.log, which occurs, as the
| Linux/Alpha bug report states, during the misc regression test.
|
| DEBUG: copy: line 293, XLogWrite: had to create new log file - you probably should do checkpoints more often
| Server process (pid 24954) exited with status 139 at Fri Dec 22 17:15:48 2000
| Terminating any active server processes...
| Server processes were terminated at Fri Dec 22 17:15:48 2000
| Reinitializing shared memory and semaphores
| DEBUG: starting up
| DEBUG: database system was interrupted at 2000-12-22 17:15:47
| DEBUG: CheckPoint record at (0, 316624)
| DEBUG: Redo record at (0, 316624); Undo record at (0, 0); Shutdown TRUE
|
| the full src/test/regress/log/postmaster.log can be snagged from
| http://www.rcfile.org/postmaster.log
|
| in addition to this, compiling on DEC/Alpha with gcc does not work,
| without some shameful hackery :) as __INTERLOCKED_TESTBITSS_QUAD() is
| a builtin that gcc does not know about. The DEC cc builds pg properly.
| either way pg is built the test results are much the same, esp the
| FAILURE of misc regression test.
|
| If there is anything else I can do to help get this working, please
| let me know.
|
| Brent Verner

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brent Verner 2000-12-23 03:02:51 Re: 7.1 on DEC/Alpha
Previous Message Robert B. Easter 2000-12-23 02:48:49 Considerations for running current cvs pgsql and pgsql release on same machine?

Browse pgsql-patches by date

  From Date Subject
Next Message Brent Verner 2000-12-23 03:02:51 Re: 7.1 on DEC/Alpha
Previous Message Brent Verner 2000-12-23 01:27:10 7.1 on DEC/Alpha