kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #18881
Re: [PATCH] Fix segfault on quit
Patch committed in r5811. Hopefully this fixes all of the segfault on
exit issues. Thanks.
On 6/22/2015 7:04 PM, Chris Pavlina wrote:
> Under certain (but not all) conditions, kicad applications segfault on
> quit. This has been reported:
>
> https://bugs.launchpad.net/kicad/+bug/1431028
> https://bugs.launchpad.net/kicad/+bug/1467221
>
> It appears to be the case that Pgm().OnPgmExit() was called in the wrong
> place. This patch moves it from APP_SINGLE_TOP::OnRun() to
> APP_SINGLE_TOP::OnExit(), which appears to correct the issue.
>
> --
> Chris
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
References