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 jk
Recipients jk, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-02-10.18:36:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455129398.68.0.407875580594.issue26332@psf.upfronthosting.co.za>
In-reply-to
Content
Hi!

I came across this mysterious bug the other week, and I haven't yet found any resolution to it. In my case, I am using a proprietary 3rd party C/C++ DLL for functionality within Python, however I've come across a few others who have run into the same issue with an open source project.

My traceback is essentially:

    return cppapi.DoSomething(hAlpha, pzString1, pzString2);
OSError: exception: access violation writing 0x00000000576EE908

However, you can see a very similar scenario taking place here too:
https://github.com/asweigart/pyperclip/issues/25

(However, I did not see a bug report filed here on behalf of them)

This MIGHT be related to http://bugs.python.org/issue20160 but I am not certain.

Thanks!
History
Date User Action Args
2016-02-10 18:36:38jksetrecipients: + jk, paul.moore, tim.golden, zach.ware, steve.dower
2016-02-10 18:36:38jksetmessageid: <1455129398.68.0.407875580594.issue26332@psf.upfronthosting.co.za>
2016-02-10 18:36:38jklinkissue26332 messages
2016-02-10 18:36:38jkcreate