-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
sort
: tests sometimes stack overflow on Code Coverage (windows-latest, windows)
#2418
Comments
Hello @miDeb, wanted to check what's going on here but the link points to a passing run instead of a failing one it seems? |
Thanks, I must have pasted the wrong link. Here's a failing run: https://github.com/uutils/coreutils/pull/2443/checks. |
Thanks, taking a look. I'll try to see if I can reproduce locally and report back. |
Could not reproduce the stack-overflow so far in a couple of runs,
(Note this is consistent locally for these tests) |
Thanks, I can actually reproduce that in a VM. I'll take a look (weird that it doesn't fail on CI though) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Example: https://github.com/uutils/coreutils/pull/2417/checks?check_run_id=2838351712
I really don't know why this happens. It seems to happen randomly on different
sort
tests, but I wasn't able to reproduce it in a windows vm.Interestingly the stack overflow always happens after the expected result is printed to stdout (i.e. stdout always contains the expected result, but stderr contains a message about the stack overflow)
Any suggestions on how to debug this are appreciated!
The text was updated successfully, but these errors were encountered: