test fails with non-zero exit status 3221225725, and windows message "a new guard pack for the stack cannot be created."
Remarks:
In both test directories are multiple test files. When I execute the command above I get the windows popup message saying "a new guard pack for the stack cannot be created.". However when I test the directories separately, then I don't encounter the error.
Also, I don't see high ram usage by python during command execution
Environment Information:
Windows 10, 32Gb Ram, nose@1.3.7 and python and 3.9.1 and also tested with python 3.9.7
Bug:
I've encountered a reproducible memory Error:
$ nosetests --with-coverage --cover-min-percentage=0 --traverse-namespace --cover-erase --cover-package=path/to/package/root --with-xunit --xunit-file="coverage/folder/" /path/to/test/directory1/ /path/to/test/directory2
->returned non-zero exit status 3221225725Log:
nosetests.log
[nosetests.log](https://github.com/nose-devs/nose/files/9784180/nosetests.log)
Expected Behavior:
testing with coverage without error
Actual Behavior:
test fails with non-zero exit status 3221225725, and windows message "a new guard pack for the stack cannot be created."
Remarks:
In both test directories are multiple test files. When I execute the command above I get the windows popup message saying "a new guard pack for the stack cannot be created.". However when I test the directories separately, then I don't encounter the error. Also, I don't see high ram usage by python during command execution
Cheers, Steve