|
From: Kristian B. <kri...@gm...> - 2013-08-05 20:19:12
|
Hi, I have tried to install PostGIS with Postgres-xc based on the tutorial from http://www.stormdb.com/content/enabling-postgis-postgres-xc. When i try to complete the step "create extension postgis;" I get the following error: * **The connection to the server was lost. Attempting reset: LOG: server process (PID 32302) was terminated by signal 11: Segmentation fault LOG: terminating any other active server processes WARNING: terminating connection because of crash of another server process DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory. HINT: In a moment you should be able to reconnect to the database and repeat your command. WARNING: terminating connection because of crash of another server process DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory. HINT: In a moment you should be able to reconnect to the database and repeat your command. WARNING: terminating connection because of crash of another server process DETAIL: The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory. HINT: In a moment you should be able to reconnect to the database and repeat your command. Failed. * I have no idea how to fix this or what i might have done wrong. My installation is based on: Postgres-xc 1.0.3 postgis 2.0.2 running on an ec2 instance. Let me know if you need more info. Hope anyone can help fix this! Regards, Kristian |