Bugzilla – Attachment 109087 Details for
Bug 85939
reworked Special Character dialog is throwing a compiler assert error in vcl builder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bt following core dump for assert error in VCL builder.hxx
fdo85939_assertFail_TB46dbg_20141107.txt (text/plain), 6.69 KB, created by
V Stuart Foote
on 2014-11-07 14:45:15 UTC
(
hide
)
Description:
bt following core dump for assert error in VCL builder.hxx
Filename:
MIME Type:
Creator:
V Stuart Foote
Created:
2014-11-07 14:45:15 UTC
Size:
6.69 KB
patch
obsolete
>On the console get this warning and core dump... >warn:vcl.layout:3115:1:include/vcl/builder.hxx:406: .ui widget "ok" needs to correspond to vcl type 8OKButton >soffice.bin: /home/buildslave/source/libo-core/include/vcl/builder.hxx:408: T* VclBuilder::get(T*&, const rtl::OString&) [with T = OKButton]: Assertion `dynamic_cast<T*>(w)' failed. >Aborted (core dumped) > > >(gdb) c >Continuing. >[New Thread 0x7ff4254c1700 (LWP 3143)] >[Thread 0x7ff4254c1700 (LWP 3143) exited] >[New Thread 0x7ff4254c1700 (LWP 3146)] >[Thread 0x7ff4254c1700 (LWP 3146) exited] >[New Thread 0x7ff4254c1700 (LWP 3151)] >[Thread 0x7ff4254c1700 (LWP 3151) exited] >[New Thread 0x7ff4254c1700 (LWP 3152)] >[Thread 0x7ff4254c1700 (LWP 3152) exited] >[New Thread 0x7ff4254c1700 (LWP 3154)] >[Thread 0x7ff4254c1700 (LWP 3154) exited] > >Program received signal SIGABRT, Aborted. >0x0000003c16835c59 in raise () from /lib64/libc.so.6 >Missing separate debuginfos, use: debuginfo-install mesa-libGLU-9.0.0-5.fc20.x86_64 nss-mdns-0.10-13.fc20.x86_64 >(gdb) bt >#0 0x0000003c16835c59 in raise () from /lib64/libc.so.6 >#1 0x0000003c16837368 in abort () from /lib64/libc.so.6 >#2 0x0000003c1682ebb6 in __assert_fail_base () from /lib64/libc.so.6 >#3 0x0000003c1682ec62 in __assert_fail () from /lib64/libc.so.6 >#4 0x00007ff40d61fbbb in VclBuilder::get<OKButton> (this=0x1879fb0, ret= > @0x187e5f8: 0x3fe2000000000000, sID=...) > at /home/buildslave/source/libo-core/include/vcl/builder.hxx:408 >#5 0x00007ff40d61bc39 in VclBuilderContainer::get<OKButton> (this=0x187e4f8, > ret=@0x187e5f8: 0x3fe2000000000000, sID=...) > at /home/buildslave/source/libo-core/include/vcl/builder.hxx:456 >#6 0x00007ff40d65c006 in SvxCharacterMap::SvxCharacterMap (this=0x187e2d0, > pParent=0x1675250, bOne_=true, pSet=0x7fff7b8bdcd0) > at /home/buildslave/source/libo-core/cui/source/dialogs/cuicharmap.cxx:56 >#7 0x00007ff40d70cdac in AbstractDialogFactory_Impl::CreateSfxDialog ( > this=0x187e030, pParent=0x1675250, rAttr=..., _rxDocumentFrame=..., > nResId=10010) > at /home/buildslave/source/libo-core/cui/source/factory/dlgfact.cxx:1554 >#8 0x00007ff41335652c in SwTextShell::InsertSymbol (this=0x16966f0, rReq=...) > at /home/buildslave/source/libo-core/sw/source/uibase/shells/textsh.cxx:1023 >#9 0x00007ff41335937c in SwTextShell::Execute (this=0x16966f0, rReq=...) > at /home/buildslave/source/libo-core/sw/source/uibase/shells/textsh1.cxx:423 >#10 0x00007ff41335103b in SfxStubSwTextShellExecute (pShell=0x16966f0, > rReq=...) > at /home/buildslave/tinderboxbuild/workdir/SdiTarget/sw/sdi/swslots.hxx:2749 >#11 0x00007ff449d285c2 in SfxShell::CallExec (this=0x16966f0, > pFunc=0x7ff413351018 <SfxStubSwTextShellExecute(SfxShell*, SfxRequest&)>, > rReq=...) at /home/buildslave/source/libo-core/include/sfx2/shell.hxx:209 >#12 0x00007ff449d1fd0f in SfxDispatcher::Call_Impl (this=0x166ca50, > rShell=..., rSlot=..., rReq=..., bRecord=true) > at /home/buildslave/source/libo-core/sfx2/source/control/dispatch.cxx:260 >#13 0x00007ff449d22bad in SfxDispatcher::_Execute (this=0x166ca50, rShell=..., > rSlot=..., rReq=..., eCallMode=RECORD) > at /home/buildslave/source/libo-core/sfx2/source/control/dispatch.cxx:862 >#14 0x00007ff449d0faea in SfxBindings::Execute_Impl (this=0x166d1a0, aReq=..., > pSlot=0x7ff413fb8098 <aSwTextShellSlots_Impl+6136>, pShell=0x16966f0) > at /home/buildslave/source/libo-core/sfx2/source/control/bindings.cxx:1204 >#15 0x00007ff449d8d343 in SfxDispatchController_Impl::dispatch ( > this=0x13fade0, aURL=..., aArgs=..., rListener=...) > at /home/buildslave/source/libo-core/sfx2/source/control/unoctitm.cxx:851 >#16 0x00007ff449d8b095 in SfxOfficeDispatch::dispatch (this=0x7ff40df755a8, > aURL=..., aArgs=...) > at /home/buildslave/source/libo-core/sfx2/source/control/unoctitm.cxx:365 >#17 0x00007ff4355850ac in framework::GenericToolbarController::ExecuteHdl_Impl > (pExecuteInfo=0x1861510) > at /home/buildslave/source/libo-core/framework/source/uielement/generictoolbarcontroller.cxx:280 >#18 0x00007ff435585065 in framework::GenericToolbarController::LinkStubExecuteHdl_Impl (pThis=0x0, pCaller=0x1861510) > at /home/buildslave/source/libo-core/framework/source/uielement/generictoolbarcontroller.cxx:272 >#19 0x00007ff446b7c7a8 in Link::Call (this=0x187dc50, pCaller=0x1861510) > at /home/buildslave/source/libo-core/include/tools/link.hxx:139 >#20 0x00007ff446d1bae6 in ImplHandleUserEvent (pSVEvent=0x1453930) > at /home/buildslave/source/libo-core/vcl/source/window/winproc.cxx:1919 >#21 0x00007ff446d1cf40 in ImplWindowFrameProc (pWindow=0x11bd8a0, nEvent=22, > pEvent=0x1453930) > at /home/buildslave/source/libo-core/vcl/source/window/winproc.cxx:2490 >#22 0x00007ff4471ad2ad in SalFrame::CallCallback (this=0x11be1e0, nEvent=22, > pEvent=0x1453930) > at /home/buildslave/source/libo-core/vcl/inc/salframe.hxx:242 >#23 0x00007ff4471acde2 in SalGenericDisplay::DispatchInternalEvent ( > this=0x10b74f0) > at /home/buildslave/source/libo-core/vcl/generic/app/gendisp.cxx:90 >#24 0x00007ff4394bf41d in GtkData::userEventFn (data=0x7499e0) > at /home/buildslave/source/libo-core/vcl/unx/gtk/app/gtkdata.cxx:935 >#25 0x00007ff4394bf478 in call_userEventFn (data=0x7499e0) > at /home/buildslave/source/libo-core/vcl/unx/gtk/app/gtkdata.cxx:945 >#26 0x0000003c18c492a6 in g_main_context_dispatch () > from /lib64/libglib-2.0.so.0 >#27 0x0000003c18c49628 in g_main_context_iterate.isra.24 () > from /lib64/libglib-2.0.so.0 >#28 0x0000003c18c496dc in g_main_context_iteration () > from /lib64/libglib-2.0.so.0 >#29 0x00007ff4394be3a7 in GtkData::Yield (this=0x7499e0, bWait=true, > bHandleAllCurrentEvents=false) > at /home/buildslave/source/libo-core/vcl/unx/gtk/app/gtkdata.cxx:575 >#30 0x00007ff4394c22cc in GtkInstance::Yield (this=0x749930, bWait=true, > bHandleAllCurrentEvents=false) > at /home/buildslave/source/libo-core/vcl/unx/gtk/app/gtkinst.cxx:420 >#31 0x00007ff4470f73ec in ImplYield (i_bWait=true, i_bAllEvents=false) > at /home/buildslave/source/libo-core/vcl/source/app/svapp.cxx:360 >#32 0x00007ff4470f3e3f in Application::Yield () > at /home/buildslave/source/libo-core/vcl/source/app/svapp.cxx:392 >#33 0x00007ff4470f3ded in Application::Execute () > at /home/buildslave/source/libo-core/vcl/source/app/svapp.cxx:341 >#34 0x00007ff44c1b6f64 in desktop::Desktop::Main (this=0x7fff7b8c01e0) > at /home/buildslave/source/libo-core/desktop/source/app/app.cxx:1638 >#35 0x00007ff4470fb58a in ImplSVMain () > at /home/buildslave/source/libo-core/vcl/source/app/svmain.cxx:160 >#36 0x00007ff4470fb680 in SVMain () > at /home/buildslave/source/libo-core/vcl/source/app/svmain.cxx:193 >#37 0x00007ff44c1faf09 in soffice_main () > at /home/buildslave/source/libo-core/desktop/source/app/sofficemain.cxx:93 >#38 0x00000000004009b7 in sal_main () >#39 0x000000000040099d in main () >(gdb) >
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 85939
:
108986
|
108987
|
109068
|
109087
|
109091