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

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Julien Nabet <[email protected]> ---
@devs: searching about deque in vcl part of code, I found "typedef
std::deque<std::pair<GdkScreen*, int> > ScreenMonitors_t;" on gtksys.hxx
Searching about ScreenMonitors_t + "push_back", I found this:
109              for (gint j(0); j != nMonitors; ++j)
110              {
111                  GdkRectangle aGeometry;
112                  gdk_screen_get_monitor_geometry(pScreen, j, &aGeometry);
113                  aGeometries.push_back(aGeometry);
114              }
in GtkSalSystem::countScreenMonitors()
see https://opengrok.libreoffice.org/xref/core/vcl/unx/gtk/gtksys.cxx#113

@reporter: just to be sure, do you use several monitors?

Also, are you able to reproduce the crash?
If yes, could you try with another rendering, I mean:
- launch a terminal,
- type one of these:
   - for gen rendering: export SAL_USE_VCLPLUGIN=gen
   - for kde rendering: export SAL_USE_VCLPLUGIN=kde4
- launch LO with your file

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

Reply via email to