segfault at 10 ip 00007fbb33028d4e sp 00007ffd8d3bf380 error 4 in libdbus-1.so.3.19.13[7fbb33027000+2e000]
Srinadh Penugonda
srinadh0 at yahoo.com
Wed Sep 29 01:39:25 UTC 2021
If it crashes in the host module, I should see it in the backtrace. But the backtrace is pointing to libdbus.. so something must have happened even before reaching the destination.
(gdb) bt
#0 0x00007f7ac3444d4e in ?? () from /lib/x86_64-linux-gnu/libdbus-1.so.3
#1 0x00007f7ac3224a77 in DBus::MessageIter::recurse() () from /usr/lib/x86_64-linux-gnu/libdbus-c++-1.so.0
#2 0x00007f7ac3a421ac in HostQuery () from /usr/lib/x86_64-linux-gnu/libhostcomm.so.0
#3 0x000055dd5ee7a6c8 in ?? ()
#4 0x000055dd5ee7cb54 in ?? ()
#5 0x000055dd5ee685ae in ?? ()
#6 0x00007f7ac357809b in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x000055dd5ee68f4a in ?? ()
(gdb)
~~ Thanks, Srinadh
On Tuesday, September 28, 2021, 05:34:22 PM PDT, Lawrence D'Oliveiro <ldo at geek-central.gen.nz> wrote:
On Wed, 29 Sep 2021 00:13:04 +0000 (UTC), Srinadh Penugonda wrote:
> key_ctl expects an array of strings.
So it’s crashing somewhere inside there? You need to add more debugs in
there to track that down, then.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dbus/attachments/20210929/6ab4142a/attachment.htm>
More information about the dbus
mailing list