[issue15581] curses: segfault in addstr()

2013-08-13 Thread STINNER Victor
STINNER Victor added the comment: "Seems the bug was fixed for 3.3 in issue12567." "Sorry, but without a smaller example program, I cannot help you on this issue. Please try to write a smaller program to reproduce the crash." Let say that the bug was fixed. -- resolution: -> fixed st

[issue15581] curses: segfault in addstr()

2012-11-04 Thread STINNER Victor
STINNER Victor added the comment: > I can't offer a minimal program to reproduce this bug, but I did find a way > to reproduce it in the python program "ranger" Sorry, but without a smaller example program, I cannot help you on this issue. Please try to write a smaller program to reproduce the

[issue15581] curses: segfault in addstr()

2012-11-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +haypo stage: -> needs patch type: -> crash ___ Python tracker ___ ___ Python-bugs-list maili

[issue15581] curses: segfault in addstr()

2012-10-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Seems the bug was fixed for 3.3 in issue12567. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue15581] curses: segfault in addstr()

2012-10-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Is output an unicode string? -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-lis

[issue15581] curses: segfault in addstr()

2012-08-07 Thread hut
New submission from hut: Under certain circumstances, the curses function addstr() will cause a segfault in python3.2.3 and python2.7.3. Necessary, but not sufficient conditions are: 1. the window has been resized while curses was running 2. addstr() attempts to write a string that doesn't fit