RayS wrote:
> I'm accessing a 3rd party ctypes cDLL function and getting 
> WindowsError "access violation at 0xnnnn" at seemingly random time 
> intervals; what tips does the group have for debugging? The DLL 
> author is an MS C++ guy and not Python literate. The DLL appears to 
> run without error with his MSVC apps. It almost seems CPU-load 
> dependent, but I could be imagining that...

I think you're going to need to run the app inside a debugger, and get a
traceback to figure out where in the DLL it is crashing.  There are just
too many possibilities.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to