Mailing List Archive

solaris 7--popen2 crash
This is the first time I've had a test crash on me. I've installed python
on linux, solaris, and HP-UX, but this is my first time on solaris 7.
During make test, I got this:

test test_popen2 crashed -- exceptions.AssertionError :

Any ideas? Missing libraries? Incompatible platform? Any more helpful
information I can provide? Worse case scenario: can I continue on using
python as long as I dont' use popen2? :)

----------------------------------
Nathan Clegg
nathan@islanddata.com
solaris 7--popen2 crash [ In reply to ]
Nathan Clegg <nathan@islanddata.com> writes:

> This is the first time I've had a test crash on me. I've installed python
> on linux, solaris, and HP-UX, but this is my first time on solaris 7.
> During make test, I got this:
>
> test test_popen2 crashed -- exceptions.AssertionError :
>
> Any ideas? Missing libraries? Incompatible platform? Any more helpful
> information I can provide? Worse case scenario: can I continue on using
> python as long as I dont' use popen2? :)