Bug#765626: irssi-plugin-xmpp: segfaults on attempting to send a message

2015-04-01 Thread Jamon Camisso

Thanks for the follow up Florian.

I have about 24 hours of light usage with the suggested versions and I 
haven't seen the segfaults. Let's chalk it up to ABI breakage, what with 
the renewed upstream irssi development.


Cheers, Jamon

On 27/03/15 04:16 PM, Florian Schlichting wrote:

Hi Nick and Jamon,

you both reported seemingly unexplainable segfaults when doing fairly
boring things with irssi-plugin-xmpp. Can you confirm that these issues
have disappeared since version 0.52+git20140102-2+b1, recompiled against
a new irrsi (0.8.17) in early December?

This would mean the issues you encountered were breakage caused by ABI
changes in the new irssi version, and should be prevented in the future
via #772479.

Florian


On Mon, Nov 10, 2014 at 09:29:34AM -0500, Jamon Camisso wrote:

Package: irssi-plugin-xmpp
Version: 0.52+git20140102-2
Followup-For: Bug #765626

Sure, here's a backtrace with those packages installed:

#0  0x0048d415 in cmd_msg (data=0x1ebc2e0 \267\002, server=0x1ebc2e0, 
item=0x0)
 at chat-commands.c:392
#1  0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1d65eb0,
 params=params@entry=3, va=va@entry=0x7fff70104df8, first_hook=optimized 
out)
 at signals.c:242
#2  0x0048b2fd in signal_emit (signal=signal@entry=0x2391370 command 
msg,
 params=params@entry=3) at signals.c:286
#3  0x00477440 in parse_command (item=0x0, server=0x1ebc2e0,
 expand_aliases=optimized out, command=0x2377e71 msg snipped@gmail.com 
test)
 at commands.c:899
#4  event_command (line=0x2377e71 msg snipped@gmail.com test, 
server=0x1ebc2e0,
 item=0x0) at commands.c:945
#5  0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1d5af10,
 params=params@entry=3, va=va@entry=0x7fff70104fa8, first_hook=optimized 
out)
 at signals.c:242
#6  0x0048b2fd in signal_emit (signal=signal@entry=0x49940d send 
command,
 params=params@entry=3) at signals.c:286
#7  0x0041a233 in key_send_line () at gui-readline.c:439
#8  0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1db74d0,
 params=params@entry=3, va=va@entry=0x7fff70105138, first_hook=optimized 
out)
 at signals.c:242
#9  0x0048b2fd in signal_emit (signal=signal@entry=0x23951e0 key 
send_line,
 params=params@entry=3) at signals.c:286
#10 0x0044cdc3 in sig_multi (data=optimized out, gui_data=0x0)
 at keyboard.c:653
#11 0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1d8a9f0,
 params=params@entry=3, va=va@entry=0x7fff701052d8, first_hook=optimized 
out)
 at signals.c:242
#12 0x0048b2fd in signal_emit (signal=signal@entry=0x2395620 key 
multi,
 params=params@entry=3) at signals.c:286
#13 0x0044d6f3 in key_emit_signal (keyboard=0x1db0140, key=0x1d8f830,
 key=0x1d8f830) at keyboard.c:552
#14 key_pressed (keyboard=0x1db0140, key=key@entry=0x7fff70105400 ^J) at 
keyboard.c:608
#15 0x00419a01 in sig_gui_key_pressed (keyp=0xa) at gui-readline.c:406
#16 0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1dbd7f0,
 params=params@entry=1, va=va@entry=0x7fff701054b8, first_hook=optimized 
out)
 at signals.c:242
#17 0x0048b2fd in signal_emit (signal=optimized out, params=1) at 
signals.c:286
#18 0x0041ac77 in sig_input () at gui-readline.c:664
#19 0x0047e133 in irssi_io_invoke (source=optimized out,
 condition=optimized out, data=optimized out) at misc.c:54
#20 0x7fec2174cb6d in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x7fec2174cf48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x7fec2174cffc in g_main_context_iteration ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00416c34 in main (argc=optimized out, argv=0x7fff70105878) at 
irssi.c:379

Cheers, Jamon



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#765626: irssi-plugin-xmpp: segfaults on attempting to send a message

2015-03-28 Thread Nick
Hi Florian,

On 2015-03-27 21:16, Florian Schlichting wrote:
 Can you confirm that these issues have disappeared since version
 0.52+git20140102-2+b1, recompiled against a new irrsi (0.8.17) in
 early December?

Yes, with that version I am now able to send jabber messages.
Thanks!
-- 
Nick


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#765626: irssi-plugin-xmpp: segfaults on attempting to send a message

2015-03-27 Thread Florian Schlichting
Hi Nick and Jamon,

you both reported seemingly unexplainable segfaults when doing fairly
boring things with irssi-plugin-xmpp. Can you confirm that these issues
have disappeared since version 0.52+git20140102-2+b1, recompiled against
a new irrsi (0.8.17) in early December?

This would mean the issues you encountered were breakage caused by ABI
changes in the new irssi version, and should be prevented in the future
via #772479.

Florian


On Mon, Nov 10, 2014 at 09:29:34AM -0500, Jamon Camisso wrote:
 Package: irssi-plugin-xmpp
 Version: 0.52+git20140102-2
 Followup-For: Bug #765626
 
 Sure, here's a backtrace with those packages installed:
 
 #0  0x0048d415 in cmd_msg (data=0x1ebc2e0 \267\002, 
 server=0x1ebc2e0, item=0x0)
 at chat-commands.c:392
 #1  0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1d65eb0,
 params=params@entry=3, va=va@entry=0x7fff70104df8, first_hook=optimized 
 out)
 at signals.c:242
 #2  0x0048b2fd in signal_emit (signal=signal@entry=0x2391370 command 
 msg,
 params=params@entry=3) at signals.c:286
 #3  0x00477440 in parse_command (item=0x0, server=0x1ebc2e0,
 expand_aliases=optimized out, command=0x2377e71 msg 
 snipped@gmail.com test)
 at commands.c:899
 #4  event_command (line=0x2377e71 msg snipped@gmail.com test, 
 server=0x1ebc2e0,
 item=0x0) at commands.c:945
 #5  0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1d5af10,
 params=params@entry=3, va=va@entry=0x7fff70104fa8, first_hook=optimized 
 out)
 at signals.c:242
 #6  0x0048b2fd in signal_emit (signal=signal@entry=0x49940d send 
 command,
 params=params@entry=3) at signals.c:286
 #7  0x0041a233 in key_send_line () at gui-readline.c:439
 #8  0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1db74d0,
 params=params@entry=3, va=va@entry=0x7fff70105138, first_hook=optimized 
 out)
 at signals.c:242
 #9  0x0048b2fd in signal_emit (signal=signal@entry=0x23951e0 key 
 send_line,
 params=params@entry=3) at signals.c:286
 #10 0x0044cdc3 in sig_multi (data=optimized out, gui_data=0x0)
 at keyboard.c:653
 #11 0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1d8a9f0,
 params=params@entry=3, va=va@entry=0x7fff701052d8, first_hook=optimized 
 out)
 at signals.c:242
 #12 0x0048b2fd in signal_emit (signal=signal@entry=0x2395620 key 
 multi,
 params=params@entry=3) at signals.c:286
 #13 0x0044d6f3 in key_emit_signal (keyboard=0x1db0140, key=0x1d8f830,
 key=0x1d8f830) at keyboard.c:552
 #14 key_pressed (keyboard=0x1db0140, key=key@entry=0x7fff70105400 ^J) at 
 keyboard.c:608
 #15 0x00419a01 in sig_gui_key_pressed (keyp=0xa) at gui-readline.c:406
 #16 0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1dbd7f0,
 params=params@entry=1, va=va@entry=0x7fff701054b8, first_hook=optimized 
 out)
 at signals.c:242
 #17 0x0048b2fd in signal_emit (signal=optimized out, params=1) at 
 signals.c:286
 #18 0x0041ac77 in sig_input () at gui-readline.c:664
 #19 0x0047e133 in irssi_io_invoke (source=optimized out,
 condition=optimized out, data=optimized out) at misc.c:54
 #20 0x7fec2174cb6d in g_main_context_dispatch ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 #21 0x7fec2174cf48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 #22 0x7fec2174cffc in g_main_context_iteration ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 #23 0x00416c34 in main (argc=optimized out, argv=0x7fff70105878) at 
 irssi.c:379
 
 Cheers, Jamon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#765626: irssi-plugin-xmpp: segfaults on attempting to send a message

2014-11-10 Thread Florian Schlichting
Hi Jamon,

 When run in irssi 0.8.17 (20141011 1044) it segfaults consistently. I cannot 
 tell whether this is a bug in the plugin or upstream irssi.
 
* What exactly did you do (or not do) that was effective (or
  ineffective)?
 
 Same as was reported. /msg contact foo message - results in segfault.
 
* What was the outcome of this action?
 
 Here's a backtrace of a coredump of irssi when running this plugin in a clean 
 config:

[...]

The backtrace is pretty much useless; please install the -dbg packages
for irssi, irssi-plugin-xmpp and loudmouth1-0 in order to include
details of what's going on!

Florian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#765626: irssi-plugin-xmpp: segfaults on attempting to send a message

2014-11-10 Thread Jamon Camisso
Package: irssi-plugin-xmpp
Version: 0.52+git20140102-2
Followup-For: Bug #765626

Sure, here's a backtrace with those packages installed:

#0  0x0048d415 in cmd_msg (data=0x1ebc2e0 \267\002, server=0x1ebc2e0, 
item=0x0)
at chat-commands.c:392
#1  0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1d65eb0,
params=params@entry=3, va=va@entry=0x7fff70104df8, first_hook=optimized 
out)
at signals.c:242
#2  0x0048b2fd in signal_emit (signal=signal@entry=0x2391370 command 
msg,
params=params@entry=3) at signals.c:286
#3  0x00477440 in parse_command (item=0x0, server=0x1ebc2e0,
expand_aliases=optimized out, command=0x2377e71 msg snipped@gmail.com 
test)
at commands.c:899
#4  event_command (line=0x2377e71 msg snipped@gmail.com test, 
server=0x1ebc2e0,
item=0x0) at commands.c:945
#5  0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1d5af10,
params=params@entry=3, va=va@entry=0x7fff70104fa8, first_hook=optimized 
out)
at signals.c:242
#6  0x0048b2fd in signal_emit (signal=signal@entry=0x49940d send 
command,
params=params@entry=3) at signals.c:286
#7  0x0041a233 in key_send_line () at gui-readline.c:439
#8  0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1db74d0,
params=params@entry=3, va=va@entry=0x7fff70105138, first_hook=optimized 
out)
at signals.c:242
#9  0x0048b2fd in signal_emit (signal=signal@entry=0x23951e0 key 
send_line,
params=params@entry=3) at signals.c:286
#10 0x0044cdc3 in sig_multi (data=optimized out, gui_data=0x0)
at keyboard.c:653
#11 0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1d8a9f0,
params=params@entry=3, va=va@entry=0x7fff701052d8, first_hook=optimized 
out)
at signals.c:242
#12 0x0048b2fd in signal_emit (signal=signal@entry=0x2395620 key 
multi,
params=params@entry=3) at signals.c:286
#13 0x0044d6f3 in key_emit_signal (keyboard=0x1db0140, key=0x1d8f830,
key=0x1d8f830) at keyboard.c:552
#14 key_pressed (keyboard=0x1db0140, key=key@entry=0x7fff70105400 ^J) at 
keyboard.c:608
#15 0x00419a01 in sig_gui_key_pressed (keyp=0xa) at gui-readline.c:406
#16 0x0048aeb2 in signal_emit_real (rec=rec@entry=0x1dbd7f0,
params=params@entry=1, va=va@entry=0x7fff701054b8, first_hook=optimized 
out)
at signals.c:242
#17 0x0048b2fd in signal_emit (signal=optimized out, params=1) at 
signals.c:286
#18 0x0041ac77 in sig_input () at gui-readline.c:664
#19 0x0047e133 in irssi_io_invoke (source=optimized out,
condition=optimized out, data=optimized out) at misc.c:54
#20 0x7fec2174cb6d in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x7fec2174cf48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x7fec2174cffc in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00416c34 in main (argc=optimized out, argv=0x7fff70105878) at 
irssi.c:379

Cheers, Jamon


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#765626: irssi-plugin-xmpp: segfaults on attempting to send a message

2014-11-08 Thread Jamon Camisso
Package: irssi-plugin-xmpp
Version: 0.52+git20140102-2
Followup-For: Bug #765626

Dear Maintainer,

   * What led up to the situation?

Same issue as reported in this bug. Segfault on sending a message. Or receiving 
if I wait.

An interesting extra piece of info: the plugin works fine (as expected) when 
run with irssi 0.8.16 (20140111 1953).

When run in irssi 0.8.17 (20141011 1044) it segfaults consistently. I cannot 
tell whether this is a bug in the plugin or upstream irssi.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Same as was reported. /msg contact foo message - results in segfault.

   * What was the outcome of this action?

Here's a backtrace of a coredump of irssi when running this plugin in a clean 
config:

gdb irssi core
GNU gdb (Debian 7.7.1+dfsg-3) 7.7.1
Copyright (C) 2014 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 irssi...(no debugging symbols found)...done.
[New LWP 20291]
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Core was generated by `irssi --config=.irssi-xmpp/config'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x0048d415 in ?? ()
(gdb) bt
#0  0x0048d415 in ?? ()
#1  0x0048aeb2 in ?? ()
#2  0x0048b2fd in signal_emit ()
#3  0x00477440 in ?? ()
#4  0x0048aeb2 in ?? ()
#5  0x0048b2fd in signal_emit ()
#6  0x0041a233 in ?? ()
#7  0x0048aeb2 in ?? ()
#8  0x0048b2fd in signal_emit ()
#9  0x0044cdc3 in ?? ()
#10 0x0048aeb2 in ?? ()
#11 0x0048b2fd in signal_emit ()
#12 0x0044d6f3 in key_pressed ()
#13 0x00419a01 in ?? ()
#14 0x0048aeb2 in ?? ()
#15 0x0048b2fd in signal_emit ()
#16 0x0041ac77 in ?? ()
#17 0x0047e133 in ?? ()
#18 0x7fc47eecdb6d in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x7fc47eecdf48 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#20 0x7fc47eecdffc in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#21 0x00416c34 in main ()


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (999, 'testing'), (700, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages irssi-plugin-xmpp depends on:
ii  irssi0.8.17-1
ii  libc62.19-12
ii  libglib2.0-0 2.42.0-2
ii  libloudmouth1-0  1.4.3-12

irssi-plugin-xmpp recommends no packages.

irssi-plugin-xmpp suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#765626: irssi-plugin-xmpp: segfaults on attempting to send a message

2014-10-18 Thread Nick
Hi Florian,

On 2014-10-17 09:57, Florian Schlichting wrote:
 are you able to reproduce that on the fly (start irssi, load xmpp, /msg
 someone and bang), or does it at least happen with some regularity?

Not sure what on the fly means?  It happens every time, for any
contact.

 AND you're not also using the OTR plugin at the same time (there's a
 known bug there, unfortunately)?

I'm fairly sure not, the only package I have with 'otr' in its name is
libwww-robotrules-perl.

 If so, please install all the -dbg packages (for irssi,
 irss-plugin-xmpp, libloudmouth1, possibly more if there are still
 unresolved symbols e.g. libc6-dbg, libglib2.0-0-dbg) and post a
 backtrace, so I can get an idea where the segfault happens.

OK I attempted to do this and am attaching a gdb log file, which I
edited to remove the contact name.  HTH.

Thanks,
-- 
Nick
Reading symbols from irssi...Reading symbols from 
/usr/lib/debug/.build-id/73/d4b2d074c202295befdcc7dcb95ef9c3b9637f.debug...done.
done.
Starting program: /usr/bin/irssi 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/arm-linux-gnueabi/libthread_db.so.1.

Program received signal SIGILL, Illegal instruction.
0xb6a6bf80 in _armv7_neon_probe () from 
/usr/lib/arm-linux-gnueabi/libcrypto.so.1.0.0
Continuing.

Program received signal SIGILL, Illegal instruction.
_armv7_tick () at armv4cpuid.S:17
17  armv4cpuid.S: No such file or directory.
Continuing.
[New Thread 0xb6270460 (LWP 13261)]
[Thread 0xb6270460 (LWP 13261) exited]

Program received signal SIGSEGV, Segmentation fault.
0x0009dbd0 in cmd_msg (data=optimized out, server=0x1aa9f0, item=optimized 
out) at chat-commands.c:392
392 chat-commands.c: No such file or directory.
#0  0x0009dbd0 in cmd_msg (data=optimized out, server=0x1aa9f0, 
item=optimized out) at chat-commands.c:392
#1  0x0009b7a0 in signal_emit_real (rec=rec@entry=0xe8878, 
params=params@entry=3, va=..., va@entry=..., first_hook=optimized out) at 
signals.c:242
#2  0x0009bbcc in signal_emit (signal=signal@entry=0xb2a9c command msg, 
params=3) at signals.c:286
#3  0x000532fc in cmd_query (data=optimized out, server=0x1aa9f0, 
item=optimized out) at fe-queries.c:278
#4  0x0009b7a0 in signal_emit_real (rec=rec@entry=0x104f00, 
params=params@entry=3, va=..., va@entry=..., first_hook=optimized out) at 
signals.c:242
#5  0x0009bbcc in signal_emit (signal=signal@entry=0x57f6e0 command query, 
params=3) at signals.c:286
#6  0x0008777c in parse_command (item=0x0, server=0x1aa9f0, 
expand_aliases=optimized out, command=0x57a2f9 query *@*.*** foo) 
at commands.c:899
#7  event_command (line=0x57a2f9 query *@*.*** foo, server=0x1aa9f0, 
item=0x0) at commands.c:945
#8  0x0009b7a0 in signal_emit_real (rec=rec@entry=0xdfdb0, 
params=params@entry=3, va=..., va@entry=..., first_hook=optimized out) at 
signals.c:242
#9  0x0009bbcc in signal_emit (signal=signal@entry=0xabb10 send command, 
params=3) at signals.c:286
#10 0x00025f10 in key_send_line () at gui-readline.c:439
#11 0x0009b7a0 in signal_emit_real (rec=rec@entry=0x11a088, 
params=params@entry=3, va=..., va@entry=..., first_hook=optimized out) at 
signals.c:242
#12 0x0009bbcc in signal_emit (signal=signal@entry=0x57f770 key send_line, 
params=3) at signals.c:286
#13 0x0005bdf4 in sig_multi (data=optimized out, gui_data=0x0) at 
keyboard.c:653
#14 0x0009b7a0 in signal_emit_real (rec=rec@entry=0xf4fe0, 
params=params@entry=3, va=..., va@entry=..., first_hook=optimized out) at 
signals.c:242
#15 0x0009bbcc in signal_emit (signal=signal@entry=0x5c8470 key multi, 
params=3) at signals.c:286
#16 0x0005c718 in key_emit_signal (keyboard=0x10e3a0, key=0x10afb0, 
key=0x10afb0) at keyboard.c:552
#17 key_pressed (keyboard=0x10e3a0, key=key@entry=0xbefff334 
\272\214BT\n\246\005) at keyboard.c:608
#18 0x000255d8 in sig_gui_key_pressed (keyp=0xa) at gui-readline.c:406
#19 0x0009b7a0 in signal_emit_real (rec=rec@entry=0x11d960, 
params=params@entry=1, va=..., va@entry=..., first_hook=optimized out) at 
signals.c:242
#20 0x0009bbcc in signal_emit (signal=signal@entry=0xabb64 gui key pressed, 
params=1) at signals.c:286
#21 0x00026994 in sig_input () at gui-readline.c:664
#22 0x0008e480 in irssi_io_invoke (source=optimized out, condition=optimized 
out, data=optimized out) at misc.c:54
#23 0xb6c3e904 in g_main_dispatch (context=0xdf668) at 
/build/glib2.0-fUQjgT/glib2.0-2.42.0/./glib/gmain.c:3111
#24 g_main_context_dispatch (context=context@entry=0xdf668) at 
/build/glib2.0-fUQjgT/glib2.0-2.42.0/./glib/gmain.c:3710
#25 0xb6c3ecdc in g_main_context_iterate (context=context@entry=0xdf668, 
block=block@entry=1, dispatch=dispatch@entry=1, self=optimized out)
at /build/glib2.0-fUQjgT/glib2.0-2.42.0/./glib/gmain.c:3781
#26 0xb6c3ed98 in g_main_context_iteration (context=0xdf668, context@entry=0x0, 
may_block=may_block@entry=1)
at /build/glib2.0-fUQjgT/glib2.0-2.42.0/./glib/gmain.c:3842
#27 0x00022540 in main (argc=optimized out, argv=optimized out) at 
irssi.c:379
A 

Bug#765626: irssi-plugin-xmpp: segfaults on attempting to send a message

2014-10-17 Thread Florian Schlichting
Hi Nick,

On Thu, Oct 16, 2014 at 07:01:38PM +0100, Nick wrote:
* What exactly did you do (or not do) that was effective (or
  ineffective)?
 
 /query some-contact blah blah
 or
 /msg some-contact blah blah

are you able to reproduce that on the fly (start irssi, load xmpp, /msg
someone and bang), or does it at least happen with some regularity?

AND you're not also using the OTR plugin at the same time (there's a
known bug there, unfortunately)?

If so, please install all the -dbg packages (for irssi,
irss-plugin-xmpp, libloudmouth1, possibly more if there are still
unresolved symbols e.g. libc6-dbg, libglib2.0-0-dbg) and post a
backtrace, so I can get an idea where the segfault happens.

Florian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#765626: irssi-plugin-xmpp: segfaults on attempting to send a message

2014-10-16 Thread Nick
Package: irssi-plugin-xmpp
Version: 0.52+git20140102-2
Severity: normal

Dear Maintainer,

   * What led up to the situation?

Not sure I'm afraid.  Since some recent update I can't use it to send
messages any more.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

/query some-contact blah blah
or
/msg some-contact blah blah

   * What was the outcome of this action?

Instant segfault.

Let me know if I can provide more information.

Thanks,

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: armel (armv5tel)

Kernel: Linux 3.16-2-kirkwood
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages irssi-plugin-xmpp depends on:
ii  irssi0.8.17-1
ii  libc62.19-11
ii  libglib2.0-0 2.42.0-2
ii  libloudmouth1-0  1.4.3-12

irssi-plugin-xmpp recommends no packages.

irssi-plugin-xmpp suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org