You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program received signal SIGSEGV, Segmentation fault.
__strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:74
74 ../sysdeps/x86_64/multiarch/strlen-avx2.S: Datei oder Verzeichnis nicht gefunden.
(gdb) bt
#0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:74
#1 0x00007ffff73f4638 in __vfprintf_internal (s=s@entry=0x7fffffffc850, format=format@entry=0x555555605230 "Spawning '%s' failed with '%s'.", ap=ap@entry=0x7fffffffc9e8, mode_flags=mode_flags@entry=2) at vfprintf-internal.c:1647
#2 0x00007ffff7404e01 in __vasprintf_internal (result_ptr=0x7fffffffc9b0, format=0x555555605230 "Spawning '%s' failed with '%s'.", args=0x7fffffffc9e8, mode_flags=2) at vasprintf.c:57
#3 0x00007ffff78aaa0f in g_vasprintf () from target:/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007ffff7880151 in g_string_append_vprintf () from target:/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5 0x000055555558b5e2 in log_error (msg=msg@entry=0x555555605230 "Spawning '%s' failed with '%s'.") at src/log.c:168
#6 0x000055555558c81b in call_external (argv=argv@entry=0x7fffffffcb10, std_out=std_out@entry=0x0, std_err=std_err@entry=0x0) at src/common.c:468
#7 0x00005555555a8d8f in _avatar_request_item_result_handler (stanza=<optimized out>, userdata=0x55555db52fe0) at src/xmpp/avatar.c:343
#8 0x00005555555994ad in _iq_handler (conn=<optimized out>, userdata=<optimized out>, stanza=0x55555e50ad40) at src/xmpp/iq.c:231
#9 _iq_handler (conn=<optimized out>, stanza=0x55555e50ad40, userdata=<optimized out>) at src/xmpp/iq.c:165
#10 0x00007ffff76be3c9 in ?? () from target:/lib/x86_64-linux-gnu/libstrophe.so.0
#11 0x00007ffff76bbbcc in ?? () from target:/lib/x86_64-linux-gnu/libstrophe.so.0
#12 0x00007ffff76c9d3f in ?? () from target:/lib/x86_64-linux-gnu/libstrophe.so.0
#13 0x00007ffff6ba69e4 in doContent (parser=parser@entry=0x555555ad1f10, startTagLevel=startTagLevel@entry=0, enc=<optimized out>, s=<optimized out>, end=<optimized out>, nextPtr=0x555555ad1f40, haveMore=1 '\001',
account=XML_ACCOUNT_DIRECT) at ../../src/lib/xmlparse.c:3047
#14 0x00007ffff6ba77aa in contentProcessor (parser=0x555555ad1f10, start=<optimized out>, end=<optimized out>, endPtr=<optimized out>) at ../../src/lib/xmlparse.c:2612
#15 0x00007ffff6ba1cc1 in XML_ParseBuffer (parser=0x555555ad1f10, len=3046, isFinal=0) at ../../src/lib/xmlparse.c:2009
#16 0x00007ffff76bdd24 in xmpp_run_once () from target:/lib/x86_64-linux-gnu/libstrophe.so.0
#17 0x000055555559519f in connection_check_events () at src/xmpp/connection.c:148
#18 0x000055555558e6dc in prof_run (log_level=<optimized out>, account_name=<optimized out>, config_file=0x0, log_file=0x0, theme_name=<optimized out>) at src/profanity.c:132
#19 0x000055555558a68d in main (argc=<optimized out>, argv=<optimized out>) at src/main.c:186
Steps to Reproduce (for bugs)
Use /avatar open on a contact in the roster (seems not to segfault for every contact so you might have to try several contacts)
Environment
Debian Testing
profanity -v
Profanity, version 0.12.1dev.master.9605334d
Copyright (C) 2012 - 2019 James Booth <boothj5web@gmail.com>.
Copyright (C) 2019 - 2022 Michael Vetter <jubalh@iodoru.org>.
License GPLv3+: GNU GPL version 3 or later <https://www.gnu.org/licenses/gpl.html>
This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Build information:
XMPP library: libstrophe
Desktop notification support: Enabled
OTR support: Enabled (libotr 4.1.1)
PGP support: Enabled (libgpgme 1.17.1)
OMEMO support: Enabled
C plugins: Enabled
Python plugins: Disabled
GTK icons/clipboard: Disabled
GDK Pixbuf: Enabled
The text was updated successfully, but these errors were encountered:
/avatar open $contact
made profanity segfault.Expected Behavior
Download and open the avatar.
Current Behavior
Segfault
Steps to Reproduce (for bugs)
/avatar open
on a contact in the roster (seems not to segfault for every contact so you might have to try several contacts)Environment
The text was updated successfully, but these errors were encountered: