[issue43659] AIX: test_curses crashes buildbot

2021-04-28 Thread Michael Felt
Change by Michael Felt : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue43659] AIX: test_curses crashes buildbot

2021-04-28 Thread Michael Felt
Michael Felt added the comment: Dome some 'dumb' testing - and I hope this helps understand why it is failing: With the the last two func() calls commented out, the function passes: def test_output_string(self): stdscr = self.stdscr encoding = stdscr.encoding # adds

[issue43659] AIX: test_curses crashes buildbot

2021-03-31 Thread Michael Felt
Michael Felt added the comment: FYI: from a core dump - top of where is: Segmentation fault in winsnstr at 0xd3ebc050 0xd3ebc050 (winsnstr+0x190) a4190002 lhzu r0,0x2(r25) (dbx) where winsnstr(??, ??, ??) at 0xd3ebc050 unnamed block in IPRA.$_curses_window_insstr_impl(self = 0x100f

[issue43659] AIX: test_curses crashes buildbot

2021-03-30 Thread Michael Felt
Michael Felt added the comment: ./python -m test -vuall -i test_output_string -i test_insert_delete test_curses 2>test.err 1>test.out returns four failures: see attached '-i test_output_string' stops the crash -- Added file: https://bugs.python.org/file49918/test.out __

[issue43659] AIX: test_curses crashes buildbot

2021-03-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Please also try to comment out the following line in test_output_string. Does it help? s = '\u0661\u0662\u0663\u0664' try: func(s, 3) except UnicodeEncodeError: self.ass

[issue43659] AIX: test_curses crashes buildbot

2021-03-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you. I see that 7 tests are failed (test_background, test_color_attrs, test_color_content, test_getch, test_getstr, test_init_pair, test_insert_delete) and test_output_string perhaps crashes. Could you please run tests with test_insert_delete skipped

[issue43659] AIX: test_curses crashes buildbot

2021-03-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: fixed -> stage: resolved -> status: closed -> open ___ Python tracker ___ ___ Python-b

[issue43659] AIX: test_curses crashes buildbot

2021-03-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43659] AIX: test_curses crashes buildbot

2021-03-30 Thread Michael Felt
Michael Felt added the comment: my default TERM=xterm I'll also use 'ansi' The filenames will be ${TERM}.err and ${TERM}.out for TERM in xterm ansi; do ./python -m test -vuall test_curses 2>${TERM}.err >${TERM}.out done After TERM=ansi - my terminal is in raw mode (i.e., $ stty sane ^J nee

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset f1d53bcd536036c0a0c39962fbc0f465b5865492 by Miss Islington (bot) in branch '3.9': bpo-43659: Fix test_curses on AIX (GH-25074) https://github.com/python/cpython/commit/f1d53bcd536036c0a0c39962fbc0f465b5865492 -- _

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread miss-islington
miss-islington added the comment: New changeset e9092b221d4951609827e437178a557fd07353af by Miss Islington (bot) in branch '3.8': bpo-43659: Fix test_curses on AIX (GH-25074) https://github.com/python/cpython/commit/e9092b221d4951609827e437178a557fd07353af -- _

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Minor correction. update_lines_cols() is not provided by the underlying curses library, it is a helper defined in Python wrapper. But it is optional, snd skipping test is the correct solution. Thank you. As for the core dump, could you please run the test

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 2.0 -> 3.0 pull_requests: +23826 pull_request: https://github.com/python/cpython/pull/25076 ___ Python tracker _

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +23827 pull_request: https://github.com/python/cpython/pull/25077 ___ Python tracker ___ __

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset c8b5738810516df5722caf049003e9b319427bec by Michael Felt in branch 'master': bpo-43659: Fix test_curses on AIX (GH-25074) https://github.com/python/cpython/commit/c8b5738810516df5722caf049003e9b319427bec -- nosy: +serhiy.storchaka

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread Michael Felt
Michael Felt added the comment: backports needed for 3.8 and 3.9 -- versions: +Python 3.8, Python 3.9 ___ Python tracker ___ ___ Py

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread Michael Felt
Change by Michael Felt : -- keywords: +patch pull_requests: +23824 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25074 ___ Python tracker ___ ___

[issue43659] AIX: test_curses crashes buildbot

2021-03-29 Thread Michael Felt
New submission from Michael Felt : Since issue42789 the AIX bot's have crashed - to the extent that the bot's did not even return results. Part of this has been resolved, for now, by using: $ export TERM=unknown $ buildbot start buildarea However, the test still crash because AIX default lib