From kmail-devel Tue Sep 30 09:50:22 2003 From: krienke () uni-koblenz ! de Date: Tue, 30 Sep 2003 09:50:22 +0000 To: kmail-devel Subject: [Bug 65182] AEGYPTEN: No gpg-mantra request from kmail when trying X-MARC-Message: https://marc.info/?l=kmail-devel&m=106491547610443 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=65182 ------- Additional Comments From krienke@uni-koblenz.de 2003-09-30 11:50 ------- I tried to trace the problem down. I did an strace on gpg-agent when trying to send a signed mail. then gpg-agent starts /usr/bin/pinentry-qt, and this program finally does the following [pid 15052] access("/home/krienke/.qt", F_OK) = 0 [pid 15052] lstat64("/home/krienke/.qt", {st_mode=S_IFDIR|0755, st_size=86, ...}) = 0 [pid 15052] access("/usr/lib/qt3//etc/settings/kstylerc", F_OK) = -1 ENOENT (No such file or directory) [pid 15052] access("/home/krienke/.qt/kstylerc", F_OK) = -1 ENOENT (No such file or directory) [pid 15052] gettimeofday({1064915194, 501317}, NULL) = 0 [pid 15052] brk(0) = 0x8176000 [pid 15052] brk(0x8177000) = 0x8177000 ... [pid 15052] gettimeofday({1064915194, 559110}, NULL) = 0 [pid 15052] write(2, "Out of memory!\n", 15) = 15 [pid 15052] --- SIGSEGV (Segmentation fault) @ 0 (0) --- There is enough memory (about 1.5GByte), so this cannot be the real problem. And since this happens since 3.1.4 and did not happen in 3.1.3 this bug probably has its roots in changes between both versions. _______________________________________________ KMail Developers mailing list kmail@mail.kde.org http://mail.kde.org/mailman/listinfo/kmail