Jun 27 2023
01:11 AM
- last edited on
Mar 05 2024
02:49 PM
by
TechCommunityAP
Jun 27 2023
01:11 AM
- last edited on
Mar 05 2024
02:49 PM
by
TechCommunityAP
Hi,
We are having a failure on our testing CI that uses Azure windows agents. The failure is:
Windows fatal exception: access violation
##[error]Cmd.exe exited with code '-1073741819'.
I attached a log of one of the failures below. This happens randomly and with different Python versions (not just the one in the attached logs). The only recent change to our configurations is the addition of the parameter timeoutInMinutes: 0 so that our tests don't fail on a timeout if they run for more the 60min. There have been no other changes to the test suite since the failures began. Any advice?
Thanks
https://gist.github.com/ymzayek/d6b7750fcd7dcdd3a96f4bdddaf864c1
Jun 27 2023 07:04 PM
@Deleted
Did you debug in code level yet?