Re: Unresolved error 0xC0000409 on Windows Server - Mailing list pgsql-hackers

From Noah Misch
Subject Re: Unresolved error 0xC0000409 on Windows Server
Date
Msg-id 20121111052324.GB1473@tornado.leadboat.com
Whole thread Raw
In response to Re: Unresolved error 0xC0000409 on Windows Server  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Unresolved error 0xC0000409 on Windows Server  (Matthew Gerber <gerber.matthew@gmail.com>)
List pgsql-hackers
On Sun, Nov 04, 2012 at 02:30:38PM -0500, Tom Lane wrote:
> Matthew Gerber <gerber.matthew@gmail.com> writes:
> >> Here is the command that was executing when the 0xC0000409 exception was
> >> raised:
> >> INSERT INTO places (bounding_box,country,full_name,id,name,type,url)
> >> VALUES
> >> (st_transform_null(ST_GeometryFromText('POLYGON((-97.034085
> >> 32.771786,-97.034085 32.953966,-96.888789 32.953966,-96.888789
> >> 32.771786,-97.034085 32.771786))',4326),26918),'United States','Irving,
> >> TX','dce44ec49eb788f5','Irving','city','
> >> http://api.twitter.com/1/geo/id/dce44ec49eb788f5.json'),
> 
> Assuming that 0xC0000409 does actually represent a stack-overrun
> condition,

It signifies scribbling past the end of the frame's local variables:
http://msdn.microsoft.com/en-us/library/8dbf701c.aspx



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: Unresolved error 0xC0000409 on Windows Server
Next
From: Simon Riggs
Date:
Subject: Re: Inadequate thought about buffer locking during hot standby replay