discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] maximum recursion depth exceeded


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] maximum recursion depth exceeded
Date: Wed, 14 Jan 2009 08:05:01 -0800

On Wed, Jan 14, 2009 at 2:26 AM, feldmaus <address@hidden> wrote:

> For testing i build up a dial tone generator,
> and got this error:
> Exception RuntimeError: 'maximum recursion depth exceeded in
> __subclasscheck__' in <type 'exceptions.AttributeError'> ignored

This is a known bug in GNU Radio, but it only happens if the user's
code tries to access a member of a hierarchical block using the wrong
name.  So while the error message is not useful or helpful, the
ultimate problem lies in something in your test program.

-Johnathan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]