Cuberite Forum
Version in stacktrace / coredump - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: Version in stacktrace / coredump (/thread-1908.html)



Version in stacktrace / coredump - LogicParrot - 05-04-2015

When people report a stacktrace to a bug you just fixed, it's hard to tell whether they're using the version prior to the fix, or whether you didn't really fix the bug. I'm not sure if it's technically possible but: Is it possible to make MCServer report, say, the latest commit hash as part of the stacktrace?


RE: Version in stacktrace / cotedump - worktycho - 05-04-2015

If its one of bearbin's build's its at the beginning of the server log. It would be trivial to add the information to the crash dump, it's in BuildInfo.h.

I've created a pull request to do this. It will only work on the automated builds until someone implements #1766.


RE: Version in stacktrace / cotedump - bearbin - 05-04-2015

PR is merged Smile