kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #37565
Re: [PATCH] Print stacktrace when SIGSEGV or SIGABRT appears
Am Fr., 21. Sep. 2018 um 16:02 Uhr schrieb Simon Richter <
Simon.Richter@xxxxxxxxxx>:
> Hi,
>
> On 20.09.2018 11:49, Thomas Pointhuber wrote:
>
> > the current code is more or less a minimal implementation. It would be a
> > good idea to add the build parameters like displayed in about_config,
> > configuration files, environment variables,... in the future as well.
>
> It will need a way to turn it off.
>
Say a command-line switch? e.g --disable-crashreporter
YMMV but I do find stack traces to be useful, especially when tracking hard
to reproduce issues. Yes, I agree that a coredump provides more
information but there are relatively few users that have been able to
successfully generate a coredump file for a bug report. Having a window
pop up that gives the user a text based error report and optionally a
coredump (wxDebugReport::AddDump()) would be enormously helpful. I really
like the idea of allowing in-situ bug reporting.
-S
Follow ups
References