This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Python 2.4.1 locking bug. (was: Re: rebaseall failure?)


Doug,

On Thu, Jul 28, 2005 at 11:51:00PM -0400, Douglas Philips wrote:
> On Jul 28, 2005, at 6:02 PM, Williams, Gerald S (Jerry) wrote:
> >On the other hand, I verified at the time that the semaphore solution
> >worked under Cygwin Python, so I wouldn't expect it to be a problem
> >even if the change just took place. However, it could potentially
> >help in isolating the problem.
> 
> Thanks, I'm interested too, but I won't be looking at it personally
> until I've produced (or failed to) an even simpler test case...

If you are willing to build from source, then I have a workaround:

    $ # save attached patch to /tmp/pyconfig.h.diff
    $ # change directory to top of Python 2.4.1 source tree
    $ configure
    $ patch </tmp/pyconfig.h.diff
    $ make

Hopefully, this will keep you going until I finally find some time to
debug this problem.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

Attachment: pyconfig.h.diff
Description: Text document

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]