Re: BUG #13823: Database crash - import requests in plpython3u - Mailing list pgsql-bugs

From George Wesington
Subject Re: BUG #13823: Database crash - import requests in plpython3u
Date
Msg-id 56740764.3050904@gmail.com
Whole thread Raw
In response to Re: BUG #13823: Database crash - import requests in plpython3u  (Terje Elde <terje@elde.net>)
List pgsql-bugs
Hi Terje,

Thank you for your reply!

The information i submitted was while running the function as postgres
user (database owner).
I can run simple python scripts and I can also import some other modules
without crashing (logging, sys, string, subprocess...)
Python was installed from the executable installer downloaded from the
official pages, same goes for postgres (from edb). Requests were
acquired with pip ( 'pip install requests').
The requests module does not even have to be used in the code, as soon
as the "import requests" statement is written in any script, the
database crashes.

Python 2 is not connected to postgres as I was actually not able to do
it. I noticed that in distribution I downloaded there is no plpython2
dll to connect postgres with it? Is there another way to do it?

Best,
George


On 18/12/2015 06:59, Terje Elde wrote:
>
>> On 17 Dec 2015, at 14:34, george.wesington@gmail.com wrote:
>>
>> After the crash the database needs to be restarted because it cannot be
>> accessed anymore. The same script runs perfectly when run directly from
>> python.
>>
>> Let me know if you need any more information.
> Could you try to run it as the PostgreSQL user, but outside PostgreSQL?
>
> Also, please double check that it's run as Python 3 when testing that. The code looks fairly compatible between 2.7
and3.x, and my best initial guess would be that Python crashes on a missing or faulty import. 
>
> Can you successfully run a simpler Python function from PostgreSQL? (One that doesn't import anything). Easy way to
narrowdown if it's likely the requests-module in Python, or if it's related to plpython. 
>
> Oh, and how did you install Python, PostgreSQL, plpython and the requests module?
>
> Terje
>

pgsql-bugs by date:

Previous
From: Marcin Sieńko
Date:
Subject: Re: BUG #13817: Query planner strange choose while select/count small part of big table - complete
Next
From: michal.schwarz@gmail.com
Date:
Subject: BUG #13827: planner chooses more expensive plan than it should