Issue 2554: test_ioctl failed Python 2.6a2 Solaris 10 SUN C (original) (raw)

Created on 2008-04-04 20:04 by MrJean1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (5)
msg64943 - (view) Author: Jean Brouwers (MrJean1) Date: 2008-04-04 20:04
The test_ioctl failed in 32-bit Python 2.6a2 built on Solaris 10 with the SUNC C compiler. ... test test_ioctl failed -- Traceback (most recent call last): File "/.../tools/Python-2.6a2/Lib/test/test_ioctl.py", line 56, in test_ioctl_signed_unsigned_code_param saved_winsz = fcntl.ioctl(mfd, termios.TIOCGWINSZ, "\0"*8) IOError: [Errno 22] Invalid argument ...
msg103058 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-04-13 16:11
Removing 2.5 as it's only receiving security fixes.
msg190078 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2013-05-26 11:57
is this still a problem with 2.7 or 3.x?
msg190094 - (view) Author: Jean Brouwers (MrJean1) Date: 2013-05-26 15:04
I haven't retested that yet, but I will as soon as can. /Jean Bouwers On May 26, 2013, at 7:57 AM, Mark Lawrence <report@bugs.python.org> wrote: > > Mark Lawrence added the comment: > > is this still a problem with 2.7 or 3.x? > > ---------- > nosy: +BreamoreBoy > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue2554> > _______________________________________
msg192740 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-07-09 11:36
It looks like the bug is gone. The ioctl test is passing on Solaris 10 and 11 with Sun's CC. http://buildbot.python.org/all/builders/SPARC%20Solaris%2010%20%28cc%2C%2032b%29%20%5BSB%5D%202.7/builds/336
History
Date User Action Args
2022-04-11 14:56:33 admin set github: 46806
2013-07-09 11:36:50 christian.heimes set status: open -> closednosy: + christian.heimesmessages: + resolution: fixed
2013-05-26 18:02:57 brian.curtin set nosy: - brian.curtin
2013-05-26 15:04:59 MrJean1 set messages: +
2013-05-26 11:57:45 BreamoreBoy set nosy: + BreamoreBoymessages: +
2010-04-13 16:11:12 brian.curtin set nosy: + brian.curtinmessages: + versions: - Python 2.5
2010-04-13 16:00:44 Martin.Ducár set versions: + Python 2.5
2010-01-12 17:54:48 brian.curtin set priority: normaltype: behaviorstage: needs patch
2008-04-04 20:04:00 MrJean1 create