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

QGIS crashed after using plugin manager #26867

Closed
qgib opened this issue May 26, 2018 · 5 comments
Closed

QGIS crashed after using plugin manager #26867

qgib opened this issue May 26, 2018 · 5 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Build/Install Related to compiling or installing QGIS Crash/Data Corruption High Priority

Comments

@qgib
Copy link
Contributor

qgib commented May 26, 2018

Author Name: Torsten Hase (Torsten Hase)
Original Redmine Issue: 19036
Affected QGIS version: 3.1(master)
Redmine category:windows_package
Assignee: Borys Jurgiel


Report:

User Feedback

Report Details

Crash ID: 147561b020810973e7803b093f8191e3ff7090d3

Stack Trace

QObject::connect :
PyInit_QtCore :
PyFrame_New :
PyObject_Call :
PyInit_sip :
meth_QgsMapToolAdvancedDigitizing_createRubberBand sip_guipart2.cpp:147912
PyCFunction_FastCallDict :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyFunction_FastCallDict :
PyObject_CallFunctionObjArgs :
PyUnicode_AsUTF8AndSize :
PyFrame_New :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyFunction_FastCallDict :
PyObject_CallFunctionObjArgs :
PyUnicode_AsUTF8AndSize :
PyFrame_New :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyEval_EvalCode :
PyArena_Free :
PyRun_StringFlags :
QgsPythonUtilsImpl::runStringUnsafe qgspythonutilsimpl.cpp:300
QgsPythonUtilsImpl::runString qgspythonutilsimpl.cpp:312
QgsPythonRunnerImpl::runCommand qgisapp.cpp:9817
QgsPythonRunner::run qgspythonrunner.cpp:33
QgsPluginManager::buttonInstall_clicked qgspluginmanager.cpp:1347
QtPrivate::FunctorCall<QtPrivate::IndexesList<>,QtPrivate::List<>,void,void (__cdecl QgsPluginManager::*)(void) __ptr64>::call qobjectdefs_impl.h:136
QtPrivate::FunctionPointer<void (__cdecl QgsPluginManager::*)(void) __ptr64>::call<QtPrivate::List<>,void> qobjectdefs_impl.h:170
QtPrivate::QSlotObject<void (__cdecl QgsPluginManager::*)(void) __ptr64,QtPrivate::List<>,void>::impl qobject_impl.h:121
QMetaObject::activate :
QAbstractButton::clicked :
QAbstractButton::click :
QAbstractButton::mouseReleaseEvent :
QWidget::event :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify qgsapplication.cpp:342
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify qgsapplication.cpp:342
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
CallWindowProcW :
DispatchMessageW :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QDialog::exec :
QgsAppPluginManagerInterface::showPluginManager qgsapppluginmanagerinterface.cpp:39
meth_QgsPluginManagerInterface_showPluginManager sip_guipart2.cpp:30527
PyCFunction_FastCallDict :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyObject_GenericGetAttr :
PyEval_EvalFrameDefault :
PyErr_Occurred :
PyEval_EvalCode :
PyArena_Free :
PyRun_StringFlags :
QgsPythonUtilsImpl::runStringUnsafe qgspythonutilsimpl.cpp:300
QgsPythonUtilsImpl::runString qgspythonutilsimpl.cpp:312
QgsPythonRunnerImpl::runCommand qgisapp.cpp:9817
QgsPythonRunner::run qgspythonrunner.cpp:33
QgisApp::showPluginManager qgisapp.cpp:9795
QtPrivate::FunctorCall<QtPrivate::IndexesList<>,QtPrivate::List<>,void,void (__cdecl QgisApp::*)(void) __ptr64>::call qobjectdefs_impl.h:136
QtPrivate::FunctionPointer<void (__cdecl QgisApp::*)(void) __ptr64>::call<QtPrivate::List<>,void> qobjectdefs_impl.h:170
QtPrivate::QSlotObject<void (__cdecl QgisApp::*)(void) __ptr64,QtPrivate::List<>,void>::impl qobject_impl.h:121
QMetaObject::activate :
QAction::activate :
QMenu::actionGeometry :
QMenu::actionGeometry :
QMenu::mouseReleaseEvent :
QWidget::event :
QMenu::event :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify qgsapplication.cpp:342
QCoreApplication::notifyInternal2 :
QApplicationPrivate::sendMouseEvent :
QSizePolicy::QSizePolicy :
QSizePolicy::QSizePolicy :
QApplicationPrivate::notify_helper :
QApplication::notify :
QgsApplication::notify qgsapplication.cpp:342
QCoreApplication::notifyInternal2 :
QGuiApplicationPrivate::processMouseEvent :
QWindowSystemInterface::sendWindowSystemEvents :
QEventDispatcherWin32::processEvents :
CallWindowProcW :
DispatchMessageW :
QEventDispatcherWin32::processEvents :
qt_plugin_query_metadata :
QEventLoop::exec :
QCoreApplication::exec :
main main.cpp:1434
WinMain mainwin.cpp:170
__scrt_common_main_seh exe_common.inl:253
BaseThreadInitThunk :
RtlUserThreadStart :

QGIS Info
QGIS Version: 3.1.0-Master
QGIS code revision: 310bfb1
Compiled against Qt: 5.9.2
Running against Qt: 5.9.2
Compiled against GDAL: 2.2.4
Running against GDAL: 2.2.4

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

@qgib
Copy link
Contributor Author

qgib commented May 26, 2018

Author Name: Borys Jurgiel (@borysiasty)


Hi,

Is QGIS installed from the standalone installer or OSGeo4W? What other QGIS versions are already installed?
There were such issues reported if QGIS 2.x installed by OSGeo4W conflicts with the 3.0 package.

Please check if some of the cleanings described here works for you: #26152 and #26111.

Regards,
Borys

@qgib
Copy link
Contributor Author

qgib commented May 26, 2018

Author Name: Torsten Hase (Torsten Hase)


It is installed from OSGeo4W and I have other versions installed.
I can load some plugins. It crashed sometimes. QGIS 3.1.0 use a lot of tim to start. There seems to be a bug to.
There should be an other way then to deinstall an reinstall ...

Thanks in advance

@qgib
Copy link
Contributor Author

qgib commented Jun 22, 2018

Author Name: Borys Jurgiel (@borysiasty)


So I assume it duplicates #26152. Seems it's solved in recent packages, as there is no new reports since yours (and there was a few of them in previous months). If you still get the crash with the recent master (or with final 3.2 - to be released today and packages should be available within next 2-3 days), please let me know here and I'll (re)open a ticket for the OSGeo4W installer.


  • category_id was changed from Plugin Manager to Windows Package
  • status_id was changed from Open to Closed
  • resolution was changed from to duplicate

@qgib qgib closed this as completed Jun 22, 2018
@qgib
Copy link
Contributor Author

qgib commented Jun 22, 2018

Author Name: Jürgen Fischer (@jef-n)


  • subject was changed from QGIS crashad after by using plugin manager to QGIS crashed after by using plugin manager

@qgib
Copy link
Contributor Author

qgib commented Jun 22, 2018

Author Name: Jürgen Fischer (@jef-n)


  • subject was changed from QGIS crashed after by using plugin manager to QGIS crashed after using plugin manager

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! High Priority Build/Install Related to compiling or installing QGIS Crash/Data Corruption 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! Build/Install Related to compiling or installing QGIS Crash/Data Corruption High Priority
Projects
None yet
Development

No branches or pull requests

1 participant