-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check failed: std::gcd(Dᴛₒ, Cᴛₒ) == 1 #3831
Comments
Unfortunately we do not have a stacktrace decoder for mac, but I think this is it. νₒ = Dᴛₒ = -2147483648 might be std::nearbyint on a NaN or infinity. Cᴛₒ = -818929872 is strange. Maybe uninitialized? Principia/ksp_plugin/orbit_analyser.cpp Lines 101 to 155 in 4eb331d
Principia/astronomy/orbit_recurrence_body.hpp Lines 51 to 79 in 4eb331d
Principia/astronomy/orbit_recurrence_body.hpp Lines 23 to 33 in 4eb331d
|
Seen twice in a row, but wasn't able to reproduce with journaling on.
Context: vessel trajectory is Uranus flyby, roughly in Triton's plane, with Pe near Triton altitude. Creating a flight plan for Triton capture: one maneuver plotted at Pe to achieve highly elliptical Uranus capture, and finetuning it to get a Triton encounter on the next pass.
Both times, crash occurred while fiddling to get Triton Pe just above its atmosphere.
check_failed_ 3831.zip
The text was updated successfully, but these errors were encountered: