Catching Travis core dumps
#1
When a Travis build dumps its core, it would be great to capture it and possibly upload it somewhere for analysis. For this, we'd need to extend the CIbuild.sh script to pack the core dump together with the executable and volatile sources (Bindings.cpp) and upload it somewhere.

I could provide the webspace needed for the storage, if someone writes the code for the uploader-receiver (PHP), I'm not good at writing web stuff. It could be a simple file dropper, with the uploads being accessible through a normal file-system listing. A simple validity checking could be done by using a "cookie" set on Travis via a hidden env variable and checked by the script to disallow bogus uploads.

My motivation for this is driven by these build failures:
https://travis-ci.org/cuberite/cuberite/builds/83114053
https://travis-ci.org/cuberite/cuberite/builds/83114067
(They are for the same commit, yet each fails in the exactly opposite configurations)
Reply
Thanks given by:


Messages In This Thread
Catching Travis core dumps - by xoft - 10-01-2015, 11:51 PM
RE: Catching Travis core dumps - by NiLSPACE - 10-01-2015, 11:57 PM
RE: Catching Travis core dumps - by Seadragon91 - 10-02-2015, 12:38 AM
RE: Catching Travis core dumps - by bibo38 - 11-01-2015, 04:17 AM
RE: Catching Travis core dumps - by xoft - 11-01-2015, 07:46 AM
RE: Catching Travis core dumps - by Seadragon91 - 11-01-2015, 05:10 PM
RE: Catching Travis core dumps - by Seadragon91 - 11-01-2015, 07:16 PM
RE: Catching Travis core dumps - by xoft - 11-01-2015, 07:44 PM
RE: Catching Travis core dumps - by Seadragon91 - 11-01-2015, 08:01 PM
RE: Catching Travis core dumps - by Seadragon91 - 11-01-2015, 08:26 PM
RE: Catching Travis core dumps - by worktycho - 11-01-2015, 09:46 PM
RE: Catching Travis core dumps - by Seadragon91 - 11-01-2015, 09:48 PM
RE: Catching Travis core dumps - by Seadragon91 - 03-18-2017, 06:56 AM
RE: Catching Travis core dumps - by xoft - 03-19-2017, 06:22 AM



Users browsing this thread: 1 Guest(s)