From: | Craig Ringer <ringerc(at)ringerc(dot)id(dot)au> |
---|---|
To: | Matthew Gerber <gerber(dot)matthew(at)gmail(dot)com> |
Cc: | Noah Misch <noah(at)leadboat(dot)com>, Merlin Moncure <mmoncure(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Unresolved error 0xC0000409 on Windows Server |
Date: | 2012-11-04 08:39:16 |
Message-ID: | 509629B4.9040200@ringerc.id.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 11/04/2012 08:47 AM, Matthew Gerber wrote:
>
> 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'
> <http://api.twitter.com/1/geo/id/dce44ec49eb788f5.json%27>),
OK, so you're using PostGIS. What other extensions are loaded? PL/R? Any
other PLs?
Can you show the definition of the table `places`, incuding any
associated triggers, etc? Use `\d+` in psql for the table def'n.
Please also post the query plan. http://explain.depesz.com/ is useful
for this.
>
> So I attached the VS debugger, but the server died without raising an
> exception in VS. Not sure what's going on here.
>
>
Try creating a directory called "crashdumps" in the data directory, at
the same level as "pg_xlog" and "pg_clog" etc. Give the "postgresql"
user the "full control" permission on it. Then run the test again.
Do any minidump files appear in the directory? If so, you can examine
them with windbg or Visual Studio to see where the crash happened.
--
Craig Ringer
From | Date | Subject | |
---|---|---|---|
Next Message | Satoshi Nagayasu | 2012-11-04 09:28:11 | Re: RFC: Timing Events |
Previous Message | Kohei KaiGai | 2012-11-04 08:08:57 | Re: [v9.3] writable foreign tables |