Re: BUG #3866: Segfault during table update when using convert_from()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Andrew Gilligan" <andy(at)tcpd(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3866: Segfault during table update when using convert_from()
Date: 2008-01-09 23:45:13
Message-ID: 21124.1199922313@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Andrew Gilligan" <andy(at)tcpd(dot)net> writes:
> It seems there exists a bug in the way character set conversion
> is handled in some circumstances.

Seems to be the bogus pfree() in pg_convert_from() that's causing
the problem :-(. Take that out and you should be OK.

Thanks for the report!

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andrew Gilligan 2008-01-10 00:17:03 Re: BUG #3866: Segfault during table update when using convert_from()
Previous Message Pavel Stehule 2008-01-09 23:44:07 Re: BUG #3866: Segfault during table update when using convert_from()