[issue1745108] 2.5.1 curses panel segfault in new_panel on aix 5.3

Paul Smedley report at bugs.python.org
Wed Dec 26 23:59:10 CET 2007


Paul Smedley added the comment:

I see similar problems here on OS/2 with Python 2.5.1 and Ncurses 5.6.

Problem is causes as win->win is uninitialised when passed to new_panel.

Initialising win->win to a value makes the new_panel call work.  Not
sure why this works on other platforms but fails on OS/2 and AIX.

----------
nosy: +psmedley

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1745108>
_____________________________________


More information about the Python-bugs-list mailing list