On Wed, Jan 09, 2008 at 05:02:12PM -0500, George Nychis wrote: > Hi all, > > Is the destructor of classes instantiated in m-blocks not guaranteed when > using shutdown_all()?
They should all be called. However, if an mblock is blocked in the kernel we currently don't blast it out of the system call, and thus it won't have its destructor called. For more info, see the comment on line 183 of mb_runtime_thread_per_block.cc Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
