8.3.3 win32 crashing

From: Klint Gore <kgore4(at)une(dot)edu(dot)au>
To: pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: 8.3.3 win32 crashing
Date: 2008-08-19 08:56:33
Message-ID: 48AA8AC1.1000906@une.edu.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Does this mean anything to anyone?

Faulting application postgres.exe, version 8.3.3.8160, faulting module
msvcr80.dll, version 8.0.50727.1433, fault address 0x0001e44a.

I have a function that's doing a summary report counting data. It makes
a couple of small temp tables then makes a big temp table. In the query
that makes the big temp table, there's an immutable function that gets
called thousands of times in the execution. In the immutable function,
there was a raise notice for debugging . Without the raise, the query
finishes in about 40sec. With it, the postgres.exe grinds down to about
2% cpu usage and eventually throws the message above. Then I reboot the
machine - nothing responds to control.

After reading of recent win32 network buffer problems, I'm wondering if
this is another one. The context statement is nearly 8k long. The
server is w2k3 on a 3.8ghz P4 with 3g memory on a 10mbit network (don't
ask about the network - it just is and there's nothing I can do about
it). The client is xp pentium M notebook, 2ghz, 1g memory.

klint.

--
Klint Gore
Database Manager
Sheep CRC
A.G.B.U.
University of New England
Armidale NSW 2350

Ph: 02 6773 3789
Fax: 02 6773 3266
EMail: kgore4(at)une(dot)edu(dot)au

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2008-08-19 09:49:28 Re: How to execute 'set session role' from plpgsql function?
Previous Message Goboxe 2008-08-19 08:50:53 Re: PostgreSQL on Windows x64