https://bugs.freedesktop.org/show_bug.cgi?id=61564

--- Comment #3 from Terrence Enger <[email protected]> ---
Created attachment 75715
  --> https://bugs.freedesktop.org/attachment.cgi?id=75715&action=edit
typescript with backtrace

typescript of failing run

I can reproduce the failure, which is a Signal 6, SIGABRT.

In the typescript, there are lots of warnings and error messages.  At
line 1283, I see ...

    Feb 28, 2013 1:55:11 PM
com.sun.star.report.pentaho.SOReportJobFactory$_SOReportJobFactory execute
    SEVERE: Detected an IncompatibleClassChangeError
    warn:legacy.tools:2986:1:toolkit/source/awt/vclxtoolkit.cxx:1092:
createWindow: Unknown Component!
    warn:legacy.tools:2986:1:toolkit/source/awt/vclxtoolkit.cxx:1092:
createWindow: Unknown Component!
    warn:legacy.tools:2986:1:toolkit/source/awt/vclxtoolkit.cxx:1092:
createWindow: Unknown Component!
    warn:legacy.tools:2986:1:toolkit/source/awt/vclxtoolkit.cxx:1092:
createWindow: Unknown Component!
    warn:svx.uno:2986:1:svx/source/svdraw/svdobj.cxx:2961: a UNO shape took
over an SdrObject previously owned by another UNO shape!
    warn:svx.uno:2986:1:svx/source/svdraw/svdobj.cxx:2961: a UNO shape took
over an SdrObject previously owned by another UNO shape!
    Feb 28, 2013 1:55:12 PM
com.sun.star.report.pentaho.SOReportJobFactory$_SOReportJobFactory execute
    SEVERE: Detected an IncompatibleClassChangeError
    terminate called after throwing an instance of
'com::sun::star::lang::WrappedTargetException'
    Application Error


    Fatal exception: Signal 6

and at line 1917 a gdb backtrace starts.


Frame 24 of that backtrace reads ...

    #24 0xb2cdb06b in dbaccess::ODocumentContainer::loadComponentFromURL
(this=0x9216f88, _sURL=..., Arguments=...) at
/home/terry/lo_hacking/git/libo2/dbaccess/source/core/dataaccess/documentcontainer.cxx:522

and the source code in that area is ...

    519: Reference< XComponent
                  > SAL_CALL ODocumentContainer::loadComponentFromURL
                        ( const OUString& _sURL
    520:                , const OUString& /*TargetFrameName*/
    521:                , sal_Int32 /*SearchFlags*/
    522:                , const Sequence< PropertyValue >& Arguments
                        ) throw (IOException
                                , IllegalArgumentException
                                , RuntimeException
                                )
    523: {
    524:     ::SolarMutexGuard aSolarGuard;

>From a subsequent gdb session, I think that the exception originated
in line 554 ...

                     xComp.set
                         (xContent->execute
                             (aCommand,xContent->createCommandIdentifier()
                             ,Reference< XCommandEnvironment >()
                             )
                         ,UNO_QUERY
                         );


I have made a similar failure with an ODBC connection to PostgreSQL.
For comparison, I see no crash in 4.0.1.1 (2c0c17a).


These observations are from master, commit2e367c0, pulled 2013-02-17,
built and exectuing on ubuntu-natty (11.04) 32-bit, configured as ...

    --enable-dbgutil
    --enable-crashdump
    --disable-build-mozilla
    --without-system-postgresql
    --without-myspell-dicts
    --without-help
    --with-extra-buildid


Terry.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to