<div dir="ltr">Hi<div><br></div><div>I recently built kstars on my Kubuntu 13.04 and it crashes when pressed toggle supernovae button and  it vanishes when following check is removed : </div><div><br></div><div><div>            /kstars/kstars/skyobjects/skypoint.cpp</div>
<div><br></div><div>            349: Q_ASSERT( std::isfinite( RA.Degrees() ) && std::isfinite( Dec.Degrees() ) );<br></div></div><div><br></div><div>and Application also some time crashes when zoomed in home screen viewed in View mode: Lambert Azimuthal Equal-area , the same can be stopped by removing following check : </div>
<div><br></div><div><div>            kde/kstars/kstars/projections/projector.cpp</div><div> </div><div>            419: Q_ASSERT( std::isfinite( Y ) && std::isfinite( dX ) );</div></div><div><br></div><div>Is it good idea to remove this check or need to find other cause of crash ?</div>
<div><br></div><div>Thanks and regards</div><div>Vijay Dhameliya</div></div>