I have a Blob Trigger function running that takes xml files and ends up storing the data into an Azure SQL db. Mainly through the use of pandas and SQL Alchemy. I have had no real other problem with any other xml file, but this specific one being ran through sends me an error:
Language Worker Process exited. Pid=1652. python exited with code -1073741819 (0xC0000005).
This error seems to trigger when data is being inserted into a specific table. This error doesn't mean much to me, what are possible issues that could be happening here?