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

crash upon exit/qnetworkconfiguration destructor #25966

Closed
qgib opened this issue Feb 10, 2018 · 5 comments
Closed

crash upon exit/qnetworkconfiguration destructor #25966

qgib opened this issue Feb 10, 2018 · 5 comments
Labels
API API improvement only, no visible user interface changes Bug Either a bug report, or a bug fix. Let's hope for the latter!

Comments

@qgib
Copy link
Contributor

qgib commented Feb 10, 2018

Author Name: landry Landry Breuil (@landryb)
Original Redmine Issue: 18070
Affected QGIS version: master
Redmine category:network


Since a while, i get crashes/segfaults upon exit, and they're fully reproducible now:

#_0  0x00000369644ca427 in QNetworkConfiguration::~QNetworkConfiguration () from /usr/local/lib/qt5/./libQt5Network.so.2.2
#_1  0x00000369644cecec in QThreadStorage<QSharedNetworkSessionManager*>::deleteData () from /usr/local/lib/qt5/./libQt5Network.so.2.2
#_2  0x000003699d257a63 in QThreadStorageData::finish () from /usr/local/lib/qt5/./libQt5Core.so.2.2
#_3  0x000003699d426c16 in QCoreApplicationPrivate::cleanupThreadData () from /usr/local/lib/qt5/./libQt5Core.so.2.2
#_4  0x000003692902c8d2 in QGuiApplicationPrivate::~QGuiApplicationPrivate () from /usr/local/lib/qt5/./libQt5Gui.so.2.2
#_5  0x00000369918c0b8f in QApplicationPrivate::~QApplicationPrivate () from /usr/local/lib/qt5/./libQt5Widgets.so.2.2
#_6  0x000003699d454652 in QObject::~QObject () from /usr/local/lib/qt5/./libQt5Core.so.2.2
#_7  0x00000369918c2903 in QApplication::~QApplication () from /usr/local/lib/qt5/./libQt5Widgets.so.2.2

This is with master as of yesterday, qt 5.9.4, on OpenBSD. Just opening qgis, and exiting. Strange that the trace appeas to be only in Qt, i don't know what qgis codepaths lead to this

@qgib
Copy link
Contributor Author

qgib commented Oct 26, 2018

Author Name: Loïc BARTOLETTI (@lbartoletti)


Hi Landry,

Do you still have this issue?


  • status_id was changed from Open to Feedback

@qgib
Copy link
Contributor Author

qgib commented Oct 26, 2018

Author Name: landry Landry Breuil (@landryb)


3.2.3 seems fine :)

@qgib
Copy link
Contributor Author

qgib commented Oct 26, 2018

Author Name: landry Landry Breuil (@landryb)


Guess i spoke too fast.. not 100% reproducible, but in this session i only opened a file open dialog then exited qgis.

(gdb) bt
#_0  0x000019ea0c4cc6ae in QNetworkConfiguration::~QNetworkConfiguration () from /usr/local/lib/qt5/./libQt5Network.so.2.2
#_1  0x000019ea0c4d1590 in QThreadStorage<QSharedNetworkSessionManager*>::deleteData () from /usr/local/lib/qt5/./libQt5Network.so.2.2
#_2  0x000019e988cc5966 in QThreadStorageData::finish () from /usr/local/lib/qt5/./libQt5Core.so.2.2
#_3  0x000019e988eb7fb8 in QCoreApplicationPrivate::cleanupThreadData () from /usr/local/lib/qt5/./libQt5Core.so.2.2
#_4  0x000019e9e27cb1d3 in QGuiApplicationPrivate::~QGuiApplicationPrivate () from /usr/local/lib/qt5/./libQt5Gui.so.2.2
#_5  0x000019e9d582769f in QApplicationPrivate::~QApplicationPrivate () from /usr/local/lib/qt5/./libQt5Widgets.so.2.2
#_6  0x000019e988ee9f9d in QObject::~QObject () from /usr/local/lib/qt5/./libQt5Core.so.2.2
#_7  0x000019e9d58293fe in QApplication::~QApplication () from /usr/local/lib/qt5/./libQt5Widgets.so.2.2
#_8  0x000019e7839083dc in main () from /usr/local/bin/qgis

@qgib
Copy link
Contributor Author

qgib commented Feb 23, 2019

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


Bulk closing 82 tickets in feedback state for more than 90 days affecting an old version. Feel free to reopen if it still applies to a current version and you have more information that clarify the issue.


  • resolution was changed from to no timely feedback
  • status_id was changed from Feedback to Closed

@qgib qgib closed this as completed Feb 23, 2019
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! API API improvement only, no visible user interface changes labels May 25, 2019
@Esash382
Copy link

Hi, seeing this as an issue. Not able to find a solution yet. Any clues as to how to tackle this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API improvement only, no visible user interface changes Bug Either a bug report, or a bug fix. Let's hope for the latter!
Projects
None yet
Development

No branches or pull requests

2 participants