pgAdmin startup error : Segmentation fault (core dumped)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxx
root@aahs0001:/app# echo $PATH
/app/pgsql/bin:/app/python37/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
root@aahs0001:/app# echo $LD_LIBRARY_PATH
/app/python37/lib:/usr/local/lib
root@aahs0001:/app# virtualenv --python=/app/python37/bin/python3.7 pgadmin
Running virtualenv with interpreter /app/python37/bin/python3.7
Using base prefix '/app/python37'
/usr/lib/python3/dist-packages/virtualenv.py:1086: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
New python executable in /app/pgadmin/bin/python3.7
Also creating executable in /app/pgadmin/bin/python
Installing setuptools, pkg_resources, pip, wheel.../usr/lib/python3/dist-packages/virtualenv.py:922: ResourceWarning: unclosed file <_io.BufferedReader name=5>
  call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
ResourceWarning: Enable tracemalloc to get the object allocation traceback
done.
root@aahs0001:/app# source pgadmin/bin/activate
(pgadmin) root@aahs0001:/app# python -V
Python 3.7.2
(pgadmin) root@aahs0001:/app# pip -V
/app/pgadmin/lib/python3.7/distutils/__init__.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
/app/pgadmin/lib/python3.7/site-packages/pip/_vendor/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Mapping
pip 19.0.2 from /app/pgadmin/lib/python3.7/site-packages/pip (python 3.7)
(pgadmin) root@aahs0001:/app# pip install pgadmin4-4.2-py2.py3-none-any.whl
/app/pgadmin/lib/python3.7/distutils/__init__.py:4: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  import imp
/app/pgadmin/lib/python3.7/site-packages/pip/_vendor/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Mapping
Processing ./pgadmin4-4.2-py2.py3-none-any.whl
Collecting psycopg2>=2.7.4 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/63/54/c039eb0f46f9a9406b59a638415c2012ad7be9b4b97bfddb1f48c280df3a/psycopg2-2.7.7.tar.gz (427kB)
    100% |████████████████████████████████| 430kB 3.7MB/s
Collecting Flask-SQLAlchemy==2.3.2 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/a1/44/294fb7f6bf49cc7224417cd0637018db9fee0729b4fe166e43e2bbb1f1c8/Flask_SQLAlchemy-2.3.2-py2.py3-none-any.whl
Collecting Flask==0.12.4 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/2e/48/f1936dadac2326b3d73f2fe0a964a87d16be16eb9d7fc56f09c1bea3d17c/Flask-0.12.4-py2.py3-none-any.whl (81kB)
    100% |████████████████████████████████| 81kB 4.4MB/s
Collecting psutil==5.4.7 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz (420kB)
    100% |████████████████████████████████| 430kB 4.1MB/s
Collecting Flask-Gravatar==0.5.0 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/58/4a/b20260e8d383d0037f2791dd8a3f3ea729ca9f02d7638677a34a236a8702/Flask_Gravatar-0.5.0-py2.py3-none-any.whl
Collecting Flask-Paranoid==0.2.0 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/0e/14/359033a218c5403872e11ff7267e6c638c0279067fa932d93653188f4052/Flask_Paranoid-0.2.0-py2.py3-none-any.whl
Collecting Flask-WTF==0.14.2 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/60/3a/58c629472d10539ae5167dc7c1fecfa95dd7d0b7864623931e3776438a24/Flask_WTF-0.14.2-py2.py3-none-any.whl
Collecting extras==1.0.0 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/03/e9/e915af1f97914cd0bc021e125fd1bfd4106de614a275e4b6866dd9a209ac/extras-1.0.0-py2.py3-none-any.whl
Collecting pbr==3.1.1 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/0c/5d/b077dbf309993d52c1d71e6bf6fe443a8029ea215135ebbe0b1b10e7aefc/pbr-3.1.1-py2.py3-none-any.whl (99kB)
    100% |████████████████████████████████| 102kB 3.7MB/s
Collecting sqlparse==0.2.4 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/65/85/20bdd72f4537cf2c4d5d005368d502b2f464ede22982e724a82c86268eda/sqlparse-0.2.4-py2.py3-none-any.whl
Collecting six>=1.11.0 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Collecting Flask-HTMLmin==1.3.2 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/5d/86/a89a19396737db203ce92e5bb928694a3b47042b55b6a19aae2581b39129/Flask-HTMLmin-1.3.2.tar.gz
Collecting simplejson==3.13.2 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/0d/3f/3a16847fe5c010110a8f54dd8fe7b091b4e22922def374fe1cce9c1cb7e9/simplejson-3.13.2.tar.gz (79kB)
    100% |████████████████████████████████| 81kB 3.5MB/s
Collecting fixtures==3.0.0 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/a8/28/7eed6bf76792f418029a18d5b2ace87ce7562927cdd00f1cefe481cd148f/fixtures-3.0.0-py2.py3-none-any.whl (67kB)
    100% |████████████████████████████████| 71kB 5.3MB/s
Collecting passlib==1.7.1 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/ee/a7/d6d238d927df355d4e4e000670342ca4705a72f0bf694027cf67d9bcf5af/passlib-1.7.1-py2.py3-none-any.whl (498kB)
    100% |████████████████████████████████| 501kB 3.6MB/s
Collecting Flask-Login==0.3.2 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/06/e6/61ed90ed8ce6752b745ed13fac3ba407dc9db95dfa2906edc8dd55dde454/Flask-Login-0.3.2.tar.gz
Collecting WTForms==2.1 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/bf/91/2e553b86c55e9cf2f33265de50e052441fb753af46f5f20477fe9c61280e/WTForms-2.1.zip (553kB)
    100% |████████████████████████████████| 563kB 3.9MB/s
Collecting sshtunnel>=0.1.3 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/bf/8d/385c7e7c90e17934b3102ad2902e224c27a7173a6a57ef4805dcef8043b1/sshtunnel-0.1.4.tar.gz (48kB)
    100% |████████████████████████████████| 51kB 4.0MB/s
Collecting SQLAlchemy>=1.2.5 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/c6/52/73d1c92944cd294a5b165097038418abb6a235f5956d43d06f97254f73bf/SQLAlchemy-1.2.17.tar.gz (5.7MB)
    100% |████████████████████████████████| 5.7MB 1.6MB/s
Collecting html5lib==1.0.1 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/a5/62/bbd2be0e7943ec8504b517e62bab011b4946e1258842bc159e5dfde15b96/html5lib-1.0.1-py2.py3-none-any.whl (117kB)
    100% |████████████████████████████████| 122kB 3.6MB/s
Collecting Flask-Migrate==2.1.1 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/c6/06/053630cb5fe3974c7d60c2d3f3907bae6ff86beb8720bd4fcf53c45c6702/Flask_Migrate-2.1.1-py2.py3-none-any.whl
Collecting Flask-Security>=3.0.0 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/88/47/4908a5040120768ff4fb2465c7eeafeb9239c27d2919bd67c4ccc1b43e14/Flask_Security-3.0.0-py2.py3-none-any.whl (68kB)
    100% |████████████████████████████████| 71kB 4.9MB/s
Collecting htmlmin==0.1.12 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/b3/e7/fcd59e12169de19f0131ff2812077f964c6b960e7c09804d30a7bf2ab461/htmlmin-0.1.12.tar.gz
Collecting pyrsistent==0.14.2 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/94/9e/bd3bd92d14cad2776ff558dfbcb0e591703240b7b55c230ac16754df5bf0/pyrsistent-0.14.2.tar.gz (97kB)
    100% |████████████████████████████████| 102kB 3.6MB/s
Collecting speaklater==1.3 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/11/92/5ae1effe0ccb8561c034a0111d53c8788660ddb7ed4992f0da1bb5c525e5/speaklater-1.3.tar.gz
Collecting Flask-Principal==0.4.0 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/14/c7/2531aca6ab7baa3774fde2dfc9c9dd6d5a42576a1013a93701bfdc402fdd/Flask-Principal-0.4.0.tar.gz
Collecting python-dateutil>=2.7.1 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
    100% |████████████████████████████████| 235kB 4.0MB/s
Collecting blinker==1.4 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/1b/51/e2a9f3b757eb802f61dc1f2b09c8c99f6eb01cf06416c0671253536517b6/blinker-1.4.tar.gz (111kB)
    100% |████████████████████████████████| 112kB 3.6MB/s
Collecting python-mimeparse==1.6.0 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/26/2e/03bce213a9bf02a2750dcb04e761785e9c763fc11071edc4b447eacbb842/python_mimeparse-1.6.0-py2.py3-none-any.whl
Collecting Flask-Mail==0.9.1 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/05/2f/6a545452040c2556559779db87148d2a85e78a26f90326647b51dc5e81e9/Flask-Mail-0.9.1.tar.gz (45kB)
    100% |████████████████████████████████| 51kB 6.1MB/s
Collecting pytz==2018.3 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/3c/80/32e98784a8647880dedf1f6bf8e2c91b195fe18fdecc6767dcf5104598d6/pytz-2018.3-py2.py3-none-any.whl (509kB)
    100% |████████████████████████████████| 512kB 3.7MB/s
Collecting linecache2==1.0.0 (from pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/c7/a3/c5da2a44c85bfbb6eebcfc1dde24933f8704441b98fdde6528f4831757a6/linecache2-1.0.0-py2.py3-none-any.whl
Collecting itsdangerous>=0.21 (from Flask==0.12.4->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
Collecting Werkzeug>=0.7 (from Flask==0.12.4->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
    100% |████████████████████████████████| 327kB 3.6MB/s
Collecting click>=2.0 (from Flask==0.12.4->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
    100% |████████████████████████████████| 81kB 4.3MB/s
Collecting Jinja2>=2.4 (from Flask==0.12.4->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl (126kB)
    100% |████████████████████████████████| 133kB 3.6MB/s
Collecting testtools>=0.9.22 (from fixtures==3.0.0->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/87/74/a4d55da28d7bba6d6f49430f22a62afd8472cb24a63fa61daef80d3e821b/testtools-2.3.0-py2.py3-none-any.whl (184kB)
    100% |████████████████████████████████| 194kB 4.0MB/s
Collecting paramiko>=1.15.2 (from sshtunnel>=0.1.3->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/cf/ae/94e70d49044ccc234bfdba20114fa947d7ba6eb68a2e452d89b920e62227/paramiko-2.4.2-py2.py3-none-any.whl (193kB)
    100% |████████████████████████████████| 194kB 3.6MB/s
Collecting webencodings (from html5lib==1.0.1->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
Collecting alembic>=0.6 (from Flask-Migrate==2.1.1->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/a4/06/f1ae8393463c26f3dafa21eebac611088da02a26e1f1e23bd75fee2dbffe/alembic-1.0.7.tar.gz (1.0MB)
    100% |████████████████████████████████| 1.0MB 3.5MB/s
Collecting Flask-BabelEx>=0.9.3 (from Flask-Security>=3.0.0->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/80/ad/cc2b0becd98050eed775ca85d6e5fa784547acff69f968183098df8a52b3/Flask-BabelEx-0.9.3.tar.gz (41kB)
    100% |████████████████████████████████| 51kB 4.3MB/s
Collecting MarkupSafe>=0.23 (from Jinja2>=2.4->Flask==0.12.4->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/ac/7e/1b4c2e05809a4414ebce0892fe1e32c14ace86ca7d50c70f00979ca9b3a3/MarkupSafe-1.1.0.tar.gz
Collecting unittest2>=1.0.0 (from testtools>=0.9.22->fixtures==3.0.0->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/72/20/7f0f433060a962200b7272b8c12ba90ef5b903e218174301d0abfd523813/unittest2-1.1.0-py2.py3-none-any.whl (96kB)
    100% |████████████████████████████████| 102kB 3.7MB/s
Collecting traceback2 (from testtools>=0.9.22->fixtures==3.0.0->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/17/0a/6ac05a3723017a967193456a2efa0aa9ac4b51456891af1e2353bb9de21e/traceback2-1.4.0-py2.py3-none-any.whl
Collecting pynacl>=1.0.1 (from paramiko>=1.15.2->sshtunnel>=0.1.3->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/27/15/2cd0a203f318c2240b42cd9dd13c931ddd61067809fee3479f44f086103e/PyNaCl-1.3.0-cp34-abi3-manylinux1_x86_64.whl (759kB)
    100% |████████████████████████████████| 768kB 3.5MB/s
Collecting bcrypt>=3.1.3 (from paramiko>=1.15.2->sshtunnel>=0.1.3->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/d0/79/79a4d167a31cc206117d9b396926615fa9c1fdbd52017bcced80937ac501/bcrypt-3.1.6-cp34-abi3-manylinux1_x86_64.whl (55kB)
    100% |████████████████████████████████| 61kB 5.7MB/s
Collecting cryptography>=1.5 (from paramiko>=1.15.2->sshtunnel>=0.1.3->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/98/71/e632e222f34632e0527dd41799f7847305e701f38f512d81bdf96009bca4/cryptography-2.5-cp34-abi3-manylinux1_x86_64.whl (2.4MB)
    100% |████████████████████████████████| 2.4MB 2.6MB/s
Collecting pyasn1>=0.1.7 (from paramiko>=1.15.2->sshtunnel>=0.1.3->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/7b/7c/c9386b82a25115cccf1903441bba3cbadcfae7b678a20167347fa8ded34c/pyasn1-0.4.5-py2.py3-none-any.whl (73kB)
    100% |████████████████████████████████| 81kB 4.1MB/s
Collecting Mako (from alembic>=0.6->Flask-Migrate==2.1.1->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz (564kB)
    100% |████████████████████████████████| 573kB 3.7MB/s
Collecting python-editor>=0.3 (from alembic>=0.6->Flask-Migrate==2.1.1->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/c6/d3/201fc3abe391bbae6606e6f1d598c15d367033332bd54352b12f35513717/python_editor-1.0.4-py3-none-any.whl
Collecting Babel>=1.0 (from Flask-BabelEx>=0.9.3->Flask-Security>=3.0.0->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl (8.1MB)
    100% |████████████████████████████████| 8.1MB 1.3MB/s
Collecting argparse (from unittest2>=1.0.0->testtools>=0.9.22->fixtures==3.0.0->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/f2/94/3af39d34be01a24a6e65433d19e107099374224905f1e0cc6bbe1fd22a2f/argparse-1.4.0-py2.py3-none-any.whl
Collecting cffi>=1.4.1 (from pynacl>=1.0.1->paramiko>=1.15.2->sshtunnel>=0.1.3->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/10/fe/b6362c613a70ac29cf7cac36307d85f08ebe4a96d9d54b895b10a807e39b/cffi-1.12.0.tar.gz (453kB)
    100% |████████████████████████████████| 460kB 3.5MB/s
Collecting asn1crypto>=0.21.0 (from cryptography>=1.5->paramiko>=1.15.2->sshtunnel>=0.1.3->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/ea/cd/35485615f45f30a510576f1a56d1e0a7ad7bd8ab5ed7cdc600ef7cd06222/asn1crypto-0.24.0-py2.py3-none-any.whl (101kB)
    100% |████████████████████████████████| 102kB 3.7MB/s
Collecting pycparser (from cffi>=1.4.1->pynacl>=1.0.1->paramiko>=1.15.2->sshtunnel>=0.1.3->pgadmin4==4.2)
  Downloading https://files.pythonhosted.org/packages/68/9e/49196946aee219aead1290e00d1e7fdeab8567783e83e1b9ab5585e6206a/pycparser-2.19.tar.gz (158kB)
    100% |████████████████████████████████| 163kB 3.7MB/s
Building wheels for collected packages: psycopg2, psutil, Flask-HTMLmin, simplejson, Flask-Login, WTForms, sshtunnel, SQLAlchemy, htmlmin, pyrsistent, speaklater, Flask-Principal, blinker, Flask-Mail, alembic, Flask-BabelEx, MarkupSafe, Mako, cffi, pycparser
  Building wheel for psycopg2 (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/15/f1/8a/d13558357a3377f18341c9a66b2b38be2f5275bcbf8df891e0
  Building wheel for psutil (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/e2/9d/ea/1913d16f19bb927c32197308dec69cd8d10b61be8f7e265524
  Building wheel for Flask-HTMLmin (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/e3/5d/65/81717018b5496c600abb12719895bc034803ca799f34d65774
  Building wheel for simplejson (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/89/5a/42/60f63dd77d318e4ce31bf5cdff62746e959d459e5753c5a773
  Building wheel for Flask-Login (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/96/bd/1f/01714aeaf74f319e30e0ab298ef5e6f301245ae5a07a0acf31
  Building wheel for WTForms (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/ab/a2/d1/f24511b7003ea257ef06a71f20b7540b01486aa63f9f7edc4c
  Building wheel for sshtunnel (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/e1/db/13/8d305bcf8917526b835e6e1658abf3eeb609da87dc8613b834
  Building wheel for SQLAlchemy (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/b3/94/e4/e556159f8d26575bfa3cf64cff277b9112f1ad8a50cc438bbb
  Building wheel for htmlmin (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/43/07/ac/7c5a9d708d65247ac1f94066cf1db075540b85716c30255459
  Building wheel for pyrsistent (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/44/0b/37/fd0eeb1cee65415d5ce3d5a2fe9fbd7600f2d013754e63d8f7
  Building wheel for speaklater (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/c4/f3/2d/57f871bb1786128515c7c5343fefe345e1df68f4b6317b897d
  Building wheel for Flask-Principal (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/43/75/d8/9599063cf95ad0177c75a3bc625bf0a97139ac55c920eb634f
  Building wheel for blinker (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/92/a0/00/8690a57883956a301d91cf4ec999cc0b258b01e3f548f86e89
  Building wheel for Flask-Mail (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/eb/aa/d9/34b8f2f9bce7d06a4d07fd46078770584d5504949ebfa286f5
  Building wheel for alembic (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/f9/71/46/604b8a4f0a04b513f5799c974b556c1de19a70fde41d25672b
  Building wheel for Flask-BabelEx (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/55/9e/aa/70c7d757fe48a6635bf61d8fe9236a6ad572c562d1178fbc96
  Building wheel for MarkupSafe (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/81/23/64/51895ea52825dc116a55f37043f49be0939bcf603de54e5cde
  Building wheel for Mako (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/15/35/25/dbcb848832ccb1a4b4ad23f529badfd3bce9bf88017f7ca510
  Building wheel for cffi (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/0b/96/ca/f1ecf52e6efc2f427b15eaa4c1cb6ed1e440602670fca7a453
  Building wheel for pycparser (setup.py) ... done
  Stored in directory: /root/.cache/pip/wheels/f2/9a/90/de94f8556265ddc9d9c8b271b0f63e57b26fb1d67a45564511
Successfully built psycopg2 psutil Flask-HTMLmin simplejson Flask-Login WTForms sshtunnel SQLAlchemy htmlmin pyrsistent speaklater Flask-Principal blinker Flask-Mail alembic Flask-BabelEx MarkupSafe Mako cffi pycparser
Installing collected packages: psycopg2, SQLAlchemy, itsdangerous, Werkzeug, click, MarkupSafe, Jinja2, Flask, Flask-SQLAlchemy, psutil, Flask-Gravatar, Flask-Paranoid, WTForms, Flask-WTF, extras, pbr, sqlparse, six, htmlmin, Flask-HTMLmin, simplejson, argparse, linecache2, traceback2, unittest2, python-mimeparse, testtools, fixtures, passlib, Flask-Login, pycparser, cffi, pynacl, bcrypt, asn1crypto, cryptography, pyasn1, paramiko, sshtunnel, webencodings, html5lib, Mako, python-editor, python-dateutil, alembic, Flask-Migrate, blinker, Flask-Mail, Flask-Principal, pytz, Babel, speaklater, Flask-BabelEx, Flask-Security, pyrsistent, pgadmin4
Successfully installed Babel-2.6.0 Flask-0.12.4 Flask-BabelEx-0.9.3 Flask-Gravatar-0.5.0 Flask-HTMLmin-1.3.2 Flask-Login-0.3.2 Flask-Mail-0.9.1 Flask-Migrate-2.1.1 Flask-Paranoid-0.2.0 Flask-Principal-0.4.0 Flask-SQLAlchemy-2.3.2 Flask-Security-3.0.0 Flask-WTF-0.14.2 Jinja2-2.10 Mako-1.0.7 MarkupSafe-1.1.0 SQLAlchemy-1.2.17 WTForms-2.1 Werkzeug-0.14.1 alembic-1.0.7 argparse-1.4.0 asn1crypto-0.24.0 bcrypt-3.1.6 blinker-1.4 cffi-1.12.0 click-7.0 cryptography-2.5 extras-1.0.0 fixtures-3.0.0 html5lib-1.0.1 htmlmin-0.1.12 itsdangerous-1.1.0 linecache2-1.0.0 paramiko-2.4.2 passlib-1.7.1 pbr-3.1.1 pgadmin4-4.2 psutil-5.4.7 psycopg2-2.7.7 pyasn1-0.4.5 pycparser-2.19 pynacl-1.3.0 pyrsistent-0.14.2 python-dateutil-2.8.0 python-editor-1.0.4 python-mimeparse-1.6.0 pytz-2018.3 simplejson-3.13.2 six-1.12.0 speaklater-1.3 sqlparse-0.2.4 sshtunnel-0.1.4 testtools-2.3.0 traceback2-1.4.0 unittest2-1.1.0 webencodings-0.5.1
(pgadmin) root@aahs0001:/app# cd pgadmin
(pgadmin) root@aahs0001:/app/pgadmin# python lib/python3.7/site-packages/pgadmin4/pgAdmin4.py
/app/pgadmin/lib/python3.7/site-packages/werkzeug/datastructures.py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Container, Iterable, MutableSet
/app/pgadmin/lib/python3.7/site-packages/jinja2/utils.py:485: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import MutableMapping
/app/pgadmin/lib/python3.7/site-packages/jinja2/runtime.py:318: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Mapping
* 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#

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux