Re: [GENERAL] Segmentation Fault during database restoration

2009-09-16 Thread Sulman Sarwar
I used one click installer for Mac OSX from EnterpriseDB. http://www.enterprisedb.com/products/pgdownload.do#osx On Thu, Sep 17, 2009 at 4:10 AM, Tom Lane wrote: > Craig Ringer writes: > > I ask in particular because there have been big problems caused by > > building PostgreSQL as a universa

Re: [GENERAL] Segmentation Fault during database restoration

2009-09-16 Thread Tom Lane
Craig Ringer writes: > I ask in particular because there have been big problems caused by > building PostgreSQL as a universal binary. It seems to be important to > configure it and build it only for the architecture you're actually > using. That probably goes for ia32 vs x86_64 as well as ppc32/p

Re: [GENERAL] Segmentation Fault during database restoration

2009-09-16 Thread Craig Ringer
On Wed, 2009-09-16 at 23:32 +0100, Sulman Sarwar wrote: > Hi, > > I am new to PostgreSQL. I have been trying to restore a > compressed(.gz) database using Just out of interest, how did you install PostgreSQL? Did you install a pre-built binary? If so, from where? Guessing from the paths, it

Re: [GENERAL] Segmentation Fault during database restoration

2009-09-16 Thread Tom Lane
Sulman Sarwar writes: > I am new to PostgreSQL. I have been trying to restore a compressed(.gz) > database using > gunzip -c *filename*.gz | psql *dbname* > After some 8 or 9 tables are restored the program exists giving error: > Segmentation Fault. That's weird ... gets_fromFile certainly looks

[GENERAL] Segmentation Fault during database restoration

2009-09-16 Thread Sulman Sarwar
Hi, I am new to PostgreSQL. I have been trying to restore a compressed(.gz) database using gunzip -c *filename*.gz | psql *dbname* After some 8 or 9 tables are restored the program exists giving error: Segmentation Fault. I have attached the crash report below.