GNU bug report logs - #55136
keepassxc segfaults when merging databases

Previous Next

Package: guix;

Reported by: raingloom <raingloom <at> riseup.net>

Date: Tue, 26 Apr 2022 21:10:02 UTC

Severity: normal

Tags: moreinfo

Done: Csepp <raingloom <at> riseup.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 55136 in the body.
You can then email your comments to 55136 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Tue, 26 Apr 2022 21:10:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to raingloom <raingloom <at> riseup.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 26 Apr 2022 21:10:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: raingloom <raingloom <at> riseup.net>
To: Guix Bugs <bug-guix <at> gnu.org>
Subject: keepassxc segfaults when merging databases
Date: Tue, 26 Apr 2022 17:25:46 +0200
Sorry, can't really send the database files, obviously.

Here is the error message instead.

```
failed to register FdoSecrets::Item(0x5596b3d47a20) at
"/org/freedesktop/secrets/collection/passes/c417f89606a5463fa0746d0a5f5625ba"
"Failed to register item on DBus at path
'/org/freedesktop/secrets/collection/passes/c417f89606a5463fa0746d0a5f5625ba'"
QObject::connect(Group, Unknown): invalid nullptr parameter
QObject::connect(FdoSecrets::Item, FdoSecrets::Collection): invalid
nullptr parameter QObject::connect(FdoSecrets::Item,
FdoSecrets::Collection): invalid nullptr parameter [1]    1425
segmentation fault  keepassxc
```




Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Thu, 28 Apr 2022 16:39:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Aurora <rind38 <at> disroot.org>
To: raingloom <raingloom <at> riseup.net>
Cc: 55136 <at> debbugs.gnu.org, bug-guix <at> gnu.org
Subject: Re: bug#55136: keepassxc segfaults when merging databases
Date: Thu, 28 Apr 2022 12:38:06 -0400
raingloom <raingloom <at> riseup.net> writes:

> Sorry, can't really send the database files, obviously.
>
> Here is the error message instead.
>
> ```
> failed to register FdoSecrets::Item(0x5596b3d47a20) at
> "/org/freedesktop/secrets/collection/passes/c417f89606a5463fa0746d0a5f5625ba"
> "Failed to register item on DBus at path
> '/org/freedesktop/secrets/collection/passes/c417f89606a5463fa0746d0a5f5625ba'"
> QObject::connect(Group, Unknown): invalid nullptr parameter
> QObject::connect(FdoSecrets::Item, FdoSecrets::Collection): invalid
> nullptr parameter QObject::connect(FdoSecrets::Item,
> FdoSecrets::Collection): invalid nullptr parameter [1]    1425
> segmentation fault  keepassxc
> ```

It might be advisable to try a synthetic test using two new databases
with some dummy entries in them, to see if it's a general problem with
database merging or if there's something specifically about the
databases you're trying to merge that's not being accepted.




Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Thu, 28 Apr 2022 16:39:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Wed, 08 Jun 2022 21:21:02 GMT) Full text and rfc822 format available.

Message #14 received at 55136 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Aurora <rind38 <at> disroot.org>
Cc: 55136 <at> debbugs.gnu.org, raingloom <raingloom <at> riseup.net>
Subject: Re: bug#55136: keepassxc segfaults when merging databases
Date: Wed, 08 Jun 2022 17:20:02 -0400
Hello,

Aurora <rind38 <at> disroot.org> writes:

> raingloom <raingloom <at> riseup.net> writes:
>
>> Sorry, can't really send the database files, obviously.
>>
>> Here is the error message instead.
>>
>> ```
>> failed to register FdoSecrets::Item(0x5596b3d47a20) at
>> "/org/freedesktop/secrets/collection/passes/c417f89606a5463fa0746d0a5f5625ba"
>> "Failed to register item on DBus at path
>> '/org/freedesktop/secrets/collection/passes/c417f89606a5463fa0746d0a5f5625ba'"
>> QObject::connect(Group, Unknown): invalid nullptr parameter
>> QObject::connect(FdoSecrets::Item, FdoSecrets::Collection): invalid
>> nullptr parameter QObject::connect(FdoSecrets::Item,
>> FdoSecrets::Collection): invalid nullptr parameter [1]    1425
>> segmentation fault  keepassxc
>> ```
>
> It might be advisable to try a synthetic test using two new databases
> with some dummy entries in them, to see if it's a general problem with
> database merging or if there's something specifically about the
> databases you're trying to merge that's not being accepted.

Keepassxc seems crashy; I tried creating a new database and it was
crashing randomly, without any error output.

Maxim




Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Thu, 09 Jun 2022 02:33:01 GMT) Full text and rfc822 format available.

Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: Aurora <rind38 <at> disroot.org>, 55136 <at> debbugs.gnu.org, bug-guix <at> gnu.org,
 raingloom <raingloom <at> riseup.net>
Subject: Re: bug#55136: keepassxc segfaults when merging databases
Date: Wed, 08 Jun 2022 23:29:42 -0300
Hello,

Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

> Hello,
>
> Aurora <rind38 <at> disroot.org> writes:
>
>> raingloom <raingloom <at> riseup.net> writes:
>>
>>> Sorry, can't really send the database files, obviously.
>>>
>>> Here is the error message instead.
>>>
>>> ```
>>> failed to register FdoSecrets::Item(0x5596b3d47a20) at
>>> "/org/freedesktop/secrets/collection/passes/c417f89606a5463fa0746d0a5f5625ba"
>>> "Failed to register item on DBus at path
>>> '/org/freedesktop/secrets/collection/passes/c417f89606a5463fa0746d0a5f5625ba'"
>>> QObject::connect(Group, Unknown): invalid nullptr parameter
>>> QObject::connect(FdoSecrets::Item, FdoSecrets::Collection): invalid
>>> nullptr parameter QObject::connect(FdoSecrets::Item,
>>> FdoSecrets::Collection): invalid nullptr parameter [1]    1425
>>> segmentation fault  keepassxc
>>> ```
>>
>> It might be advisable to try a synthetic test using two new databases
>> with some dummy entries in them, to see if it's a general problem with
>> database merging or if there's something specifically about the
>> databases you're trying to merge that's not being accepted.
>
> Keepassxc seems crashy; I tried creating a new database and it was
> crashing randomly, without any error output.

Strange, I use keepassxc regularly for a long time now and I've never
seen it crash. Though I don't do complex stuff such as merging
databases, just retrieval of users and passwords and creation of new
entries.

-- 
Thanks
Thiago




Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Thu, 09 Jun 2022 02:33:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Thu, 09 Jun 2022 18:53:02 GMT) Full text and rfc822 format available.

Message #23 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Cc: Aurora <rind38 <at> disroot.org>, 55136 <at> debbugs.gnu.org, bug-guix <at> gnu.org,
 raingloom <raingloom <at> riseup.net>
Subject: Re: bug#55136: keepassxc segfaults when merging databases
Date: Thu, 09 Jun 2022 14:52:21 -0400
Hello,

Thiago Jung Bauermann <bauermann <at> kolabnow.com> writes:

> Hello,
>
> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
>
>> Hello,
>>
>> Aurora <rind38 <at> disroot.org> writes:
>>
>>> raingloom <raingloom <at> riseup.net> writes:
>>>
>>>> Sorry, can't really send the database files, obviously.
>>>>
>>>> Here is the error message instead.
>>>>
>>>> ```
>>>> failed to register FdoSecrets::Item(0x5596b3d47a20) at
>>>> "/org/freedesktop/secrets/collection/passes/c417f89606a5463fa0746d0a5f5625ba"
>>>> "Failed to register item on DBus at path
>>>> '/org/freedesktop/secrets/collection/passes/c417f89606a5463fa0746d0a5f5625ba'"
>>>> QObject::connect(Group, Unknown): invalid nullptr parameter
>>>> QObject::connect(FdoSecrets::Item, FdoSecrets::Collection): invalid
>>>> nullptr parameter QObject::connect(FdoSecrets::Item,
>>>> FdoSecrets::Collection): invalid nullptr parameter [1]    1425
>>>> segmentation fault  keepassxc
>>>> ```
>>>
>>> It might be advisable to try a synthetic test using two new databases
>>> with some dummy entries in them, to see if it's a general problem with
>>> database merging or if there's something specifically about the
>>> databases you're trying to merge that's not being accepted.
>>
>> Keepassxc seems crashy; I tried creating a new database and it was
>> crashing randomly, without any error output.
>
> Strange, I use keepassxc regularly for a long time now and I've never
> seen it crash. Though I don't do complex stuff such as merging
> databases, just retrieval of users and passwords and creation of new
> entries.

I also use it everyday, but I simply open an existing (dated) database
and edit entries to it/use it.  It seems to crash often when creating
new databases for me.

Maxim




Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Thu, 09 Jun 2022 18:53:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Fri, 10 Jun 2022 03:43:02 GMT) Full text and rfc822 format available.

Message #29 received at 55136 <at> debbugs.gnu.org (full text, mbox):

From: Aurora <rind38 <at> disroot.org>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 55136 <at> debbugs.gnu.org, raingloom <raingloom <at> riseup.net>,
 Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: Re: bug#55136: keepassxc segfaults when merging databases
Date: Thu, 09 Jun 2022 23:42:35 -0400
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
>> Strange, I use keepassxc regularly for a long time now and I've never
>> seen it crash. Though I don't do complex stuff such as merging
>> databases, just retrieval of users and passwords and creation of new
>> entries.
>
> I also use it everyday, but I simply open an existing (dated) database
> and edit entries to it/use it.  It seems to crash often when creating
> new databases for me.
>
> Maxim

I just tested Guix's Keepassxc v2.7.1 at Guix revision
01596f40a994a2bb39dde5867ca66e9f7e9e67e0 for merging newly created
databases (KDBX4) with and without conflicts in entries.

I experienced no crashes. Unless keepassxc or its dependencies changed
by the time I tested it, I think that something else might be
interacting.

- Aurora




Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Sat, 11 Jun 2022 11:24:02 GMT) Full text and rfc822 format available.

Message #32 received at 55136 <at> debbugs.gnu.org (full text, mbox):

From: raingloom <raingloom <at> riseup.net>
To: Aurora <rind38 <at> disroot.org>
Cc: 55136 <at> debbugs.gnu.org, Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: Re: bug#55136: keepassxc segfaults when merging databases
Date: Fri, 10 Jun 2022 15:11:20 +0200
On Thu, 09 Jun 2022 23:42:35 -0400
Aurora <rind38 <at> disroot.org> wrote:

> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> >> Strange, I use keepassxc regularly for a long time now and I've
> >> never seen it crash. Though I don't do complex stuff such as
> >> merging databases, just retrieval of users and passwords and
> >> creation of new entries.  
> >
> > I also use it everyday, but I simply open an existing (dated)
> > database and edit entries to it/use it.  It seems to crash often
> > when creating new databases for me.
> >
> > Maxim  
> 
> I just tested Guix's Keepassxc v2.7.1 at Guix revision
> 01596f40a994a2bb39dde5867ca66e9f7e9e67e0 for merging newly created
> databases (KDBX4) with and without conflicts in entries.
> 
> I experienced no crashes. Unless keepassxc or its dependencies changed
> by the time I tested it, I think that something else might be
> interacting.
> 
> - Aurora

Might very well be an upstream bug, I'll try to build it with debug
symbols and see if I can reproduce it with the latest Guix commit.




Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Wed, 04 Oct 2023 03:16:01 GMT) Full text and rfc822 format available.

Message #35 received at 55136 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: raingloom <raingloom <at> riseup.net>
Cc: Aurora <rind38 <at> disroot.org>, 55136 <at> debbugs.gnu.org,
 Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: Re: bug#55136: keepassxc segfaults when merging databases
Date: Tue, 03 Oct 2023 23:14:38 -0400
Hello,

raingloom <raingloom <at> riseup.net> writes:

> On Thu, 09 Jun 2022 23:42:35 -0400
> Aurora <rind38 <at> disroot.org> wrote:
>
>> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
>> >> Strange, I use keepassxc regularly for a long time now and I've
>> >> never seen it crash. Though I don't do complex stuff such as
>> >> merging databases, just retrieval of users and passwords and
>> >> creation of new entries.  
>> >
>> > I also use it everyday, but I simply open an existing (dated)
>> > database and edit entries to it/use it.  It seems to crash often
>> > when creating new databases for me.
>> >
>> > Maxim  
>> 
>> I just tested Guix's Keepassxc v2.7.1 at Guix revision
>> 01596f40a994a2bb39dde5867ca66e9f7e9e67e0 for merging newly created
>> databases (KDBX4) with and without conflicts in entries.
>> 
>> I experienced no crashes. Unless keepassxc or its dependencies changed
>> by the time I tested it, I think that something else might be
>> interacting.
>> 
>> - Aurora
>
> Might very well be an upstream bug, I'll try to build it with debug
> symbols and see if I can reproduce it with the latest Guix commit.

Any update?  Do newer versions work better for you?

-- 
Thanks,
Maxim




Added tag(s) moreinfo. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 04 Oct 2023 03:16:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-guix <at> gnu.org:
bug#55136; Package guix. (Sun, 08 Oct 2023 14:30:02 GMT) Full text and rfc822 format available.

Message #40 received at 55136 <at> debbugs.gnu.org (full text, mbox):

From: Csepp <raingloom <at> riseup.net>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: Aurora <rind38 <at> disroot.org>, 55136 <at> debbugs.gnu.org,
 raingloom <raingloom <at> riseup.net>, 55136-done <at> debbugs.gnu.org,
 Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: Re: bug#55136: keepassxc segfaults when merging databases
Date: Sun, 08 Oct 2023 16:27:48 +0200
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

> Hello,
>
> raingloom <raingloom <at> riseup.net> writes:
>
>> On Thu, 09 Jun 2022 23:42:35 -0400
>> Aurora <rind38 <at> disroot.org> wrote:
>>
>>> Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
>>> >> Strange, I use keepassxc regularly for a long time now and I've
>>> >> never seen it crash. Though I don't do complex stuff such as
>>> >> merging databases, just retrieval of users and passwords and
>>> >> creation of new entries.  
>>> >
>>> > I also use it everyday, but I simply open an existing (dated)
>>> > database and edit entries to it/use it. It seems to crash often
>>> > when creating new databases for me.
>>> >
>>> > Maxim  
>>> 
>>> I just tested Guix's Keepassxc v2.7.1 at Guix revision
>>> 01596f40a994a2bb39dde5867ca66e9f7e9e67e0 for merging newly created
>>> databases (KDBX4) with and without conflicts in entries.
>>> 
>>> I experienced no crashes. Unless keepassxc or its dependencies
>>> changed
>>> by the time I tested it, I think that something else might be
>>> interacting.
>>> 
>>> - Aurora
>>
>> Might very well be an upstream bug, I'll try to build it with debug
>> symbols and see if I can reproduce it with the latest Guix commit.
>
> Any update?  Do newer versions work better for you?

Seems to work right now, I guess we can close it for now.




Reply sent to Csepp <raingloom <at> riseup.net>:
You have taken responsibility. (Sun, 08 Oct 2023 14:30:03 GMT) Full text and rfc822 format available.

Notification sent to raingloom <raingloom <at> riseup.net>:
bug acknowledged by developer. (Sun, 08 Oct 2023 14:30:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 06 Nov 2023 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 143 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.