-
Notifications
You must be signed in to change notification settings - Fork 4
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
segfault error in Cholesky decomposition #2
Comments
Running with valgrind and MWE gives
|
Source of the bug: caused by a degenerate truncated normal model in which some lower bounds are equal to upper bounds (up to numerical precision). The variance of the individual truncated components is negative and this causes the segfault (probably via log(0)). Two fixes implemented:
These are typically indicative of problems in the call, so a warning is thrown. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported by Liangliang Zhang.
***caught segfault *** cause 'memory not mapped'
in.cholpermGGE
Affects both Windows and Mac OSX.
The text was updated successfully, but these errors were encountered: