On 09/14/2011 03:54 PM, Bonee Soibam wrote: > Can someone please clarify my doubt for the given error . I am new to > gnuradio . > thanks > > ---------- Forwarded message ---------- > From: Bonee Soibam <[email protected]> > Date: Mon, Sep 12, 2011 at 11:10 PM > Subject: Re: [Discuss-gnuradio] Fwd: Problems regarding using UHD > Digital-bert codes > To: "Marcus D. Leech" <[email protected]> > > > Hi Marcus , > I have been trying to make this code work . since your last suggestion i > made some changes to my code and i am coming up with a new error .Its given > as follows : - > __________________________________________________________________________________ > Uterminate called after throwing an instance of > 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::math::rounding_error> >> ' > what(): Error in function boost::math::iround<d>(d): Value > -2.371723596288619e+52 can not be represented in the target integer type.
I am positive that some call into uhd is being passed a number out of the expected bounds. That said, I am pretty sure it shouldn't error; so this may be a minor bug when sanitizing input parameters. Can you tell me what line in your python code is throwing the error? Or what call into the uhd library is throwing the error. If possible, can you run your application in gdb and send the backtrace? -josh _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
