Re: [HACKERS] PG crash on simple query, story continues

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Maksim Likharev" <mlikharev(at)aurigin(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] PG crash on simple query, story continues
Date: 2003-07-12 21:05:12
Message-ID: 18518.1058043912@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

"Maksim Likharev" <mlikharev(at)aurigin(dot)com> writes:
> So following modification seems to fixed all PG (7.3/7.3.3)crashes on
> Solaris ( NON C LOCALE )

Given that the problem is Solaris' tendency to write more data than
the specified output buffer length allows, I'd think this is still
risking a core dump (due to null pointer dereference).

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-07-12 21:13:36 Re: vacuum analyze after updating from CVS?
Previous Message Doug McNaught 2003-07-12 20:33:43 Re: Insert Updates Deletes on Views; Triggers on System Tables

Browse pgsql-hackers by date

  From Date Subject
Next Message ivan 2003-07-12 21:33:53 php with postgres
Previous Message Sailesh Krishnamurthy 2003-07-12 20:14:32 Re: agg/order-by question