[Bug 193780] crash after luanch Kontact with KMail

2011-10-22 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=193780


Michael Pyne mp...@kde.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||mp...@kde.org
 Ever Confirmed|0   |1




--- Comment #12 from Michael Pyne mpyne kde org  2011-10-22 22:21:40 ---
Confirming the bug as I now constantly seem to hit it. :(

This bug occurs for me on Akregator shutdown, even if I run akregator by
itself. All that is required to reproduce for me is to quit the application.

After running it through Valgrind the issue seems to be (IMO) that some
TreeNode* entry is being free'd twice during shutdown. Most likely seems to be
that a TreeNode* is free'd directly and then as a child of a
Folder::FolderPrivate somewhere (that was not updated from the first time the
TreeNode* was deleted). I will attach the Valgrind log as well.

Is there any easy way to check how a Folder would end up hanging onto a Feed's
child?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2011-10-22 Thread Michael Pyne
https://bugs.kde.org/show_bug.cgi?id=193780





--- Comment #13 from Michael Pyne mpyne kde org  2011-10-22 22:25:21 ---
Created an attachment (id=64799)
 -- (http://bugs.kde.org/attachment.cgi?id=64799)
Valgrind log of Akregator shut down.

valgrind output from: valgrind --tool=memcheck --num-callers=40
--track-origins=yes akregator --nofork --nocrashhandler.

Seems to show in this case that FolderPrivate's dtor is trying to run
qDeleteAll over a TreeNode* that had already been deleted by a Feed
(feed.cpp:322)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2011-09-07 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=193780


Christophe Giboudeaux cgiboude...@gmx.com changed:

   What|Removed |Added

 CC||mou...@comcast.net




--- Comment #11 from Christophe Giboudeaux cgiboudeaux gmx com  2011-09-07 
17:16:46 ---
*** Bug 281564 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2011-08-01 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=193780


Christophe Giboudeaux cgiboude...@gmx.com changed:

   What|Removed |Added

 CC||d...@williamson.net.au




--- Comment #10 from Christophe Giboudeaux cgiboudeaux gmx com  2011-08-01 
09:33:36 ---
*** Bug 278742 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2011-07-20 Thread Bruno Friedmann
https://bugs.kde.org/show_bug.cgi?id=193780


Bruno Friedmann brun...@ioda.net changed:

   What|Removed |Added

 CC||brun...@ioda.net




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2011-07-20 Thread Bruno Friedmann
https://bugs.kde.org/show_bug.cgi?id=193780





--- Comment #9 from Bruno Friedmann brunofr ioda net  2011-07-20 10:18:47 ---
Created an attachment (id=62012)
 -- (http://bugs.kde.org/attachment.cgi?id=62012)
New crash information added by DrKonqi

kontact (4.7 rc2) on KDE Platform 4.6.95 (4.7 RC2) release 1 using Qt 4.7.3

Seems to bug in 4.7 and qt 4.73

-- Backtrace (Reduced):
#6  0x7ffd623c35e4 in Akregator::Feed::unread (this=optimized out) at
/usr/src/debug/kdepim-4.6.95/akregator/src/feed.cpp:749
#7  0x7ffd623db240 in Akregator::Folder::updateUnreadCount (this=0x36bcef0)
at /usr/src/debug/kdepim-4.6.95/akregator/src/folder.cpp:310
#8  0x7ffd623db4dc in Akregator::Folder::removeChild (this=0x36bcef0,
node=0xa1ed60) at /usr/src/debug/kdepim-4.6.95/akregator/src/folder.cpp:255
#9  0x7ffd623d2505 in Akregator::TreeNode::emitSignalDestroyed
(this=0xa1ed60) at /usr/src/debug/kdepim-4.6.95/akregator/src/treenode.cpp:74
#10 0x7ffd623c56b9 in Akregator::Feed::~Feed (this=0xa1ed60,
__in_chrg=optimized out, __vtt_parm=optimized out) at
/usr/src/debug/kdepim-4.6.95/akregator/src/feed.cpp:319

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2011-07-05 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=193780





--- Comment #8 from Christophe Giboudeaux cgiboudeaux gmx com  2011-07-05 
22:01:48 ---
*** Bug 270623 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2011-04-20 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=193780


Christophe Giboudeaux cgiboude...@gmx.com changed:

   What|Removed |Added

 CC||marko.gabriel...@gmail.com




--- Comment #7 from Christophe Giboudeaux cgiboudeaux gmx com  2011-04-20 
14:45:10 ---
*** Bug 271338 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2011-02-21 Thread S . Burmeister
https://bugs.kde.org/show_bug.cgi?id=193780


S. Burmeister sven.burmeis...@gmx.net changed:

   What|Removed |Added

 CC||sven.burmeis...@gmx.net




-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2011-02-21 Thread S . Burmeister
https://bugs.kde.org/show_bug.cgi?id=193780





--- Comment #6 from S. Burmeister sven burmeister gmx net  2011-02-21 
17:07:17 ---
Created an attachment (id=57418)
 -- (http://bugs.kde.org/attachment.cgi?id=57418)
New crash information added by DrKonqi

kontact (4.4.10) on KDE Platform 4.6.00 (4.6.0) using Qt 4.7.1

- What I was doing when the application crashed:

I just tried to log off and shut down. Nothing else.

-- Backtrace (Reduced):
#7  0x004041bf in qDeleteAllQListKMainWindow*::const_iterator
(argc=1, argv=0x7fff29933a48) at /usr/include/QtCore/qalgorithms.h:322
#8  qDeleteAllQListKMainWindow*  (argc=1, argv=0x7fff29933a48) at
/usr/include/QtCore/qalgorithms.h:330
#9  main (argc=1, argv=0x7fff29933a48) at
/usr/src/debug/kdepim-4.4.10/kontact/src/main.cpp:225

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2011-02-06 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=193780


Christophe Giboudeaux cgiboude...@gmail.com changed:

   What|Removed |Added

 CC||jem...@mailmaxe.de




--- Comment #5 from Christophe Giboudeaux cgiboudeaux gmail com  2011-02-06 
14:00:32 ---
*** Bug 265518 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2010-10-18 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=193780


Christophe Giboudeaux cgiboude...@gmail.com changed:

   What|Removed |Added

 CC||frederic.coiff...@free.fr




--- Comment #4 from Christophe Giboudeaux cgiboudeaux gmail com  2010-10-18 
14:38:33 ---
*** Bug 254479 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2010-07-05 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=193780


Christophe Giboudeaux cgiboude...@gmail.com changed:

   What|Removed |Added

 CC||nicotra.and...@gmail.com




--- Comment #3 from Christophe Giboudeaux cgiboudeaux gmail com  2010-07-05 
14:26:14 ---
*** Bug 243567 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2010-06-25 Thread Nicolas Lécureuil
https://bugs.kde.org/show_bug.cgi?id=193780


Nicolas Lécureuil nlecure...@mandriva.com changed:

   What|Removed |Added

 CC||yohan.pere...@gmail.com




--- Comment #2 from Nicolas Lécureuil nlecureuil mandriva com  2010-06-25 
15:32:37 ---
*** Bug 242757 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Bug 193780] crash after luanch Kontact with KMail

2009-10-23 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=193780


Christophe Giboudeaux cgiboude...@gmail.com changed:

   What|Removed |Added

 CC||xoseca...@gmail.com




--- Comment #1 from Christophe Giboudeaux cgiboudeaux gmail com  2009-10-23 
17:02:51 ---
*** Bug 197845 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs