You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to get the error code back from C/C++?
When running nloptr function R has been crashing for me and upon debugging it seems like the culprit is executing the C code solution <- .Call(NLoptR_Optimize, ret)
I suspect it's out of memory or numerical overflow issue, but it'd be nice to know for sure
The text was updated successfully, but these errors were encountered:
ProxyCausal
changed the title
C/C++ execution error handling
C/C++ execution error reporting
Jun 25, 2024
Is there any way to get the error code back from C/C++?
When running nloptr function R has been crashing for me and upon debugging it seems like the culprit is executing the C code
solution <- .Call(NLoptR_Optimize, ret)
I suspect it's out of memory or numerical overflow issue, but it'd be nice to know for sure
The text was updated successfully, but these errors were encountered: