zentol commented on a change in pull request #11372: [FLINK-16480] Improve 
error reporting on AZP
URL: https://github.com/apache/flink/pull/11372#discussion_r392367035
 
 

 ##########
 File path: tools/travis_watchdog.sh
 ##########
 @@ -177,6 +177,14 @@ print_stacktraces () {
        done
 }
 
+collect_coredumps() {
+       echo "Searching for .dump, .dumpstream and related files in 
$($HERE/../)"
+       for file in `find . -type f -regextype posix-extended -iregex 
'.*\.dump|.*\.dumpstream|.*hs.*\.log|.*/core(.[0-9]+)?$'`; do
 
 Review comment:
   a simpler solution may be to setup the JVM to directly write the dumps into 
`ARTIFACTS_DIR`.
   
https://stackoverflow.com/questions/1880166/is-it-possible-to-specify-where-jvms-crash-dumps-go

----------------------------------------------------------------
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

Reply via email to