Stack_overflow error

Aung Thet Naing aung.thetnaing at gmail.com
Thu Dec 13 16:39:33 EST 2012


I'm sorry that I have been away from this issue for a while. 

Yes, I'm working on windows. I need to review the error again so that I could rephrase my issue clearly. 

Thanks. 

Aung. 
On Tuesday, November 20, 2012 10:40:42 AM UTC-8, Dieter Maurer wrote:
> Aung Thet Naing <aung.thetnaing at gmail.com> writes:
> 
> 
> 
> > I'm having Stack_overflow exception in _ctypes_callproc (callproc.c). The error actually come from the:
> 
> >
> 
> >  cleanup:
> 
> >     for (i = 0; i < argcount; ++i)
> 
> >         Py_XDECREF(args[i].keep);
> 
> >
> 
> > when args[i].keep->ob_refCnt == 1
> 
> 
> 
> Really a stack overflow or a general segmentation violation?
> 
> Under *nix, both are not easy to distinguish -- but maybe, you are
> 
> working with Windows?




More information about the Python-list mailing list