Re: [BUGS] BUG

2010-10-24 Thread Dharmendra Goyal
Hi Alexia, This issue have been fixed for all the platforms. Can you please send output of "ls -l install_dir/*lib/postgresql" for more information.* * * *Thanks,* *Dharmendra * On Sat, Oct 23, 2010 at 7:39 AM, Alexia Lau wrote: > Hi Dharmendra, > > > > I am encountering the same exact problem

Re: [BUGS] Segfault in 9.0 inlining SRF

2010-10-24 Thread Brendan Jurd
On 25 October 2010 07:36, Tom Lane wrote: > Looks like the invalItems list has been clobbered: > > (gdb) p *root->glob->invalItems > $6 = {type = 2139062143, length = 2139062143, head = 0x7f7f7f7f, >  tail = 0x7f7f7f7f} > > I'm guessing it was modified in the temporary memory context and not > pro

Re: [BUGS] Segfault in 9.0 inlining SRF

2010-10-24 Thread Tom Lane
Brendan Jurd writes: > I have encountered a reproducible segfault in Postgres, and confirmed > it in 9.0.1 and HEAD on three separate machines. The bug was not > present in 8.4. I've attached a copy of the SQL script I have been > using to induce the segfault. > ... > I had a go at investigating

[BUGS] Segfault in 9.0 inlining SRF

2010-10-24 Thread Brendan Jurd
Hi folks, I have encountered a reproducible segfault in Postgres, and confirmed it in 9.0.1 and HEAD on three separate machines. The bug was not present in 8.4. I've attached a copy of the SQL script I have been using to induce the segfault. With asserts enabled, I get a failed assertion: TRAP