From: | Craig Ringer <ringerc(at)ringerc(dot)id(dot)au> |
---|---|
To: | c k <shreeseva(dot)learning(at)gmail(dot)com> |
Cc: | Adrian Klaver <adrian(dot)klaver(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: postgresql server crash on windows 7 when using plpython |
Date: | 2011-08-11 00:07:35 |
Message-ID: | 4E431D47.6060609@ringerc.id.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin pgsql-general |
On 11/08/2011 1:00 AM, c k wrote:
> I have renamed uuid-ossp.dll to 0uuid-ossp.dll in postgresql's lib
> directory. But it is also found that postgresql's bin directory is not
> included in the path.
It doesn't have to be. On Windows, the directory containing the current
executable is implicitly the first path entry. Since postgres.exe lives
in the same directory as uuid-ossp.dll, that's the copy of the DLL
that'll be called.
> Then started the postgresql again, called the same plpython function
> again and again server crashed without any details in the log.
> Also searched for the above dll or similar in python's installation but
> not founf, one available was not dll but was .py file.
OK, so maybe Python doesn't use uuid-ossp but its own implementation in
pure Python. I'll pull out a Windows box and check.
> Recent log contains following lines.
> *Fatal Python error: PyThreadState_Get: no current thread*
Hmm, that's interesting. Thanks for supplying the error message; looks
like I was probably on entirely the wrong track because I was forced to
guess with not enough information.
If I get a chance I'll have a play with the function you posted and see
if I can reproduce the crash on my Win7 box.
In the mean time, if you want you can try to collect some more
information about the crash according to these instructions:
http://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_PostgreSQL_backend_on_Windows
--
Craig Ringer
From | Date | Subject | |
---|---|---|---|
Next Message | Venkat Balaji | 2011-08-11 05:45:18 | Re: Postgresql 9.0.1 installation error |
Previous Message | CS DBA | 2011-08-10 20:26:59 | Re: initdb fails on AIX |
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Smith | 2011-08-11 02:53:33 | Re: is max connections in a database table somewhere |
Previous Message | Ondrej Ivanič | 2011-08-10 22:23:28 | Re: Postgres on SSD |