Skip to content
New issue

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

Modeler crash on master #24945

Closed
qgib opened this issue Aug 22, 2017 · 8 comments
Closed

Modeler crash on master #24945

qgib opened this issue Aug 22, 2017 · 8 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore

Comments

@qgib
Copy link
Contributor

qgib commented Aug 22, 2017

Author Name: Loïc BARTOLETTI (@lbartoletti)
Original Redmine Issue: 17046
Affected QGIS version: master
Redmine category:processing/modeller
Assignee: Victor Olaya


Hello,
Modeler crash every time I want to create a new model.

Thanks.

Here the logs:

User Feedback

Report Details

Crash ID: 865a3c6ce0c75e1d06409254aabf1adcefe5a7c5

Stack Trace

(_core) OGREnvelope3D::OGREnvelope3D (unknown file):(unknown line)
(_core) OGREnvelope3D::OGREnvelope3D (unknown file):(unknown line)
(python36) PyCFunction_FastCallDict (unknown file):(unknown line)
(python36) PyObject_GenericGetAttr (unknown file):(unknown line)
(python36) PyEval_EvalFrameDefault (unknown file):(unknown line)
(python36) PyErr_Occurred (unknown file):(unknown line)
(python36) PyObject_GenericGetAttr (unknown file):(unknown line)
(python36) PyEval_EvalFrameDefault (unknown file):(unknown line)
(python36) PyErr_Occurred (unknown file):(unknown line)
(python36) PyObject_GenericGetAttr (unknown file):(unknown line)
(python36) PyEval_EvalFrameDefault (unknown file):(unknown line)
(python36) PyErr_Occurred (unknown file):(unknown line)
(python36) PyObject_GenericGetAttr (unknown file):(unknown line)
(python36) PyEval_EvalFrameDefault (unknown file):(unknown line)
(python36) PyFunction_FastCallDict (unknown file):(unknown line)
(python36) PyObject_CallFunctionObjArgs (unknown file):(unknown line)
(python36) PyObject_Call (unknown file):(unknown line)
(QtCore) PyInit_QtCore (unknown file):(unknown line)
(QtCore) PyInit_QtCore (unknown file):(unknown line)
(QtCore) PyInit_QtCore (unknown file):(unknown line)
(QtCore) PyInit_QtCore (unknown file):(unknown line)
(QtCore) PyInit_QtCore (unknown file):(unknown line)
(Qt5Core) QMetaObject::activate (unknown file):(unknown line)
(Qt5Widgets) QAbstractItemView::doubleClicked (unknown file):(unknown line)
(Qt5Widgets) QTreeView::mouseDoubleClickEvent (unknown file):(unknown line)
(QtWidgets) PyInit_QtWidgets (unknown file):(unknown line)
(Qt5Widgets) QWidget::event (unknown file):(unknown line)
(Qt5Widgets) QFrame::event (unknown file):(unknown line)
(Qt5Widgets) QAbstractItemView::viewportEvent (unknown file):(unknown line)
(QtWidgets) PyInit_QtWidgets (unknown file):(unknown line)
(Qt5Core) QCoreApplicationPrivate::sendThroughObjectEventFilters (unknown file):(unknown line)
(Qt5Widgets) QApplicationPrivate::notify_helper (unknown file):(unknown line)
(Qt5Widgets) QApplication::notify (unknown file):(unknown line)
(qgis_core) QgsExpression::parserErrorString (unknown file):(unknown line)
(Qt5Core) QCoreApplication::notifyInternal2 (unknown file):(unknown line)
(Qt5Widgets) QApplicationPrivate::sendMouseEvent (unknown file):(unknown line)
(Qt5Widgets) QSizePolicy::QSizePolicy (unknown file):(unknown line)
(Qt5Widgets) QSizePolicy::QSizePolicy (unknown file):(unknown line)
(Qt5Widgets) QApplicationPrivate::notify_helper (unknown file):(unknown line)
(Qt5Widgets) QApplication::notify (unknown file):(unknown line)
(qgis_core) QgsExpression::parserErrorString (unknown file):(unknown line)
(Qt5Core) QCoreApplication::notifyInternal2 (unknown file):(unknown line)
(Qt5Gui) QGuiApplicationPrivate::processMouseEvent (unknown file):(unknown line)
(Qt5Gui) QWindowSystemInterface::sendWindowSystemEvents (unknown file):(unknown line)
(Qt5Core) QEventDispatcherWin32::processEvents (unknown file):(unknown line)
(USER32) TranslateMessageEx (unknown file):(unknown line)
(USER32) TranslateMessage (unknown file):(unknown line)
(Qt5Core) QEventDispatcherWin32::processEvents (unknown file):(unknown line)
(qwindows) qt_plugin_query_metadata (unknown file):(unknown line)
(Qt5Core) QEventLoop::exec (unknown file):(unknown line)
(Qt5Core) QCoreApplication::exec (unknown file):(unknown line)
(qgis_app) QgsFieldsProperties::on_mInitCodeSourceComboBox_currentIndexChanged (unknown file):(unknown line)
(kernel32) BaseThreadInitThunk (unknown file):(unknown line)
(ntdll) RtlUserThreadStart (unknown file):(unknown line)

QGIS Info
QGIS Version: 2.99.0-Master
QGIS code revision: 1cded85
Compiled against Qt: 5.7.1
Running against Qt: 5.7.1
Compiled against GDAL: 2.2.1
Running against GDAL: 2.2.1

System Info
CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 6.1.7601

@qgib
Copy link
Contributor Author

qgib commented Aug 22, 2017

Author Name: Giovanni Manghi (@gioman)


  • priority_id was changed from Normal to High
  • regression was changed from 0 to 1

@qgib
Copy link
Contributor Author

qgib commented Aug 22, 2017

Author Name: Nyall Dawson (@nyalldawson)


I can't reproduce... can you try with a clean qgis config folder?


  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented Aug 24, 2017

Author Name: Loïc BARTOLETTI (@lbartoletti)


I have remove my .qgis3 (and also .qgis2 ... ) with the same issue.

Here the stages for reproduce it:

  • Create a new model
  • Add a vector layer
  • Add an algorithm
  • Fill parameters
  • Click OK
  • Crash

Thanks.

@qgib
Copy link
Contributor Author

qgib commented Aug 24, 2017

Author Name: Loïc BARTOLETTI (@lbartoletti)


OK, I have deleted my OSGEO4W folder and install a new one (QGIS code revision: 21b1c7c) with the same issue

@qgib
Copy link
Contributor Author

qgib commented Aug 24, 2017

Author Name: Nyall Dawson (@nyalldawson)


Cannot reproduce following these steps.

@qgib
Copy link
Contributor Author

qgib commented Aug 24, 2017

Author Name: Harrissou Santanna (@DelazJ)


I could reproduce it on my win10 machine, osgeo4w install

@qgib
Copy link
Contributor Author

qgib commented Aug 24, 2017

Author Name: Giovanni Manghi (@gioman)


Nyall Dawson wrote:

Cannot reproduce following these steps.

updated master on my Windows testing VM and I also get the crash.


  • status_id was changed from Feedback to Open

@qgib
Copy link
Contributor Author

qgib commented Aug 29, 2017

Author Name: Nyall Dawson (@nyalldawson)


Duplicate of #24927


  • resolution was changed from to duplicate
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed Aug 29, 2017
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms Crash/Data Corruption Regression Something which used to work, but doesn't anymore labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Crash/Data Corruption High Priority Processing Relating to QGIS Processing framework or individual Processing algorithms Regression Something which used to work, but doesn't anymore
Projects
None yet
Development

No branches or pull requests

1 participant