for a while now I am receiving a segfault-error when executing a console-application using dotnet run. I honestly can’t tell you what caused it but from one moment to the other it has been like that.
The source-code can be found here and that is one recent job.
I tried everything in my power, it works fine locally but always fails with error-code 139 when running in travis-ci. The console-app currently just prints hello-world. I changed the project being called to this simple app to make sure it was not related to the initial application I had been calling.
First, try upgrading to Bionic – it’s very probable that they dropped official support for Xenial and it now uses some newer APIs under some circumstances and gets a null pointer if it’s not present.
I’ve only switched to xenial because it started failing on bionic. Even with bionic the behavior still persists. I will try running a pipeline with a core-dump and see if I’ll receive any relevant details that way.