RPA Bot Crashes with Stack Overflow Error

Krishna Chait12
ServiceNow Employee
ServiceNow Employee

An unattended robot running and after some time (time varies) the bot crashes and nothing is reported back to RPA Hub.

When looking at event viewer on the host machine it is reporting a Stack Overflow Error (c00000fd) in various dlls.

1 REPLY 1

Alphonsa
ServiceNow Employee
ServiceNow Employee

Hi @Krishna Chait12 

Could you please reverify the automation developed on the desktop design studio, and for loop conditions it is not recommended to use the back port connection as it leads to infinite loop and stack overflow exceptions.

Not Recommended:

Alphonsa_0-1697459219796.png

Please find the Best Practice document for better understanding.