Re: BUG #12257: Cause for: Exception 0xC0000005

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #12257: Cause for: Exception 0xC0000005
Date: 2014-12-17 16:21:57
Message-ID: 1418833317977-5831142.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

chrisgoldstar wrote
> The following bug has been logged on the website:
>
> Bug reference: 12257
> Logged by: Chris Goldstar
> Email address:

> chrisgoldstar@

> PostgreSQL version: 9.3.5
> Operating system: Windows 7 64-bit Professional
> Description:
>
> My configuration
> ================
> System: Windows 7 64-bit Professional
> DB engine: Postgres 9.3.5 64-bit
> Extension: oracle_fdw 1.1

Oracle_fdw is not supported via the main PostgreSQL mailing lists.

See instead:

http://pgxn.org/dist/oracle_fdw/

> Calling...
> select pds_vehicle(1015627, 'RZ8193A'); -- call one, two, three, four and
> five times works fine
> but next call stops the postgres service.
> After six call the postgres shows message 'connection to database your_db
> lost' and error message in log is like that
>
> Server process (PID xxxx) was terminated by exception 0xC0000005
> see C include file "ntstatus.h" for a description of the hexadecimal
> value.

5 is a magic number relating to planning and switching between specific
plans and generic ones.

David J.

--
View this message in context: http://postgresql.nabble.com/BUG-12257-Cause-for-Exception-0xC0000005-tp5831137p5831142.html
Sent from the PostgreSQL - bugs mailing list archive at Nabble.com.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-12-17 17:46:23 Re: BUG #12259: Bug in restore Serial definition
Previous Message Heikki Linnakangas 2014-12-17 16:11:32 Re: BUG #12260: trust entry in pg_hba not working as documented