Re: KMail: segfault on trying to send GPG encrypted mail

2020-12-16 Thread Martin Steigerwald
Hey Sandro. Sandro Knauß - 11.12.20, 23:25:54 CET: > > Do you want me to file a bug report? If so, against which package? > > > >From the backtrace you see that it is messagecomposer, that is inside > >the > messagelib package. But no need to file a bug, there is already a > patch prepared for the

Re: KMail: segfault on trying to send GPG encrypted mail

2020-12-12 Thread Martin Steigerwald
Hi Sandro. Sandro Knauß - 11.12.20, 23:25:54 CET: > > Do you want me to file a bug report? If so, against which package? > From the backtrace you see that it is messagecomposer, that is > inside the messagelib package. But no need to file a bug, there is > already a patch prepared for the next u

Re: KMail: segfault on trying to send GPG encrypted mail

2020-12-11 Thread Sandro Knauß
Hey, > Do you want me to file a bug report? If so, against which package? >From the backtrace you see that it is messagecomposer, that is inside the messagelib package. But no need to file a bug, there is already a patch prepared for the next upload: https://salsa.debian.org/qt-kde-team/kde/me

Re: KMail: segfault on trying to send GPG encrypted mail

2020-12-11 Thread Sandro Knauß
Hey, > So doing asynchronous operations at the same time is supposed to be safe. > FWIW I don't know anything about the code you're referring to, but perhaps > it's no longer coordinating use of the synchronous functions, or it's just > uncovered a GPGME bug. Sorry, I have too may hats here to as

Re: KMail: segfault on trying to send GPG encrypted mail

2020-12-05 Thread John Scott
On Saturday, November 21, 2020 11:29:32 AM EST Sandro Knauß wrote: > I can reproduce this issue and also have an idea what is wrong in the code. > Encrypt uses the async method of gnupg and sign+encrypt till using the old > non-async method. It seems like gnupg has changed something in the last

Re: KMail: segfault on trying to send GPG encrypted mail

2020-12-04 Thread Martin Steigerwald
Hi Sandro. Sandro Knauß - 21.11.20, 17:29:32 CET: > I can reproduce this issue and also have an idea what is wrong in the > code. Encrypt uses the async method of gnupg and sign+encrypt till > using the old non-async method. It seems like gnupg has changed > something in the last version(s) and th

Re: KMail: segfault on trying to send GPG encrypted mail

2020-11-22 Thread Sandro Knauß
Hey, I can reproduce this issue and also have an idea what is wrong in the code. Encrypt uses the async method of gnupg and sign+encrypt till using the old non-async method. It seems like gnupg has changed something in the last version(s) and the async method breaks somehow. I've seen this issu

Re: KMail: segfault on trying to send GPG encrypted mail

2020-11-13 Thread Cyril Lacoux
Hi, > I found out yesterday that trying to send a GPG encrypted mail gives > > KMail got signal 11 (Exiting) > > after confirming the encryption related dialog windows. Same here on an up-to-date Sid. A trivial workaround is to also sign the message. @++ -- Cyril Lacoux -- BOFH excuse #287:

Re: KMail: segfault on trying to send GPG encrypted mail

2020-11-13 Thread Helge Reimer
Am Freitag, 13. November 2020, 17:33:44 CET schrieb Martin Steigerwald: > I found out yesterday that trying to send a GPG encrypted mail gives > > KMail got signal 11 (Exiting) > > after confirming the encryption related dialog windows. It's similar on Debian sid with Plasma 5.20 from Norbert P

KMail: segfault on trying to send GPG encrypted mail

2020-11-13 Thread Martin Steigerwald
Hi! On Debian Sid, as of yesterday I think. But had new Plasma with experimental packages before. I found out yesterday that trying to send a GPG encrypted mail gives KMail got signal 11 (Exiting) after confirming the encryption related dialog windows. Before I dig deeper into it: Anyone els