[Kexi-devel] About the crash in SqliteConnection::drv_useDatabaseInternal

Jaroslaw Staniek staniek at kde.org
Thu Jul 2 18:31:21 UTC 2015


On 2 July 2015 at 20:15, Adam Pigg <adam at piggz.co.uk> wrote:
> piggz at linux-ykgv ~/src/kdb-build $ ctest --output-on-failure
> Test project /home/piggz/src/kdb-build
>    Start 1: ConnectionTest
> 1/6 Test #1: ConnectionTest ...................***Failed    0.01 sec
> ********* Start testing of ConnectionTest *********
> Config: Using QtTest library 5.4.1, Qt 5.4.1 (x86_64-little_endian-lp64
> shared (dynamic) release build; by GCC 4.8.3 20140627 [gcc-4_8-branch
> revision 212064])
> QDEBUG : ConnectionTest::initTestCase() org.kde.kdb.core:
> "/usr/lib64/qt5/plugins"
> QDEBUG : ConnectionTest::initTestCase() org.kde.kdb.core:
> "/home/piggz/src/kdb-build/autotests"
> QDEBUG : ConnectionTest::initTestCase() org.kde.kdb.core:
> "/opt/calligra-frameworks/lib64/plugins"
> QDEBUG : ConnectionTest::initTestCase() org.kde.kdb.core:
> "/usr/local/lib64/plugins"
> QDEBUG : ConnectionTest::initTestCase() DRIVERS: ("org.kde.kdb.sqlite")
> QDEBUG : ConnectionTest::initTestCase() ""
> PASS   : ConnectionTest::initTestCase()
> /home/piggz/src/kdb-build/autotests/ConnectionTest: symbol lookup error:
> /home/piggz/src/kdb-build/autotests/ConnectionTest: undefined symbol:
> _ZN9KDbDriver16createConnectionERK17KDbConnectionDatai

% echo _ZN9KDbDriver16createConnectionERK17KDbConnectionDatai  | c++filt
KDbDriver::createConnection(KDbConnectionData const&, int)

% cd src/kdb/
% ack -A5 -B5 KDbDriver::createConnection

src/KDbDriver.cpp
24-    return d->typeNames[KDbField::InvalidType];
125-}
126-
127:KDbConnection *KDbDriver::createConnection(const
KDbConnectionData& connData,
128-                                           const
KDbConnectionOptions &options)
129-{
130-    clearResult();

No no :) You seem to load outdated  Kdb here...

This change was 4103de216e96542843, Committer: Jaroslaw Staniek
<staniek at kde.org>  2015-06-16 00:21:14

[cut]
(please CC to kexi-devel)

-- 
regards, Jaroslaw Staniek

KDE:
: A world-wide network of software engineers, artists, writers, translators
: and facilitators committed to Free Software development - http://kde.org
Calligra Suite:
: A graphic art and office suite - http://calligra.org
Kexi:
: A visual database apps builder - http://calligra.org/kexi
Qt Certified Specialist:
: http://www.linkedin.com/in/jstaniek


More information about the Kexi-devel mailing list