[issue3402] test_nis is hanging on Solaris

2010-09-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thank you, Martin. Reenabled the test in r84735. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue3402] test_nis is hanging on Solaris

2010-09-12 Thread Martin v . Löwis
Martin v. Löwis added the comment: It should not hang anymore, since r84172/r84198. The issue was a GIL-based deadlock: the GIL was acquired and then not released in a callback function, so the next callback caused a deadlock. The actual cause was a non-ASCII character in the NIS database whi

[issue3402] test_nis is hanging on Solaris

2010-09-07 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis versions: +Python 3.1, Python 3.2 -Python 3.0 ___ Python tracker ___ ___ Python-bugs-list

[issue3402] test_nis is hanging on Solaris

2010-08-08 Thread Benjamin Peterson
Benjamin Peterson added the comment: No, for all we know, it still happens. -- resolution: out of date -> status: closed -> open ___ Python tracker ___ _

[issue3402] test_nis is hanging on Solaris

2010-08-08 Thread Mark Lawrence
Mark Lawrence added the comment: Closing as no response to msg111668. -- resolution: -> out of date status: pending -> closed ___ Python tracker ___

[issue3402] test_nis is hanging on Solaris

2010-07-26 Thread Mark Lawrence
Mark Lawrence added the comment: I'll close this unless someone gives a good reason as to why it should be kept open. -- status: open -> pending ___ Python tracker ___ _

[issue3402] test_nis is hanging on Solaris

2010-07-13 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- nosy: -ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue3402] test_nis is hanging on Solaris

2010-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: This test is still disabled in Python 2.7 and 3.1. -- nosy: +BreamoreBoy, ronaldoussoren ___ Python tracker ___ _

[issue3402] test_nis is hanging on Solaris

2009-03-24 Thread Ismail Donmez
Ismail Donmez added the comment: Well the test is now skipped on _all_ platforms. This looks wrong. -- nosy: +cartman ___ Python tracker ___ _

[issue3402] test_nis is hanging on Solaris

2008-08-19 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Ok. I've disabled it in r65888. -- priority: release blocker -> critical ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3402] test_nis is hanging on Solaris

2008-08-17 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Does this affect 2.6 as well? It's hard to tell from the buildbot output. ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3402] test_nis is hanging on Solaris

2008-08-17 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: Let's disable it and add it to the release notes. If nobody steps forward to fix it, we'll just leave it turned off for the final release. -- nosy: +barry ___ Python tracker <[EMAIL PROTECTED]> <

[issue3402] test_nis is hanging on Solaris

2008-07-17 Thread Barry A. Warsaw
Changes by Barry A. Warsaw <[EMAIL PROTECTED]>: -- priority: deferred blocker -> release blocker ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3402] test_nis is hanging on Solaris

2008-07-17 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: The 3.0 Solaris buildbot keeps hanging on test_nis. -- components: Tests messages: 69931 nosy: benjamin.peterson priority: deferred blocker severity: normal status: open title: test_nis is hanging on Solaris type: behavior versio