Bugzilla – Attachment 138665 Details for
Bug 114702
Loop executing direct SQL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
excerpt from gdb: info threads; backtrace
file_114702.txt (text/plain), 15.04 KB, created by
Terrence Enger
on 2017-12-26 21:03:16 UTC
(
hide
)
Description:
excerpt from gdb: info threads; backtrace
Filename:
MIME Type:
Creator:
Terrence Enger
Created:
2017-12-26 21:03:16 UTC
Size:
15.04 KB
patch
obsolete
>(gdb) e[Kecho It is about 30 CDF[K[KPU seci[Kn[Konds since I clicked <Execute>.\n >It is about 30 CPU seconds since I clicked <Execute>. >(gdb) info threads > Id Target Id Frame >* 1 Thread 0x7ffff7f7aac0 (LWP 5747) "soffice.bin" 0x00007ffff4132083 in typelib_typedescriptionreference_release (pRef=0x55555584e1d0) at /home/terry/lo_hacking/git/libo6/cppu/source/typelib/typelib.cxx:2169 > 2 Thread 0x7fffd910a700 (LWP 5764) "rtl_cache_wsupd" 0x00007ffff7177076 in futex_abstimed_wait_cancelable (private=<optimized out>, abstime=0x7fffd9109b10, expected=0, futex_word=0x7ffff7dd4728 <g_cache_list+648>) at ../sysdeps/unix/sysv/linux/futex-internal.h:205 > 4 Thread 0x7fffd2372700 (LWP 5767) "PipeIPC" 0x00007ffff747465d in accept () at ../sysdeps/unix/syscall-template.S:84 > 5 Thread 0x7fffd2b73700 (LWP 5769) "gmain" 0x00007ffff7469a6d in poll () at ../sysdeps/unix/syscall-template.S:84 > 6 Thread 0x7fffd018b700 (LWP 5770) "gdbus" 0x00007ffff7469a6d in poll () at ../sysdeps/unix/syscall-template.S:84 > 13 Thread 0x7fffcd6fe700 (LWP 5779) "DocumentEventNo" 0x00007ffff7176b26 in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x555556c0966c) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 > 17 Thread 0x7fffceae6700 (LWP 5784) "soffice.bin" 0x00007ffff7179870 in futex_abstimed_wait_cancelable (private=0, abstime=0x7fffceae59e0, expected=0, futex_word=0x7fffcc9e4250) at ../sysdeps/unix/sysv/linux/futex-internal.h:205 > 23 Thread 0x7fffc53f6700 (LWP 5790) "soffice.bin" 0x00007ffff7179870 in futex_abstimed_wait_cancelable (private=0, abstime=0x7fffc53f5470, expected=0, futex_word=0x7fffc3861838) at ../sysdeps/unix/sysv/linux/futex-internal.h:205 > 24 Thread 0x7fffc14d4700 (LWP 5791) "soffice.bin" 0x00007ffff7179870 in futex_abstimed_wait_cancelable (private=0, abstime=0x7fffc14d3380, expected=0, futex_word=0x7fffc196fa68) at ../sysdeps/unix/sysv/linux/futex-internal.h:205 >(gdb) backtrace >#0 0x00007ffff4132083 in typelib_typedescriptionreference_release(typelib_TypeDescriptionReference*) (pRef=0x55555584e1d0) at /home/terry/lo_hacking/git/libo6/cppu/source/typelib/typelib.cxx:2169 >#1 0x00007ffff414342c in cppu::_destructAny(_uno_Any*, void (*)(void*)) (pAny=0x7fffffff0290, release=0x7fffcae813bf <com::sun::star::uno::cpp_release(void*)>) at /home/terry/lo_hacking/git/libo6/cppu/source/uno/destr.hxx:138 >#2 0x00007ffff4142565 in uno_any_destruct(uno_Any*, uno_ReleaseFunc) (pValue=0x7fffffff0290, release=0x7fffcae813bf <com::sun::star::uno::cpp_release(void*)>) at /home/terry/lo_hacking/git/libo6/cppu/source/uno/any.cxx:131 >#3 0x00007fffcae99529 in com::sun::star::uno::Any::operator=(com::sun::star::uno::Any&&) (this=0x7fffffff0290, other=<unknown type in /home/terry/lo_hacking/git/libo6/instdir/program/../program/libdbalo.so, CU 0x6e161, DIE 0x8a3ea>) at /home/terry/lo_hacking/git/libo6/include/com/sun/star/uno/Any.hxx:151 >#4 0x00007fffcafd66ae in dbaccess::OConnection::queryInterface(com::sun::star::uno::Type const&) (this=0x55555726ea50, rType=invalid uno::Type) at /home/terry/lo_hacking/git/libo6/dbaccess/source/core/dataaccess/connection.cxx:435 >#5 0x00007fffcae8144c in com::sun::star::uno::BaseReference::iquery(com::sun::star::uno::XInterface*, com::sun::star::uno::Type const&) (pInterface=0x55555726eb20, rType=invalid uno::Type) at /home/terry/lo_hacking/git/libo6/include/com/sun/star/uno/Reference.hxx:55 >#6 0x00007fffcaebf9de in com::sun::star::uno::Reference<com::sun::star::sdbc::XConnection>::iquery(com::sun::star::uno::XInterface*) (pInterface=0x55555726eb20) at /home/terry/lo_hacking/git/libo6/include/com/sun/star/uno/Reference.hxx:70 >#7 0x00007fffcaefb863 in com::sun::star::uno::Reference<com::sun::star::sdbc::XConnection>::Reference(com::sun::star::uno::BaseReference const&, com::sun::star::uno::UnoReference_Query) (this=0x7fffffff03f0, rRef=...) at /home/terry/lo_hacking/git/libo6/include/com/sun/star/uno/Reference.hxx:170 >#8 0x00007fffcafa3d94 in OStatementBase::getMoreResults() (this=0x555557307210) at /home/terry/lo_hacking/git/libo6/dbaccess/source/core/api/statement.cxx:349 >#9 0x00007fffc9863cf3 in dbaui::DirectSQLDialog::implExecuteStatement(rtl::OUString const&) (this=0x5555574e2ca0, _rStatement="select * from Table1") at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/dlg/directsql.cxx:207 >#10 0x00007fffc986486e in dbaui::DirectSQLDialog::executeCurrent() (this=0x5555574e2ca0) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/dlg/directsql.cxx:304 >#11 0x00007fffc9864de2 in dbaui::DirectSQLDialog::OnExecute(Button*) (this=0x5555574e2ca0) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/dlg/directsql.cxx:347 >#12 0x00007fffc9864dc3 in dbaui::DirectSQLDialog::LinkStubOnExecute(void*, Button*) (instance=0x5555574e2ca0, data=0x5555573412a0) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/dlg/directsql.cxx:345 >#13 0x00007fffec1120a9 in Link<Button*, void>::Call(Button*) const (this=0x5555573414e8, data=0x5555573412a0) at /home/terry/lo_hacking/git/libo6/include/tools/link.hxx:84 >#14 0x00007fffec0fdbd8 in Button::<lambda()>::operator()(void) const (__closure=0x7fffffff0950) at /home/terry/lo_hacking/git/libo6/vcl/source/control/button.cxx:123 >#15 0x00007fffec1106f8 in std::_Function_handler<void(), Button::Click()::<lambda()> >::_M_invoke(const std::_Any_data &) (__functor=...) at /usr/include/c++/7/bits/std_function.h:316 >#16 0x00007fffec12819e in std::function<void ()>::operator()() const (this=0x7fffffff0950) at /usr/include/c++/7/bits/std_function.h:706 >#17 0x00007fffec126393 in Control::ImplCallEventListenersAndHandler(VclEventId, std::function<void ()> const&) (this=0x5555573412a0, nEvent=VclEventId::ButtonClick, callHandler=...) at /home/terry/lo_hacking/git/libo6/vcl/source/control/ctrl.cxx:314 >#18 0x00007fffec0fdc23 in Button::Click() (this=0x5555573412a0) at /home/terry/lo_hacking/git/libo6/vcl/source/control/button.cxx:123 >#19 0x00007fffec102cde in PushButton::Tracking(TrackingEvent const&) (this=0x5555573412a0, rTEvt=...) at /home/terry/lo_hacking/git/libo6/vcl/source/control/button.cxx:1245 >#20 0x00007fffec0b9e39 in vcl::Window::EndTracking(TrackingEventFlags) (this=0x5555573412a0, nFlags=TrackingEventFlags::NONE) at /home/terry/lo_hacking/git/libo6/vcl/source/window/window2.cxx:372 >#21 0x00007fffec0edd9d in ImplHandleMouseEvent(VclPtr<vcl::Window> const&, MouseNotifyEvent, bool, long, long, unsigned long, unsigned short, MouseEventModifiers) (xWindow=..., nSVEvent=MouseNotifyEvent::MOUSEBUTTONUP, bMouseLeave=false, nX=339, nY=174, nMsgTime=53590735, nCode=1, nMode=(MouseEventModifiers::SIMPLECLICK | MouseEventModifiers::SELECT)) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:701 >#22 0x00007fffec0f5132 in ImplHandleSalMouseButtonUp(vcl::Window*, SalMouseEvent const*) (pWindow=0x5555574e2ca0, pEvent=0x7fffffff1260) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:1998 >#23 0x00007fffec0f36c9 in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) (_pWindow=0x5555574e2ca0, nEvent=SalEvent::MouseButtonUp, pEvent=0x7fffffff1260) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:2325 >#24 0x00007fffd8652e34 in SalFrame::CallCallback(SalEvent, void const*) const (this=0x5555573dcf00, nEvent=SalEvent::MouseButtonUp, pEvent=0x7fffffff1260) at /home/terry/lo_hacking/git/libo6/vcl/inc/salframe.hxx:275 >#25 0x00007fffd86523e2 in GtkSalFrame::CallCallbackExc(SalEvent, void const*) const (this=0x5555573dcf00, nEvent=SalEvent::MouseButtonUp, pEvent=0x7fffffff1260) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkframe.cxx:4314 >#26 0x00007fffd864d0f5 in GtkSalFrame::signalButton(_GtkWidget*, _GdkEventButton*, void*) (pEvent=0x5555571aff20, frame=0x5555573dcf00) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkframe.cxx:2618 >#27 0x00007fffd7e95ecb in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#28 0x00007ffff5df6f9d in g_closure_invoke () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#29 0x00007ffff5e09cae in () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#30 0x00007ffff5e11e1f in g_signal_emit_valist () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#31 0x00007ffff5e12e9f in g_signal_emit () at /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >#32 0x00007fffd7fe0094 in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#33 0x00007fffd7e92e5e in () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#34 0x00007fffd7e94fd8 in gtk_main_do_event () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 >#35 0x00007fffd79a3085 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#36 0x00007fffd79d47f2 in () at /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 >#37 0x00007ffff5b1df67 in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#38 0x00007ffff5b1e1a0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#39 0x00007ffff5b1e22c in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#40 0x00007fffd85d48ae in GtkSalData::Yield(bool, bool) (this=0x55555584e090, bWait=true, bHandleAllCurrentEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:459 >#41 0x00007fffd85d8074 in GtkInstance::DoYield(bool, bool) (this=0x55555584d970, bWait=true, bHandleAllCurrentEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/../gtk/gtkinst.cxx:410 >#42 0x00007fffec54da3f in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:469 >#43 0x00007fffec549aeb in Application::Yield() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:534 >#44 0x00007fffebf8487c in Dialog::Execute() (this=0x5555574e2ca0) at /home/terry/lo_hacking/git/libo6/vcl/source/window/dialog.cxx:930 >#45 0x00007fffee9fcb8f in svt::OGenericUnoDialog::execute() (this=0x555556fb6010) at /home/terry/lo_hacking/git/libo6/svtools/source/uno/genericunodialog.cxx:224 >#46 0x00007fffc969d4c9 in dbaui::OApplicationController::openDialog(rtl::OUString const&) (this=0x555556becca0, _sServiceName="org.openoffice.comp.dbu.DirectSqlDialog") at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/app/AppControllerGen.cxx:212 >#47 0x00007fffc965e566 in dbaui::OApplicationController::Execute(unsigned short, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556becca0, _nId=32, aArgs=empty uno::Sequence) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/app/AppController.cxx:1338 >#48 0x00007fffc972d2fe in dbaui::OGenericUnoController::executeChecked(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556becca0, _rCommand=..., aArgs=empty uno::Sequence) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/browser/genericcontroller.cxx:1090 >#49 0x00007fffc972acb7 in dbaui::OGenericUnoController::dispatch(com::sun::star::util::URL const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) (this=0x555556becca0, _aURL=..., aArgs=empty uno::Sequence) at /home/terry/lo_hacking/git/libo6/dbaccess/source/ui/browser/genericcontroller.cxx:694 >#50 0x00007fffd1371f82 in framework::MenuBarManager::Select(Menu*) (this=0x555556edc730, pMenu=0x555556f345d0) at /home/terry/lo_hacking/git/libo6/framework/source/uielement/menubarmanager.cxx:913 >#51 0x00007fffd1371a71 in framework::MenuBarManager::LinkStubSelect(void*, Menu*) (instance=0x555556edc730, data=0x555556f345d0) at /home/terry/lo_hacking/git/libo6/framework/source/uielement/menubarmanager.cxx:849 >#52 0x00007fffebffc55b in Link<Menu*, bool>::Call(Menu*) const (this=0x555556f34630, data=0x555556f345d0) at /home/terry/lo_hacking/git/libo6/include/tools/link.hxx:84 >#53 0x00007fffebfee33e in Menu::Select() (this=0x555556f345d0) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:316 >#54 0x00007fffebff6558 in Menu::ImplCallSelect(void*) (this=0x555556f345d0) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:2044 >#55 0x00007fffebff651f in Menu::LinkStubImplCallSelect(void*, void*) (instance=0x555556f345d0, data=0x0) at /home/terry/lo_hacking/git/libo6/vcl/source/window/menu.cxx:2041 >#56 0x00007fffec0f5429 in Link<void*, void>::Call(void*) const (this=0x555556fb1728, data=0x0) at /home/terry/lo_hacking/git/libo6/include/tools/link.hxx:84 >#57 0x00007fffec0f2408 in ImplHandleUserEvent(ImplSVEvent*) (pSVEvent=0x555556fb1720) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:1924 >#58 0x00007fffec0f3d18 in ImplWindowFrameProc(vcl::Window*, SalEvent, void const*) (_pWindow=0x5555567901f0, nEvent=SalEvent::UserEvent, pEvent=0x555556fb1720) at /home/terry/lo_hacking/git/libo6/vcl/source/window/winproc.cxx:2474 >#59 0x00007fffec6afedc in SalFrame::CallCallback(SalEvent, void const*) const (this=0x555556790940, nEvent=SalEvent::UserEvent, pEvent=0x555556fb1720) at /home/terry/lo_hacking/git/libo6/vcl/inc/salframe.hxx:275 >#60 0x00007fffec6c177d in SalGenericDisplay::ProcessEvent(SalUserEventList::SalUserEvent) (this=0x555556708b90, aEvent=...) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/app/gendisp.cxx:67 >#61 0x00007fffec513f92 in SalUserEventList::DispatchUserEvents(bool) (this=0x555556708b90, bHandleAllCurrentEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/source/app/salusereventlist.cxx:91 >#62 0x00007fffec6c16f5 in SalGenericDisplay::DispatchInternalEvent(bool) (this=0x555556708b90, bHandleAllCurrentEvent=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/generic/app/gendisp.cxx:52 >#63 0x00007fffd85d593a in call_userEventFn(void*) (data=0x55555584e090) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:784 >#64 0x00007ffff5b1ddd5 in g_main_context_dispatch () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#65 0x00007ffff5b1e1a0 in () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#66 0x00007ffff5b1e22c in g_main_context_iteration () at /lib/x86_64-linux-gnu/libglib-2.0.so.0 >#67 0x00007fffd85d48ae in GtkSalData::Yield(bool, bool) (this=0x55555584e090, bWait=true, bHandleAllCurrentEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/gtk3gtkdata.cxx:459 >#68 0x00007fffd85d8074 in GtkInstance::DoYield(bool, bool) (this=0x55555584d970, bWait=true, bHandleAllCurrentEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/unx/gtk3/../gtk/gtkinst.cxx:410 >#69 0x00007fffec54da3f in ImplYield(bool, bool) (i_bWait=true, i_bAllEvents=false) at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:469 >#70 0x00007fffec549aeb in Application::Yield() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:534 >#71 0x00007fffec54969f in Application::Execute() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svapp.cxx:449 >#72 0x00007ffff77793af in desktop::Desktop::Main() (this=0x7fffffff3190) at /home/terry/lo_hacking/git/libo6/desktop/source/app/app.cxx:1603 >#73 0x00007fffec559c9b in ImplSVMain() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:194 >#74 0x00007fffec559e04 in SVMain() () at /home/terry/lo_hacking/git/libo6/vcl/source/app/svmain.cxx:232 >#75 0x00007ffff77d039f in soffice_main() () at /home/terry/lo_hacking/git/libo6/desktop/source/app/sofficemain.cxx:163 >#76 0x00005555555549f2 in sal_main () at /home/terry/lo_hacking/git/libo6/desktop/source/app/main.c:48 >#77 0x00005555555549d8 in main (argc=4, argv=0x7fffffff34d8) at /home/terry/lo_hacking/git/libo6/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 114702
:
138664
| 138665 |
138671