Notice:
This
email and any attachments may contain information that is personal,
confidential,
legally privileged and/or copyright. No
part of it should be reproduced, adapted or communicated without the prior written consent of the copyright owner.
It is the responsibility of the recipient to check for and remove viruses.
If you have received this email in error, please notify the sender by return email, delete it from your system and destroy any copies. You are not authorised to use, communicate or rely on the information contained in this email.
Please consider the environment before printing this email.
What appears in the logs?
--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935
--
Sent via pgsql-performance mailing list (pgsql-pe...@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance
That's an access violation - in UNIX land, a segmentation fault, signal
11. A plain 'ol crash of a backend.
It'd be really nice to have some information about how it crashed. It'd
be ideal if you could make a .sql file that, when run on a newly created
database, creates a table and manipulates it in a way that causes the
backend to crash. Please do not add PostGIS to the test database. If you
cannot make it crash without PostGIS in the mix, that tells us something.
If you can make it crash without PostGIS, please post the .sql file that
creates the table(s) and runs the command that crashes the server.
If you have to add PostGIS to make it crash, it might be best to talk to
the PostGIS folks about the problem.
In either case, to make things even better you could collect some crash
information that may help diagnose where in PostgreSQL the crash occurs.
See:
http://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_PostgreSQL_backend_on_Windows
By the way: You don't have the old 8.3 data directory on the system PATH
do you? You can check the value of the system path in the System control
panel, though exactly where varies from Windows version to Windows version.
--
Craig Ringer
Tech-related writing: http://soapyfrogs.blogspot.com/