Cloud run function is giving below error continuously . Tried increasing memory from 512MB to 1024 MB still getting same error. Please help with workaround.
Uncaught signal: 11, pid=8, tid=68, fault_addr=69050273102288.
Cloud run function is giving below error continuously . Tried increasing memory from 512MB to 1024 MB still getting same error. Please help with workaround.
Uncaught signal: 11, pid=8, tid=68, fault_addr=69050273102288.
Hi @ravisurya ,
Welcome to Google Cloud Community!
May I know what steps are taken prior to encountering the error? Ensure that you have the latest application or library in your application. Also, have you tried increasing the memory to 2048MB? Signal 11 error or segmentation fault means that the application accessed a memory location that was not assigned. So most commonly, it is due to hardware error in memory. If the issue still persists, please try to redeploy your application.
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.