[kmail2] [Bug 287856] Kmail crash changing email account

2017-01-07 Thread Denis Kurz
https://bugs.kde.org/show_bug.cgi?id=287856

Denis Kurz  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |UNMAINTAINED
 Status|NEEDSINFO   |RESOLVED

--- Comment #40 from Denis Kurz  ---
Just as announced in my last comment, I close this bug. If you encounter it
again in a recent version (at least 5.0 aka 15.08), please open a new one
unless it already exists. Thank you for all your input.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmail2] [Bug 287856] Kmail crash changing email account

2016-09-24 Thread Denis Kurz via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=287856

Denis Kurz  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #39 from Denis Kurz  ---
This bug has only been reported for versions before 4.14, which have been
unsupported for at least two years now. Can anyone tell if this bug still
present?

If noone confirms this bug for a Framework-based version of kmail2 (version 5.0
or later, as part of KDE Applications 15.12 or later), it gets closed in about
three months.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 287856] Kmail crash changing email account

2012-04-15 Thread Parameshwara Bhat
https://bugs.kde.org/show_bug.cgi?id=287856

Parameshwara Bhat peeb...@gmail.com changed:

   What|Removed |Added

 CC||peeb...@gmail.com

-- 
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 287856] Kmail crash changing email account

2012-04-15 Thread Parameshwara Bhat
https://bugs.kde.org/show_bug.cgi?id=287856

--- Comment #38 from Parameshwara Bhat peeb...@gmail.com ---
Created attachment 70415
  -- https://bugs.kde.org/attachment.cgi?id=70415action=edit
New crash information added by DrKonqi

kmail (4.8.0) on KDE Platform 4.8.1 (4.8.1) release 2 using Qt 4.8.0

- What I was doing when the application crashed:

When a sent message is sought to be 'send again', kmail crashes.

Thing to note is, before updating to 4.8.1 on Opensuse 12.1, (Tumbleweed) I did
not hav ethis problem. Till yesterday, kmail was working for me well. The
signature is same, configurtaion is same. It is triggered by the upgdated
kmail, not the kmail of 4.7.x of Opensuse 12.1

-- Backtrace (Reduced):
#6  0xb63d90e1 in QTextLine::cursorToX (this=0xbff01030, cursorPos=0xbff01048,
edge=QTextLine::Leading) at text/qtextlayout.cpp:2511
#7  0xb63b4172 in cursorToX (edge=QTextLine::Leading, cursorPos=0,
this=0xbff01030) at ../../src/gui/text/qtextlayout.h:230
#8  QTextControlPrivate::rectForPosition (this=0xa6d6e38, position=79) at
text/qtextcontrol.cpp:1368
#9  0xb63b82d0 in QTextControl::ensureCursorVisible (this=0xa6d6e28) at
text/qtextcontrol.cpp:2950
#10 0xb63bc52d in QTextControl::setTextCursor (this=0xa6d6e28, cursor=...) at
text/qtextcontrol.cpp:833

-- 
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 287856] Kmail crash changing email account

2012-04-06 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856

--- Comment #37 from Christophe Giboudeaux cgiboude...@gmx.com ---
could be https://bugreports.qt-project.org/browse/QTBUG-24718

-- 
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 287856] Kmail crash changing email account

2012-04-03 Thread Simon Bühler
https://bugs.kde.org/show_bug.cgi?id=287856

Simon Bühler si...@aktionspotential.de changed:

   What|Removed |Added

 CC||si...@aktionspotential.de

-- 
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 287856] Kmail crash changing email account

2012-04-02 Thread Émeric Dupont
https://bugs.kde.org/show_bug.cgi?id=287856

Émeric Dupont emeric.dup...@agol.org changed:

   What|Removed |Added

 CC||emeric.dup...@agol.org

--- Comment #35 from Émeric Dupont emeric.dup...@agol.org ---
I am exposed to the same issue, when switching from an identity with a
signature to an identity without.

Commenting out the setTextCursor line solves the issue for me.


--- kmeditor.cpp.4.8.1  2012-04-02 15:11:52.216043987 +0200
+++ kmeditor.cpp2012-04-02 15:12:48.926043685 +0200
@@ -705,7 +705,7 @@

 // Remove the old and insert the new signature
 cursor.removeSelectedText();
-setTextCursor( cursor );
+//setTextCursor( cursor );
 newSig.insertIntoTextEdit( KPIMIdentities::Signature::AtCursor,
KPIMIdentities::Signature::AddNothing, this );
 found = true;

However, this has surely side-effects. But at least I don't have those crashes
anymore.

PS: Adding a CR at the end of the signature of the first identity also resolves
the issue. Thanks to those pointing that out. Could that look like an out of
range cursor ?

-- 
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 287856] Kmail crash changing email account

2012-04-02 Thread Simone Lazzaris
https://bugs.kde.org/show_bug.cgi?id=287856

--- Comment #36 from Simone Lazzaris sim...@omni.it ---
I confirm that adding a newline at the end of every identity solved the problem
for me, but this is obviously a workaround.

That explains also the difficulty that someone may had to reproduce the
problem: clearly it occours only with some signature structure.

-- 
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 287856] Kmail crash changing email account

2012-03-31 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856

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

   What|Removed |Added

 CC||sim...@omni.it

--- Comment #33 from Christophe Giboudeaux cgiboude...@gmx.com ---
*** Bug 294312 has been marked as a duplicate of this bug. ***

-- 
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 287856] Kmail crash changing email account

2012-03-31 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856

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

   What|Removed |Added

 CC||malte.ge...@googlemail.com

--- Comment #34 from Christophe Giboudeaux cgiboude...@gmx.com ---
*** Bug 295676 has been marked as a duplicate of this bug. ***

-- 
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 287856] Kmail crash changing email account

2012-03-30 Thread Thorsten Schnebeck
https://bugs.kde.org/show_bug.cgi?id=287856

Thorsten Schnebeck thorsten.schneb...@gmx.net changed:

   What|Removed |Added

 CC||thorsten.schneb...@gmx.net

--- Comment #29 from Thorsten Schnebeck thorsten.schneb...@gmx.net ---
Thread 1 (Thread 0xb26b4730 (LWP 7190)):
[KCrash Handler]
#7  0xb6c2fbe1 in QTextLine::cursorToX (this=0xbff5bdb0, cursorPos=0xbff5bdc8,
edge=QTextLine::Leading) at text/qtextlayout.cpp:2511
#8  0xb6c0ae4a in cursorToX (edge=QTextLine::Leading, cursorPos=0,
this=0xbff5bdb0) at ../../include/QtGui/../../src/gui/text/qtextlayout.h:230
#9  QTextControlPrivate::rectForPosition (this=0xa3612e0, position=585) at
text/qtextcontrol.cpp:1368
#10 0xb6c0ef90 in QTextControl::ensureCursorVisible (this=0xa0fc3f8) at
text/qtextcontrol.cpp:2950
#11 0xb6c131dd in QTextControl::setTextCursor (this=0xa0fc3f8, cursor=...) at
text/qtextcontrol.cpp:833
#12 0xb6e7db0c in QTextEdit::setTextCursor (this=0xa4e0ed8, cursor=...) at
widgets/qtextedit.cpp:805
#13 0xadebf7d4 in Message::KMeditor::replaceSignature (this=0xa4e0ed8,
oldSig=..., newSig=...) at ../../messagecomposer/kmeditor.cpp:708

Here I can reduce the problem to the plain text signature. When the signature
ends with a CR - no crash, no CR - crash
The BT was generated when forwarding in text using an identity with signature:

 Enchant dict for de_DE 0x9f027f8 
*** KMail got signal 11 (Exiting)
*** Dead letters dumped.
KCrash: Application 'kontact' crashing...

When restarting kontact the dead letter opens (text only message) but the
formatting is broken. It looks like the max line length is set to 16  +
wordwrap + CR after each line.

HTH

  Thorsten

-- 
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 287856] Kmail crash changing email account

2012-03-30 Thread teja
https://bugs.kde.org/show_bug.cgi?id=287856

--- Comment #30 from t...@motorola.com ---
I can confirm what Thorsten found out.
Adding a final CR to my signature avoids the crash. 
Thank you Thorsten, now I have a workaround.

-- 
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 287856] Kmail crash changing email account

2012-03-30 Thread Alex Frolov
https://bugs.kde.org/show_bug.cgi?id=287856

Alex Frolov frol...@froller.net changed:

   What|Removed |Added

 CC|frol...@froller.net |

-- 
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 287856] Kmail crash changing email account

2012-03-30 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=287856

--- Comment #31 from Laurent Montel mon...@kde.org ---
I can reproduce here crash.
(I work on this crash from 2 days ago)
not success for the moment.

-- 
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 287856] Kmail crash changing email account

2012-03-30 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856

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

   What|Removed |Added

 CC||g...@4-mail.net

--- Comment #32 from Christophe Giboudeaux cgiboude...@gmx.com ---
*** Bug 296342 has been marked as a duplicate of this bug. ***

-- 
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 287856] Kmail crash changing email account

2012-03-26 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=287856

--- Comment #28 from Laurent Montel mon...@kde.org ---
I fixed a crash for me in 4.8.2/master.
Not sure that all is perfect (because I just have this crash one)

-- 
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 287856] Kmail crash changing email account

2012-03-24 Thread Verena Ruff
https://bugs.kde.org/show_bug.cgi?id=287856

Verena Ruff ve...@triosolutions.at changed:

   What|Removed |Added

 CC||ve...@triosolutions.at

-- 
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 287856] Kmail crash changing email account

2012-03-24 Thread Verena Ruff
https://bugs.kde.org/show_bug.cgi?id=287856

--- Comment #27 from Verena Ruff ve...@triosolutions.at ---
Created attachment 69869
  -- https://bugs.kde.org/attachment.cgi?id=69869action=edit
New crash information added by DrKonqi

kontact (4.8.0) on KDE Platform 4.8.1 (4.8.1) release 483 using Qt 4.8.0

- What I was doing when the application crashed:
changing the sender identity. The chosen idendity doesn't have a signature, it
was a html message

-- Backtrace (Reduced):
#6  0x7f40f6d72c1c in QTextLine::cursorToX (this=0x7fffc5bfc370,
cursorPos=0x7fffc5bfc3b8, edge=QTextLine::Leading) at text/qtextlayout.cpp:2511
#7  0x7f40f6d4fd8c in cursorToX (edge=QTextLine::Leading, cursorPos=0,
this=0x7fffc5bfc370) at ../../src/gui/text/qtextlayout.h:230
#8  QTextControlPrivate::rectForPosition (this=0x1f7ba60, position=optimized
out) at text/qtextcontrol.cpp:1368
#9  0x7f40f6d535a8 in QTextControl::ensureCursorVisible (this=optimized
out) at text/qtextcontrol.cpp:2950
#10 0x7f40f6d57143 in QTextControl::setTextCursor (this=0x19be040,
cursor=...) at text/qtextcontrol.cpp:833

-- 
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 287856] Kmail crash changing email account

2012-03-15 Thread Jekyll Wu
https://bugs.kde.org/show_bug.cgi?id=287856

Jekyll Wu adap...@gmail.com changed:

   What|Removed |Added

 CC||nat...@nmecs.com

--- Comment #26 from Jekyll Wu adap...@gmail.com ---
*** Bug 296115 has been marked as a duplicate of this bug. ***

-- 
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 287856] Kmail crash changing email account

2012-03-08 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856

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

   What|Removed |Added

 CC||gkour...@gmail.com

--- Comment #25 from Christophe Giboudeaux cgiboude...@gmx.com ---
*** Bug 295216 has been marked as a duplicate of this bug. ***

-- 
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 287856] Kmail crash changing email account

2012-02-29 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856


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

   What|Removed |Added

 CC||fromhell...@gmail.com




--- Comment #22 from Christophe Giboudeaux cgiboudeaux gmx com  2012-02-29 
10:19:41 ---
*** Bug 294916 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 287856] Kmail crash changing email account

2012-02-29 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856


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

   What|Removed |Added

 CC||wi...@spamcop.net




--- Comment #23 from Christophe Giboudeaux cgiboudeaux gmx com  2012-02-29 
10:20:04 ---
*** Bug 293105 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 287856] Kmail crash changing email account

2012-02-29 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #24 from Elias Probst mail eliasprobst eu  2012-02-29 23:57:28 ---
(In reply to comment #21)
 I'll try to contact a dev on IRC directly to provide the autosave messages, as
 I can't provide them here publicly.

As I didn't get a response back then on IRC, please provide a contact here. I
still have several autosave mails backed up here which cause KMail to crash.

-- 
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 287856] Kmail crash changing email account

2012-02-17 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #20 from Elias Probst mail eliasprobst eu  2012-02-17 18:11:53 ---
Created an attachment (id=68879)
 -- (http://bugs.kde.org/attachment.cgi?id=68879)
valgrind log#2

It happens here, too, but I assume it is related to composer windows which I
didn't close when shutting down KMail the last time.

When trying to start KMail in valgrind, I can see 2 composer windows show up
for a moment, but before the content of the windows is rendered (only gray
window background + the title in the window decoration is rendered at this
point), KMail crashes.

I'm using KDE 4.8.0 here + 2 Akonadi IMAP accounts.

See valgrind log#2 for more details.

-- 
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 287856] Kmail crash changing email account

2012-02-17 Thread Elias Probst
https://bugs.kde.org/show_bug.cgi?id=287856


Elias Probst m...@eliasprobst.eu changed:

   What|Removed |Added

 CC||m...@eliasprobst.eu




--- Comment #21 from Elias Probst mail eliasprobst eu  2012-02-17 18:17:57 ---
(In reply to comment #20)
 It happens here, too, but I assume it is related to composer windows which I
 didn't close when shutting down KMail the last time.
It turned out to be actually autosave related.
After moving away ~/.kde/share/apps/kmail2/autosave, I was able to start KMail
again.

autosave contains 7 messages, all referring to the same reply I was composing
previously, while 2 of them seem to have broken formatting (newline after each
word in the reply).

I'll try to contact a dev on IRC directly to provide the autosave messages, as
I can't provide them here publicly.

-- 
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 287856] Kmail crash changing email account

2012-02-16 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=287856


Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||bugzi...@wright-family.me.u
   ||k




--- Comment #19 from Laurent Montel montel kde org  2012-02-16 11:38:32 ---
*** Bug 294222 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 287856] Kmail crash changing email account

2012-02-13 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #18 from Christophe Giboudeaux cgiboudeaux gmx com  2012-02-13 
10:38:57 ---
*** Bug 293780 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 287856] Kmail crash changing email account

2012-02-06 Thread teja
https://bugs.kde.org/show_bug.cgi?id=287856


t...@motorola.com changed:

   What|Removed |Added

 CC||t...@motorola.com




-- 
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 287856] Kmail crash changing email account

2012-02-06 Thread teja
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #15 from  teja motorola com  2012-02-06 11:30:32 ---
Created an attachment (id=68551)
 -- (http://bugs.kde.org/attachment.cgi?id=68551)
New crash information added by DrKonqi

kmail (4.8.0) on KDE Platform 4.8.00 (4.8.0 release 462 using Qt 4.8.0

- What I was doing when the application crashed:

Clicked on new email,
changed the account in the email editor...
...crash.
reproducable.

when I click restart application in dr. konqi,
sometimes the email editor window is respawned additionally to kmail.
then I can change the account without a crash.

If I close dr. konqi and restart kmail manually, the email editor is not
starting, too.
then the crash is reproducable as described.

-- Backtrace (Reduced):
#6  0x7fcaa2ad2c1c in QTextLine::cursorToX (this=0x7fffc01b3be0,
cursorPos=0x7fffc01b3c28, edge=QTextLine::Leading) at text/qtextlayout.cpp:2511
#7  0x7fcaa2aafd8c in cursorToX (edge=QTextLine::Leading, cursorPos=0,
this=0x7fffc01b3be0) at ../../src/gui/text/qtextlayout.h:230
#8  QTextControlPrivate::rectForPosition (this=0x3aa5000, position=optimized
out) at text/qtextcontrol.cpp:1368
#9  0x7fcaa2ab35a8 in QTextControl::ensureCursorVisible (this=optimized
out) at text/qtextcontrol.cpp:2950
#10 0x7fcaa2ab7143 in QTextControl::setTextCursor (this=0x3aa4fe0,
cursor=...) at text/qtextcontrol.cpp:833

-- 
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 287856] Kmail crash changing email account

2012-02-06 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #16 from Laurent Montel montel kde org  2012-02-06 11:41:22 ---
please add valgrind log.
Not necessary to add all the time the same backtrace.

-- 
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 287856] Kmail crash changing email account

2012-02-06 Thread teja
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #17 from  teja motorola com  2012-02-06 13:36:33 ---
Created an attachment (id=68555)
 -- (http://bugs.kde.org/attachment.cgi?id=68555)
valgrind log

I never used valgrind before - if I did something wrong, please tell me how to
use it properly.

-- 
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 287856] Kmail crash changing email account

2012-02-03 Thread Aaron J . Seigo
https://bugs.kde.org/show_bug.cgi?id=287856


Aaron J. Seigo ase...@kde.org changed:

   What|Removed |Added

 CC||ase...@kde.org




-- 
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 287856] Kmail crash changing email account

2012-02-02 Thread km
https://bugs.kde.org/show_bug.cgi?id=287856


km k...@riseup.net changed:

   What|Removed |Added

 CC||k...@riseup.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 287856] Kmail crash changing email account

2012-02-02 Thread km
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #14 from km kmm riseup net  2012-02-02 19:48:40 ---
Created an attachment (id=68443)
 -- (http://bugs.kde.org/attachment.cgi?id=68443)
New crash information added by DrKonqi

kontact (4.8.0) on KDE Platform 4.8.00 (4.8.0 using Qt 4.8.0

- What I was doing when the application crashed:

I tried to forward an e-mail (plain text, with signature) from an IMAP server
and kmail crashed. It is always reproducible with the same set of e-mails, but
with others everything is OK (I'm not able to find any patern though).

-- Backtrace (Reduced):
#6  0x7fa47eaf6ab0 in QTextLine::cursorToX (this=0x7fff0dcafee0,
cursorPos=0x7fff0dcaff18, edge=QTextLine::Leading) at text/qtextlayout.cpp:2511
#7  0x7fa47ead2ed1 in cursorToX (this=0x2b109f0, position=value optimized
out) at ../../src/gui/text/qtextlayout.h:230
#8  QTextControlPrivate::rectForPosition (this=0x2b109f0, position=value
optimized out) at text/qtextcontrol.cpp:1368
#9  0x7fa47ead61a6 in QTextControl::ensureCursorVisible (this=value
optimized out) at text/qtextcontrol.cpp:2950
#10 0x7fa47eada11f in QTextControl::setTextCursor (this=0x2b109d0,
cursor=value optimized out) at text/qtextcontrol.cpp:833

-- 
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 287856] Kmail crash changing email account

2012-01-30 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=287856


Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||balcaen.j...@gmail.com




--- Comment #13 from Laurent Montel montel kde org  2012-01-30 18:23:45 ---
*** Bug 292851 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 287856] Kmail crash changing email account

2012-01-16 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856


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

   What|Removed |Added

 CC||lordblueli...@gmx.de




--- Comment #12 from Christophe Giboudeaux cgiboudeaux gmx com  2012-01-16 
10:03:39 ---
*** Bug 291583 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 287856] Kmail crash changing email account

2012-01-15 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #10 from Christophe Giboudeaux cgiboudeaux gmx com  2012-01-15 
13:52:38 ---
(In reply to comment #9)

 kmail (4.8 rc2) on KDE Platform 4.7.98 (4.8 RC2+ (4.7.98) using Qt 4.8.0
 
 - What I was doing when the application crashed:
 After sending a message I went into Sent filder, right-clicked on the just 
 sent
 message and selected to Resend it
 This is with KMail from KDE 4.8 compiled from Git and using Qt 4.8.
 

Can't reproduce with these steps.

is it an html message? does it have a signature?

-- 
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 287856] Kmail crash changing email account

2012-01-15 Thread Jure Repinc
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #11 from Jure Repinc jlp holodeck1 com  2012-01-15 16:03:39 ---
It's a plain text message with a signature

-- 
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 287856] Kmail crash changing email account

2012-01-11 Thread Jure Repinc
https://bugs.kde.org/show_bug.cgi?id=287856


Jure Repinc j...@holodeck1.com changed:

   What|Removed |Added

 CC||j...@holodeck1.com




-- 
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 287856] Kmail crash changing email account

2012-01-11 Thread Jure Repinc
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #9 from Jure Repinc jlp holodeck1 com  2012-01-12 02:22:11 ---
Created an attachment (id=67724)
 -- (http://bugs.kde.org/attachment.cgi?id=67724)
New crash information added by DrKonqi

kmail (4.8 rc2) on KDE Platform 4.7.98 (4.8 RC2+ (4.7.98) using Qt 4.8.0

- What I was doing when the application crashed:
After sending a message I went into Sent filder, right-clicked on the just sent
message and selected to Resend it
This is with KMail from KDE 4.8 compiled from Git and using Qt 4.8.

-- Backtrace (Reduced):
#6  0x0031dda4c896 in QTextLine::cursorToX (this=0x7fffd4b13460,
cursorPos=0x7fffd4b134a8, edge=QTextLine::Leading) at text/qtextlayout.cpp:2511
#7  0x0031dda298b8 in cursorToX (edge=QTextLine::Leading, cursorPos=0,
this=0x7fffd4b13460) at
../../include/QtGui/../../src/gui/text/qtextlayout.h:230
#8  QTextControlPrivate::rectForPosition (this=0x277fffb0, position=optimized
out) at text/qtextcontrol.cpp:1368
#9  0x0031dda2d1a8 in QTextControl::ensureCursorVisible (this=optimized
out) at text/qtextcontrol.cpp:2950
#10 0x0031dda30c1f in QTextControl::setTextCursor (this=0x106b3eb0,
cursor=...) at text/qtextcontrol.cpp:833

-- 
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 287856] Kmail crash changing email account

2012-01-05 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856


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

   What|Removed |Added

 CC||mr.e...@gmail.com




--- Comment #8 from Christophe Giboudeaux cgiboudeaux gmx com  2012-01-05 
09:22:31 ---
*** Bug 290651 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 287856] Kmail crash changing email account

2012-01-04 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856


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

   What|Removed |Added

 CC||big-nik...@yandex.ru




--- Comment #7 from Christophe Giboudeaux cgiboudeaux gmx com  2012-01-04 
23:32:04 ---
*** Bug 289478 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 287856] Kmail crash changing email account

2011-12-19 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856


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

   What|Removed |Added

 CC||micuin...@gmx.de




--- Comment #6 from Christophe Giboudeaux cgiboudeaux gmx com  2011-12-19 
22:32:44 ---
*** Bug 289370 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 287856] Kmail crash changing email account

2011-12-19 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856


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

   What|Removed |Added

  Component|general |general
Version|unspecified |4.7
Product|kontact |kmail2




-- 
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 287856] Kmail crash changing email account

2011-12-16 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856


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

   What|Removed |Added

 CC||frol...@froller.net




--- Comment #4 from Christophe Giboudeaux cgiboudeaux gmx com  2011-12-15 
19:00:36 ---
*** Bug 289037 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 287856] Kmail crash changing email account

2011-12-16 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=287856





--- Comment #5 from Christophe Giboudeaux cgiboudeaux gmx com  2011-12-15 
19:00:54 ---
from bug 289037

-- Information about the crash:
- What I was doing when the application crashed:
I was trying to forward message inline form my 'Sent' folder on an IMAP server.

The crash can be reproduced every time.

-- 
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 287856] Kmail crash changing email account

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


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

   What|Removed |Added

 CC||arnaud.mombr...@free.fr




--- Comment #2 from Christophe Giboudeaux cgiboudeaux gmx com  2011-12-08 
11:38:03 ---
*** Bug 288466 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 287856] Kmail crash changing email account

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


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

   What|Removed |Added

 CC||mon...@kde.org




--- Comment #3 from Christophe Giboudeaux cgiboudeaux gmx com  2011-12-08 
12:14:49 ---
Laurent, an idea maybe ? I couldn't reproduce with two accounts with two
different signatures

-- 
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 287856] Kmail crash changing email account

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





--- Comment #1 from Christophe Giboudeaux cgiboudeaux gmx com  2011-12-01 
13:11:48 ---
Both accounts have a default signature ?

-- 
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