This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, ronaldoussoren, vdupras
Date 2010-11-14.16:24:37
SpamBayes Score 0.0012327437
Marked as misclassified No
Message-id <1289751874.3725.2.camel@localhost.localdomain>
In-reply-to <1289750690.32.0.0682865670972.issue10418@psf.upfronthosting.co.za>
Content
> I ran the test with the -v option flag. The malloc error don't happen
> at the same place the hang up happens. The first one happens at:

The malloc error is normal, then, it's part of that test. It's a pity OS
X dumps something on stderr, though.

> And finally, the hang:
> 
> test_io_after_close (test.test_io.CMiscIOTest) ... ok
> test___all__ (test.test_io.PyMiscIOTest) ... ok
> test_abc_inheritance (test.test_io.PyMiscIOTest) ... ok
> test_abc_inheritance_official (test.test_io.PyMiscIOTest) ... ok
> test_abcs (test.test_io.PyMiscIOTest) ... ok
> test_attributes (test.test_io.PyMiscIOTest) ... ok
> test_blockingioerror (test.test_io.PyMiscIOTest) ... ok
> test_io_after_close (test.test_io.PyMiscIOTest) ... ok
> test_interrupted_write_buffered (test.test_io.CSignalsTest) ... <hang>

Ok. I guess you would need to investigate what happens in that
particular sub-test.
History
Date User Action Args
2010-11-14 16:24:39pitrousetrecipients: + pitrou, ronaldoussoren, vdupras
2010-11-14 16:24:37pitroulinkissue10418 messages
2010-11-14 16:24:37pitroucreate