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

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caol...@redhat.com,
                   |                            |serval2...@yahoo.fr
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #5 from Julien Nabet <serval2...@yahoo.fr> ---
With gtk3 rendering, I don't reproduce the crash if I use this patch:
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 504172208e74..8a032171c438 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -12698,6 +12698,8 @@ namespace
         Search* search = static_cast<Search*>(data);
         gchar *pStr = nullptr;
         gtk_tree_model_get(model, iter, search->col, &pStr, -1);
+        if (!pStr)
+            return false;
         bool found = strcmp(pStr, search->str.getStr()) == 0;
         if (found)
         {

BUT the file seems to contain all these libs:
AndrewBase
AndrewTestLib
ChangeStyles
DBUtil
MacroFormatterADP
OOoAuthorFormat
Pitonyak
PitonyakDatabase
PitonyakDialogs
PitonyakUtil
RemoveFormatting
Standard
TestLibrary
xyzzylib

and when using this patch, I see only the last one after 13 blank entries.

Caolán: thought you might be interested in this one.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to