Code Monkey home page Code Monkey logo

Comments (4)

A5rocks avatar A5rocks commented on June 25, 2024

I believe this might be manifesting as a segfault too (based on the stack trace):

2023-11-23T16:33:43.7306411Z Fatal Python error: Segmentation fault
2023-11-23T16:33:43.7306970Z 
2023-11-23T16:33:43.7307428Z Stack (most recent call first, approximate line numbers):
2023-11-23T16:33:43.7315718Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/jedi/api/completion.py", line 68 in filter_names
2023-11-23T16:33:43.7317955Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/jedi/api/completion.py", line 141 in complete
2023-11-23T16:33:43.7319616Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/jedi/api/__init__.py", line 194 in complete
2023-11-23T16:33:43.7321390Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/jedi/api/helpers.py", line 469 in wrapper
2023-11-23T16:33:43.7322997Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/trio/_tests/test_exports.py", line 257 in test_static_tool_sees_class_members
2023-11-23T16:33:43.7324901Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/python.py", line 187 in pytest_pyfunc_call
2023-11-23T16:33:43.7326845Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_callers.py", line 27 in _multicall
2023-11-23T16:33:43.7328678Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_manager.py", line 106 in _hookexec
2023-11-23T16:33:43.7330909Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_hooks.py", line 479 in __call__
2023-11-23T16:33:43.7332725Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/python.py", line 1790 in runtest
2023-11-23T16:33:43.7334512Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/runner.py", line 160 in pytest_runtest_call
2023-11-23T16:33:43.7336560Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_callers.py", line 27 in _multicall
2023-11-23T16:33:43.7338521Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_manager.py", line 106 in _hookexec
2023-11-23T16:33:43.7340437Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_hooks.py", line 479 in __call__
2023-11-23T16:33:43.7342210Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/runner.py", line 262 in <lambda>
2023-11-23T16:33:43.7344067Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/runner.py", line 318 in from_call
2023-11-23T16:33:43.7345678Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/runner.py", line 247 in call_runtest_hook
2023-11-23T16:33:43.7346844Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/runner.py", line 219 in call_and_report
2023-11-23T16:33:43.7348044Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/runner.py", line 119 in runtestprotocol
2023-11-23T16:33:43.7349232Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/runner.py", line 111 in pytest_runtest_protocol
2023-11-23T16:33:43.7350396Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_callers.py", line 27 in _multicall
2023-11-23T16:33:43.7351806Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_manager.py", line 106 in _hookexec
2023-11-23T16:33:43.7352919Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_hooks.py", line 479 in __call__
2023-11-23T16:33:43.7354037Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/main.py", line 338 in pytest_runtestloop
2023-11-23T16:33:43.7355173Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_callers.py", line 27 in _multicall
2023-11-23T16:33:43.7356409Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_manager.py", line 106 in _hookexec
2023-11-23T16:33:43.7357506Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_hooks.py", line 479 in __call__
2023-11-23T16:33:43.7358575Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/main.py", line 321 in _main
2023-11-23T16:33:43.7359641Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/main.py", line 258 in wrap_session
2023-11-23T16:33:43.7360896Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/main.py", line 317 in pytest_cmdline_main
2023-11-23T16:33:43.7362029Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_callers.py", line 27 in _multicall
2023-11-23T16:33:43.7363250Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_manager.py", line 106 in _hookexec
2023-11-23T16:33:43.7364360Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pluggy/_hooks.py", line 479 in __call__
2023-11-23T16:33:43.7365466Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/config/__init__.py", line 135 in main
2023-11-23T16:33:43.7366647Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/_pytest/config/__init__.py", line 185 in console_main
2023-11-23T16:33:43.7367772Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/pytest/__main__.py", line 1 in <module>
2023-11-23T16:33:43.7368838Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/coverage/execfile.py", line 169 in run
2023-11-23T16:33:43.7370256Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/coverage/cmdline.py", line 813 in do_run
2023-11-23T16:33:43.7371416Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/coverage/cmdline.py", line 611 in command_line
2023-11-23T16:33:43.7372523Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/lib/pypy3.10/site-packages/coverage/cmdline.py", line 964 in main
2023-11-23T16:33:43.7373353Z   File "/opt/hostedtoolcache/PyPy/3.10.13/x64/bin/coverage", line 1 in <module>
2023-11-23T16:33:43.7373923Z   File "<builtin>/app_main.py", line 1035 in execfile
2023-11-23T16:33:43.7374387Z   File "<builtin>/app_main.py", line 133 in run_toplevel
2023-11-23T16:33:43.7374879Z   File "<builtin>/app_main.py", line 748 in run_command_line
2023-11-23T16:33:43.7375386Z   File "<builtin>/app_main.py", line 1149 in entry_point

... which is very weird, but here's the github actions run: https://github.com/A5rocks/trio/actions/runs/6971643058/job/18972135073

from jedi.

davidhalter avatar davidhalter commented on June 25, 2024

Can you reproduce these errors without Pypy as well? Pypy is not supported.

from jedi.

A5rocks avatar A5rocks commented on June 25, 2024

Ah is it not? I'll close this until I try to reproduce in CPython and ensure our Jedi tests don't run on PyPy!

from jedi.

A5rocks avatar A5rocks commented on June 25, 2024

OK I've tried for a bit and cannot repro in CPython. Assuming this issue is PyPy only.

from jedi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.