https://bugs.documentfoundation.org/show_bug.cgi?id=104034
--- Comment #9 from Michael Meeks <[email protected]> ---
Aron's crash report is beautiful:
0 mergedlo.dll basegfx::B2DPolygon::getB2DPoint(unsigned long)
basegfx/source/polygon/b2dpolygon.cxx:1157
1 mergedlo.dll OpenGLSalGraphicsImpl::DrawPolyLine(basegfx::B2DPolygon
const &,float,basegfx::B2DLineJoin,com::sun::star::drawing::LineCap,float)
vcl/opengl/gdiimpl.cxx:818
And line 818 is:
glm::vec2 p1(rPolygon.getB2DPoint(nPoints - 1).getX(),
rPolygon.getB2DPoint(nPoints - 1).getY());
I guess that we somehow have a single point line that has entered this
code-path (?) =) and that nPoints-1 -> a very large unsigned number & bang ...
Aron - can you confirm that in the debugger ? I wonder what we should/could do
in this case =)
--
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