discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] GRC seg fault


From: Koslowski, Sebastian (CEL)
Subject: Re: [Discuss-gnuradio] GRC seg fault
Date: Fri, 17 Jul 2015 16:52:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1

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

reply via email to

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