Skip to content

Crash during export to sql #4154

Description

@jebissey

Details for the issue

What did you do?

Create a base with:
sqlite3 /tmp/test.db <<'EOF'
CREATE TABLE test(id INTEGER PRIMARY KEY, name TEXT);
INSERT INTO test(name) VALUES ('abc');
EOF

open with:
sqlitebrowser

export to sql file

What did you expect to see?

What did you see instead?

many lines
KServiceTypeTrader: serviceType "ThumbCreator" not found

and finaly

terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Abandon (core dumped)

Useful extra information

DB4S v3.13.99 (Apr 11 2025) [built for x86_64-little_endian-lp64] on Debian GNU/Linux 13 (trixie) (linux/6.12.90 deb13.1-amd64) [x86_64]
using SQLCipher Version 4.6.1 community (based on SQLite 3.46.1)
and Qt 5.15.15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions