https://bugs.documentfoundation.org/show_bug.cgi?id=90520

--- Comment #18 from Julien Nabet <serval2...@yahoo.fr> ---
Created attachment 161037
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161037&action=edit
bt Windows (windbg)

On Win10 with master sources updated today, I got an assertion.

Indeed, I did:
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx
b/dbaccess/source/ui/browser/brwctrlr.cxx
index 4fb84775099a..9873e334aefe 100644
--- a/dbaccess/source/ui/browser/brwctrlr.cxx
+++ b/dbaccess/source/ui/browser/brwctrlr.cxx
@@ -1590,7 +1590,9 @@ FeatureState
SbaXDataBrowserController::GetState(sal_uInt16 nId) const
     }
     catch(const Exception& )
     {
-        DBG_UNHANDLED_EXCEPTION("dbaccess");
+
+        //DBG_UNHANDLED_EXCEPTION("dbaccess");
+        assert(false);
     }

to retrieve a bt more easily

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to