[kmail2] [Bug 332242] Crash on startup if a trash folder is missing

2014-03-30 Thread Christian A . Reiter
https://bugs.kde.org/show_bug.cgi?id=332242

Christian A. Reiter christian.a.rei...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||christian.a.rei...@gmail.co
   ||m
 Ever confirmed|0   |1

--- Comment #3 from Christian A. Reiter christian.a.rei...@gmail.com ---
Hm, maybe had the same problem. I used dolphin, right-clicked on a
file-Actions-Send as email attachment - Kmail opens the compose dialog, and
stops with the message (German) Im E-Mail-Programm ist ein schwerwiegender
Fehler aufgetreten. Das Programm wird beendet.
Die Fehlermeldung lautet: Could not create collection trash resourceId: 3

After starting kmail freshly without using this dolphin context menu (maybe it
then creates the trash resource?) the context menu from dolphin works without
problems first, then after a few starts, kmail (without parameters) does not
start any more, stops with error messave above.
I am Using Kubuntu 13.10, with an IMAP kmail account (server at edis.at). Trash
folder is user configured here too.

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


[kontact] [Bug 332673] Notes don't appear in summary view unless I go into Pop-up notes

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

--- Comment #4 from Laurent Montel mon...@kde.org ---
(In reply to comment #2)
 I am also having trouble with Popup Notes in that it does not load my notes
 file in ~.kde/share/apps/knotes/notes.ics.  Summary View does not show any
 notes and I cannot add notes with the New Popup Note option, ie it does
 nothing.  
 
 In System Settings  Personal Information, I have defined Local Notes with
 the notes.ics Filename.  Basically Popup Notes is currently totally
 unuseable.

Please create a new bug report about it.
And in 4.13 we migrate to akonadi so it will not read .ics

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


[kmail2] [Bug 332167] KMail is failing to encrypt PGP/Inline for non-signed key

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=332167

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||m...@sandroknauss.de
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Sandro Knauß m...@sandroknauss.de ---
I modified keyresolver.cpp within the version 4.12.2. So please make sure that
the problem occures at 4.12.2, too. See #328311

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


[kmail2] [Bug 332167] KMail is failing to encrypt PGP/Inline for non-signed key

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=332167

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

   Severity|crash   |normal

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


[Akonadi] [Bug 331991] GnuPG signatures broken by Pipe Through filter action

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=331991

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

  Component|general |Mail Filter Agent
Version|4.11.5  |4.12
Product|kmail2  |Akonadi

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


[Akonadi] [Bug 331991] GnuPG signatures broken by Pipe Through filter action

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=331991

--- Comment #4 from Sandro Knauß m...@sandroknauss.de ---
It can be tracked down to the mark as action
(mailcommon/filter/filteractionsetstatus.cpp).

So all mark as Ham, Spam or Important via Filter are affected.

The bug lies in the mailmodifyjob, that modifies the mail in a way that it
breaks:
agents/mailfilteragent/filtermanager.cpp (line 467):
  if ( context.needsPayloadStore() || context.needsFlagStore() ) {
  Akonadi::Item item = context.item();
  //the item might be in a new collection with a different remote id,
so don't try to force on it
  //the previous remote id. Example: move to another collection on
another resource = new remoteId, but our context.item()
  //remoteid still holds the old one. Without clearing it, we try to
enforce that on the new location, which is
  //anything but good (and the server replies with NO Only resources
can modify remote identifiers
  item.setRemoteId(QString());
  Akonadi::ItemModifyJob *modifyJob = new Akonadi::ItemModifyJob( item,
this );
  modifyJob-disableRevisionCheck(); //no conflict handling for mails
as no other process could change the mail body and we don't care about flag
conflicts
  //The below is a safety check to ignore modifying payloads if it was
not requested,
  //as in that case we might change the payload to an invalid one
  modifyJob-setIgnorePayload( !context.needsFullPayload() );
  connect( modifyJob, SIGNAL(result(KJob*)),
SLOT(modifyJobResult(KJob*)));
  }


Using the Menu (Message-Mark Message) the signatuer is not getting broken.

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


[kmail2] [Bug 324963] general error on sending GPG encrypted mail after telling KMail to use untrusted key

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=324963

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||m...@sandroknauss.de
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Sandro Knauß m...@sandroknauss.de ---
can you reproduce this bug in 4.12.2? So maybe it is a duplicate of Bug 328311,
that is fixed within 4.12.2.

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


[kontact] [Bug 330420] kontact, 2 events but 0 event displayed in the list

2014-03-30 Thread szymon . pysz
https://bugs.kde.org/show_bug.cgi?id=330420

szymon.p...@gmail.com szymon.p...@gmail.com changed:

   What|Removed |Added

 CC||szymon.p...@gmail.com

--- Comment #6 from szymon.p...@gmail.com szymon.p...@gmail.com ---
Hi all!

I have the same problem. KDE 4.12.3.  This problem occur a very long time. :-(

Best Regards,
Simon

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


[kmail2] [Bug 322708] kmail should allow encrypting mails with keys of unknown/zero trust

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=322708

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||m...@sandroknauss.de
Version|unspecified |4.13 pre
 Ever confirmed|0   |1

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


[akregator] [Bug 332824] New: při ukončení stranky

2014-03-30 Thread Pit
https://bugs.kde.org/show_bug.cgi?id=332824

Bug ID: 332824
   Summary: při ukončení stranky
Classification: Unclassified
   Product: akregator
   Version: 4.12.3
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: pit.har...@gmail.com

Application: akregator (4.12.3)
KDE Platform Version: 4.12.3 (Compiled from sources)
Qt Version: 4.8.5
Operating System: Linux 3.13.7-200.fc20.x86_64 x86_64
Distribution: Fedora release 20 (Heisenbug)

-- Information about the crash:
- What I was doing when the application crashed:
otevřel jsem si stránku webovou a když jsem jí chtěl uzavřít křížkem v pravo
tak to spadlo a již po několikaté.

The crash can be reproduced sometimes.

-- Backtrace:
Application: Akregator (akregator), signal: Segmentation fault
Using host libthread_db library /lib64/libthread_db.so.1.
[Current thread is 1 (Thread 0x7faf8f3b08c0 (LWP 10532))]

Thread 8 (Thread 0x7faf3b7cc700 (LWP 10538)):
#0  0x003957a0a0d8 in pthread_mutex_lock () from /lib64/libpthread.so.0
#1  0x003959e8a5a1 in g_mutex_lock () from /lib64/libglib-2.0.so.0
#2  0x003959e49004 in g_main_context_check () from /lib64/libglib-2.0.so.0
#3  0x003959e49533 in g_main_context_iterate.isra.24 () from
/lib64/libglib-2.0.so.0
#4  0x003959e496dc in g_main_context_iteration () from
/lib64/libglib-2.0.so.0
#5  0x00371a7b2ec6 in
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) ()
from /lib64/libQtCore.so.4
#6  0x00371a782edf in
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from
/lib64/libQtCore.so.4
#7  0x00371a78322d in
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from
/lib64/libQtCore.so.4
#8  0x00371a679baf in QThread::exec() () from /lib64/libQtCore.so.4
#9  0x00371a67c3af in QThreadPrivate::start(void*) () from
/lib64/libQtCore.so.4
#10 0x003957a07f33 in start_thread () from /lib64/libpthread.so.0
#11 0x0039572f4ded in clone () from /lib64/libc.so.6

Thread 7 (Thread 0x7faf3a548700 (LWP 10539)):
#0  0x003957a0bd20 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x00382c4bc46d in JSC::BlockAllocator::blockFreeingThreadMain() () from
/lib64/libQtWebKit.so.4
#2  0x00382c7aed36 in WTF::wtfThreadEntryPoint(void*) () from
/lib64/libQtWebKit.so.4
#3  0x003957a07f33 in start_thread () from /lib64/libpthread.so.0
#4  0x0039572f4ded in clone () from /lib64/libc.so.6

Thread 6 (Thread 0x7faf2911a700 (LWP 10765)):
#0  0x003957a0bd20 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7faf2b0d327c in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#2  0x7faf2ad1d8b0 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x7faf2b0d34dc in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#4  0x7faf2b0d3a2e in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#5  0x003957a07f33 in start_thread () from /lib64/libpthread.so.0
#6  0x0039572f4ded in clone () from /lib64/libc.so.6

Thread 5 (Thread 0x7faf28919700 (LWP 10766)):
#0  0x003957a0bd20 in pthread_cond_wait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7faf2b0d327c in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#2  0x7faf2ad1d8b0 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x7faf2b0d34dc in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#4  0x7faf2b0d3a2e in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#5  0x003957a07f33 in start_thread () from /lib64/libpthread.so.0
#6  0x0039572f4ded in clone () from /lib64/libc.so.6

Thread 4 (Thread 0x7faf236f4700 (LWP 10767)):
#0  0x003957a0c0c9 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7faf2b0d3251 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#2  0x7faf2b03211d in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x7faf2b0d34dc in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#4  0x7faf2b0d3a2e in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#5  0x003957a07f33 in start_thread () from /lib64/libpthread.so.0
#6  0x0039572f4ded in clone () from /lib64/libc.so.6

Thread 3 (Thread 0x7faf20aa3700 (LWP 10789)):
#0  0x003957a0c0c9 in pthread_cond_timedwait@@GLIBC_2.3.2 () from
/lib64/libpthread.so.0
#1  0x7faf2b0d3251 in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#2  0x7faf2b03211d in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#3  0x7faf2b0d34dc in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#4  0x7faf2b0d3a2e in ?? () from /usr/lib64/flash-plugin/libflashplayer.so
#5  0x003957a07f33 in start_thread () from /lib64/libpthread.so.0
#6  0x0039572f4ded in clone () from /lib64/libc.so.6

Thread 2 (Thread 

[kmail2] [Bug 332036] a new line is inserted in a openPGP signed email during viewing, thus invalidating the signature

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=332036

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||m...@sandroknauss.de
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Sandro Knauß m...@sandroknauss.de ---
Because Bug 331991 has a text mail, i'm really sure that kmail can work with
new lines in the header. And you can use save as  to store this kind of
brocken mail.

The best would be if you can add a test mail with a signature that is shown
broken.

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


[kmail2] [Bug 327241] Attachment not recognized by KMail2 (not shown as icon and not filtered correctly)

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=327241

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||m...@sandroknauss.de
 Ever confirmed|0   |1

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


[kmail2] [Bug 329964] Kmail2 does not show the encryption symbol in message list for inline pgp mails

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=329964

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||m...@sandroknauss.de
 Ever confirmed|0   |1

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


[kmail2] [Bug 321486] wrong report about invalid gpg signature

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=321486

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||m...@sandroknauss.de
 Resolution|--- |WAITINGFORINFO

--- Comment #2 from Sandro Knauß m...@sandroknauss.de ---
can you upload an example mail, please?
'cause actually I have one gpg key with more than one e-mail adress and don't
get invalid signatures. 

Also and test with 4.12 would be good.

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


[kmail2] [Bug 332637] kmail encounters fatal error at start

2014-03-30 Thread pili
https://bugs.kde.org/show_bug.cgi?id=332637

--- Comment #1 from p...@kc.rr.com ---
Not sure that kmail2 is worth fixing unless the fatal dependency on akonadi is
removed. I suspect akonadi is the culprit - not sure if it has any benefits at
all. So for those who need a quick resolution to this bug, I found the
following fix:
- I reverted to kdepim v3.5.10 - this provides kmail without any akonadi
dependency
- Remove akonadi-runtime; it will also require that kdepim4 goes with
associated  kmail, kalarm, etc.

Pity, kmail2 had such promise

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


[kmail2] [Bug 122099] launch application on encrypted attachment after decryption

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=122099

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||m...@sandroknauss.de
 Resolution|--- |DUPLICATE

--- Comment #4 from Sandro Knauß m...@sandroknauss.de ---


*** This bug has been marked as a duplicate of bug 324365 ***

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


[kmail2] [Bug 324365] Improve handling of encrypted attachments

2014-03-30 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=324365

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 CC||a...@spheresystems.co.uk

--- Comment #9 from Sandro Knauß m...@sandroknauss.de ---
*** Bug 122099 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


[kmail2] [Bug 332774] kmail crashed when NOT entering the gpg key for decryption

2014-03-30 Thread Jekyll Wu
https://bugs.kde.org/show_bug.cgi?id=332774

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Jekyll Wu adap...@gmail.com ---


*** This bug has been marked as a duplicate of bug 279749 ***

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


[kdepim] [Bug 279749] Kontact crashed when trying to open gpg encripted email

2014-03-30 Thread Jekyll Wu
https://bugs.kde.org/show_bug.cgi?id=279749

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

   What|Removed |Added

 CC||bugs-...@seide.st

--- Comment #43 from Jekyll Wu adap...@gmail.com ---
*** Bug 332774 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


[Akonadi] [Bug 332769] AkonadiTray crash at startup with a lots of error pop-up. Kmail folders names appears in red.

2014-03-30 Thread Jekyll Wu
https://bugs.kde.org/show_bug.cgi?id=332769

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

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Jekyll Wu adap...@gmail.com ---


*** This bug has been marked as a duplicate of bug 323544 ***

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


[Akonadi] [Bug 323544] akonadi does not start properly, backends crash

2014-03-30 Thread Jekyll Wu
https://bugs.kde.org/show_bug.cgi?id=323544

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

   What|Removed |Added

 CC||angelbravosa...@gmail.com

--- Comment #2 from Jekyll Wu adap...@gmail.com ---
*** Bug 332769 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


[kmail2] [Bug 332119] NotesAgent crashed when resuming Laptop

2014-03-30 Thread Jekyll Wu
https://bugs.kde.org/show_bug.cgi?id=332119

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

   What|Removed |Added

   Platform|unspecified |openSUSE RPMs

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


[Akonadi] [Bug 332830] New: imap crash caceling bad certificate dialog

2014-03-30 Thread Johann-Nikolaus Andreae
https://bugs.kde.org/show_bug.cgi?id=332830

Bug ID: 332830
   Summary: imap crash caceling bad certificate dialog
Classification: Unclassified
   Product: Akonadi
   Version: unspecified
  Platform: openSUSE RPMs
OS: Linux
Status: UNCONFIRMED
  Keywords: drkonqi
  Severity: crash
  Priority: NOR
 Component: IMAP resource
  Assignee: chrig...@fastmail.fm
  Reporter: johann-nikolaus.andr...@nacs.de
CC: kdepim-bugs@kde.org, vkra...@kde.org

Application: akonadi_imap_resource (4.13)
KDE Platform Version: 4.13.60
Qt Version: 4.8.5
Operating System: Linux 3.11.10-7-desktop x86_64
Distribution: openSUSE 13.1 (Bottle) (x86_64)

-- Information about the crash:
- What I was doing when the application crashed:
I click on cacel in a bed ssl certicate dialog. than akonadi_imap crash.

-- Backtrace:
Application: andreae.email vom Typ IMAP-E-Mail-Server (akonadi_imap_resource),
signal: Segmentation fault
Using host libthread_db library /lib64/libthread_db.so.1.
[Current thread is 1 (Thread 0x7f1370edf880 (LWP 6877))]

Thread 3 (Thread 0x7f135d312700 (LWP 6879)):
#0  0x7f136c862b3d in poll () from /lib64/libc.so.6
#1  0x7f136b369604 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f136b36970c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f13702b9d76 in QEventDispatcherGlib::processEvents (this=0xab9590,
flags=...) at kernel/qeventdispatcher_glib.cpp:427
#4  0x7f137028bd0f in QEventLoop::processEvents
(this=this@entry=0x7f135d311d20, flags=...) at kernel/qeventloop.cpp:149
#5  0x7f137028c005 in QEventLoop::exec (this=this@entry=0x7f135d311d20,
flags=...) at kernel/qeventloop.cpp:204
#6  0x7f137018afef in QThread::exec (this=this@entry=0xce1520) at
thread/qthread.cpp:536
#7  0x7f137026d513 in QInotifyFileSystemWatcherEngine::run (this=0xce1520)
at io/qfilesystemwatcher_inotify.cpp:256
#8  0x7f137018d68f in QThreadPrivate::start (arg=0xce1520) at
thread/qthread_unix.cpp:338
#9  0x7f136becf0db in start_thread (arg=0x7f135d312700) at
pthread_create.c:309
#10 0x7f136c86b90d in clone () from /lib64/libc.so.6

Thread 2 (Thread 0x7f135835e700 (LWP 15119)):
#0  0x7f136b3a92c1 in g_mutex_unlock () from /usr/lib64/libglib-2.0.so.0
#1  0x7f136b3695f9 in ?? () from /usr/lib64/libglib-2.0.so.0
#2  0x7f136b36970c in g_main_context_iteration () from
/usr/lib64/libglib-2.0.so.0
#3  0x7f13702b9d76 in QEventDispatcherGlib::processEvents (this=0x10160d0,
flags=...) at kernel/qeventdispatcher_glib.cpp:427
#4  0x7f137028bd0f in QEventLoop::processEvents
(this=this@entry=0x7f135835dd60, flags=...) at kernel/qeventloop.cpp:149
#5  0x7f137028c005 in QEventLoop::exec (this=this@entry=0x7f135835dd60,
flags=...) at kernel/qeventloop.cpp:204
#6  0x7f137018afef in QThread::exec (this=optimized out) at
thread/qthread.cpp:536
#7  0x7f137018d68f in QThreadPrivate::start (arg=0xd8e110) at
thread/qthread_unix.cpp:338
#8  0x7f136becf0db in start_thread (arg=0x7f135835e700) at
pthread_create.c:309
#9  0x7f136c86b90d in clone () from /lib64/libc.so.6

Thread 1 (Thread 0x7f1370edf880 (LWP 6877)):
[KCrash Handler]
#6  QMetaObject::invokeMethod (obj=0x4545454545454545,
member=member@entry=0x7f136eeeb9ce doSslErrorHandlerResponse,
type=type@entry=Qt::AutoConnection, ret=..., val0=..., val1=..., val2=...,
val3=..., val4=..., val5=..., val6=..., val7=..., val8=..., val9=...) at
kernel/qmetaobject.cpp:1166
#7  0x7f136eeca188 in invokeMethod (val9=..., val8=..., val7=..., val6=...,
val5=..., val4=..., val3=..., val2=..., val1=..., val0=...,
member=0x7f136eeeb9ce doSslErrorHandlerResponse, obj=optimized out) at
/usr/include/QtCore/qobjectdefs.h:434
#8  KIMAP::SessionThread::sslErrorHandlerResponse (this=optimized out,
response=false) at
/usr/src/debug/kdepimlibs-4.13.40/kimap/sessionthread.cpp:274
#9  0x7f13702a511e in QObject::event (this=0x15f1b90, e=optimized out) at
kernel/qobject.cpp:1203
#10 0x7f136f62a8ac in QApplicationPrivate::notify_helper
(this=this@entry=0x8b51d0, receiver=receiver@entry=0x15f1b90,
e=e@entry=0xf9e810) at kernel/qapplication.cpp:4562
#11 0x7f136f630e70 in QApplication::notify (this=this@entry=0x7fff59b4f0c0,
receiver=receiver@entry=0x15f1b90, e=e@entry=0xf9e810) at
kernel/qapplication.cpp:4348
#12 0x7f136d75147a in KApplication::notify (this=0x7fff59b4f0c0,
receiver=0x15f1b90, event=0xf9e810) at
/usr/src/debug/kdelibs-4.13.40/kdeui/kernel/kapplication.cpp:311
#13 0x7f137028d0ad in QCoreApplication::notifyInternal
(this=0x7fff59b4f0c0, receiver=receiver@entry=0x15f1b90,
event=event@entry=0xf9e810) at kernel/qcoreapplication.cpp:949
#14 0x7f13702900ff in sendEvent (event=0xf9e810, receiver=0x15f1b90) at
kernel/qcoreapplication.h:231
#15 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0,
event_type=event_type@entry=0, data=0x882550) at