Bug 39839 - debug build cannot open table: infinite wait
Summary: debug build cannot open table: infinite wait
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Base (show other bugs)
Version:
(earliest affected)
3.4 Daily
Hardware: x86-64 (AMD64) Linux (All)
: medium major
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-04 10:54 UTC by Lionel Elie Mamane
Modified: 2012-07-27 15:49 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
autogen.lastrun (602 bytes, application/octet-stream)
2011-10-28 13:34 UTC, Lionel Elie Mamane
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lionel Elie Mamane 2011-08-04 10:54:08 UTC
A debug build refuses to open a table (double-click on a table to show/edit the data). GUI-wise, it just silently does nothing. On stderr, one sees:


Error: OPropertyArrayAggregationHelper::fillHandles : property names are not sorted! From File /home/master/src/libreoffice/libreoffice-3.4/comphelper/source/property/propagg.cxx at Line 287


The rest of fillHandles *really* expects the property names to be sorted, as it does binary search on them.

Adding some printf's, I saw that the problem is that "Filter" is before "ApplyFilter", but I'm not sure what objects these properties are of.

Here's a backtrace at the point of failed assertion:


#0  osl_assertFailedLine (pszFileName=0x7f1077629678 "/home/master/src/libreoffice/libreoffice-3.4/comphelper/source/property/propagg.cxx", 
    nLine=287, pszMessage=0x7f1077629770 "OPropertyArrayAggregationHelper::fillHandles : property names are not sorted!") at diagnose.c:219
#1  0x00007f10775f295c in comphelper::OPropertyArrayAggregationHelper::fillHandles (this=0x2b37060, _pHandles=0x328e648, _rPropNames=...)
    at /home/master/src/libreoffice/libreoffice-3.4/comphelper/source/property/propagg.cxx:287
#2  0x00007f10775f4cc0 in comphelper::OPropertySetAggregationHelper::setPropertyValues (this=0x2b34450, _rPropertyNames=..., _rValues=...)
    at /home/master/src/libreoffice/libreoffice-3.4/comphelper/source/property/propagg.cxx:837
#3  0x00007f10565bd582 in dbaui::SbaTableQueryBrowser::InitializeForm (this=0x2b33080, i_formProperties=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/browser/unodatbr.cxx:601
#4  0x00007f10565cc61d in dbaui::SbaTableQueryBrowser::implLoadAnything (this=0x2b33080, _rDataSourceName=..., _rCommand=..., _nCommandType=0, 
    _bEscapeProcessing=1 '\001', _rxConnection=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/browser/unodatbr.cxx:2452
#5  0x00007f10565ce80c in dbaui::SbaTableQueryBrowser::implSelect (this=0x2b33080, _pEntry=0x2f3b528)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/browser/unodatbr.cxx:2750
#6  0x00007f10565cd574 in dbaui::SbaTableQueryBrowser::implSelect (this=0x2b33080, _rDataSourceName=..., _rCommand=..., _nCommandType=0, 
    _bEscapeProcessing=1 '\001', _rxConnection=..., _bSelectDirect=1 '\001')
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/browser/unodatbr.cxx:2527
#7  0x00007f10565d25a1 in dbaui::SbaTableQueryBrowser::impl_initialize (this=0x2b33080)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/browser/unodatbr.cxx:3298
#8  0x00007f105658fffa in dbaui::OGenericUnoController::initialize (this=0x2b33080, aArguments=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/browser/genericcontroller.cxx:341
#9  0x00007f1056573a77 in DBContentLoader::load (this=0x2dc6540, rFrame=..., rURL=..., rArgs=..., rListener=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/browser/dbloader.cxx:322
#10 0x00007f10649bb24c in framework::LoadEnv::impl_loadContent (this=0x7fff54fa4fc0)
    at /home/master/src/libreoffice/libreoffice-3.4/framework/source/loadenv/loadenv.cxx:1145
#11 0x00007f10649b7b55 in framework::LoadEnv::startLoading (this=0x7fff54fa4fc0)
    at /home/master/src/libreoffice/libreoffice-3.4/framework/source/loadenv/loadenv.cxx:412
#12 0x00007f10649b6aa9 in framework::LoadEnv::loadComponentFromURL (xLoader=..., xSMGR=..., sURL=..., sTarget=..., nFlags=0, lArgs=...)
    at /home/master/src/libreoffice/libreoffice-3.4/framework/source/loadenv/loadenv.cxx:191
#13 0x00007f10649f6637 in framework::Frame::loadComponentFromURL (this=0x2c023a0, sURL=..., sTargetFrameName=..., nSearchFlags=0, lArguments=...)
    at /home/master/src/libreoffice/libreoffice-3.4/framework/source/services/frame.cxx:360
#14 0x00007f1056491d87 in dbaui::DatabaseObjectView::doDispatch (this=0x2733098, i_rDispatchArgs=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/misc/databaseobjectview.cxx:165
#15 0x00007f105649179e in dbaui::DatabaseObjectView::doCreateView (this=0x2733098, _rDataSource=..., _rObjectName=..., i_rCreationArgs=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/misc/databaseobjectview.cxx:120
#16 0x00007f1056491703 in dbaui::DatabaseObjectView::openExisting (this=0x2733098, _rDataSource=..., _rName=..., i_rDispatchArgs=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/misc/databaseobjectview.cxx:107
#17 0x00007f105660a301 in dbaui::OApplicationController::openElementWithArguments (this=0x2acc9e0, _sName=..., _eType=dbaui::E_TABLE, 
    _eOpenMode=dbaui::E_OPEN_NORMAL, _nInstigatorCommand=0, _rAdditionalArguments=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/app/AppController.cxx:1923
#18 0x00007f1056609a17 in dbaui::OApplicationController::openElement (this=0x2acc9e0, _sName=..., _eType=dbaui::E_TABLE, 
    _eOpenMode=dbaui::E_OPEN_NORMAL, _nInstigatorCommand=0)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/app/AppController.cxx:1824
#19 0x00007f1056608e33 in dbaui::OApplicationController::onEntryDoubleClick (this=0x2acc9e0, _rTree=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/app/AppController.cxx:1784
#20 0x00007f105662ded3 in dbaui::OAppDetailPageHelper::OnEntryDoubleClick (this=0x2ad8558, _pTree=0x2f13dc8)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/app/AppDetailPageHelper.cxx:958

#21 0x00007f105662de4f in dbaui::OAppDetailPageHelper::LinkStubOnEntryDoubleClick (pThis=0x2ad8558, pCaller=0x2f13dc8)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/app/AppDetailPageHelper.cxx:955
#22 0x00007f10563ff12e in Link::Call (this=0x2f140d8, pCaller=0x2f13dc8)
    at /home/master/src/libreoffice/libreoffice-3.4/solver/340/unxlngx6/inc/tools/link.hxx:140
#23 0x00007f1056660fec in dbaui::DBTreeListBox::DoubleClickHdl (this=0x2f13dc8)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/control/dbtreelistbox.cxx:437
#24 0x00007f1075919b5d in SvImpLBox::MouseButtonDown (this=0x2f14968, rMEvt=...)
    at /home/master/src/libreoffice/libreoffice-3.4/svtools/source/contnr/svimpbox.cxx:2143
#25 0x00007f10759482db in SvTreeListBox::MouseButtonDown (this=0x2f13dc8, rMEvt=...)
    at /home/master/src/libreoffice/libreoffice-3.4/svtools/source/contnr/svtreebx.cxx:1161
#26 0x00007f105666030e in dbaui::DBTreeListBox::MouseButtonDown (this=0x2f13dc8, rMEvt=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/control/dbtreelistbox.cxx:214
#27 0x00007f1073f8a9ec in ImplHandleMouseEvent (pWindow=0x238fe68, nSVEvent=1, bMouseLeave=0 '\000', nX=200, nY=398, nMsgTime=2103220566, nCode=1, 
    nMode=3) at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/window/winproc.cxx:803
#28 0x00007f1073f902b2 in ImplHandleSalMouseButtonDown (pWindow=0x238fe68, pEvent=0x7fff54fa6020)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/window/winproc.cxx:2068
#29 0x00007f1073f8f4dc in ImplWindowFrameProc (pWindow=0x238fe68, nEvent=3, pEvent=0x7fff54fa6020)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/window/winproc.cxx:2395
#30 0x00007f106ba94977 in SalFrame::CallCallback (this=0x22012a8, nEvent=3, pEvent=0x7fff54fa6020) at ../../../inc/vcl/salframe.hxx:294
#31 0x00007f106bacebc0 in GtkSalFrame::signalButton (pEvent=0x2dcaea0, frame=0x22012a8)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/unx/gtk/window/gtkframe.cxx:2696
#32 0x00007f106b5574c8 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#33 0x00007f1069c36dc9 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#34 0x00007f1069c488d7 in ?? () from /usr/lib/libgobject-2.0.so.0
#35 0x00007f1069c51aa5 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#36 0x00007f1069c51ed3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#37 0x00007f106b6702c1 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#38 0x00007f106b5556c3 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#39 0x00007f106b555a23 in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#40 0x00007f106b1c11dc in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#41 0x00007f106936c4a3 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#42 0x00007f106936cc80 in ?? () from /lib/libglib-2.0.so.0
#43 0x00007f106936cf1d in g_main_context_iteration () from /lib/libglib-2.0.so.0
#44 0x00007f106ba93fb0 in GtkXLib::Yield (this=0x1466268, bWait=true, bHandleAllCurrentEvents=false)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/unx/gtk/app/gtkdata.cxx:866
#45 0x00007f10690a4cb7 in X11SalInstance::Yield (this=0x1465058, bWait=true, bHandleAllCurrentEvents=false)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/unx/source/app/salinst.cxx:282
#46 0x00007f1073c7926f in ImplYield (i_bWait=true, i_bAllEvents=false)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/app/svapp.cxx:458
#47 0x00007f1073c754d1 in Application::Yield (i_bAllEvents=false)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/app/svapp.cxx:492
#48 0x00007f10649b7c26 in framework::LoadEnv::waitWhileLoading (this=0x7fff54fa6860, nTimeout=0)
    at /home/master/src/libreoffice/libreoffice-3.4/framework/source/loadenv/loadenv.cxx:443
#49 0x00007f10649b6abd in framework::LoadEnv::loadComponentFromURL (xLoader=..., xSMGR=..., sURL=..., sTarget=..., nFlags=0, lArgs=...)
    at /home/master/src/libreoffice/libreoffice-3.4/framework/source/loadenv/loadenv.cxx:192
#50 0x00007f10649f6637 in framework::Frame::loadComponentFromURL (this=0x2f07e60, sURL=..., sTargetFrameName=..., nSearchFlags=0, lArguments=...)

    at /home/master/src/libreoffice/libreoffice-3.4/framework/source/services/frame.cxx:360
#51 0x00007f1056491d87 in dbaui::DatabaseObjectView::doDispatch (this=0x2be1048, i_rDispatchArgs=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/misc/databaseobjectview.cxx:165
#52 0x00007f105649179e in dbaui::DatabaseObjectView::doCreateView (this=0x2be1048, _rDataSource=..., _rObjectName=..., i_rCreationArgs=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/misc/databaseobjectview.cxx:120
#53 0x00007f1056491703 in dbaui::DatabaseObjectView::openExisting (this=0x2be1048, _rDataSource=..., _rName=..., i_rDispatchArgs=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/misc/databaseobjectview.cxx:107
#54 0x00007f105660a301 in dbaui::OApplicationController::openElementWithArguments (this=0x2acc9e0, _sName=..., _eType=dbaui::E_TABLE, 
    _eOpenMode=dbaui::E_OPEN_NORMAL, _nInstigatorCommand=0, _rAdditionalArguments=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/app/AppController.cxx:1923
#55 0x00007f1056609a17 in dbaui::OApplicationController::openElement (this=0x2acc9e0, _sName=..., _eType=dbaui::E_TABLE, 
    _eOpenMode=dbaui::E_OPEN_NORMAL, _nInstigatorCommand=0)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/app/AppController.cxx:1824
#56 0x00007f1056608e33 in dbaui::OApplicationController::onEntryDoubleClick (this=0x2acc9e0, _rTree=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/app/AppController.cxx:1784
#57 0x00007f105662ded3 in dbaui::OAppDetailPageHelper::OnEntryDoubleClick (this=0x2ad8558, _pTree=0x2f13dc8)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/app/AppDetailPageHelper.cxx:958
#58 0x00007f105662de4f in dbaui::OAppDetailPageHelper::LinkStubOnEntryDoubleClick (pThis=0x2ad8558, pCaller=0x2f13dc8)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/app/AppDetailPageHelper.cxx:955
#59 0x00007f10563ff12e in Link::Call (this=0x2f140d8, pCaller=0x2f13dc8)
    at /home/master/src/libreoffice/libreoffice-3.4/solver/340/unxlngx6/inc/tools/link.hxx:140
#60 0x00007f1056660fec in dbaui::DBTreeListBox::DoubleClickHdl (this=0x2f13dc8)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/control/dbtreelistbox.cxx:437
#61 0x00007f1075919b5d in SvImpLBox::MouseButtonDown (this=0x2f14968, rMEvt=...)
    at /home/master/src/libreoffice/libreoffice-3.4/svtools/source/contnr/svimpbox.cxx:2143
#62 0x00007f10759482db in SvTreeListBox::MouseButtonDown (this=0x2f13dc8, rMEvt=...)
    at /home/master/src/libreoffice/libreoffice-3.4/svtools/source/contnr/svtreebx.cxx:1161
#63 0x00007f105666030e in dbaui::DBTreeListBox::MouseButtonDown (this=0x2f13dc8, rMEvt=...)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/base/dbaccess/source/ui/control/dbtreelistbox.cxx:214
#64 0x00007f1073f8a9ec in ImplHandleMouseEvent (pWindow=0x238fe68, nSVEvent=1, bMouseLeave=0 '\000', nX=209, nY=396, nMsgTime=2102715556, nCode=1, 
    nMode=3) at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/window/winproc.cxx:803
#65 0x00007f1073f902b2 in ImplHandleSalMouseButtonDown (pWindow=0x238fe68, pEvent=0x7fff54fa78c0)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/window/winproc.cxx:2068
#66 0x00007f1073f8f4dc in ImplWindowFrameProc (pWindow=0x238fe68, nEvent=3, pEvent=0x7fff54fa78c0)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/window/winproc.cxx:2395
#67 0x00007f106ba94977 in SalFrame::CallCallback (this=0x22012a8, nEvent=3, pEvent=0x7fff54fa78c0) at ../../../inc/vcl/salframe.hxx:294
#68 0x00007f106bacebc0 in GtkSalFrame::signalButton (pEvent=0x2f257f0, frame=0x22012a8)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/unx/gtk/window/gtkframe.cxx:2696
#69 0x00007f106b5574c8 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#70 0x00007f1069c36e7e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#71 0x00007f1069c488d7 in ?? () from /usr/lib/libgobject-2.0.so.0
#72 0x00007f1069c51aa5 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#73 0x00007f1069c51ed3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#74 0x00007f106b6702c1 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#75 0x00007f106b5556c3 in gtk_propagate_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
#76 0x00007f106b555a23 in gtk_main_do_event () from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0

#77 0x00007f106b1c11dc in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
#78 0x00007f106936c4a3 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#79 0x00007f106936cc80 in ?? () from /lib/libglib-2.0.so.0
#80 0x00007f106936cf1d in g_main_context_iteration () from /lib/libglib-2.0.so.0
#81 0x00007f106ba93fb0 in GtkXLib::Yield (this=0x1466268, bWait=true, bHandleAllCurrentEvents=false)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/unx/gtk/app/gtkdata.cxx:866
#82 0x00007f10690a4cb7 in X11SalInstance::Yield (this=0x1465058, bWait=true, bHandleAllCurrentEvents=false)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/unx/source/app/salinst.cxx:282
#83 0x00007f1073c7926f in ImplYield (i_bWait=true, i_bAllEvents=false)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/app/svapp.cxx:458
#84 0x00007f1073c754d1 in Application::Yield (i_bAllEvents=false)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/app/svapp.cxx:492
#85 0x00007f1073c7546d in Application::Execute () at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/app/svapp.cxx:435
#86 0x00007f1078d5d064 in desktop::Desktop::Main (this=0x7fff54fa86a0)
    at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-core/desktop/source/app/app.cxx:1902
#87 0x00007f1073c7f4d9 in ImplSVMain () at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/app/svmain.cxx:174
#88 0x00007f1073c7f61f in SVMain () at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-gui/vcl/source/app/svmain.cxx:211
#89 0x00007f1078d915a9 in soffice_main () at /home/master/src/libreoffice/libreoffice-3.4/clone/libs-core/desktop/source/app/sofficemain.cxx:68
#90 0x0000000000401084 in sal_main () at main.c:36
#91 0x0000000000401069 in main (argc=2, argv=0x7fff54fa8858) at main.c:35
Comment 1 Lionel Elie Mamane 2011-08-07 03:50:28 UTC
I confirm that a non-debug build does not have this problem. The failed assertion seems to be a red herring; I fixed it by sorting the properties, but this does not fix the problem.

Running soffice in gdb shows that the code path reaches

the line


        aEnv.waitWhileLoading(); // wait for ever!

in

framework/source/loadenv/loadenv.cxx:192, function:


css::uno::Reference< css::lang::XComponent > LoadEnv::loadComponentFromURL(const css::uno::Reference< css::frame::XComponentLoader >&    xLoader,
                                                                           const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR  ,
                                                                           const ::rtl::OUString&                                        sURL   ,
                                                                           const ::rtl::OUString&                                        sTarget,
                                                                                 sal_Int32                                               nFlags ,
                                                                           const css::uno::Sequence< css::beans::PropertyValue >&        lArgs  )
    throw(css::lang::IllegalArgumentException,
          css::io::IOException               ,
          css::uno::RuntimeException         )




{
    css::uno::Reference< css::lang::XComponent > xComponent;

    try
    {
        LoadEnv aEnv(xSMGR);

        aEnv.initializeLoading(sURL,
                               lArgs,
                               css::uno::Reference< css::frame::XFrame >(xLoader, css::uno::UNO_QUERY),
                               sTarget,
                               nFlags,
                               LoadEnv::E_NO_FEATURE);
        aEnv.startLoading();
        aEnv.waitWhileLoading(); // wait for ever!

        xComponent = aEnv.getTargetComponent();
    }


but seemingly never returns from that function call.

The same happens if one right-clicks on a table and chooses "edit" instead of "open".
Comment 2 Petr Mladek 2011-08-16 11:34:11 UTC
Of course, problem in debug build could not block the release, so lowering the severity a bit.
Comment 3 Julien Nabet 2011-10-28 10:28:56 UTC
lionel: Could you please attach :
- your autogen.lastrun (I know that some options may be problematic)
- a test database (only if this pb appears in specific cases)
?
Comment 4 Lionel Elie Mamane 2011-10-28 13:34:22 UTC
Created attachment 52867 [details]
autogen.lastrun
Comment 5 Lionel Elie Mamane 2011-10-28 13:35:05 UTC
Note that this does *not* happen with master (3.5)
Comment 6 Björn Michaelsen 2011-12-23 12:27:17 UTC
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2 prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation: http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html
Comment 7 Jochen 2012-07-27 15:03:13 UTC
Hi Lionel,

are you using LO 3.5? The last stable version is 3.5.5. Is bug still in 3.5.5?
Comment 8 Lionel Elie Mamane 2012-07-27 15:13:55 UTC
(In reply to comment #7)
> are you using LO 3.5? The last stable version is 3.5.5. Is bug still in 3.5.5?

As mentioned in comment 5, this does not happen with 3.5, even before 3.5.0; this bug is basically the reason I gave up 3.4 and concentrated on 3.5 for Base development/bugfixing.
Comment 9 Jochen 2012-07-27 15:39:29 UTC
(In reply to comment #8)
> As mentioned in comment 5, this does not happen with 3.5, even before 3.5.0;

Sorry. I have overlooked this.

Right conclusion: in LO 3.5.0 and higher this bug does not exist?

What is your opinion: should this bugrepot be closed?
Comment 10 Lionel Elie Mamane 2012-07-27 15:42:13 UTC
(In reply to comment #9)

> Right conclusion: in LO 3.5.0 and higher this bug does not exist?

Yes.

> What is your opinion: should this bugrepot be closed?

Yes, not further 3.6.x bugfix release planned.
Comment 11 Lionel Elie Mamane 2012-07-27 15:49:12 UTC
(In reply to comment #10)
> (In reply to comment #9)

>> What is your opinion: should this bugrepot be closed?

> Yes, not further 3.6.x bugfix release planned.

That was supposed to be "no further 3.*4*.x bugfix release planned", obviously.