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
Getting segfaults when using widgets based on GraphicsView, Widgets using QOpenGLWidget appear to function as intended.
When running examples that use pyqtgraph.GraphicsWidget we get a segfault/
pyqtgraph.GraphicsWidget
python pyqtgraph/examples/PlotSpeedTest.py
No segfault
pyqtgraph-pypy ❯ python pyqtgraph/examples/PlotSpeedTest.py zsh: segmentation fault python pyqtgraph/examples/PlotSpeedTest.py
master
PySide6 installed via
pip install pyside6 --index-url=https://download.qt.io/official_releases/QtForPython/pypy/
NumPy was built from source.
The text was updated successfully, but these errors were encountered:
Walking through the debugger, the segfault occurs on this line:
pyqtgraph/pyqtgraph/graphicsItems/GraphicsWidget.py
Line 16 in 74fa36d
> /Users/ogi/Developer/pyqtgraph/pyqtgraph/graphicsItems/GraphicsWidget.py(17)__init__() -> QtWidgets.QGraphicsWidget.__init__(self, *args, **kargs) (Pdb) widget = QtWidgets.QGraphicsWidget() (Pdb) widfget = QtWidgets.QGraphicsWidget.__init__(self) zsh: segmentation fault python pyqtgraph/examples/PlotSpeedTest.py
Sorry, something went wrong.
No branches or pull requests
Short description
Getting segfaults when using widgets based on GraphicsView, Widgets using QOpenGLWidget appear to function as intended.
Code to reproduce
When running examples that use
pyqtgraph.GraphicsWidgetwe get a segfault/Expected behavior
No segfault
Real behavior
Tested environment(s)
mastercommit: 74fa36dAdditional context
PySide6 installed via
NumPy was built from source.
The text was updated successfully, but these errors were encountered: