<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span> changed
<a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Crash in: _ZNSt5dequeImSaImEE16_M_push_back_auxIJRKmEEEvDpOT_"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=113885">bug 113885</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>serval2412@yahoo.fr
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Crash in: _ZNSt5dequeImSaImEE16_M_push_back_auxIJRKmEEEvDpOT_"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=113885#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - Crash in: _ZNSt5dequeImSaImEE16_M_push_back_auxIJRKmEEEvDpOT_"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=113885">bug 113885</a>
from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
<pre>@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 <a href="https://opengrok.libreoffice.org/xref/core/vcl/unx/gtk/gtksys.cxx#113">https://opengrok.libreoffice.org/xref/core/vcl/unx/gtk/gtksys.cxx#113</a>
@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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>