rmetzger commented on a change in pull request #11372: [FLINK-16480] Improve
error reporting on AZP
URL: https://github.com/apache/flink/pull/11372#discussion_r393564981
##########
File path: tools/azure_controller.sh
##########
@@ -53,6 +51,8 @@ print_system_info() {
print_system_info
+# enable core dumps
+sudo ulimit -c unlimited
Review comment:
https://stackoverflow.com/questions/28982396/failed-to-write-core-dump-core-dumps-have-been-disabled
I guess the default core dump size is too small or even 0.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services