Stack overflow detection failure #7482
Labels
kind:bug
A bug in the code. Does not apply to documentation, specs, etc.
platform:linux-musl
topic:stdlib:runtime
#6928 added a cool feature which detects whether an invalid memory access is actually a stack overflow error.
However, this detection does not yet seem to work correctly in all cases.
On alpine edge the spec for SO detection on main stack fails:
The spec for SO detection on fiber stack passes, though.
There was a similar failure reported for Ubuntu 14.04 which doesn't seem to have been fixed (#6928 (comment)).
If this can't be fixed right away, a short term play would be to simply disable the spec on affected platforms. They're not essential.
/cc @damaxwell
The text was updated successfully, but these errors were encountered: