[HACKERS] Segmentation fault on PG 8.4 CVS head

2009-01-08 Thread Rushabh Lathia
Hi All, While running test with bind varible getting segmentation fault. ( CVS Head 8.4) For testcase, please find the crash.c (C test) and test.java ( JDBC test) attached with the mail. Had a quick look at the core dump and found the call stack for the segmentation fault. (gdb) bt #0

Re: [HACKERS] Segmentation fault on PG 8.4 CVS head

2009-01-08 Thread Tom Lane
Rushabh Lathia rushabh.lat...@gmail.com writes: While running test with bind varible getting segmentation fault. ( CVS Head 8.4) Fixed, thanks. Another fix would be to add check for parseTree into analyze_requires_snapshot(). This one seems the more bulletproof approach.

Re: [HACKERS] Segmentation fault on PG 8.4 CVS head

2009-01-08 Thread Heikki Linnakangas
Tom fixed this upstream, and I just merged with PostgreSQL CVS HEAD again. The buildfarm crash should now be fixed. Rushabh Lathia wrote: Hi All, While running test with bind varible getting segmentation fault. ( CVS Head 8.4) For testcase, please find the crash.c (C test) and test.java (

Re: [HACKERS] Segmentation fault on PG 8.4 CVS head

2009-01-08 Thread Heikki Linnakangas
Sorry for the noise, I didn't mean to sent this to the mailing list.. (the context is that this bug was found by a test case in EnterpriseDB JDBC buildfarm) Heikki Linnakangas wrote: Tom fixed this upstream, and I just merged with PostgreSQL CVS HEAD again. The buildfarm crash should now be