vcl/source/app/svapp.cxx | 3 +++ 1 file changed, 3 insertions(+) New commits: commit 28401f2971ea344d02f59280435088009cb69f55 Author: Stephan Bergmann <sberg...@redhat.com> Date: Tue Feb 27 14:42:38 2018 +0100
Let Application::Abort always dump core in debug builds Change-Id: I788601193f77641d613005a93e73cf184cb0daf0 Reviewed-on: https://gerrit.libreoffice.org/50436 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index ad07f3e644cc..3276eed372d5 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -292,6 +292,9 @@ void Application::Abort( const OUString& rErrorText ) break; } } +#if OSL_DEBUG_LEVEL > 0 + dumpCore = true; +#endif SalAbort( rErrorText, dumpCore ); } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits