[issue7497] configure test for posix_semaphore capability leaves semaphore behind, causing test to fail for other users

2009-12-21 Thread Mark Dickinson

Mark Dickinson dicki...@gmail.com added the comment:

This seems to be fixed;  I think I must have had a stale semaphore lying 
around, from while I was experimenting with the original problem.

--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7497
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7497] configure test for posix_semaphore capability leaves semaphore behind, causing test to fail for other users

2009-12-17 Thread Mark Dickinson

Mark Dickinson dicki...@gmail.com added the comment:

The configure test for enabled POSIX semaphores is now failing for me on 
OS X 10.6:  the test produces

sem_open: Permission denied

--
assignee:  - mark.dickinson
status: closed - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7497
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7497] configure test for posix_semaphore capability leaves semaphore behind, causing test to fail for other users

2009-12-13 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
title: configure test for posix_semaphore capability leaves semaphore behind, 
on linux causing test to fail for other users - configure test for 
posix_semaphore capability leaves semaphore behind, causing test to fail for 
other users

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7497
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7497] configure test for posix_semaphore capability leaves semaphore behind, causing test to fail for other users

2009-12-13 Thread Mark Dickinson

Mark Dickinson dicki...@gmail.com added the comment:

I've added the calls to sem_unlink in r76813 (trunk), r76815 (py3k) and 
r76821 (release31-maint).  I also changed the name of the semaphore for 
the second sem_open, so that we can tell which test is leaving files 
behind if it happens again in the future.

David, could you check whether this fixes the problem on linux?

--
versions: +Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7497
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7497] configure test for posix_semaphore capability leaves semaphore behind, causing test to fail for other users

2009-12-13 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

Yes, it does.  Thanks.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7497
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7497] configure test for posix_semaphore capability leaves semaphore behind, causing test to fail for other users

2009-12-13 Thread Mark Dickinson

Mark Dickinson dicki...@gmail.com added the comment:

Thanks, David!

--
resolution:  - fixed
stage: needs patch - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7497
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com