For me it crashes on line 578 of qvector.h
Before that it's on line 70 of rs_painter.cpp in RS_Painter::createArc
LibreCAD seems to be making arcs with polylines for some reason...
so I made a script and found the problem LWPOLYLINE,
which was in the Corte layer.
(366.0, 270.0, 0, 0, 0)
(330.0, 270.0, 0, 0, 0)
(60.0, 270.0, 0, 0, 0)
(60.0, 270.0, 0, 0, 0)
(34.0, 270.0, 0, 0, 0.414213562373095)
(30.0, 266.0, 0, 0, 0)
(30.0, 260.0, 0, 0, 0)
(30.0, 260.0, 0, 0, 0)
(30.0, 250.0, 0, 0, 0)
(30.0, -66.0, 0, 0, 0.414213562373095)
(34.0, -70.0, 0, 0, 0)
(366.0, -70.0, 0, 0, 0.414213562373095)
(370.0, -66.0, 0, 0, 0)
(350.0, 246.0, 0, 0, 1.633177872838384e+16)
(370.0, 266.0, 0, 0, 0.414213562373095)
My guess would be that 1.633177872838384e+16 is the problem.
I've removed it for you.
Hotbed_4.dxf