[Libreoffice-bugs] [Bug 113885] Crash in: _ZNSt5dequeImSaImEE16_M_push_back_auxIJRKmEEEvDpOT_
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 16 17:55:40 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=113885
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |serval2412 at yahoo.fr
--- Comment #1 from Julien Nabet <serval2412 at yahoo.fr> ---
@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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20171116/586fc210/attachment.html>
More information about the Libreoffice-bugs
mailing list