Closed Barmarel closed 2 years ago
Hi, thanks for the report. Yeah, that sounds bad and should not happen. Which version are you using? Could you maybe get me a backtrace from gdb? It says in the troubleshooting section of the readme how to do that.
I am using version 0.6.7 because version 0.6.8, I do not have a .so file ...
Here I did as written in the instructions: `gdb pidgin GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://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. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". Type "show configuration" for configuration details. For bug reporting instructions, please see: http://www.gnu.org/software/gdb/bugs/. Find the GDB manual and other documentation resources online at: http://www.gnu.org/software/gdb/documentation/. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from pidgin...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/pidgin [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". gpg-agent: агент gpg уже запущен - еще один, новый, запущен не будет [New Thread 0x7fffd49e6700 (LWP 4839)] [New Thread 0x7fffcffff700 (LWP 4840)] [New Thread 0x7fffcf7fe700 (LWP 4841)] [New Thread 0x7fffceffd700 (LWP 4842)] [Thread 0x7fffcf7fe700 (LWP 4841) exited] [Thread 0x7fffceffd700 (LWP 4842) exited]
Thread 1 "pidgin" received signal SIGSEGV, Segmentation fault. 0x00007fffdf23fcfb in jabber_send_signal_cb () from /usr/lib/purple-2/libjabber.so.0 (gdb) bt
from /usr/lib/purple-2/libjabber.so.0
from /usr/lib/x86_64-linux-gnu/libpurple.so.0
from /usr/lib/x86_64-linux-gnu/libpurple.so.0
from /usr/lib/purple-2/libjabber.so.0
from /usr/lib/purple-2/libjabber.so.0
from /usr/lib/x86_64-linux-gnu/libpurple.so.0
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
from /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
---Type
`
Which version of Pidgin is that? Did you take the .so
from the releases page? I did not think anyone uses them. If you want, I can compile and upload it.
In Pidgin with the Lurch module activated, it is not possible to send a message, when the submit button is pressed, the Pidgin application is closed.