Friday, July 17, 2015

Re: [Discuss-gnuradio] GRC seg fault

On 07/17/2015 03:08 PM, Jason Matusiak wrote:
> OK, sound like that could be very useful, thank you. In the meantime, > is there a way to open gnuradio without it reopening all the > previously opened scripts (I am wondering if that is my problem)? > Maybe something like a safemode?

Unfortunately, there is no safe mode. A quick fix is to patch the function get_doc() in 'grc/python/Block.py'. Simply remove the call to  extract_docs.extract() and return the local variable 'docs' (or an empty string)

Sebastian

No comments:

Post a Comment