[Python-Dev] FreeBSD test suite failure -> curses

"Martin v. Löwis" martin at v.loewis.de
Sun Mar 9 23:58:58 CET 2008


> (gdb) print newscr
> $1 = (WINDOW *) 0x0
> 
> So it seems that the newscr variable is indeed a NULL.

So this now *is* a FreeBSD/ncurses expert's question.
I don't think this is supposed to happen; newscr should
become non-NULL when initscr is called, and should remain
that way throughout.

Regards,
Martin


More information about the Python-Dev mailing list