* bug#55136: keepassxc segfaults when merging databases
@ 2022-04-26 15:25 raingloom
2022-04-28 16:38 ` Aurora via Bug reports for GNU Guix
0 siblings, 1 reply; 9+ messages in thread
From: raingloom @ 2022-04-26 15:25 UTC (permalink / raw)
To: 55136
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
```
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#55136: keepassxc segfaults when merging databases
2022-04-26 15:25 bug#55136: keepassxc segfaults when merging databases raingloom
@ 2022-04-28 16:38 ` Aurora via Bug reports for GNU Guix
2022-06-08 21:20 ` Maxim Cournoyer
0 siblings, 1 reply; 9+ messages in thread
From: Aurora via Bug reports for GNU Guix @ 2022-04-28 16:38 UTC (permalink / raw)
To: raingloom; +Cc: 55136
raingloom <raingloom@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.
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#55136: keepassxc segfaults when merging databases
2022-04-28 16:38 ` Aurora via Bug reports for GNU Guix
@ 2022-06-08 21:20 ` Maxim Cournoyer
2022-06-09 2:29 ` Thiago Jung Bauermann via Bug reports for GNU Guix
0 siblings, 1 reply; 9+ messages in thread
From: Maxim Cournoyer @ 2022-06-08 21:20 UTC (permalink / raw)
To: Aurora; +Cc: 55136, raingloom
Hello,
Aurora <rind38@disroot.org> writes:
> raingloom <raingloom@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
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#55136: keepassxc segfaults when merging databases
2022-06-08 21:20 ` Maxim Cournoyer
@ 2022-06-09 2:29 ` Thiago Jung Bauermann via Bug reports for GNU Guix
2022-06-09 18:52 ` Maxim Cournoyer
0 siblings, 1 reply; 9+ messages in thread
From: Thiago Jung Bauermann via Bug reports for GNU Guix @ 2022-06-09 2:29 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: rind38, 55136, raingloom
Hello,
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Hello,
>
> Aurora <rind38@disroot.org> writes:
>
>> raingloom <raingloom@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
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#55136: keepassxc segfaults when merging databases
2022-06-09 2:29 ` Thiago Jung Bauermann via Bug reports for GNU Guix
@ 2022-06-09 18:52 ` Maxim Cournoyer
2022-06-10 3:42 ` Aurora via Bug reports for GNU Guix
0 siblings, 1 reply; 9+ messages in thread
From: Maxim Cournoyer @ 2022-06-09 18:52 UTC (permalink / raw)
To: Thiago Jung Bauermann; +Cc: rind38, 55136, raingloom
Hello,
Thiago Jung Bauermann <bauermann@kolabnow.com> writes:
> Hello,
>
> Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
>
>> Hello,
>>
>> Aurora <rind38@disroot.org> writes:
>>
>>> raingloom <raingloom@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
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#55136: keepassxc segfaults when merging databases
2022-06-09 18:52 ` Maxim Cournoyer
@ 2022-06-10 3:42 ` Aurora via Bug reports for GNU Guix
2022-06-10 13:11 ` raingloom
0 siblings, 1 reply; 9+ messages in thread
From: Aurora via Bug reports for GNU Guix @ 2022-06-10 3:42 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: 55136, raingloom, Thiago Jung Bauermann
Maxim Cournoyer <maxim.cournoyer@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
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#55136: keepassxc segfaults when merging databases
2022-06-10 3:42 ` Aurora via Bug reports for GNU Guix
@ 2022-06-10 13:11 ` raingloom
2023-10-04 3:14 ` Maxim Cournoyer
0 siblings, 1 reply; 9+ messages in thread
From: raingloom @ 2022-06-10 13:11 UTC (permalink / raw)
To: Aurora; +Cc: 55136, Maxim Cournoyer, Thiago Jung Bauermann
On Thu, 09 Jun 2022 23:42:35 -0400
Aurora <rind38@disroot.org> wrote:
> Maxim Cournoyer <maxim.cournoyer@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.
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#55136: keepassxc segfaults when merging databases
2022-06-10 13:11 ` raingloom
@ 2023-10-04 3:14 ` Maxim Cournoyer
2023-10-08 14:27 ` Csepp
0 siblings, 1 reply; 9+ messages in thread
From: Maxim Cournoyer @ 2023-10-04 3:14 UTC (permalink / raw)
To: raingloom; +Cc: Aurora, 55136, Thiago Jung Bauermann
Hello,
raingloom <raingloom@riseup.net> writes:
> On Thu, 09 Jun 2022 23:42:35 -0400
> Aurora <rind38@disroot.org> wrote:
>
>> Maxim Cournoyer <maxim.cournoyer@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
^ permalink raw reply [flat|nested] 9+ messages in thread
* bug#55136: keepassxc segfaults when merging databases
2023-10-04 3:14 ` Maxim Cournoyer
@ 2023-10-08 14:27 ` Csepp
0 siblings, 0 replies; 9+ messages in thread
From: Csepp @ 2023-10-08 14:27 UTC (permalink / raw)
To: Maxim Cournoyer
Cc: Aurora, 55136, raingloom, 55136-done, Thiago Jung Bauermann
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:
> Hello,
>
> raingloom <raingloom@riseup.net> writes:
>
>> On Thu, 09 Jun 2022 23:42:35 -0400
>> Aurora <rind38@disroot.org> wrote:
>>
>>> Maxim Cournoyer <maxim.cournoyer@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.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-10-08 14:30 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-26 15:25 bug#55136: keepassxc segfaults when merging databases raingloom
2022-04-28 16:38 ` Aurora via Bug reports for GNU Guix
2022-06-08 21:20 ` Maxim Cournoyer
2022-06-09 2:29 ` Thiago Jung Bauermann via Bug reports for GNU Guix
2022-06-09 18:52 ` Maxim Cournoyer
2022-06-10 3:42 ` Aurora via Bug reports for GNU Guix
2022-06-10 13:11 ` raingloom
2023-10-04 3:14 ` Maxim Cournoyer
2023-10-08 14:27 ` Csepp
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.