Re: [BUGS] process crash when a plpython function returns unicode

2005-06-15 Thread Michael Fuhr
On Wed, Jun 15, 2005 at 02:29:27PM +0200, Zac wrote: > if you define a plpythonu function that returns a unicode python string > the server process crashes calling that function. The crash happens if the Unicode string has the high bit set. For example, u'\x7f' doesn't cause a crash, but u'\x80

Re: [BUGS] fmgr.c: In function `fmgr_info_cxt':,fmgr.c:161: internal

2005-06-15 Thread Bruce Momjian
Geert Schreyers wrote: > Hello, > > > > > I am trying to install Postgres 8.0.3 on Mandrake 10.1. After several > > hours of searching (I am a Linux newbie) I finally got the ./configure > > to work. The next according to the documentation is to execute gmake. > > But this gives me an error. >

[BUGS] process crash when a plpython function returns unicode

2005-06-15 Thread Zac
Hi, I found this bug: if you define a plpythonu function that returns a unicode python string the server process crashes calling that function. The example below refers to a PostgreSQL 8.1devel installation downloaded today from nightly snapshot but I found the same problem on PostgreSQL 8.0.

[BUGS] fmgr.c: In function `fmgr_info_cxt':,fmgr.c:161: internal compiler error: Segmentation fault

2005-06-15 Thread Geert Schreyers
Hello, I am trying to install Postgres 8.0.3 on Mandrake 10.1. After several hours of searching (I am a Linux newbie) I finally got the ./configure to work. The next according to the documentation is to execute gmake. But this gives me an error. I've included part of the output. -DFRON