<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<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#c6">Comment # 6</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:
I gave the wrong pointer, it's some lines below in fact:
<a href="https://opengrok.libreoffice.org/xref/core/vcl/unx/gtk/gtksys.cxx#122">https://opengrok.libreoffice.org/xref/core/vcl/unx/gtk/gtksys.cxx#122</a>
emplace_back replaced push_back with c856ae17aff5db258eb16713f56fce9f28400d47
@@ -119,7 +119,7 @@ GtkSalSystem::countScreenMonitors()
GdkRectangleCoincident()));
nMonitors = std::distance(aGeometries.begin(), aUniqueEnd);
}
- maScreenMonitors.push_back(std::make_pair(pScreen, nMonitors));
+ maScreenMonitors.emplace_back(pScreen, nMonitors);
}
}
c++filt _ZNSt5dequeImSaImEE16_M_push_back_auxIJRKmEEEvDpOT_
gives:
void std::deque<unsigned long, std::allocator<unsigned long>
<span class="quote">>::_M_push_back_aux<unsigned long const&>(unsigned long const&)</span ></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>