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
Hmm, I always assumed that Segfaults can happen whenever you have stack overflows, since this seems to happen often whenever there's an accidental recursive self-call.
@dlfivefifty Usually, the correct behaviour when executing an incorrect/invalid program is to generate the specific type of error that is the correct error. Generating an incorrect error or segfaulting should definitely be a bug, even though in both cases your program doesn't work right. And a correct runtime should never segfault anyway so long as the program doesn't do anything unsafe.
I don't know how to phrase it better because I don't understand what it's doing. The minimal example is reduced from the ApproxFun example below:
In ApproxFun:
The text was updated successfully, but these errors were encountered: