dino icon indicating copy to clipboard operation
dino copied to clipboard

Segmentation fault in xmpp_message_archive_management_NS_VER

Open joudinet opened this issue 1 year ago • 0 comments

Hi, I've just installed the package dino-im on a fresh installation of Debian stable (bookworm), using Gnome. After configuring my XMPP account, it immediately crashes. Then, I run it with gdb to identify where it crashes and it reports:

Thread 1 "dino-im" received signal SIGSEGV, Segmentation fault.
0x00007ffff7e2170a in xmpp_message_archive_management_NS_VER ()
    from /usr/lib/x86_64-linux-gnu/dino-im/libxmpp-vala.so.0

Looking at the backtrace, it was just before in xmpp_message_archive_management_create_base_query

I guess this might be due to loading a MUC room (which my account should do automatically when I start my XMPP client).

I use dino-im version 0.4.2-1 according to dpkg -l.

Any idea how to circumvent this crash?

joudinet avatar Apr 11 '24 13:04 joudinet