Bugzilla – Attachment 70804 Details for
Bug 57696
UI: "Tools - Bibliography Database" does nothing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gdb session
gdb_session.txt (text/plain), 2.35 KB, created by
Julien Nabet
on 2012-11-29 22:06:22 UTC
(
hide
)
Description:
gdb session
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2012-11-29 22:06:22 UTC
Size:
2.35 KB
patch
obsolete
>(gdb) s >(anonymous namespace)::lcl_isBaseAvailable () at /home/julien/compile-libreoffice/libo/extensions/source/bibliography/bibload.cxx:246 >246 return com::sun::star::sdbc::DriverManager::create(comphelper::getProcessComponentContext()).is(); >(gdb) p comphelper::getProcessComponentContext() >$1 = uno::Reference to {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x7f62c915d6d0}, <No data fields>} >(gdb) s >comphelper::getProcessComponentContext () at /home/julien/compile-libreoffice/libo/comphelper/source/processfactory/processfactory.cxx:98 >98 return getComponentContext( getProcessServiceFactory() ); >(gdb) n >99 } >(gdb) s >com::sun::star::sdbc::DriverManager::create (the_context=uno::Reference to {<com::sun::star::uno::XInterface> = {_vptr.XInterface = 0x7f62c915d6d0}, <No data fields>}) > at /home/julien/compile-libreoffice/libo/solver/unxlngx6/inc/offapi/com/sun/star/sdbc/DriverManager.hpp:23 >23 assert(the_context.is()); >(gdb) n >24 ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriverManager2 > the_instance; >(gdb) n >26 the_instance = ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDriverManager2 >(the_context->getServiceManager()->createInstanceWithContext(::rtl::OUString( "com.sun.star.sdbc.DriverManager" ), the_context), ::com::sun::star::uno::UNO_QUERY); >(gdb) n >32 if (!the_instance.is()) { >(gdb) p the_instance.is() >$2 = 0 '\000' >(gdb) list >27 } catch (::com::sun::star::uno::RuntimeException &) { >28 throw; >29 } catch (::com::sun::star::uno::Exception & the_exception) { >30 throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.sdbc.DriverManager of type com.sun.star.sdbc.XDriverManager2: " ) + the_exception.Message, the_context); >31 } >32 if (!the_instance.is()) { >33 throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.sdbc.DriverManager of type com.sun.star.sdbc.XDriverManager2" ), the_context); >34 } >35 return the_instance; >36 } >(gdb) n >33 throw ::com::sun::star::uno::DeploymentException(::rtl::OUString( "component context fails to supply service com.sun.star.sdbc.DriverManager of type com.sun.star.sdbc.XDriverManager2" ), the_context); >(gdb) n > >
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 57696
: 70804 |
70830