Bugzilla – Attachment 139438 Details for
Bug 91761
Crash when copying contents from one form to another form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bt with debug symbols
bt.txt (text/plain), 15.39 KB, created by
Julien Nabet
on 2018-01-29 18:04:19 UTC
(
hide
)
Description:
bt with debug symbols
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2018-01-29 18:04:19 UTC
Size:
15.39 KB
patch
obsolete
>warn:vcl.gdi:26243:26243:vcl/source/outdev/map.cxx:693: Please record only relative MapModes! > >Thread 1 "soffice.bin" received signal SIGSEGV, Segmentation fault. >0x00007fffec139a9c in std::__cxx1998::deque<std::unique_ptr<OutDevState, std::default_delete<OutDevState> >, std::allocator<std::unique_ptr<OutDevState, std::default_delete<OutDevState> > > >::emplace_back<std::unique_ptr<OutDevState, std::default_delete<OutDevState> > >(std::unique_ptr<OutDevState, std::default_delete<OutDevState> >&&) (this=0x18, > __args#0=<unknown type in /home/julien/lo/libreoffice/instdir/program/libvcllo.so, CU 0x209514a, DIE 0x20b4770>) at /usr/include/c++/7/bits/deque.tcc:164 >164 if (this->_M_impl._M_finish._M_cur >(gdb) bt >#0 0x00007fffec139a9c in std::__cxx1998::deque<std::unique_ptr<OutDevState, std::default_delete<OutDevState> >, std::allocator<std::unique_ptr<OutDevState, std::default_delete<OutDevState> > > >::emplace_back<std::unique_ptr<OutDevState, std::default_delete<OutDevState> > >(std::unique_ptr<OutDevState, std::default_delete<OutDevState> >&&) (this=0x18, __args#0=<unknown type in /home/julien/lo/libreoffice/instdir/program/libvcllo.so, CU 0x209514a, DIE 0x20b4770>) at /usr/include/c++/7/bits/deque.tcc:164 >#1 0x00007fffec1395a6 in std::__debug::deque<std::unique_ptr<OutDevState, std::default_delete<OutDevState> >, std::allocator<std::unique_ptr<OutDevState, std::default_delete<OutDevState> > > >::emplace_back<std::unique_ptr<OutDevState, std::default_delete<OutDevState> > >(std::unique_ptr<OutDevState, std::default_delete<OutDevState> >&&) (this=0x0, __args#0=<unknown type in /home/julien/lo/libreoffice/instdir/program/libvcllo.so, CU 0x209514a, DIE 0x20b4c48>) at /usr/include/c++/7/debug/deque:411 >#2 0x00007fffec1392b8 in std::__debug::deque<std::unique_ptr<OutDevState, std::default_delete<OutDevState> >, std::allocator<std::unique_ptr<OutDevState, std::default_delete<OutDevState> > > >::push_back(std::unique_ptr<OutDevState, std::default_delete<OutDevState> >&&) (this=0x0, __x=<unknown type in /home/julien/lo/libreoffice/instdir/program/libvcllo.so, CU 0x209514a, DIE 0x20b4f1d>) at /usr/include/c++/7/debug/deque:386 >#3 0x00007fffec139180 in OutDevStateStack::push_back(OutDevState*) (this=0x0, p=0x55555894f2e0) at /home/julien/lo/libreoffice/vcl/source/outdev/outdevstatestack.cxx:25 >#4 0x00007fffec135a6a in OutputDevice::Push(PushFlags) (this=0x5555588cb0e0, nFlags=2052) at /home/julien/lo/libreoffice/vcl/source/outdev/outdevstate.cxx:123 >#5 0x00007fffec3da89c in vcl::ReferenceDeviceTextLayout::ReferenceDeviceTextLayout(Control const&, OutputDevice&, OutputDevice&) (this=0x55555e6db1e0, > _rControl=..., _rTargetDevice=..., _rReferenceDevice=...) at /home/julien/lo/libreoffice/vcl/source/gdi/textlayout.cxx:140 >#6 0x00007fffec3db903 in vcl::ControlTextRenderer::ControlTextRenderer(Control const&, OutputDevice&, OutputDevice&) (this=0x7fffffff0210, _rControl=..., _rTargetDevice=..., _rReferenceDevice=...) at /home/julien/lo/libreoffice/vcl/source/gdi/textlayout.cxx:337 >#7 0x00007fffec045acf in Control::DrawControlText(OutputDevice&, tools::Rectangle const&, rtl::OUString const&, DrawTextFlags, std::__debug::vector<tools::Rectangle, std::allocator<tools::Rectangle> >*, rtl::OUString*, Size const*) const (this=0x55555ec04ee0, _rTargetDevice=..., rRect=..., _rStr="Nr.:", _nStyle=5394, _pVector=0x0, _pDisplayText=0x0, i_pDeviceSize=0x0) at /home/julien/lo/libreoffice/vcl/source/control/ctrl.cxx:459 >#8 0x00007fffec074800 in FixedText::ImplDraw(OutputDevice*, DrawFlags, Point const&, Size const&, bool) const (this=0x55555ec04ee0, pDev=0x55555ec04ee0, nDrawFlags=DrawFlags::NONE, rPos=Point = {...}, rSize=Size = {...}, bFillLayout=false) at /home/julien/lo/libreoffice/vcl/source/control/fixed.cxx:176 >#9 0x00007fffec074a54 in FixedText::Paint(OutputDevice&, tools::Rectangle const&) (this=0x55555ec04ee0, rRenderContext=...) > at /home/julien/lo/libreoffice/vcl/source/control/fixed.cxx:208 >#10 0x00007fffebdeb4e4 in vcl::Window::ImplPaintToDevice(OutputDevice*, Point const&) (this=0x55555ec04ee0, i_pTargetOutDev=0x55555c0a2780, i_rPos=Point = {...}) > at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:1390 >#11 0x00007fffebdebd23 in vcl::Window::PaintToDevice(OutputDevice*, Point const&, Size const&) (this=0x55555ec04ee0, pDev=0x55555c0a2780, rPos=Point = {...}) > at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:1462 >#12 0x00007fffedd87ade in VCLXWindow::draw(int, int) (this=0x55555ec05d28, nX=283, nY=176) at /home/julien/lo/libreoffice/toolkit/source/awt/vclxwindow.cxx:2310 >#13 0x00007fffede9e63c in UnoControl::draw(int, int) (this=0x55555ebf2750, x=283, y=176) at /home/julien/lo/libreoffice/toolkit/source/controls/unocontrol.cxx:1039 >#14 0x00007fffe420b818 in drawinglayer::processor2d::VclPixelProcessor2D::processBasePrimitive2D(drawinglayer::primitive2d::BasePrimitive2D const&) (this= > 0x555557739f30, rCandidate=...) at /home/julien/lo/libreoffice/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx:673 >#15 0x00007fffe41eb8ce in drawinglayer::processor2d::BaseProcessor2D::process(drawinglayer::primitive2d::Primitive2DContainer const&) (this=0x555557739f30, rSource=...) > at /home/julien/lo/libreoffice/drawinglayer/source/processor2d/baseprocessor2d.cxx:70 >#16 0x00007fffe41eb750 in drawinglayer::processor2d::BaseProcessor2D::process(drawinglayer::primitive2d::BasePrimitive2D const&) (this=0x555557739f30, rCandidate=...) > at /home/julien/lo/libreoffice/drawinglayer/source/processor2d/baseprocessor2d.cxx:48 >#17 0x00007fffe420c35a in drawinglayer::processor2d::VclPixelProcessor2D::processBasePrimitive2D(drawinglayer::primitive2d::BasePrimitive2D const&) (this=0x555557739f30, rCandidate=...) at /home/julien/lo/libreoffice/drawinglayer/source/processor2d/vclpixelprocessor2d.cxx:910 >#18 0x00007fffe41eb8ce in drawinglayer::processor2d::BaseProcessor2D::process(drawinglayer::primitive2d::Primitive2DContainer const&) (this=0x555557739f30, rSource=...) > at /home/julien/lo/libreoffice/drawinglayer/source/processor2d/baseprocessor2d.cxx:70 >#19 0x00007fffef4d8db8 in sdr::contact::ObjectContactOfPageView::DoProcessDisplay(sdr::contact::DisplayInfo&) (this=0x55555dda79e0, rDisplayInfo=...) > at /home/julien/lo/libreoffice/svx/source/sdr/contact/objectcontactofpageview.cxx:312 >#20 0x00007fffef4d84b9 in sdr::contact::ObjectContactOfPageView::ProcessDisplay(sdr::contact::DisplayInfo&) (this=0x55555dda79e0, rDisplayInfo=...) >---Type <return> to continue, or q <return> to quit--- > at /home/julien/lo/libreoffice/svx/source/sdr/contact/objectcontactofpageview.cxx:126 >#21 0x00007fffef53f01c in SdrPageWindow::RedrawLayer(o3tl::strong_int<unsigned char, SdrLayerIDTag> const*, sdr::contact::ViewObjectContactRedirector*, basegfx::B2IRange const*) (this=0x55555de24c30, pId=0x7fffffff1657, pRedirector=0x0, pPageFrame=0x0) at /home/julien/lo/libreoffice/svx/source/svdraw/sdrpagewindow.cxx:401 >#22 0x00007fffef748f78 in SdrPageView::DrawLayer(o3tl::strong_int<unsigned char, SdrLayerIDTag>, OutputDevice*, sdr::contact::ViewObjectContactRedirector*, tools::Rectangle const&, basegfx::B2IRange const*) (this=0x55555de24ac0, nID=..., pGivenTarget=0x55555c0a2780, pRedirector=0x0, rRect=..., pPageFrame=0x0) > at /home/julien/lo/libreoffice/svx/source/svdraw/svdpagv.cxx:352 >#23 0x00007fffef755367 in SdrPaintView::ImpFormLayerDrawing(SdrPaintWindow&) (this=0x55555de22660, rPaintWindow=...) > at /home/julien/lo/libreoffice/svx/source/svdraw/svdpntv.cxx:863 >#24 0x00007fffef754cc1 in SdrPaintView::EndCompleteRedraw(SdrPaintWindow&, bool) (this=0x55555de22660, rPaintWindow=..., bPaintFormLayer=true) > at /home/julien/lo/libreoffice/svx/source/svdraw/svdpntv.cxx:725 >#25 0x00007fffefac45b6 in FmFormView::EndCompleteRedraw(SdrPaintWindow&, bool) (this=0x55555de22660, rPaintWindow=..., bPaintFormLayer=true) > at /home/julien/lo/libreoffice/svx/source/form/fmview.cxx:464 >#26 0x00007fffef754fc4 in SdrPaintView::EndDrawLayers(SdrPaintWindow&, bool) (this=0x55555de22660, rPaintWindow=..., bPaintFormLayer=true) > at /home/julien/lo/libreoffice/svx/source/svdraw/svdpntv.cxx:793 >#27 0x00007fff9b08f139 in SwViewShell::DLPostPaint2(bool) (this=0x55555de1e270, bPaintFormLayer=true) at /home/julien/lo/libreoffice/sw/source/core/view/viewsh.cxx:227 >#28 0x00007fff9b096b4a in SwViewShell::Paint(OutputDevice&, tools::Rectangle const&) (this=0x55555de1e270, rRenderContext=..., rRect=...) > at /home/julien/lo/libreoffice/sw/source/core/view/viewsh.cxx:1813 >#29 0x00007fff9a606ace in SwCursorShell::Paint(OutputDevice&, tools::Rectangle const&) (this=0x55555de1e270, rRenderContext=..., rRect=...) > at /home/julien/lo/libreoffice/sw/source/core/crsr/crsrsh.cxx:1271 >#30 0x00007fff9b3b3dc5 in SwEditWin::Paint(OutputDevice&, tools::Rectangle const&) (this=0x55555ddc77a0, rRenderContext=..., rRect=...) > at /home/julien/lo/libreoffice/sw/source/uibase/docvw/edtwin2.cxx:480 >#31 0x00007fffebde617e in PaintHelper::DoPaint(vcl::Region const*) (this=0x7fffffff1e80, pRegion=0x0) at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:300 >#32 0x00007fffebde7866 in vcl::Window::ImplCallPaint(vcl::Region const*, ImplPaintFlags) (this=0x55555ddc77a0, pRegion=0x0, nPaintFlags=(ImplPaintFlags::PaintAll | ImplPaintFlags::PaintAllChildren | ImplPaintFlags::PaintChildren | ImplPaintFlags::Erase)) at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:604 >#33 0x00007fffebde722c in PaintHelper::~PaintHelper() (this=0x7fffffff1ff0, __in_chrg=<optimized out>) at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:540 >#34 0x00007fffebde78bf in vcl::Window::ImplCallPaint(vcl::Region const*, ImplPaintFlags) (this=0x55555ddbf230, pRegion=0x0, nPaintFlags=ImplPaintFlags::PaintChildren) > at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:601 >#35 0x00007fffebde722c in PaintHelper::~PaintHelper() (this=0x7fffffff2160, __in_chrg=<optimized out>) at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:540 >#36 0x00007fffebde78bf in vcl::Window::ImplCallPaint(vcl::Region const*, ImplPaintFlags) (this=0x55555ddda620, pRegion=0x0, nPaintFlags=ImplPaintFlags::PaintChildren) > at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:601 >#37 0x00007fffebde722c in PaintHelper::~PaintHelper() (this=0x7fffffff22d0, __in_chrg=<optimized out>) at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:540 >#38 0x00007fffebde78bf in vcl::Window::ImplCallPaint(vcl::Region const*, ImplPaintFlags) (this=0x55555dddaf80, pRegion=0x0, nPaintFlags=ImplPaintFlags::PaintChildren) > at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:601 >#39 0x00007fffebde722c in PaintHelper::~PaintHelper() (this=0x7fffffff2440, __in_chrg=<optimized out>) at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:540 >#40 0x00007fffebde78bf in vcl::Window::ImplCallPaint(vcl::Region const*, ImplPaintFlags) (this=0x55555de137f0, pRegion=0x0, nPaintFlags=ImplPaintFlags::PaintChildren) > at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:601 >#41 0x00007fffebde722c in PaintHelper::~PaintHelper() (this=0x7fffffff25b0, __in_chrg=<optimized out>) at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:540 >#42 0x00007fffebde78bf in vcl::Window::ImplCallPaint(vcl::Region const*, ImplPaintFlags) (this=0x55555ddca490, pRegion=0x0, nPaintFlags=ImplPaintFlags::PaintChildren) > at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:601 >#43 0x00007fffebde7a06 in vcl::Window::ImplCallOverlapPaint() (this=0x55555ddca490) at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:628 >#44 0x00007fffebde7b50 in vcl::Window::ImplHandlePaintHdl(Timer*) (this=0x55555ddca490) at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:649 >---Type <return> to continue, or q <return> to quit--- >#45 0x00007fffebde7a45 in vcl::Window::LinkStubImplHandlePaintHdl(void*, Timer*) (instance=0x55555ddca490, data=0x55555ddd1a20) > at /home/julien/lo/libreoffice/vcl/source/window/paint.cxx:632 >#46 0x00007fffec47e7c3 in Link<Timer*, void>::Call(Timer*) const (this=0x55555ddd1a40, data=0x55555ddd1a20) at /home/julien/lo/libreoffice/include/tools/link.hxx:84 >#47 0x00007fffec47e627 in Timer::Invoke() (this=0x55555ddd1a20) at /home/julien/lo/libreoffice/vcl/source/app/timer.cxx:76 >#48 0x00007fffec442a98 in Scheduler::ProcessTaskScheduling() () at /home/julien/lo/libreoffice/vcl/source/app/scheduler.cxx:447 >#49 0x00007fffec441fb5 in Scheduler::CallbackTaskScheduling() () at /home/julien/lo/libreoffice/vcl/source/app/scheduler.cxx:270 >#50 0x00007fffd849047b in SalTimer::CallCallback() (this=0x55555763d580) at /home/julien/lo/libreoffice/vcl/inc/saltimer.hxx:55 >#51 0x00007fffd848f9dd in sal_gtk_timeout_dispatch(GSource*, GSourceFunc, gpointer) (pSource=0x55555c4aa840) at /home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkdata.cxx:692 >#52 0x00007ffff5accdd5 in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#53 0x00007ffff5acd1a0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#54 0x00007ffff5acd22c in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#55 0x00007fffd848ecfe in GtkSalData::Yield(bool, bool) (this=0x555555841f20, bWait=true, bHandleAllCurrentEvents=false) > at /home/julien/lo/libreoffice/vcl/unx/gtk3/gtk3gtkdata.cxx:459 >#56 0x00007fffd84924b6 in GtkInstance::DoYield(bool, bool) (this=0x55555584e490, bWait=true, bHandleAllCurrentEvents=false) > at /home/julien/lo/libreoffice/vcl/unx/gtk3/../gtk/gtkinst.cxx:410 >#57 0x00007fffec46ee1b in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at /home/julien/lo/libreoffice/vcl/source/app/svapp.cxx:469 >#58 0x00007fffec46aebd in Application::Yield() () at /home/julien/lo/libreoffice/vcl/source/app/svapp.cxx:534 >#59 0x00007fffec46aa71 in Application::Execute() () at /home/julien/lo/libreoffice/vcl/source/app/svapp.cxx:449 >#60 0x00007ffff77737bd in desktop::Desktop::Main() (this=0x7fffffff32f0) at /home/julien/lo/libreoffice/desktop/source/app/app.cxx:1629 >#61 0x00007fffec47b3cd in ImplSVMain() () at /home/julien/lo/libreoffice/vcl/source/app/svmain.cxx:194 >#62 0x00007fffec47b536 in SVMain() () at /home/julien/lo/libreoffice/vcl/source/app/svmain.cxx:232 >#63 0x00007ffff77ca62e in soffice_main() () at /home/julien/lo/libreoffice/desktop/source/app/sofficemain.cxx:166 >#64 0x00005555555549f2 in sal_main () at /home/julien/lo/libreoffice/desktop/source/app/main.c:48 >#65 0x00005555555549d8 in main (argc=2, argv=0x7fffffff3638) at /home/julien/lo/libreoffice/desktop/source/app/main.c:47 >(gdb) frame 4 >#4 0x00007fffec135a6a in OutputDevice::Push (this=0x5555588cb0e0, nFlags=2052) at /home/julien/lo/libreoffice/vcl/source/outdev/outdevstate.cxx:123 >123 mpOutDevStateStack->push_back( pState ); >(gdb) p pState >$1 = (OutDevState *) 0x55555894f2e0 >(gdb) p *pState >$2 = {mpMapMode = std::unique_ptr<MapMode> containing 0x0, mbMapActive = false, mpClipRegion = std::unique_ptr<vcl::Region> containing 0x0, > mpLineColor = std::unique_ptr<Color> containing 0x0, mpFillColor = std::unique_ptr<Color> containing 0x0, mpFont = std::unique_ptr<vcl::Font> containing 0x55555c0566a0, > mpTextColor = std::unique_ptr<Color> containing 0x0, mpTextFillColor = std::unique_ptr<Color> containing 0x0, mpTextLineColor = std::unique_ptr<Color> containing 0x0, > mpOverlineColor = std::unique_ptr<Color> containing 0x0, mpRefPoint = std::unique_ptr<Point> containing 0x0, meTextAlign = ALIGN_TOP, meRasterOp = RasterOp::OverPaint, > mnTextLayoutMode = ComplexTextLayoutFlags::Default, meTextLanguage = {m_value = 0}, mnFlags = 2052} >(gdb) frame 3 >#3 0x00007fffec139180 in OutDevStateStack::push_back (this=0x0, p=0x55555894f2e0) at /home/julien/lo/libreoffice/vcl/source/outdev/outdevstatestack.cxx:25 >25 maData.push_back(std::unique_ptr<OutDevState>(p)); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 91761
:
116184
|
116201
|
116202
|
116205
|
128703
| 139438