|
From: Bostjan M. <cco...@gm...> - 2010-06-01 06:11:28
|
Hi, I am interested in how other developers (using MinGW) prepare for errors and crashes, encountered by the end users of their programs. A simple scenario: 1. You write an application 2. Some user downloads it and encounters a crash I'm especially interested in stack dumps, but most users may send you a DrWatson minidump - which seems unusable with GDB - unless you implement your own methods for dumping a GDB-compatible dump? What means do you use to handle this scenario? Thank you and best regards. Bostjan Mihoric |