-
-
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
cmdstanpy yields an error when sampling is completed "CmdStan error: terminated by signal 6 Unknown error -6" but from_csv reconstructs the fit #754
Comments
I bet it is a problem with paths containing space char. Can you move your location and retest? Weird thing is that there should be automatic fix for this. |
I am running the same code by only changing the value of |
yeah, true it would not make any sense Have you tried add prints to debug what can be seen and when it crashes (or at what step)? |
Surely it has to be post-processing as the fit can be reconstructed using the
|
Can you run the model under gdb to get a backtrace from that double free? I saw your previous issue saying it wasn’t recreatable on another machine, is this one? |
I have no idea what gdb is? I will see if I can reproduce the error on my personal device. I do however have less cores on my personal device, so it will take longer. I will report back once this has completed. |
Do these issues still occur if you remove the use of |
I am running the model with and without profiling on the cluster (changed the stan code to remove profiles) to see if the error can be reproduced on the cluster. Will take a few hours to complete |
I have ran these models and it seems that this error is not reproducible either. Both the model with and without profiling completed without errors this time around |
Description:
Hi all, I have ran into another issue (on a different cluster) when running my stan code. The sampling executes as expected but afterwards an error is displayed
The stan .txt output file yields:
The python error indicates (only relevant parts included)
Reconstructing the fit from .csv files does not produce any errors
Stan code for reference
I do not know if the error might be related to the previous issue raised
Versions
cmdstan 2.34.0 hff4ab46_0 conda-forge
cmdstanpy 1.2.1 pyhd8ed1ab_0 conda-forge
OS: Scientific Linux 7.9 (Nitrogen)
The text was updated successfully, but these errors were encountered: