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 gregory.p.smith
Recipients gregory.p.smith, martin.panter
Date 2018-05-20.16:52:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526835179.22.0.682650639539.issue33321@psf.upfronthosting.co.za>
In-reply-to
Content
A buildbot is up and running:
  http://buildbot.python.org/all/#/builders?tags=%2Bubsan

in order to see the errors though, you have to manually string search for "runtime error" in the giant test logs stdout.

At the moment, Modules/_ctypes/_ctypes.c dominates the error lists with misaligned access problems - I suggest filtering that out and looking for the others to start with for anyone working on these issues.
History
Date User Action Args
2018-05-20 16:52:59gregory.p.smithsetrecipients: + gregory.p.smith, martin.panter
2018-05-20 16:52:59gregory.p.smithsetmessageid: <1526835179.22.0.682650639539.issue33321@psf.upfronthosting.co.za>
2018-05-20 16:52:59gregory.p.smithlinkissue33321 messages
2018-05-20 16:52:59gregory.p.smithcreate