Обсуждение: Fwd: pgAdmin startup error : Segmentation fault (core dumped)

Поиск
Список
Период
Сортировка

Fwd: pgAdmin startup error : Segmentation fault (core dumped)

От
Azman Kudus
Дата:
Hi,

I get this error while starting up pgadmin. Can you help on which part that i missed?

* ob
object  : <refcnt 0 at 0x7f23b6854450>
type    : str
refcount: 0
address : 0x7f23b6854450
* op->_ob_prev->_ob_next
object  : <refcnt 0 at 0x7f23b685444f>Segmentation fault (core dumped)
(pgadmin) root@aahs0001:/app/pgadmin#

You may refer to the attached file for more details.

--

Thanks & regards
Azman Kudus
aa.azmankudus@gmail.com


--

Thanks & regards
Azman Kudus
aa.azmankudus@gmail.com
Вложения

Re: pgAdmin startup error : Segmentation fault (core dumped)

От
Dave Page
Дата:
Hi
On Fri, Feb 15, 2019 at 2:29 AM Azman Kudus <aa.azmankudus@gmail.com> wrote:
>
> Hi,
>
> I get this error while starting up pgadmin. Can you help on which part that i missed?
>
> * ob
> object  : <refcnt 0 at 0x7f23b6854450>
> type    : str
> refcount: 0
> address : 0x7f23b6854450
> * op->_ob_prev->_ob_next
> object  : <refcnt 0 at 0x7f23b685444f>Segmentation fault (core dumped)
> (pgadmin) root@aahs0001:/app/pgadmin#
>
> You may refer to the attached file for more details.

Your log is showing that Python is crashing. If you were hitting an
error in the pgAdmin code, it would cause a Python exception, but that
shouldn't cause the Python interpreter to crash (if it does, that's a
Python issue, as it should catch any errors in the code it's
interpreting and handle them gracefully).

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company