Setting this to confirmed.
The code from /bin/apport in question is:
# create a lock file
lockfile = os.path.join(apport.fileutils.report_dir, '.lock')
try:
fd = os.open(lockfile, os.O_WRONLY|os.O_CREAT|os.O_NOFOLLOW)
except OSError, e:
error_log('cannot create lock file (uid %i): ' % os.getuid() +
e.message)
raise
I think this exception should not get raised, because there might be
just another user locking apport.
** Changed in: apport (Ubuntu)
Status: New => Confirmed
--
apport crashed with OSError in check_lock()
https://bugs.launchpad.net/bugs/147237
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs