Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!rt.uk.eu.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'exception': 0.03; 'overflow': 0.07; '++i)': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'subject:error': 0.11; 'stack': 0.15; 'argcount;': 0.16; 'violation?': 0.16; 'windows?': 0.16; 'wrote:': 0.17; 'thanks.': 0.21; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'writes:': 0.29; 'skip:_ 10': 0.29; "i'm": 0.29; 'error': 0.30; 'could': 0.32; 'received:google.com': 0.34; 'received:209.85': 0.35; 'really': 0.36; 'but': 0.36; 'skip:p 20': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'easy': 0.60; '20,': 0.65; 'clearly.': 0.84; 'distinguish': 0.84; 'maybe,': 0.84; 'subject:skip:S 10': 0.84 Newsgroups: comp.lang.python Date: Thu, 13 Dec 2012 13:39:33 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=72.37.244.68; posting-account=0wri2goAAAAfFPiVVDSVMSTV6GouyJes References: <1fd7672d-000b-4cbc-bd87-a9f37320c9e8@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 72.37.244.68 MIME-Version: 1.0 Subject: Re: Stack_overflow error From: Aung Thet Naing To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1355434783 news.xs4all.nl 6885 [2001:888:2000:d::a6]:49731 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34820 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 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?