[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#733816: khotkeys launches actions with SIGHUP blocked, leading to unclosable xterms



On Tue, Dec 31, 2013 at 02:10:42PM -0700, Stephen Dowdy wrote:

> for i in /proc/[0-9]*/status; do
>   if sb=$(grep SigBlk ${i}|sed -e 's/^SigBlk:[ \t]//' | grep -v -e '^ffff' -e 00000000000); then
>     echo "${sb}" "$(cat ${i%/*}/cmdline)";
>   fi
> done

Indeed it appears I might be:

0000000001f0de70 kdeinit4: ksmserver [kdeinit]
000000000370a088 /usr/bin/kactivitymanagerd
00007ffe00000001 /usr/bin/knotify4
00007ffa1341ce60 /usr/bin/akonadi_agent_launcherakonadi_akonotes_resourceakonadi_akonotes_resource_0
00007f1a0c306e60 /usr/bin/akonadi_agent_launcherakonadi_maildir_resourceakonadi_maildir_resource_0
00007f727870de60 /usr/bin/akonadi_agent_launcherakonadi_vcard_resourceakonadi_vcard_resource_4
0000000001234e20 /usr/bin/gkrellm
00007f0e54001a00 /usr/bin/pidgin
00007ffe00000001 /usr/bin/kmix

Those akonadi_agent* and pidgin ones do indeed look like addresses.

I've got nvidia-kernel-dkms 331.20-2 (from experimental), which is one
of the affected versions, apparently.

Interestingly, though, on one of the affected xterms, the mask is:

anthony@Zia:~$ grep SigBlk /proc/3289/status 
SigBlk: 0000000000000001

so that seems to be sane... except for HUP being ignored. Its parent
kdeinit4: kded4 [kdeinit] has the same.

So I'm unsure if this is really bug 728743 or not :-(

-- 


Reply to: