Skip to content

Instantly share code, notes, and snippets.

@hpk42
Created January 29, 2020 16:07
Show Gist options
  • Save hpk42/52482a23b10ebfb24dd961b3d1626f52 to your computer and use it in GitHub Desktop.
Save hpk42/52482a23b10ebfb24dd961b3d1626f52 to your computer and use it in GitHub Desktop.
(py37) holger@b2:~/ci_builds/core-rust2/rust-threads/remote_python/1/python$ lldb
(lldb) file py37/bin/pytest
error: '/home/holger/ci_builds/core-rust2/rust-threads/remote_python/1/python/py37/bin/pytest' doesn't contain any 'host' platform architectures: x86_64, i386
(lldb) file py37/bin/python
Current executable set to 'py37/bin/python' (x86_64).
(lldb) run -m pytest
Process 79713 launched: '/home/holger/ci_builds/core-rust2/rust-threads/remote_python/1/python/py37/bin/python' (x86_64)
============================= test session starts ==============================
platform linux -- Python 3.7.6, pytest-5.3.4, py-1.8.1, pluggy-0.13.1 -- /home/holger/ci_builds/core-rust2/rust-threads/remote_python/1/python/py37/bin/python
cachedir: .pytest_cache
Deltachat core=v1.0.0-beta.24 sqlite=3.30.1
rootdir: /home/holger/ci_builds/core-rust2/rust-threads/remote_python/1/python, inifile: tox.ini
plugins: timeout-1.3.4
timeout: 90.0s
timeout method: thread
timeout func_only: False
collected 92 items
tests/test_account.py::TestOfflineAccountBasic::test_wrong_db PASSED [ 1%]
tests/test_account.py::TestOfflineAccountBasic::test_os_name PASSED [ 2%]
tests/test_account.py::TestOfflineAccountBasic::test_getinfo PASSED [ 3%]
tests/test_account.py::TestOfflineAccountBasic::test_is_not_configured PASSED [ 4%]
tests/test_account.py::TestOfflineAccountBasic::test_wrong_config_keys PASSED [ 5%]
tests/test_account.py::TestOfflineAccountBasic::test_has_savemime PASSED [ 6%]
tests/test_account.py::TestOfflineAccountBasic::test_has_bccself PASSED [ 7%]
tests/test_account.py::TestOfflineAccountBasic::test_selfcontact_if_unconfigured PASSED [ 8%]
tests/test_account.py::TestOfflineAccountBasic::test_get_info PASSED [ 9%]
tests/test_account.py::TestOfflineAccountBasic::test_selfcontact_configured PASSED [ 10%]
tests/test_account.py::TestOfflineAccountBasic::test_get_config_fails PASSED [ 11%]
tests/test_account.py::TestOfflineContact::test_contact_attr PASSED [ 13%]
tests/test_account.py::TestOfflineContact::test_get_contacts_and_delete PASSED [ 14%]
tests/test_account.py::TestOfflineContact::test_get_contacts_and_delete_fails PASSED [ 15%]
tests/test_account.py::TestOfflineChat::test_display PASSED [ 16%]
tests/test_account.py::TestOfflineChat::test_chat_by_id PASSED [ 17%]
tests/test_account.py::TestOfflineChat::test_chat_idempotent PASSED [ 18%]
tests/test_account.py::TestOfflineChat::test_group_chat_creation PASSED [ 19%]
tests/test_account.py::TestOfflineChat::test_group_chat_creation_with_translation PASSED [ 20%]Process 79713 stopped
* thread #1, name = 'python', stop reason = signal SIGSEGV: invalid address (fault address: 0x7fffff7feff8)
frame #0: 0x00007ffff7df2855 libpthread.so.0`__GI___pthread_rwlock_rdlock(rwlock=0x0000000000f06ea0) at pthread_rwlock_rdlock.c:24:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment