Summary: | choqok is crashing when exiting (QCA::ProviderManager::~ProviderManager) | ||
---|---|---|---|
Product: | [Applications] choqok | Reporter: | Balcaen John <balcaen.john> |
Component: | Assignee: | Mehrdad Momeny <mehrdad.momeny> | |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | anand.ubuntu, cfeck, giecrilj, gmlastik, gronslet, hemathor, jh800, mail, mehrdad.momeny, micheluzzo, phoenix092-kdebugs, spy.c.xamaican, Tanktalus |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi |
Description
Balcaen John
2011-03-18 13:17:56 UTC
the crash seems related to qca lib *** Bug 270377 has been marked as a duplicate of this bug. *** *** Bug 270463 has been marked as a duplicate of this bug. *** *** Bug 270698 has been marked as a duplicate of this bug. *** I get this consistently, too, whether with qca 2.0.2 or 2.0.3. Perhaps it's just an order thing where objects are hanging around too long, and the library isn't being unloaded late enough? Created attachment 60912 [details]
New crash information added by DrKonqi
choqok (1.0) on KDE Platform 4.6.00 (4.6.0) "release 6" using Qt 4.7.1
- What I was doing when the application crashed:
I simply closed the application thanks to the cross in the upper right corner and the application crashed.
-- Backtrace (Reduced):
#8 0xb6f70d43 in QLibraryPrivate::unload (this=0x857a888) at plugin/qlibrary.cpp:455
#9 0xb6f6ad77 in QPluginLoader::unload (this=0x85a42b8) at plugin/qpluginloader.cpp:251
#10 0xb14f52db in QCA::PluginInstance::~PluginInstance (this=0x85a2d78, __in_chrg=<value optimized out>) at qca_plugin.cpp:160
#11 0xb14f56c3 in QCA::ProviderItem::~ProviderItem (this=0x83fc6c0, __in_chrg=<value optimized out>) at qca_plugin.cpp:254
#12 0xb14f37f2 in QCA::ProviderManager::unloadAll (this=0x8573748) at qca_plugin.cpp:521
*** Bug 261026 has been marked as a duplicate of this bug. *** *** Bug 270391 has been marked as a duplicate of this bug. *** *** Bug 278306 has been marked as a duplicate of this bug. *** Which QCA plugin(s) are you using? Actually we use QtOAuth library https://github.com/ayoy/qoauth/wiki And as mentioned there, it uses "OpenSSL plugin to QCA" *** Bug 280679 has been marked as a duplicate of this bug. *** (In reply to comment #12) > *** Bug 280679 has been marked as a duplicate of this bug. *** This was my fault :| two different bugs :D Created attachment 64300 [details]
New crash information added by DrKonqi
choqok (1.0) on KDE Platform 4.7.1 (4.7.1) using Qt 4.7.2
Same problem here: choqok crashes with segfault every time I quit the application.
-- Backtrace (Reduced):
#6 0x00007f22f23eeb8d in QLibraryPrivate::unload (this=0xfb9e60) at plugin/qlibrary.cpp:455
#7 0x00007f22f23e8e4d in QPluginLoader::unload (this=0xfb7030) at plugin/qpluginloader.cpp:251
#8 0x00007f22e0483945 in QCA::ProviderManager::unloadAll() () from /usr/lib/libqca.so.2
#9 0x00007f22e0483b80 in QCA::ProviderManager::~ProviderManager() () from /usr/lib/libqca.so.2
#10 0x00007f22e047eab6 in QCA::Global::~Global() () from /usr/lib/libqca.so.2
Git commit 4214713a3def2c50b16b17b3eabf6da24fec61cf by Mehrdad Momeny. Committed on 31/10/2011 at 16:41. Pushed by momeny into branch 'master'. BUG:268815 Choqok crash on quite fixed M +2 -1 helperlibs/twitterapihelper/twitterapiaccount.cpp M +38 -38 helperlibs/twitterapihelper/twitterapimicroblog.cpp http://commits.kde.org/choqok/4214713a3def2c50b16b17b3eabf6da24fec61cf *** Bug 285930 has been marked as a duplicate of this bug. *** Mehrdad, if you make a release with this bug fixed, please set the "Version Fixed In" information. |