Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72580 > unrolled thread

Re: Missing stack frames?

Started byChris Angelico <rosuav@gmail.com>
First post2014-06-04 12:35 +1000
Last post2014-06-04 12:35 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Missing stack frames? Chris Angelico <rosuav@gmail.com> - 2014-06-04 12:35 +1000

#72580 — Re: Missing stack frames?

FromChris Angelico <rosuav@gmail.com>
Date2014-06-04 12:35 +1000
SubjectRe: Missing stack frames?
Message-ID<mailman.10671.1401849345.18130.python-list@python.org>
On Wed, Jun 4, 2014 at 12:30 PM, Nikolaus Rath <Nikolaus@rath.org> wrote:
> I've instrumented one of my unit tests with a conditional
> 'pdb.set_trace' in some circumstances (specifically, when a function is
> called by a thread other than MainThread).

I think the likelihood of this being an issue with interactive
debugging and threads is sufficiently high that you should avoid
putting the two together, at least until you can verify that the same
problem occurs without that combination.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web