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 iritkatriel
Recipients iritkatriel, jk, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-08-19.17:34:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597858457.77.0.0258589384732.issue26332@roundup.psfhosted.org>
In-reply-to
Content
Access violation is a very general error which means that a bad pointer was dereferenced in c++. This can happen in many ways. You need to provide a way to reproduce this error in order to make this an actual bug report.

In your case, it is happening when you call a function in a third party library, which could mean that this library has a bug or that you are passing bad parameters to it.

If you cannot provide more information than what is here, this ticket should be closed on the basis that there is not enough information do anything about the issue.
History
Date User Action Args
2020-08-19 17:34:17iritkatrielsetrecipients: + iritkatriel, paul.moore, tim.golden, zach.ware, steve.dower, jk
2020-08-19 17:34:17iritkatrielsetmessageid: <1597858457.77.0.0258589384732.issue26332@roundup.psfhosted.org>
2020-08-19 17:34:17iritkatriellinkissue26332 messages
2020-08-19 17:34:17iritkatrielcreate