-
Notifications
You must be signed in to change notification settings - Fork 47
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
Matlab (2018a) crashes when trying to save fit #51
Comments
This crash was linked to CmdStan wanting to access expired timers during the save. Matlab tech support recommended upgrade to 2018b (or a downgrade to 2017b) would fix the problem. I tested Stan in Matlab 2018b and "fit" can be saved without causing a crash, although it generates a series of warnings (below). This does not impact on functionality since it is possible to recover the saved fit and work with it. So, I can confirm an upgrade to Matlab 2018b solves the problem. |
Warnings caused by save under Matlab 2018b for MacOS:
|
Any resolution to this? |
The cause of the crash was deleted timers associated with the fit output from Stan. The problem was specific to Matlab 2018a. An upgrade to 2018b or a downgrade to 2017b resolves the issue.
… On Nov 28, 2018, at 12:13 PM, Srikanth Gadicherla ***@***.***> wrote:
Any resolution to this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#51 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Aid5idlpy8JOv7sCN1q51m3gHM3kuLanks5uzu5TgaJpZM4WAyAP>.
|
Thank you. |
Stan program runs without any issues. I can see the results, do plots with them etc. Matlab crashes if I try to save the structural matrix created by Stan. I'm wondering if anyone else has a similar problem or solution. Thanks
The text was updated successfully, but these errors were encountered: