How to report a crash?
Running Marlin on Ubuntu 12.04 are there some instructions on how to report a crash? I had one and the ubuntu crash detector did its thing but I suspect that is not enough as it did not ask for details of what I was doing and so on. Also should I install marlin-dbg?
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Marlin Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- ammonkey
- Solved:
- 2012-07-09
- Last query:
- 2012-07-09
- Last reply:
- 2012-07-08
|
#1 |
Hello,
Marlin doesn't really support apport for the automated bug reports by choice. I don't consider thoses reports really reliable or efficient. If you are able to reproduce a crash and want to provide a backtrace to help us detect the problem u have to do it manually.
All the procedure is well described in Ubuntu wiki: https:/
A brief description of the context may help too.
And yes you should install marlin-dbg.
Thanks a ton to help us make Marlin a better application.
Colin Law (colin-law) said : | #2 |
Thanks ammonkey, that solved my question.