Re: [HACKERS] Core dump in regression tests. - Mailing list pgsql-hackers

From Keith Parks
Subject Re: [HACKERS] Core dump in regression tests.
Date
Msg-id 199808292119.WAA27374@mtcc.demon.co.uk
Whole thread Raw
Responses Re: [HACKERS] Core dump in regression tests.  ("Thomas A. Szybist" <szybist@boxhill.com>)
List pgsql-hackers
Thomas A. Szybist <szybist@boxhill.com>
>
> Hi, yes, I'm having trouble as well.

Sorry to hear that but I don't feel quite so alone now ;-)

>
> I'm crashing anytime I create a table, (-O2).  I just tried the 8/29 snapshot.
> I've got an environment set up now to try a few things.

Same thing here with -O2, I think some of the other pg_user, pg_view etc.
problems all boil down to table creation as those are created as
tables after bootstrapping and subsequently converted to views.

>
> Without -O2 it seem to be better. I see the same problem with
> create function as you.  Also many failures seem to the result
> of some type not defined.  Is that expected?

Yes, there are many problems in the regression tests due to some
type removal, I think, by Bruce. We're just waiting for the
regression test "expected" results to catch up.

>
> Sorry to jump in so late here.
>

Better late than never <grin>

Just out of interest, what platform are you running on?
(S/Linux on an SUN IPX here)

Keith.


pgsql-hackers by date:

Previous
From: "Thomas A. Szybist"
Date:
Subject: Re: [HACKERS] Core dump in regression tests.
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [DOCS] Re: [HACKERS] vacuum problem