[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#954800: baloo-kf5: baloo_file 5.62.0-2 (current testing) crashes on amd64 on database creation



Package: baloo-kf5
Version: 5.62.0-2.1
Severity: important
Tags: newcomer

Dear Maintainer,

current version of baloo_file crashes on database creation on my amd64
(multiarch enabled) system.

The problem is that in engine/database.cpp line 139:

        rc = mdb_env_open(..)

returns a non-zero exit code (12: out of memory).

This can be fixed by changing line 125:

        size_t sizeInGByte = 256;

to

        size_t sizeInGByte = 8;

If I remember correctly 9 was the highest working on my system with 16GB RAM
and ~5GB used (if that has anything to do with it).

I have absolutely no idea why this fixes the problem, but I hope someone else
does and this bug report helps. Thanks!

Best regards
Joe Kays



-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (1000, 'testing'), (700, 'experimental'), (700, 'unstable'), (700, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), LANGUAGE=de:en_GB (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages baloo-kf5 depends on:
ii  kio                  5.62.1-2+b1
ii  libc6                2.30-2
ii  libkf5baloo5         5.62.0-2.1
ii  libkf5balooengine5   5.62.0-2.1
ii  libkf5configcore5    5.62.0-1+b1
ii  libkf5coreaddons5    5.62.0-1
ii  libkf5crash5         5.62.0-1+b1
ii  libkf5dbusaddons5    5.62.0-1
ii  libkf5filemetadata3  5.62.0-1+b1
ii  libkf5i18n5          5.62.0-1
ii  libkf5idletime5      5.62.0-1+b1
ii  libkf5kiocore5       5.62.1-2+b1
ii  libkf5solid5         5.62.0-2
ii  libqt5core5a         5.12.5+dfsg-9
ii  libqt5dbus5          5.12.5+dfsg-9
ii  libqt5gui5           5.12.5+dfsg-9
ii  libqt5qml5           5.12.5-5
ii  libqt5widgets5       5.12.5+dfsg-9
ii  libstdc++6           10-20200312-2

baloo-kf5 recommends no packages.

baloo-kf5 suggests no packages.

-- no debconf information


Reply to: