Re: Exit code -1073741819
От | Craig Ringer |
---|---|
Тема | Re: Exit code -1073741819 |
Дата | |
Msg-id | 51FE3C86.5030604@2ndquadrant.com обсуждение исходный текст |
Ответ на | Exit code -1073741819 (Carlos Henrique Reimer <carlos.reimer@opendb.com.br>) |
Ответы |
Re: Exit code -1073741819
|
Список | pgsql-general |
On 08/04/2013 02:41 AM, Carlos Henrique Reimer wrote: > Hi, > > I have a Windows box running Windows Server 2003 Enterprise Edition > Service Pack 2 with PostgreSQL 8.2.23 and getting a server crash while > trying to select a table: > > select * from "TOTALL.tt_est" where assina=' kdkd' ; > > Dumping the table with pg_dump or creating indexes in this table produce > the same error. > > 2013-07-30 21:35:47 LOG: server process (PID 2004) exited with exit > code -1073741819 This looks like an invalid memory access error. This could be caused by practically anything - hardware issues, malware hook DLLs, drivers, antivirus, you name it. You're using PostgreSQL 8.2, so honestly your first step is probably "just upgrade". 8.2 is old and unsupported (www.postgresql.org/support/versioning/), so there's very little point investigating a bug until it can be reproduced in a current version. Can you `pg_dump` your database? If so, follow the upgrade instructions in the documentation to get onto a current, supported version. -- Craig Ringer http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-general по дате отправления: