More overruns?

From: "Maurice Gittens" <mgittens(at)gits(dot)nl>
To: <hackers(at)postgreSQL(dot)org>
Subject: More overruns?
Date: 1998-03-26 16:59:48
Message-ID: 005601bd58d8$95cd93a0$fcf3b2c2@caleb..gits.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I gathered up some courage and ran the regression tests with the
Electric Fence library.

A quick overview of the queries that failed follows. (In the following a
failed test
is a test where the backend dies.) This usually means electric fence
detected some overrun.

SELECT INTO
INSERT INTO
CREATE FUNCTION
CREATE TYPE
CREATE FUNCTION
CREATE AGGREGATE
CREATE OPERATOR
one fancy select statement
ALTER TABLE

If we are lucky these are all cause by the same bug -:). Anybody want
to find out for sure? If you are interested in the regression.diff file I
post it to the list.

Regards,
Maurice

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Martin 1998-03-26 18:30:36 Re: [HACKERS] URGENT PROBLEM with the 6.3->6.3.1 patch
Previous Message Maurice Gittens 1998-03-26 16:46:43 Re: [HACKERS] patch for memory overrun on Linux(i386)