Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.069 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'debugging': 0.07; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'to:name:python-list@python.org': 0.22; 'skip:" 30': 0.26; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'file': 0.32; 'problem': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'to:addr:python- list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; '_bootstrap': 0.84; 'replicate': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=mdkjbM+9C3SAwUe3nUaW8p1tVDN/Rj1IKmBYxkpMjbY=; b=vLPAMGNwa6yjurn24ThgvtQbtB9yijfB69VgMqoq+lToY13FyLvkYTE4aj0AgdwI8Y Vm3bXX29z3l++Ydj7R75ly0TBN2gsjrQlpVLPgICB6RfmigA1tWOvmHkIFOgSbOZEoGB dqedslwmj3yL9juP9tss+3b0exIRpK7F91IblmqQP1dp5d8kGScUTIo6pcb+YwRiiXdy 5PYYvrlpgFVCYXE7TlUTz/BXFbozryuGHDx05vgU8weBcSW1z4FpYjC1ixkV/ov1SmIA zUfTKsC5o3oPTllZudENGaTMoSZLflcA3A60qkwcNL/8EwckeqpHafdvLB43t+2shGho X2AA== MIME-Version: 1.0 X-Received: by 10.220.92.193 with SMTP id s1mr996057vcm.34.1401848958013; Tue, 03 Jun 2014 19:29:18 -0700 (PDT) In-Reply-To: <87ioohv2im.fsf@vostro.rath.org> References: <87ioohv2im.fsf@vostro.rath.org> Date: Wed, 4 Jun 2014 12:29:17 +1000 Subject: Re: Corrputed stacktrace? From: Chris Angelico To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: , Newsgroups: comp.lang.python Message-ID: Lines: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401848960 news.xs4all.nl 2889 [2001:888:2000:d::a6]:58590 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72578 On Wed, Jun 4, 2014 at 12:20 PM, Nikolaus Rath wrote: > File "/usr/lib/python3.3/threading.py", line 878 in _bootstrap Can you replicate the problem in a non-threaded environment? Threads make interactive debugging very hairy. ChrisA