Re: postgresql-9.0 Windows service stops after database transaction

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: postgresql-9.0 Windows service stops after database transaction
Дата
Msg-id 4CA1B15A.7040008@postnewspapers.com.au
обсуждение исходный текст
Ответ на Re: postgresql-9.0 Windows service stops after database transaction  (adrian.kitchingman@dse.vic.gov.au)
Ответы Re: postgresql-9.0 Windows service stops after database transaction  (adrian.kitchingman@dse.vic.gov.au)
Список pgsql-performance
On 27/09/10 08:06, adrian.kitchingman@dse.vic.gov.au wrote:
>
> /2010-09-27 09:53:19 EST LOG:  server process (PID 2564) was terminated
> by exception 0xC0000005/
> /2010-09-27 09:53:19 EST HINT:  See C include file "ntstatus.h" for a
> description of the hexadecimal value./

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/

В списке pgsql-performance по дате отправления:

Предыдущее
От: Gurjeet Singh
Дата:
Сообщение: Re: Odd behaviour with redundant CREATE statement
Следующее
От: Nimesh Satam
Дата:
Сообщение: Clean up of archived Xlogs in postgres-9.