This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michael.Felt
Recipients Michael.Felt
Date 2019-05-21.11:35:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558438553.77.0.394995800321.issue36989@roundup.psfhosted.org>
In-reply-to
Content
On AIX, with commit 4fb15021890d327023aefd95f5a84ac33b037d19 (HEAD -> master, origin/master, origin/HEAD)

test_thread is failing.

The three sub_tests that exit as ERROR are:
ERROR: test_threads_join_2 (test.test_threading.SubinterpThreadingTests)
ERROR: test_frame_tstate_tracing (test.test_threading.ThreadTests)

These two have in common:
Traceback (most recent call last):
...
ImportError:    0509-130 Symbol resolution failed for /home/buildbot/python-master/build/lib.aix-7.1-3.8-pydebug/_testcapi.so because:
        0509-136   Symbol _PyMem_GetAllocatorsName (number 191) is not exported from
                   dependent module python.
        0509-192 Examine .loader section symbols with the
                 'dump -Tv' command.

FAIL: test_daemon_threads_fatal_error (test.test_threading.SubinterpThreadingTests)

I am guessing that:

======================================================================
FAIL: test_daemon_threads_fatal_error (test.test_threading.SubinterpThreadingTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/python-master/Lib/test/test_threading.py", line 942, in test_daemon_threads_fatal_error
    self.assertIn("Fatal Python error: Py_EndInterpreter: "
AssertionError: 'Fatal Python error: Py_EndInterpreter: not the last thread' not found in 'Traceback (most recent call last):\n  File "<string>", line 2, in <module>\nImportError: \t0509-130 Symbol resolution failed for /home/buildbot/python-master/build/lib.aix-7.1-3.8-pydebug/_testcapi.so because:\n\t0509-136   Symbol _PyMem_GetAllocatorsName (number 191) is not exported from\n\t\t   dependent module python.\n\t0509-192 Examine .loader section symbols with the\n\t\t \'dump -Tv\' command.'

----------------------------------------------------------------------
is caused by the earlier failures.
History
Date User Action Args
2019-05-21 11:35:53Michael.Feltsetrecipients: + Michael.Felt
2019-05-21 11:35:53Michael.Feltsetmessageid: <1558438553.77.0.394995800321.issue36989@roundup.psfhosted.org>
2019-05-21 11:35:53Michael.Feltlinkissue36989 messages
2019-05-21 11:35:53Michael.Feltcreate