Bug 441498

Summary: Runaway gpg-agent
Product: [openSUSE] openSUSE 11.1 Reporter: Andreas Schwab <schwab>
Component: OtherAssignee: Petr Uzel <puzel>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P3 - Medium    
Version: Beta 4   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andreas Schwab 2008-11-04 14:53:30 UTC
$ ps 17301 | cat
  PID TTY      STAT   TIME COMMAND
17301 ?        Rs   152:25 /usr/bin/gpg-agent --sh --daemon --write-env-file /suse/schwab/.gnupg/agent.info /bin/bash /suse/schwab/.xinitrc
$ strace -p 17301
Process 17301 attached - interrupt to quit
write(2, "gpg-agent[17301]: pth_select fail"..., 74) = 74
swapcontext(0x20073248, 0x20073248)     = -1 EINVAL (Invalid argument)
select(6, [5], NULL, NULL, {0, 0})      = 0 (Timeout)
swapcontext(0x20073248, 0x20073248)     = -1 EINVAL (Invalid argument)
write(2, "gpg-agent[17301]: pth_select fail"..., 74) = 74
swapcontext(0x20073248, 0x20073248)     = -1 EINVAL (Invalid argument)
select(6, [5], NULL, NULL, {0, 0})      = 0 (Timeout)
swapcontext(0x20073248, 0x20073248)     = -1 EINVAL (Invalid argument)
write(2, "gpg-agent[17301]: pth_select fail"..., 74) = 74
[...]
Comment 1 Andreas Schwab 2008-11-05 12:31:24 UTC
Kernel bug.
Comment 2 Petr Uzel 2008-11-06 10:39:10 UTC
(In reply to comment #1 from Andreas Schwab)
> Kernel bug.

Can you give me the bug number, please?
(I'd like to verify if bug #442201 is duplicate of this one)