11-01-2015, 09:46 PM
I am now apposed to this. I think we lose more by leaving the container based infrastructure, than we gain in having the occasional core dump.
Catching Travis core dumps
|
11-01-2015, 09:46 PM
I am now apposed to this. I think we lose more by leaving the container based infrastructure, than we gain in having the occasional core dump.
11-01-2015, 09:48 PM
The best is then to wait until there is a fix or some way to get the core in containers. I closed the pull request.
03-18-2017, 06:56 AM
(This post was last modified: 03-18-2017, 01:56 PM by Seadragon91.)
Found this nice stackoverflow answer.
gdb starts Cuberite and if Cuberite exits, gdb will run the commands bt, "info threads" and "thread apply all bt". At last it exits with the exit code of Cuberite. Tested this idea in a commit and it works fine Travis (crash): All runs, clang debug Travis(no crash): All runs, clang debug If you like this idea, then I will create a pull request Funny side note, now no core dump required
03-19-2017, 06:22 AM
That looks great, by all means push it in
|
« Next Oldest | Next Newest »
|