[ python-Bugs-979872 ] On HPUX 11i universal newlines seems to cause readline(s) to

SourceForge.net noreply at sourceforge.net
Sat Aug 7 23:21:07 CEST 2004


Bugs item #979872, was opened at 2004-06-25 18:23
Message generated for change (Comment added) made by mwh
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=979872&group_id=5470

Category: Python Interpreter Core
Group: Python 2.3
>Status: Closed
>Resolution: Works For Me
Priority: 5
Submitted By: dmcisaac (dmcisaac)
>Assigned to: Michael Hudson (mwh)
Summary: On HPUX 11i universal newlines seems to cause readline(s) to

Initial Comment:
I compiled version 2.3.4 on hp-ux 11i, with shared and 
threads enabled, using Gnu c 3.3.3.
'make test' fails on all tests that use readline() and/or 
readlines() and test_univnewlines fails with a memory 
fault and core dump. All other tests pass that I expect 
to pass.
If I hand modify pyconfig.h to comment out with 
universal newline support and recompile (after a make 
clean) then the readline(s) failures go away.
I have also compiled without thread support and got the 
same failures as with using universal newlines.

----------------------------------------------------------------------

>Comment By: Michael Hudson (mwh)
Date: 2004-08-07 22:21

Message:
Logged In: YES 
user_id=6656

Closing.  Hope that's what you wanted.

Sometimes bugs that go away when you turn off optimization
are real problems  in Python code.  But not very often --
and even less often on HP-UX :-/

----------------------------------------------------------------------

Comment By: dmcisaac (dmcisaac)
Date: 2004-06-28 20:31

Message:
Logged In: YES 
user_id=1071078

On further investigation I got everything to compile the way I 
think it should if I ommit optimization.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=979872&group_id=5470


More information about the Python-bugs-list mailing list