Skip to content

[BUG] TestCFrozendict::test_reversed <- test/common.py Fatal Python error: Aborted #82

Open
@arkamar

Description

@arkamar

This bug report is based on https://bugs.gentoo.org/910474

OS version: Gentoo
Python3 version (python3 -V -V): Python 3.10.12 (main, Jul 18 2023, 08:55:21) [GCC 13.1.1 20230527]
The Python-3.10 is compiled with --with-assertions configuration flag enabled

Steps to reproduce:

  1. build frozendict with c extension
  2. run tests, following command was used in this case
python3.10 -m pytest -vv -ra -l -Wdefault --color=no -o console_output_style=count -p no:cov -p no:flake8 -p no:flakes -p no:pylint -p no:markdown -p no:sugar -p no:xvfb -p no:tavern

Actual result (with the python stack trace if present) (full log is here):

test/test_frozendict.py::TestCFrozendict::test_reversed <- test/common.py Fatal Python error: Aborted

Current thread 0x00007ff6d923be40 (most recent call first):
  File "/var/tmp/portage/dev-python/frozendict-2.3.8/work/python-frozendict-2.3.8/test/common.py", line 187 in test_reversed
  File "/usr/lib/python3.10/site-packages/_pytest/python.py", line 194 in pytest_pyfunc_call
  File "/usr/lib/python3.10/site-packages/pluggy/_callers.py", line 80 in _multicall
  File "/usr/lib/python3.10/site-packages/pluggy/_manager.py", line 112 in _hookexec
  File "/usr/lib/python3.10/site-packages/pluggy/_hooks.py", line 433 in __call__
  File "/usr/lib/python3.10/site-packages/_pytest/python.py", line 1788 in runtest
  File "/usr/lib/python3.10/site-packages/_pytest/runner.py", line 169 in pytest_runtest_call
  File "/usr/lib/python3.10/site-packages/pluggy/_callers.py", line 80 in _multicall
  File "/usr/lib/python3.10/site-packages/pluggy/_manager.py", line 112 in _hookexec
  File "/usr/lib/python3.10/site-packages/pluggy/_hooks.py", line 433 in __call__
  File "/usr/lib/python3.10/site-packages/_pytest/runner.py", line 262 in <lambda>
  File "/usr/lib/python3.10/site-packages/_pytest/runner.py", line 341 in from_call
  File "/usr/lib/python3.10/site-packages/_pytest/runner.py", line 261 in call_runtest_hook
  File "/usr/lib/python3.10/site-packages/_pytest/runner.py", line 222 in call_and_report
  File "/usr/lib/python3.10/site-packages/_pytest/runner.py", line 133 in runtestprotocol
  File "/usr/lib/python3.10/site-packages/_pytest/runner.py", line 114 in pytest_runtest_protocol
  File "/usr/lib/python3.10/site-packages/pluggy/_callers.py", line 80 in _multicall
  File "/usr/lib/python3.10/site-packages/pluggy/_manager.py", line 112 in _hookexec
  File "/usr/lib/python3.10/site-packages/pluggy/_hooks.py", line 433 in __call__
  File "/usr/lib/python3.10/site-packages/_pytest/main.py", line 349 in pytest_runtestloop
  File "/usr/lib/python3.10/site-packages/pluggy/_callers.py", line 80 in _multicall
  File "/usr/lib/python3.10/site-packages/pluggy/_manager.py", line 112 in _hookexec
  File "/usr/lib/python3.10/site-packages/pluggy/_hooks.py", line 433 in __call__
  File "/usr/lib/python3.10/site-packages/_pytest/main.py", line 324 in _main
  File "/usr/lib/python3.10/site-packages/_pytest/main.py", line 270 in wrap_session
  File "/usr/lib/python3.10/site-packages/_pytest/main.py", line 317 in pytest_cmdline_main
  File "/usr/lib/python3.10/site-packages/pluggy/_callers.py", line 80 in _multicall
  File "/usr/lib/python3.10/site-packages/pluggy/_manager.py", line 112 in _hookexec
  File "/usr/lib/python3.10/site-packages/pluggy/_hooks.py", line 433 in __call__
  File "/usr/lib/python3.10/site-packages/_pytest/config/__init__.py", line 166 in main
  File "/usr/lib/python3.10/site-packages/_pytest/config/__init__.py", line 189 in console_main
  File "/usr/lib/python3.10/site-packages/pytest/__main__.py", line 5 in <module>
  File "/usr/lib/python3.10/runpy.py", line 86 in _run_code
  File "/usr/lib/python3.10/runpy.py", line 196 in _run_module_as_main

Here is more verbose log from gdb: gdb-backtrace-full.txt

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Effort: Hightons of caffeine neededNeeds: HelpExtra attention is neededPriority: LowNot a big problem...Status: WontfixThis will not be worked onType: DefectSomething works, but can work better

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions