On 2/13/08, Josh Blum <[EMAIL PROTECTED]> wrote: > The gr blocks still seem to cause core aborts.
In general, these are cases where we have not told SWIG (via the associated .i file) that a particular method may raise an exception. Yes, this is a bug. There are probably a few of them. And QA code should be testing these. This is a good task for someone to contribute to GNU Radio, as the patches would be only a couple lines in a .i file and a test in a QA file. But there is time involved in searching for the places where we have left these out. If someone wants to work in this area, I'd be happy to walk them through a couple instances. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com/ _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
