Re: Postgres 9.2.8 crash sporadically on Windows

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Sofer, Yuval" <Yuval_Sofer(at)bmc(dot)com>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Postgres 9.2.8 crash sporadically on Windows
Date: 2014-04-08 13:46:09
Message-ID: 23311.1396964769@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Sofer, Yuval" <Yuval_Sofer(at)bmc(dot)com> writes:
> code is attached below - c and h file , as well as the sql to create the function in postgres repository.

Hm ... no obvious way that that could cause an exit(0). I didn't inspect
it closely for garden-variety bugs, but if it were crashing in an ordinary
way the symptoms would be different from what you're reporting.

There's always the catch-all explanation for random weirdness on Windows
machines: do you have any antivirus software installed? If so, does
removing it make the problem go away?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jeff Frost 2014-04-08 16:39:28 Re: Configuring Standby Server in PostgreSQL 9.3.3
Previous Message Jeff 2014-04-08 13:18:22 Re: BUG #9898: WindowAgg's causing horrific plans