[issue1266] segfault in curses when calling redrawwin() before refresh()

2010-01-13 Thread Mark Dickinson
Mark Dickinson added the comment: I wonder whether issue 7384 (test_curses crash on FreeBSD) is related to this. There does seem to be some sort of readline interaction going on in that issue. -- nosy: +mark.dickinson ___ Python tracker

[issue1266] segfault in curses when calling redrawwin() before refresh()

2008-01-19 Thread A.M. Kuchling
A.M. Kuchling added the comment: The C program does crash, but newwin() is returning NULL and the code should really be checking for this case. When I try the Python script with 2.5-maint and 2.6-trunk, I get the error: [EMAIL PROTECTED]:~/source/p/25$ ./python.exe ../python/curses-01.py Trac

[issue1266] segfault in curses when calling redrawwin() before refresh()

2008-01-09 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: -> akuchling nosy: +akuchling __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsub

[issue1266] segfault in curses when calling redrawwin() before refresh()

2007-10-11 Thread Neal Norwitz
Neal Norwitz added the comment: What platform are you on? I can reproduce this with 2.5.1+ and trunk on Ubuntu. I can reproduce with a trivial C program that does the same thing. This could be a bug in the curses implementation. Or it could be misuse of the API. I don't know enough to sugges

[issue1266] segfault in curses when calling redrawwin() before refresh()

2007-10-11 Thread Thorben
New submission from Thorben: attached file makes python 2.5.1 segfault -- components: Library (Lib) files: curses-01.py messages: 56348 nosy: Thorben severity: critical status: open title: segfault in curses when calling redrawwin() before refresh() type: crash versions: Python 2.5