Re: BUG #13823: Database crash - import requests in plpython3u
От | George Wesington |
---|---|
Тема | Re: BUG #13823: Database crash - import requests in plpython3u |
Дата | |
Msg-id | 56740764.3050904@gmail.com обсуждение исходный текст |
Ответ на | Re: BUG #13823: Database crash - import requests in plpython3u (Terje Elde <terje@elde.net>) |
Список | 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 по дате отправления: