Skip to content

Instantly share code, notes, and snippets.

@mariuz
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mariuz/ecfbab056136b8736bda to your computer and use it in GitHub Desktop.
Save mariuz/ecfbab056136b8736bda to your computer and use it in GitHub Desktop.
gdb backtrace libo
export CPPUNITTRACE="gdb --args"
SAL_LOG="+WARN+INFO.connectivity.firebird" make CppunitTest_dbaccess_firebird_test
make -j 4 -rs -f /home/mariuz/work/libo/Makefile.gbuild CppunitTest_dbaccess_firebird_test
[build CUT] dbaccess_firebird_test
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
(gdb) run
Starting program: /home/mariuz/work/libo/workdir/LinkTarget/Executable/cppunittester /home/mariuz/work/libo/workdir/LinkTarget/CppunitTest/libtest_dbaccess_firebird_test.so --headless -env:BRAND_BASE_DIR=file:///home/mariuz/work/libo/instdir -env:BRAND_SHARE_SUBDIR=share -env:UserInstallation=file:///home/mariuz/work/libo/workdir/CppunitTest/dbaccess_firebird_test.test.user -env:CONFIGURATION_LAYERS=xcsxcu:file:///home/mariuz/work/libo/instdir/share/registry\ xcsxcu:file:///home/mariuz/work/libo/workdir/unittest/registry -env:UNO_TYPES=file:///home/mariuz/work/libo/instdir/program/types/offapi.rdb\ file:///home/mariuz/work/libo/instdir/program/types/oovbaapi.rdb\ file:///home/mariuz/work/libo/instdir/program/types.rdb -env:UNO_SERVICES=file:///home/mariuz/work/libo/workdir/Rdb/ure/services.rdb\ file:///home/mariuz/work/libo/workdir/ComponentTarget/basic/util/sb.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/comphelper/util/comphelp.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/configmgr/source/configmgr.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/connectivity/source/drivers/firebird/firebird_sdbc.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/connectivity/source/manager/sdbc2.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/dbaccess/util/dba.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/dbaccess/source/filter/xml/dbaxml.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/dbaccess/util/dbu.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/filter/source/config/cache/filterconfig1.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/framework/util/fwk.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/i18npool/util/i18npool.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/linguistic/source/lng.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/package/source/xstor/xstor.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/package/util/package2.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/sax/source/expatwrap/expwrap.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/sfx2/util/sfx.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/svl/source/fsstor/fsstorage.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/svl/util/svl.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/toolkit/util/tk.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/ucb/source/core/ucb1.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/ucb/source/ucp/file/ucpfile1.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/unotools/util/utl.component\ file:///home/mariuz/work/libo/workdir/ComponentTarget/xmloff/util/xo.component -env:URE_INTERNAL_LIB_DIR=file:///home/mariuz/work/libo/instdir/program -env:LO_LIB_DIR=file:///home/mariuz/work/libo/instdir/program -env:LO_JAVA_DIR=file:///home/mariuz/work/libo/instdir/program/classes --protector /home/mariuz/work/libo/workdir/LinkTarget/Library/unoexceptionprotector.so unoexceptionprotector --protector /home/mariuz/work/libo/workdir/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector --protector /home/mariuz/work/libo/workdir/LinkTarget/Library/libvclbootstrapprotector.so vclbootstrapprotector
warning: File "/home/mariuz/work/libo/instdir/program/libuno_sal.so.3-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
To enable execution of this file add
add-auto-load-safe-path /home/mariuz/work/libo/instdir/program/libuno_sal.so.3-gdb.py
line to your configuration file "/home/mariuz/.gdbinit".
To completely disable this security protection add
set auto-load safe-path /
line to your configuration file "/home/mariuz/.gdbinit".
For more information about this security protection see the
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
info "(gdb)Auto-loading safe path"
Traceback (most recent call last):
File "/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", line 63, in <module>
from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x2aaaac5b7700 (LWP 3389)]
warning: File "/home/mariuz/work/libo/instdir/program/libuno_cppu.so.3-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/mariuz/work/libo/instdir/program/libtllo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/mariuz/work/libo/instdir/program/libbasegfxlo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warning: File "/home/mariuz/work/libo/instdir/program/libsvllo.so-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
warn:vcl.app:3385:1:vcl/source/app/IconThemeScanner.cxx:76: Could not find any icon themes in the provided directory ('file:///home/mariuz/work/libo/instdir/share/config/'.
config provider: true, config access: true
creating font cache ... try to create "file:///home/mariuz/work/libo/workdir//unittest/user/psprint" = 16
done in 0.030000 s
initializing font path to "/home/mariuz/work/libo/instdir/share/fonts/truetype;/home/mariuz/work/libo/instdir/share/fonts/type1;/home/mariuz/work/libo/workdir//unittest/user/fonts"
FcConfigAppFontAddDir( "/home/mariuz/work/libo/instdir/share/fonts/truetype") => 1
FcConfigAppFontAddDir( "/home/mariuz/work/libo/instdir/share/fonts/type1") => 1
FcConfigAppFontAddDir( "/home/mariuz/work/libo/workdir/unittest/user/fonts") => 1
found 728 entries in fontconfig fontset
Warning: file "/usr/share/fonts/X11/Type1/d050000l.pfb" is unusable to psprint
warn:vcl:3385:1:vcl/generic/fontmanager/fontmanager.cxx:1344: Could not OpenTTFont "/usr/share/fonts/woff/font-awesome/fontawesome-webfont.woff"
inserted 630 fonts from fontconfig
PrintFontManager::initialize: collected 630 fonts
Step 1 took 0.090000 seconds
Step 2 took 0.000000 seconds
FcPreMatchSubstititution "Segoe UI" bipw=5000 -> "DejaVu Sans" bipw=5005
warn:xmloff.core:3385:1:xmloff/source/core/xmlimp.cxx:932: exception caught
> toUNOname(): N3com3sun4star4lang23NotInitializedExceptionE => com.sun.star.lang.NotInitializedException
> c++ exception occurred: com.sun.star.lang.NotInitializedException
warn:legacy.osl:3385:1:xmloff/source/core/xmlimp.cxx:933: caught an exception!
in function:virtual void SvXMLImport::setTargetDocument(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent>&)
type: com.sun.star.lang.NotInitializedException
context: N8dbaccess17ODatabaseDocumentE
warn:xmloff.core:3385:1:xmloff/source/core/xmlimp.cxx:932: exception caught
> toUNOname(): N3com3sun4star4lang23NotInitializedExceptionE => com.sun.star.lang.NotInitializedException
> c++ exception occurred: com.sun.star.lang.NotInitializedException
warn:legacy.osl:3385:1:xmloff/source/core/xmlimp.cxx:933: caught an exception!
in function:virtual void SvXMLImport::setTargetDocument(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent>&)
type: com.sun.star.lang.NotInitializedException
context: N8dbaccess17ODatabaseDocumentE
warn:xmloff.core:3385:1:xmloff/source/core/xmlimp.cxx:932: exception caught
> toUNOname(): N3com3sun4star4lang23NotInitializedExceptionE => com.sun.star.lang.NotInitializedException
> c++ exception occurred: com.sun.star.lang.NotInitializedException
warn:legacy.osl:3385:1:xmloff/source/core/xmlimp.cxx:933: caught an exception!
in function:virtual void SvXMLImport::setTargetDocument(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent>&)
type: com.sun.star.lang.NotInitializedException
context: N8dbaccess17ODatabaseDocumentE
FcPreMatchSubstititution "" bipw=0000 -> "DejaVu Sans" bipw=5005
==> codeSnippet, functionIndex=3, vtableOffset=0
==> codeSnippet, functionIndex=4, vtableOffset=0
==> codeSnippet, functionIndex=0|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=1, vtableOffset=0
==> codeSnippet, functionIndex=2, vtableOffset=0
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
FcPreMatchSubstititution "Segoe UI" bipw=8000 -> "DejaVu Sans" bipw=8005
warn:vcl.window:3385:1:vcl/source/window/window.cxx:3358: ignoring DeploymentException "component context fails to supply service 'com.sun.star.datatransfer.clipboard.SystemClipboard' of type 'com.sun.star.datatransfer.clipboard.XSystemClipboard'"
warn:vcl.window:3385:1:vcl/source/window/window.cxx:3358: ignoring DeploymentException "component context fails to supply service 'com.sun.star.datatransfer.clipboard.SystemClipboard' of type 'com.sun.star.datatransfer.clipboard.XSystemClipboard'"
[New Thread 0x2aaac9349700 (LWP 3390)]
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> c++ exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> c++ exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> c++ exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> c++ exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> c++ exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> c++ exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> c++ exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> c++ exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
warn:legacy.osl:3385:1:comphelper/source/misc/logging.cxx:86: EventLogger_Impl::impl_createLogger_nothrow: caught an exception!
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Driver.cxx:54: FirebirdDriver_CreateInstance()
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Driver.cxx:166: connect(), URL: sdbc:embedded:firebird
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Connection.cxx:173: Temporary .fdb location: /tmp/lu3385bwxulf.tmp/firebird.fdb
[New Thread 0x2aaaca060700 (LWP 3391)]
[New Thread 0x2aaaca4a0700 (LWP 3392)]
[New Thread 0x2aaaca7a1700 (LWP 3393)]
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/DatabaseMetaData.cxx:851: getTypeInfo()
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Connection.cxx:883: buildTypeInfo(). Type info built.
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Connection.cxx:891: buildTypeInfo(). Closed.
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Statement.cxx:111: executeQuery(SELECT DISTINCT indices.RDB$INDEX_NAME FROM RDB$INDICES indices JOIN RDB$INDEX_SEGMENTS index_segments ON (indices.RDB$INDEX_NAME = index_segments.RDB$INDEX_NAME) JOIN RDB$RELATION_FIELDS relation_fields ON (index_segments.RDB$FIELD_NAME = relation_fields.RDB$FIELD_NAME) JOIN RDB$FIELDS fields ON (relation_fields.RDB$FIELD_SOURCE = fields.RDB$FIELD_NAME) WHERE (indices.RDB$SYSTEM_FLAG = 0) AND ((fields.RDB$FIELD_TYPE = 14) OR (fields.RDB$FIELD_TYPE = 37)) AND (indices.RDB$INDEX_INACTIVE IS NULL OR indices.RDB$INDEX_INACTIVE = 0) )
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/ResultSet.cxx:79: OResultSet().
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/StatementCommonBase.cxx:111: close
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/StatementCommonBase.cxx:111: close
==> codeSnippet, functionIndex=4|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=5|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=6|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=7|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=8, vtableOffset=0
==> codeSnippet, functionIndex=9, vtableOffset=0
==> codeSnippet, functionIndex=10, vtableOffset=0
==> codeSnippet, functionIndex=11, vtableOffset=0
==> codeSnippet, functionIndex=12, vtableOffset=0
==> codeSnippet, functionIndex=13|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=14, vtableOffset=0
==> codeSnippet, functionIndex=15, vtableOffset=0
==> codeSnippet, functionIndex=16, vtableOffset=0
==> codeSnippet, functionIndex=17|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=18, vtableOffset=0
==> codeSnippet, functionIndex=19, vtableOffset=0
==> codeSnippet, functionIndex=20|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=21, vtableOffset=0
==> codeSnippet, functionIndex=3, vtableOffset=0
==> codeSnippet, functionIndex=0|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=1, vtableOffset=0
==> codeSnippet, functionIndex=2, vtableOffset=0
==> codeSnippet, functionIndex=3|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=4|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=0|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=1, vtableOffset=0
==> codeSnippet, functionIndex=2, vtableOffset=0
==> codeSnippet, functionIndex=3|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=4, vtableOffset=0
==> codeSnippet, functionIndex=5|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=0|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=1, vtableOffset=0
==> codeSnippet, functionIndex=2, vtableOffset=0
warn:legacy.osl:3385:1:connectivity/source/drivers/firebird/DatabaseMetaData.cxx:843: Not implemented yet!
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/DatabaseMetaData.cxx:1291: getTables() with TableNamePattern: %
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Statement.cxx:111: executeQuery(SELECT RDB$RELATION_NAME, RDB$SYSTEM_FLAG, RDB$RELATION_TYPE, RDB$DESCRIPTION, RDB$VIEW_BLR FROM RDB$RELATIONS WHERE ( (0 = 1) OR (RDB$SYSTEM_FLAG IS NULL OR RDB$SYSTEM_FLAG = 0 AND RDB$VIEW_BLR IS NULL) OR (RDB$SYSTEM_FLAG IS NULL OR RDB$SYSTEM_FLAG = 0 AND RDB$VIEW_BLR IS NOT NULL) ) AND RDB$RELATION_NAME LIKE '%' ORDER BY RDB$RELATION_TYPE, RDB$RELATION_NAME)
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/ResultSet.cxx:79: OResultSet().
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/StatementCommonBase.cxx:111: close
==> codeSnippet, functionIndex=3, vtableOffset=0
==> codeSnippet, functionIndex=0|0x80000000, vtableOffset=0
==> codeSnippet, functionIndex=1, vtableOffset=0
==> codeSnippet, functionIndex=2, vtableOffset=0
warn:vcl.window:3385:1:vcl/source/window/window.cxx:3358: ignoring DeploymentException "component context fails to supply service 'com.sun.star.datatransfer.clipboard.SystemClipboard' of type 'com.sun.star.datatransfer.clipboard.XSystemClipboard'"
warn:legacy.osl:3385:1:include/cppuhelper/interfacecontainer.h:479: object is disposed
warn:legacy.osl:3385:1:include/cppuhelper/interfacecontainer.h:479: object is disposed
warn:legacy.osl:3385:1:include/cppuhelper/interfacecontainer.h:479: object is disposed
warn:xmloff.core:3385:1:xmloff/source/core/xmlimp.cxx:932: exception caught
> toUNOname(): N3com3sun4star4lang23NotInitializedExceptionE => com.sun.star.lang.NotInitializedException
> c++ exception occurred: com.sun.star.lang.NotInitializedException
warn:legacy.osl:3385:1:xmloff/source/core/xmlimp.cxx:933: caught an exception!
in function:virtual void SvXMLImport::setTargetDocument(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent>&)
type: com.sun.star.lang.NotInitializedException
context: N8dbaccess17ODatabaseDocumentE
warn:xmloff.core:3385:1:xmloff/source/core/xmlimp.cxx:932: exception caught
> toUNOname(): N3com3sun4star4lang23NotInitializedExceptionE => com.sun.star.lang.NotInitializedException
> c++ exception occurred: com.sun.star.lang.NotInitializedException
warn:legacy.osl:3385:1:xmloff/source/core/xmlimp.cxx:933: caught an exception!
in function:virtual void SvXMLImport::setTargetDocument(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent>&)
type: com.sun.star.lang.NotInitializedException
context: N8dbaccess17ODatabaseDocumentE
warn:xmloff.core:3385:1:xmloff/source/core/xmlimp.cxx:932: exception caught
> toUNOname(): N3com3sun4star4lang23NotInitializedExceptionE => com.sun.star.lang.NotInitializedException
> c++ exception occurred: com.sun.star.lang.NotInitializedException
warn:legacy.osl:3385:1:xmloff/source/core/xmlimp.cxx:933: caught an exception!
in function:virtual void SvXMLImport::setTargetDocument(const com::sun::star::uno::Reference<com::sun::star::lang::XComponent>&)
type: com.sun.star.lang.NotInitializedException
context: N8dbaccess17ODatabaseDocumentE
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
warn:vcl.window:3385:1:vcl/source/window/window.cxx:3358: ignoring DeploymentException "component context fails to supply service 'com.sun.star.datatransfer.clipboard.SystemClipboard' of type 'com.sun.star.datatransfer.clipboard.XSystemClipboard'"
warn:vcl.window:3385:1:vcl/source/window/window.cxx:3358: ignoring DeploymentException "component context fails to supply service 'com.sun.star.datatransfer.clipboard.SystemClipboard' of type 'com.sun.star.datatransfer.clipboard.XSystemClipboard'"
[New Thread 0x2aaacad20700 (LWP 3394)]
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
> uno exception occurred: com.sun.star.ucb.InteractiveAugmentedIOException
> toUNOname(): N3com3sun4star3ucb31InteractiveAugmentedIOExceptionE => com.sun.star.ucb.InteractiveAugmentedIOException
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Driver.cxx:166: connect(), URL: sdbc:embedded:firebird
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Connection.cxx:173: Temporary .fdb location: /tmp/lu3385bwxulg.tmp/firebird.fdb
info:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Connection.cxx:177: Extracting .fbk from .odb
warn:connectivity.firebird:3385:1:connectivity/source/drivers/firebird/Util.cxx:51: firebird_sdbc error:
*invalid database handle (no active connection)
caused by
'isc_detach_database'
terminate called after throwing an instance of 'com::sun::star::uno::RuntimeException'
Program received signal SIGABRT, Aborted.
0x00002aaaab9fecc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00002aaaab9fecc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00002aaaaba020d8 in __GI_abort () at abort.c:89
#2 0x00002aaaab208535 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3 0x00002aaaab2066d6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4 0x00002aaaab205799 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5 0x00002aaaab20634a in __gxx_personality_v0 () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6 0x00002aaaab7c1ff3 in ?? () from /lib/x86_64-linux-gnu/libgcc_s.so.1
#7 0x00002aaaab7c2517 in _Unwind_Resume () from /lib/x86_64-linux-gnu/libgcc_s.so.1
#8 0x00002aaac12bcf4c in connectivity::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*) () from /home/mariuz/work/libo/instdir/program/libdbtoolslo.so
#9 0x00002aaabf0b60d8 in connectivity::OSubComponent<connectivity::firebird::Connection, cppu::WeakComponentImplHelper4<com::sun::star::document::XDocumentEventListener, com::sun::star::lang::XServiceInfo, com::sun::star::sdbc::XConnection, com::sun::star::sdbc::XWarningsSupplier> >::relase_ChildImpl() () from /home/mariuz/work/libo/instdir/program/libfirebird_sdbclo.so
#10 0x00002aaabf0aeb24 in connectivity::firebird::Connection::release() () from /home/mariuz/work/libo/instdir/program/libfirebird_sdbclo.so
#11 0x00002aaabf0ab735 in com::sun::star::uno::Reference<com::sun::star::sdbc::XConnection>::~Reference() () from /home/mariuz/work/libo/instdir/program/libfirebird_sdbclo.so
#12 0x00002aaabf0c7fc2 in connectivity::firebird::FirebirdDriver::connect(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) ()
from /home/mariuz/work/libo/instdir/program/libfirebird_sdbclo.so
#13 0x00002aaac9c41820 in drivermanager::OSDBCDriverManager::getConnectionWithInfo(rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&) ()
from /home/mariuz/work/libo/instdir/program/libsdbc2.so
#14 0x00002aaac0e9e0e5 in dbaccess::ODatabaseSource::buildLowLevelConnection(rtl::OUString const&, rtl::OUString const&) () from /home/mariuz/work/libo/instdir/program/libdbalo.so
#15 0x00002aaac0e9e9c1 in dbaccess::ODatabaseSource::buildIsolatedConnection(rtl::OUString const&, rtl::OUString const&) () from /home/mariuz/work/libo/instdir/program/libdbalo.so
#16 0x00002aaac0e9ef97 in dbaccess::OSharedConnectionManager::getConnection(rtl::OUString const&, rtl::OUString const&, rtl::OUString const&, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue> const&, dbaccess::ODatabaseSource*) () from /home/mariuz/work/libo/instdir/program/libdbalo.so
#17 0x00002aaac0e9f46e in dbaccess::ODatabaseSource::getConnection(rtl::OUString const&, rtl::OUString const&, bool) () from /home/mariuz/work/libo/instdir/program/libdbalo.so
#18 0x00002aaac0e9f8fc in dbaccess::ODatabaseSource::getConnection(rtl::OUString const&, rtl::OUString const&) () from /home/mariuz/work/libo/instdir/program/libdbalo.so
#19 0x00002aaabec1c655 in DBTestBase::getConnectionForDocument(com::sun::star::uno::Reference<com::sun::star::sdb::XOfficeDatabaseDocument>&) () from /home/mariuz/work/libo/workdir/LinkTarget/CppunitTest/libtest_dbaccess_firebird_test.so
#20 0x00002aaabec1d3de in FirebirdTest::testIntegerDatabase() () from /home/mariuz/work/libo/workdir/LinkTarget/CppunitTest/libtest_dbaccess_firebird_test.so
#21 0x00002aaaaacf0262 in CppUnit::TestCaseMethodFunctor::operator()() const () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#22 0x00002aaab0d01537 in (anonymous namespace)::Protector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) () from /home/mariuz/work/libo/workdir/LinkTarget/Library/libvclbootstrapprotector.so
#23 0x00002aaaadbc79db in (anonymous namespace)::Prot::protect (this=0x617fb0, functor=...) at /home/mariuz/work/libo/unotest/source/cpp/unobootstrapprotector/unobootstrapprotector.cxx:88
#24 0x00002aaaac882896 in (anonymous namespace)::Prot::protect (this=0x614980, functor=..., context=...) at /home/mariuz/work/libo/unotest/source/cpp/unoexceptionprotector/unoexceptionprotector.cxx:63
#25 0x00002aaaaace6d50 in CppUnit::DefaultProtector::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#26 0x00002aaaaaced77d in CppUnit::ProtectorChain::protect(CppUnit::Functor const&, CppUnit::ProtectorContext const&) () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#27 0x00002aaaaacf5dba in CppUnit::TestResult::protect(CppUnit::Functor const&, CppUnit::Test*, std::string const&) () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#28 0x00002aaaaaceff6a in CppUnit::TestCase::run(CppUnit::TestResult*) () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#29 0x00002aaaaacf05b3 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#30 0x00002aaaaacf04ce in CppUnit::TestComposite::run(CppUnit::TestResult*) () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#31 0x00002aaaaacf05b3 in CppUnit::TestComposite::doRunChildTests(CppUnit::TestResult*) () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#32 0x00002aaaaacf04ce in CppUnit::TestComposite::run(CppUnit::TestResult*) () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#33 0x00002aaaaacf5af2 in CppUnit::TestResult::runTest(CppUnit::Test*) () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#34 0x00002aaaaacf7dce in CppUnit::TestRunner::run(CppUnit::TestResult&, std::string const&) () from /usr/lib/x86_64-linux-gnu/libcppunit-1.13.so.0
#35 0x0000000000404427 in (anonymous namespace)::ProtectedFixtureFunctor::run (this=0x7fffffff4f00) at /home/mariuz/work/libo/sal/cppunittester/cppunittester.cxx:276
#36 0x0000000000404c53 in sal_main () at /home/mariuz/work/libo/sal/cppunittester/cppunittester.cxx:379
#37 0x0000000000404861 in main (argc=21, argv=0x7fffffff51b8) at /home/mariuz/work/libo/sal/cppunittester/cppunittester.cxx:297
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment