We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running from source I get a core dump, this is the last messages from running with -v
import 'gi._gi' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ba0d41ae0> # /usr/lib64/python3.10/site-packages/cairo/__pycache__/__init__.cpython-310.pyc matches /usr/lib64/python3.10/site-packages/cairo/__init__.py # code object from '/usr/lib64/python3.10/site-packages/cairo/__pycache__/__init__.cpython-310.pyc' # extension module 'cairo._cairo' loaded from '/usr/lib64/python3.10/site-packages/cairo/_cairo.cpython-310-x86_64-linux-gnu.so' # extension module 'cairo._cairo' executed from '/usr/lib64/python3.10/site-packages/cairo/_cairo.cpython-310-x86_64-linux-gnu.so' import 'cairo._cairo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ba0d42f80> import 'cairo' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ba0d42c50> # extension module 'gi._gi_cairo' loaded from '/usr/lib64/python3.10/site-packages/gi/_gi_cairo.cpython-310-x86_64-linux-gnu.so' # extension module 'gi._gi_cairo' executed from '/usr/lib64/python3.10/site-packages/gi/_gi_cairo.cpython-310-x86_64-linux-gnu.so' import 'gi._gi_cairo' # <_frozen_importlib_external.ExtensionFileLoader object at 0x7f5ba0d42b00> import 'gi' # <_frozen_importlib_external.SourceFileLoader object at 0x7f5ba0d401f0> Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
Thank you for reporting. For now I have no idea about the cause of this crash.
Sorry, something went wrong.
No branches or pull requests
Running from source I get a core dump, this is the last messages from running with -v
The text was updated successfully, but these errors were encountered: