Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically print a backtrace or capture a crash dump on crash #1144

Open
AbigailBuccaneer opened this issue Apr 24, 2018 · 1 comment
Open

Comments

@AbigailBuccaneer
Copy link
Contributor

Most crash reports on the issue tracker don't contain much interesting info. They'd be much easier to hunt down if Colobot used something like libbacktrace to dump a stack trace.

Is this something that Colobot devs would be interested in? If so, I'm happy to make a pull request that dumps the stack under Linux and Windows.

@krzys-h
Copy link
Member

krzys-h commented Apr 24, 2018

I'm pretty sure there was a discussion about that when I was implementing the 'unhandled exception' dialog. If you can make something that would be portable across all platforms and compilers we support that would be really appreciated (Windows/Linux/Mac on gcc/Clang/MSVC/mingw2/MXE)

Possibly related: #567, #571, #572, #590

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants