Bug 230937

Summary: console-kit-daemon tries to access proc files of a non-existing process
Product: [Fedora] Fedora Reporter: Michal Jaegermann <michal>
Component: ConsoleKitAssignee: David Zeuthen <davidz>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mclasen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-03-19 19:27:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Jaegermann 2007-03-04 21:03:51 UTC
Description of problem:

After switching to a text console the following shows up:

** (console-kit-daemon:13687): WARNING **: Couldn't read /proc/13686/environ:
Failed to open file '/proc/13686/environ': No such file or directory

No wonder as 13686 does not exist.  In this case the daemon process
is 13687 so I guess that 13686 would be a pid of a parent process
which did "fork-and-exit" and console-kit-daemon misremembers that
number.

I was also seeing, in similar circumstances,

(console-kit-daemon:4881): GLib-CRITICAL **: g_async_queue_push: assertion
`g_atomic_int_get (&queue->ref_count) > 0' failed

but this particular one may be gone.  Hard to be absoltely sure.

Version-Release number of selected component (if applicable):
ConsoleKit-0.1.3-0.git20070301.1.fc7

How reproducible:
often enough

Comment 1 David Zeuthen 2007-03-19 19:27:10 UTC

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