Re: [GENERAL] Floating point exception in initdb

2010-03-29 Thread Vikram Patil
Tom Lane [mailto:t...@sss.pgh.pa.us] Sent: Monday, March 29, 2010 5:29 PM To: Vikram Patil Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Floating point exception in initdb "Vikram Patil" writes: > Thanks for reply Tom. I am having source code form 8.4.1 version which &g

Re: [GENERAL] Floating point exception in initdb

2010-03-29 Thread Tom Lane
"Vikram Patil" writes: > Thanks for reply Tom. I am having source code form 8.4.1 version which > is released on 09-09-2009. > I was able to install it on Redhat machine without any issues. But I am > facing this issue while running initdb on Suse Ent. 9 machine.( Linux > 2.6.5-7.97-smp #1 SMP

Re: [GENERAL] Floating point exception in initdb

2010-03-29 Thread Vikram Patil
" for configuring and now trying to step through for finding failure location. Thanks & Regards, Vikram -Original Message- From: Tom Lane [mailto:t...@sss.pgh.pa.us] Sent: Monday, March 29, 2010 4:45 PM To: Vikram Patil Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] Floating poin

Re: [GENERAL] Floating point exception in initdb

2010-03-29 Thread Tom Lane
"Vikram Patil" writes: > I am getting an floating exception while running initdb from custom > built postgresql . I am using suse linux for installing postgresql. > initDB.sh: line 14: 20285 Floating point exception$pgsql_home/bin/initdb > -A password -U postgres --pwfile="pwFile" -E UTF8 -D

[GENERAL] Floating point exception in initdb

2010-03-29 Thread Vikram Patil
Hello Guys, I am getting an floating exception while running initdb from custom built postgresql . I am using suse linux for installing postgresql. initDB.sh: line 14: 20285 Floating point exception$pgsql_home/bin/initdb -A password -U postgres --pwfile="pwFile" -E UTF8 -D postgresql/data