Bugzilla – Attachment 103508 Details for
Bug 81617
CRASH on sorting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bt with master sources
bt.txt (text/plain), 9.62 KB, created by
Julien Nabet
on 2014-07-26 16:57:40 UTC
(
hide
)
Description:
bt with master sources
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2014-07-26 16:57:40 UTC
Size:
9.62 KB
patch
obsolete
>/usr/include/c++/4.9/debug/safe_iterator.h:356:error: attempt to advance a > dereferenceable iterator 146837641 steps, which falls outside its valid > range. > >Objects involved in the operation: >iterator @ 0x0x7fffffff12b0 { >type = N11__gnu_debug14_Safe_iteratorIN9__gnu_cxx17__normal_iteratorIPP13ScFormulaCellNSt9__cxx19986vectorIS4_SaIS4_EEEEENSt7__debug6vectorIS4_S8_EEEE (mutable iterator); > state = dereferenceable; > references sequence with type `NSt7__debug6vectorIP13ScFormulaCellSaIS2_EEE' @ 0x0x8e418c8 >} > >Program received signal SIGABRT, Aborted. >0x00002aaaab29a407 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 >56 ../nptl/sysdeps/unix/sysv/linux/raise.c: Aucun fichier ou dossier de ce type. >(gdb) bt >#0 0x00002aaaab29a407 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 >#1 0x00002aaaab29b7e8 in __GI_abort () at abort.c:89 >#2 0x00002aaaabceb755 in __gnu_debug::_Error_formatter::_M_error() const () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 >#3 0x00002aaac8b89b2d in __gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<ScFormulaCell**, std::__cxx1998::vector<ScFormulaCell*, std::allocator<ScFormulaCell*> > >, std::__debug::vector<ScFormulaCell*, std::allocator<ScFormulaCell*> > >::operator+= (this=0x7fffffff12b0, __n=@0x7fffffff1200: 146837641) > at /usr/include/c++/4.9/debug/safe_iterator.h:354 >#4 0x00002aaac8ba6a6e in std::__advance<__gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<ScFormulaCell**, std::__cxx1998::vector<ScFormulaCell*, std::allocator<ScFormulaCell*> > >, std::__debug::vector<ScFormulaCell*, std::allocator<ScFormulaCell*> > >, long> (__i=, __n=146837641) at /usr/include/c++/4.9/bits/stl_iterator_base_funcs.h:156 >#5 0x00002aaac8c625f7 in std::advance<__gnu_debug::_Safe_iterator<__gnu_cxx::__normal_iterator<ScFormulaCell**, std::__cxx1998::vector<ScFormulaCell*, std::allocator<ScFormulaCell*> > >, std::__debug::vector<ScFormulaCell*, std::allocator<ScFormulaCell*> > >, int> (__i=, __n=146837641) at /usr/include/c++/4.9/bits/stl_iterator_base_funcs.h:177 >#6 0x00002aaac911c756 in sc::SharedFormulaUtil::splitFormulaCellGroup (aPos=...) at /home/julien/compile-libreoffice/libreoffice/sc/source/core/tool/sharedformula.cxx:71 >#7 0x00002aaac911caf6 in sc::SharedFormulaUtil::splitFormulaCellGroups (rCells=..., rBounds=std::__debug::vector of length 2, capacity 2 = {...}) > at /home/julien/compile-libreoffice/libreoffice/sc/source/core/tool/sharedformula.cxx:95 >#8 0x00002aaac911dd4a in sc::SharedFormulaUtil::unshareFormulaCells (rCells=..., rRows=std::__debug::vector of length 1, capacity 1 = {...}) > at /home/julien/compile-libreoffice/libreoffice/sc/source/core/tool/sharedformula.cxx:326 >#9 0x00002aaac8f4ca00 in ScTable::UnshareFormulaCells (this=0x2aaaddac4010, nCol=3, rRows=std::__debug::vector of length 1, capacity 1 = {...}) > at /home/julien/compile-libreoffice/libreoffice/sc/source/core/data/table7.cxx:126 >#10 0x00002aaac8d64c0f in ScDocument::UnshareFormulaCells (this=0x87e3e90, nTab=0, nCol=3, rRows=std::__debug::vector of length 1, capacity 1 = {...}) > at /home/julien/compile-libreoffice/libreoffice/sc/source/core/data/document10.cxx:297 >#11 0x00002aaac8f1922d in ScTable::SortReorderByRow (this=0x2aaaddac4010, pArray=0x7b40960, nCol1=0, nCol2=1023, pProgress=0x7fffffff2fe0) > at /home/julien/compile-libreoffice/libreoffice/sc/source/core/data/table3.cxx:963 >#12 0x00002aaac8f1a594 in ScTable::Sort (this=0x2aaaddac4010, rSortParam=..., bKeepQuery=false, pProgress=0x7fffffff2fe0, pUndo=0x7fffffff2e90) > at /home/julien/compile-libreoffice/libreoffice/sc/source/core/data/table3.cxx:1235 >#13 0x00002aaac8d06164 in ScDocument::Sort (this=0x87e3e90, nTab=0, rSortParam=..., bKeepQuery=false, pProgress=0x7fffffff2fe0, pUndo=0x7fffffff2e90) > at /home/julien/compile-libreoffice/libreoffice/sc/source/core/data/documen3.cxx:1345 >#14 0x00002aaac93a705e in ScDBDocFunc::Sort (this=0x7fffffff3160, nTab=0, rSortParam=..., bRecord=true, bPaint=true, bApi=false) > at /home/julien/compile-libreoffice/libreoffice/sc/source/ui/docshell/dbdocfun.cxx:516 >#15 0x00002aaac96e3a67 in ScDBFunc::Sort (this=0x8b685c0, rSortParam=..., bRecord=true, bPaint=true) > at /home/julien/compile-libreoffice/libreoffice/sc/source/ui/view/dbfunc.cxx:275 >#16 0x00002aaac96e39db in ScDBFunc::UISort (this=0x8b685c0, rSortParam=..., bRecord=true) at /home/julien/compile-libreoffice/libreoffice/sc/source/ui/view/dbfunc.cxx:266 >#17 0x00002aaac96d7b39 in ScCellShell::ExecuteDB (this=0x8b49f70, rReq=...) at /home/julien/compile-libreoffice/libreoffice/sc/source/ui/view/cellsh2.cxx:382 >#18 0x00002aaac96c3f3c in SfxStubScCellShellExecuteDB (pShell=0x8b49f70, rReq=...) at /home/julien/compile-libreoffice/libreoffice/workdir/SdiTarget/sc/sdi/scslots.hxx:7002 >#19 0x00002aaaae1a393a in SfxShell::CallExec (this=0x8b49f70, pFunc=0x2aaac96c3f19 <SfxStubScCellShellExecuteDB(SfxShell*, SfxRequest&)>, rReq=...) > at /home/julien/compile-libreoffice/libreoffice/include/sfx2/shell.hxx:181 >#20 0x00002aaaae4d918e in SfxDispatcher::Call_Impl (this=0x86e14e0, rShell=..., rSlot=..., rReq=..., bRecord=true) > at /home/julien/compile-libreoffice/libreoffice/sfx2/source/control/dispatch.cxx:283 >#21 0x00002aaaae4dbfe8 in SfxDispatcher::_Execute (this=0x86e14e0, rShell=..., rSlot=..., rReq=..., eCallMode=4) > at /home/julien/compile-libreoffice/libreoffice/sfx2/source/control/dispatch.cxx:960 >#22 0x00002aaaae17d581 in SfxBindings::Execute_Impl (this=0x8bac4c0, aReq=..., pSlot=0x2aaaca343790 <aScCellShellSlots_Impl+18960>, pShell=0x8b49f70) >---Type <return> to continue, or q <return> to quit--- > at /home/julien/compile-libreoffice/libreoffice/sfx2/source/control/bindings.cxx:1235 >#23 0x00002aaaae1de671 in SfxDispatchController_Impl::dispatch (this=0x81d9710, aURL=..., aArgs=uno::Sequence of length 1 = {...}, rListener=empty uno::Reference) > at /home/julien/compile-libreoffice/libreoffice/sfx2/source/control/unoctitm.cxx:732 >#24 0x00002aaaae1dcb57 in SfxOfficeDispatch::dispatch (this=0x8d791d0, aURL=..., aArgs=uno::Sequence of length 1 = {...}) > at /home/julien/compile-libreoffice/libreoffice/sfx2/source/control/unoctitm.cxx:359 >#25 0x00002aaac6590660 in framework::GenericToolbarController::ExecuteHdl_Impl (pExecuteInfo=0x81db110) > at /home/julien/compile-libreoffice/libreoffice/framework/source/uielement/generictoolbarcontroller.cxx:282 >#26 0x00002aaac6590619 in framework::GenericToolbarController::LinkStubExecuteHdl_Impl (pThis=0x0, pCaller=0x81db110) > at /home/julien/compile-libreoffice/libreoffice/framework/source/uielement/generictoolbarcontroller.cxx:274 >#27 0x00002aaab0db33e4 in Link::Call (this=0x8db71e0, pCaller=0x81db110) at /home/julien/compile-libreoffice/libreoffice/include/tools/link.hxx:139 >#28 0x00002aaab0f462b5 in ImplHandleUserEvent (pSVEvent=0x8849110) at /home/julien/compile-libreoffice/libreoffice/vcl/source/window/winproc.cxx:1921 >#29 0x00002aaab0f476c6 in ImplWindowFrameProc (pWindow=0x7cab510, nEvent=22, pEvent=0x8849110) > at /home/julien/compile-libreoffice/libreoffice/vcl/source/window/winproc.cxx:2492 >#30 0x00002aaab138107f in SalFrame::CallCallback (this=0x7cabda0, nEvent=22, pEvent=0x8849110) at /home/julien/compile-libreoffice/libreoffice/vcl/inc/salframe.hxx:243 >#31 0x00002aaab1380c66 in SalGenericDisplay::DispatchInternalEvent (this=0x78b5e10) at /home/julien/compile-libreoffice/libreoffice/vcl/generic/app/gendisp.cxx:90 >#32 0x00002aaabc67b1ed in GtkData::userEventFn (data=0x6288d0) at /home/julien/compile-libreoffice/libreoffice/vcl/unx/gtk/app/gtkdata.cxx:935 >#33 0x00002aaabc67b246 in call_userEventFn (data=0x6288d0) at /home/julien/compile-libreoffice/libreoffice/vcl/unx/gtk/app/gtkdata.cxx:945 >#34 0x00002aaab5538ce5 in g_main_dispatch (context=0x78b4220) at /tmp/buildd/glib2.0-2.40.0/./glib/gmain.c:3064 >#35 g_main_context_dispatch (context=context@entry=0x78b4220) at /tmp/buildd/glib2.0-2.40.0/./glib/gmain.c:3663 >#36 0x00002aaab5539048 in g_main_context_iterate (context=context@entry=0x78b4220, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) > at /tmp/buildd/glib2.0-2.40.0/./glib/gmain.c:3734 >#37 0x00002aaab55390ec in g_main_context_iteration (context=0x78b4220, may_block=1) at /tmp/buildd/glib2.0-2.40.0/./glib/gmain.c:3795 >#38 0x00002aaabc67a1ab in GtkData::Yield (this=0x6288d0, bWait=true, bHandleAllCurrentEvents=false) > at /home/julien/compile-libreoffice/libreoffice/vcl/unx/gtk/app/gtkdata.cxx:575 >#39 0x00002aaabc67e064 in GtkInstance::Yield (this=0x628810, bWait=true, bHandleAllCurrentEvents=false) > at /home/julien/compile-libreoffice/libreoffice/vcl/unx/gtk/app/gtkinst.cxx:423 >#40 0x00002aaab12cf854 in ImplYield (i_bWait=true, i_bAllEvents=false) at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svapp.cxx:360 >#41 0x00002aaab12cc3ad in Application::Yield () at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svapp.cxx:392 >#42 0x00002aaab12cc35b in Application::Execute () at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svapp.cxx:341 >#43 0x00002aaaaaf87fca in desktop::Desktop::Main (this=0x7fffffff5550) at /home/julien/compile-libreoffice/libreoffice/desktop/source/app/app.cxx:1682 >#44 0x00002aaab12d3ab6 in ImplSVMain () at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svmain.cxx:160 >#45 0x00002aaab12d3bac in SVMain () at /home/julien/compile-libreoffice/libreoffice/vcl/source/app/svmain.cxx:193 >#46 0x00002aaaaafc886a in soffice_main () at /home/julien/compile-libreoffice/libreoffice/desktop/source/app/sofficemain.cxx:84 >#47 0x000000000040093d in sal_main () at /home/julien/compile-libreoffice/libreoffice/desktop/source/app/main.c:48 >#48 0x0000000000400923 in main (argc=2, argv=0x7fffffff5838) at /home/julien/compile-libreoffice/libreoffice/desktop/source/app/main.c:47
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 81617
:
103205
|
103206
| 103508