Bugzilla – Attachment 137893 Details for
Bug 113970
CppunitTest_sc_parallelism crashes on master
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
trace of the unit test crash
trace-crash.txt (text/plain), 6.84 KB, created by
Dennis Francis
on 2017-11-21 14:05:44 UTC
(
hide
)
Description:
trace of the unit test crash
Filename:
MIME Type:
Creator:
Dennis Francis
Created:
2017-11-21 14:05:44 UTC
Size:
6.84 KB
patch
obsolete
>ScParallelismTest::testSUMIFS finished in: 6672ms >[New Thread 0x7fffd2926700 (LWP 15742)] >[New Thread 0x7fffd3127700 (LWP 15743)] >[Thread 0x7fffd3127700 (LWP 15743) exited] >[Thread 0x7fffd2926700 (LWP 15742) exited] >ScParallelismTest::testDivision finished in: 98ms >[New Thread 0x7fffd2926700 (LWP 15744)] >[New Thread 0x7fffd3127700 (LWP 15745)] > >Program received signal SIGABRT, Aborted. >[Switching to Thread 0x7fffd3127700 (LWP 15745)] >0x00007ffff6bfd8d7 in raise () from /lib64/libc.so.6 >(gdb) up >#1 0x00007ffff6bfecaa in abort () from /lib64/libc.so.6 >(gdb) >#2 0x00007ffff6c40730 in malloc_printerr () from /lib64/libc.so.6 >(gdb) >#3 0x00007fffea99df40 in __gnu_cxx::new_allocator<SvtListener*>::deallocate (this=0x1d677b0, __p=0x1d65f90) > at /usr/bin/../lib64/gcc/x86_64-suse-linux/4.8/../../../../include/c++/4.8/ext/new_allocator.h:110 >110 { ::operator delete(__p); } >(gdb) set pagination off >(gdb) bt >#0 0x00007ffff6bfd8d7 in raise () at /lib64/libc.so.6 >#1 0x00007ffff6bfecaa in abort () at /lib64/libc.so.6 >#2 0x00007ffff6c40730 in top_check () at /lib64/libc.so.6 >#3 0x00007fffea99df40 in __gnu_cxx::new_allocator<SvtListener*>::deallocate(SvtListener**, unsigned long) (this=0x1d677b0, __p=0x1d65f90) at /usr/bin/../lib64/gcc/x86_64-suse-linux/4.8/../../../../include/c++/4.8/ext/new_allocator.h:110 >#4 0x00007fffea99d70b in std::__cxx1998::_Vector_base<SvtListener*, std::allocator<SvtListener*> >::_M_deallocate(SvtListener**, unsigned long) (this=0x1d677b0, __p=0x1d65f90, __n=1) at /usr/bin/../lib64/gcc/x86_64-suse-linux/4.8/../../../../include/c++/4.8/bits/stl_vector.h:174 >#5 0x00007fffea99d3f3 in std::__cxx1998::vector<SvtListener*, std::allocator<SvtListener*> >::_M_emplace_back_aux<SvtListener* const&>(SvtListener* const&) (this=0x1d677b0, __args=@0x7fffd3124b00: 0x1d8b5f0) at /usr/bin/../lib64/gcc/x86_64-suse-linux/4.8/../../../../include/c++/4.8/bits/vector.tcc:430 >#6 0x00007fffea99d0e0 in std::__cxx1998::vector<SvtListener*, std::allocator<SvtListener*> >::push_back(SvtListener* const&) (this=0x1d677b0, __x=@0x7fffd3124b00: 0x1d8b5f0) at /usr/bin/../lib64/gcc/x86_64-suse-linux/4.8/../../../../include/c++/4.8/bits/stl_vector.h:911 >#7 0x00007fffea99538d in std::__debug::vector<SvtListener*, std::allocator<SvtListener*> >::push_back(SvtListener* const&) (this=0x1d677b0, __x=@0x7fffd3124b00: 0x1d8b5f0) at /usr/bin/../lib64/gcc/x86_64-suse-linux/4.8/../../../../include/c++/4.8/debug/vector:396 >#8 0x00007fffea9932d0 in SvtBroadcaster::Add(SvtListener*) (this=0x1d677a8, p=0x1d8b5f0) at /home/vmiklos/git/libreoffice/master-clang/svl/source/notify/broadcast.cxx:46 >#9 0x00007fffea9a07eb in SvtListener::StartListening(SvtBroadcaster&) (this=0x1d8b5f0, rBroadcaster=...) at /home/vmiklos/git/libreoffice/master-clang/svl/source/notify/listener.cxx:51 >#10 0x00007fffde4c6782 in ScBroadcastAreaSlot::StartListeningArea(ScRange const&, bool, SvtListener*, ScBroadcastArea*&) (this=0x1b21840, rRange=..., bGroupListening=false, pListener=0x1d8b5f0, rpArea=@0x7fffd3124ed0: 0x1d677a0) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/data/bcaslot.cxx:199 >#11 0x00007fffde4ca64a in ScBroadcastAreaSlotMachine::StartListeningArea(ScRange const&, bool, SvtListener*) (this=0x1a854a0, rRange=..., bGroupListening=false, pListener=0x1d8b5f0) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/data/bcaslot.cxx:763 >#12 0x00007fffde7dd028 in ScDocument::StartListeningArea(ScRange const&, bool, SvtListener*) (this=0x1a959b0, rRange=..., bGroupListening=false, pListener=0x1d8b5f0) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/data/documen7.cxx:59 >#13 0x00007fffde780d83 in ScDocument::AddLookupCache(ScLookupCache&) (this=0x1a959b0, rCache=...) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/data/documen2.cxx:1287 >#14 0x00007fffde780a7e in ScDocument::GetLookupCache(ScRange const&) (this=0x1a959b0, rRange=...) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/data/documen2.cxx:1259 >#15 0x00007fffdecce69b in ScInterpreter::LookupQueryWithCache(ScAddress&, ScQueryParam const&) const (this=0x1d887a0, o_rResultPos=..., rParam=...) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/tool/interpr1.cxx:9346 >#16 0x00007fffdecd9d93 in ScInterpreter::CalculateLookup(bool) (this=0x1d887a0, bHLookup=false) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/tool/interpr1.cxx:7092 >#17 0x00007fffdecd9ef7 in ScInterpreter::ScVLookup() (this=0x1d887a0) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/tool/interpr1.cxx:7165 >#18 0x00007fffded38acb in ScInterpreter::Interpret() (this=0x1d887a0) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/tool/interpr4.cxx:4269 >#19 0x00007fffdea01d65 in ScFormulaCell::InterpretTail(ScInterpreterContext&, ScFormulaCell::ScInterpretTailParameter) (this=0x1cbeb20, rContext=..., eTailParam=ScFormulaCell::SCITP_NORMAL) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/data/formulacell.cxx:1797 >#20 0x00007fffde686be5 in ScColumn::CalculateInThread(ScInterpreterContext&, int, unsigned long, unsigned int, unsigned int) (this=0x1a87b50, rContext=..., nRow=1000, nLen=42, nThisThread=0, nThreadsTotal=2) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/data/column2.cxx:2906 >#21 0x00007fffdeac9301 in ScTable::CalculateInColumnInThread(ScInterpreterContext&, short, int, unsigned long, unsigned int, unsigned int) (this=0x1a88af0, rContext=..., nCol=2, nRow=1000, nLen=42, nThisThread=0, nThreadsTotal=2) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/data/table1.cxx:2346 >#22 0x00007fffde7e9443 in ScDocument::CalculateInColumnInThread(ScInterpreterContext&, ScAddress const&, unsigned long, unsigned int, unsigned int) (this=0x1a959b0, rContext=..., rTopPos=..., nLen=42, nThisThread=0, nThreadsTotal=2) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/data/documen8.cxx:439 >#23 0x00007fffdea11f2f in ScFormulaCell::InterpretFormulaGroup()::Executor::doWork() (this=0x1d66aa0) at /home/vmiklos/git/libreoffice/master-clang/sc/source/core/data/formulacell.cxx:4400 >#24 0x00007ffff4b203eb in comphelper::ThreadTask::execAndDelete() (this=0x1d66aa0) at /home/vmiklos/git/libreoffice/master-clang/comphelper/source/misc/threadpool.cxx:263 >#25 0x00007ffff4b2289f in comphelper::ThreadPool::ThreadWorker::execute() (this=0x1a97e20) at /home/vmiklos/git/libreoffice/master-clang/comphelper/source/misc/threadpool.cxx:70 >#26 0x00007ffff5ad3c33 in salhelper::Thread::run() (this=0x1a97e20) at /home/vmiklos/git/libreoffice/master-clang/salhelper/source/thread.cxx:40 >#27 0x00007ffff5ad43de in threadFunc(void*) (param=0x1a97e30) at /home/vmiklos/git/libreoffice/master-clang/include/osl/thread.hxx:185 >#28 0x00007ffff789306a in osl_thread_start_Impl(void*) (pData=0x1d67390) at /home/vmiklos/git/libreoffice/master-clang/sal/osl/unx/thread.cxx:234 >#29 0x00007ffff67b0744 in start_thread () at /lib64/libpthread.so.0 >#30 0x00007ffff6cb2aad in clone () at /lib64/libc.so.6
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 113970
: 137893