discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] gr-howto OOT tutorial crash


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] gr-howto OOT tutorial crash
Date: Sun, 16 Jul 2017 20:24:47 -0400

Maybe you're hitting the logger_ptr bug? See < https://github.com/gnuradio/gnuradio/issues/1383 > for more info. It happens when GR is built with logging enabled but not log4cpp, and then the OOT is built either with logging enable and log4cpp or logging not enabled. The "free" on gr::block ends up corrupting the stack because the logger_ptr is of the wrong size in the OOT block (when compared with that compiled into gnuradio_runtime). Not sure if this is the issue here, but this is happening during gr::flowgraph::clear (which just clears the blocks and then edges), so, maybe? An easy test is to rebuild the OOT with logging same-same as GR's. - MLD

On Sun, Jul 16, 2017, at 03:29 PM, Vipin Sharma wrote:
Here is the system config: 

address@hidden:~/a1/gr-howto/build$ uname -a
Linux pp001 4.8.0-58-generic #63~16.04.1-Ubuntu SMP Mon Jun 26 18:08:51 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux


reply via email to

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