Your message dated Sun, 25 Nov 2012 11:02:51 +0000
with message-id <[email protected]>
and subject line Bug#572623: fixed in mcabber 0.10.1-4
has caused the Debian Bug report #572623,
regarding Dies with sigseg when spelling support enabled
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
572623: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572623
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mcabber
Version: 0.9.10-1
Severity: normal

Hi,

when spell_enable is set, mcabber dies on startup. This might also be a
bug in libaspell, but you should check this with a mcabber version with
debug information enabled.

% diff <(zcat $D/mcabber/examples/mcabberrc.example.gz) /tmp/mcabberrc
--- /proc/self/fd/11    2010-02-28 19:56:08.221012911 +0100
+++ /tmp/mcabberrc      2010-02-28 19:54:42.601009602 +0100
@@ -14,11 +14,11 @@
 # Warning to GTalk users! please see the FAQ:
 # <http://wiki.mcabber.com/index.php/Frequently_Asked_Questions>
 
-set username = yourusername
+#set username = yourusername
 # Note: if the password contains leading or trailing spaces, you must
 # enclose it with quotes: set password = " example password "
 #set password = yourpassword
-set server = your.jabber.server
+#set server = your.jabber.server
 #set port = 5222
 #
 # If you don't know what a resource is, do not set it.
@@ -102,7 +102,7 @@
 # If your mcabber has been built with Aspell support, you can enable spell
 # checking with the following options (you can't change them once mcabber is
 # running).
-#set spell_enable = 1
+set spell_enable = 1
 #set spell_lang = en_US
 #set spell_encoding = iso8859-1
 #set spell_encoding = UTF-8
% HOME=/ mcabber -f /tmp/mcabberrc
zsh: segmentation fault (core dumped)  HOME=/ mcabber -f /tmp/mcabberrc

% gdb --batch -x =(echo 'bt full') =mcabber 
/var/tmp/Körnerhaufen.mcabber.1267383483

warning: Can't read pathname for load map: Eingabe-/Ausgabefehler.
Core was generated by `mcabber -f /tmp/mcabberrc'.
Program terminated with signal 11, Segmentation fault.
#0  strlen () at ../sysdeps/powerpc/powerpc32/strlen.S:97
97      ../sysdeps/powerpc/powerpc32/strlen.S: Datei oder Verzeichnis nicht 
gefunden.
        in ../sysdeps/powerpc/powerpc32/strlen.S
#0  strlen () at ../sysdeps/powerpc/powerpc32/strlen.S:97
No locals.
#1  0x0faeeb2c in acommon::Config::replace(acommon::ParmString const&, 
acommon::ParmString const&) ()
   from /usr/lib/libaspell.so.15
No symbol table info available.
#2  0x0fb48eac in aspell_config_replace () from /usr/lib/libaspell.so.15
No symbol table info available.
#3  0x1001ecac in ?? ()
No symbol table info available.
#4  0x10006308 in ?? ()
No symbol table info available.
#5  0x0f94249c in generic_start_main (main=<value optimized out>, argc=<value 
optimized out>, 
    ubp_av=<value optimized out>, auxvec=<value optimized out>, init=<value 
optimized out>, 
    fini=<value optimized out>, rtld_fini=<value optimized out>, 
stack_end=<value optimized out>)
    at ../csu/libc-start.c:222
        result = <value optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {470817963, 0, -1402196109, 
1, 0, 0, 269178100, 1208121100, 
                269156352, -1, 47, 269156352, -1079606064, 273800232, 
-1079610168, 1208121496, 1208153388, 
                1208156184, 0, 262795252, 0, 570426498, 0 <repeats 36 times>, 
-163754450, 1208156184, 1, 1, -1, 
                1208168448, 0 <repeats 48 times>}, mask_was_saved = 0}}, priv = 
{pad = {0x0, 0x0, 0x48027898, 
              0x4802f52c}, data = {prev = 0x0, cleanup = 0x0, canceltype = 
1208121496}}}
#6  0x0f942660 in __libc_start_main (argc=<value optimized out>, ubp_av=<value 
optimized out>, 
    ubp_ev=<value optimized out>, auxvec=<value optimized out>, 
rtld_fini=<value optimized out>, 
    stinfo=<value optimized out>, stack_on_entry=<value optimized out>)
    at ../sysdeps/unix/sysv/linux/powerpc/libc-start.c:105
No locals.
#7  0x00000000 in ?? ()
No symbol table info available.
Current language:  auto
The current source language is "auto; currently asm".

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (900, 'unstable'), (700, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.33-rc7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mcabber depends on:
ii  libaspell15               0.60.6-3       GNU Aspell spell-checker runtime l
ii  libc6                     2.10.2-6       Embedded GNU C Library: Shared lib
ii  libglib2.0-0              2.22.4-1       The GLib library of C routines
ii  libgpg-error0             1.6-1          library for common error values an
ii  libgpgme11                1.2.0-1.2      GPGME - GnuPG Made Easy
ii  libncursesw5              5.7+20090803-2 shared libraries for terminal hand
ii  libotr2                   3.2.0-2        Off-the-Record Messaging library
ii  libssl0.9.8               0.9.8k-8       SSL shared libraries

mcabber recommends no packages.

mcabber suggests no packages.

-- no debconf information

Attachment: signature.asc
Description: Digital signature http://en.wikipedia.org/wiki/OpenPGP


--- End Message ---
--- Begin Message ---
Source: mcabber
Source-Version: 0.10.1-4

We believe that the bug you reported is fixed in the latest version of
mcabber, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Franziska Lichtblau <[email protected]> (supplier of updated mcabber 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 24 Nov 2012 11:04:41 +0100
Source: mcabber
Binary: mcabber
Architecture: source amd64
Version: 0.10.1-4
Distribution: unstable
Urgency: low
Maintainer: Franziska Lichtblau <[email protected]>
Changed-By: Franziska Lichtblau <[email protected]>
Description: 
 mcabber    - small Jabber (XMPP) console client
Closes: 572623
Changes: 
 mcabber (0.10.1-4) unstable; urgency=low
 .
   * Integrated patch from upstream VCS fixing segmentation fault when using
     aspell (Closes: #572623)
   * Upgrade to Standards-Version 3.9.4 no changes needed
Checksums-Sha1: 
 40f337318aabb580226e0842f23953e2be211c7f 1637 mcabber_0.10.1-4.dsc
 d8f22f51d84703b64ea835a071af04ad1ab5aad0 7364 mcabber_0.10.1-4.debian.tar.gz
 bda38c0de693698439b9f9d7713bbb43fd914cfb 295892 mcabber_0.10.1-4_amd64.deb
Checksums-Sha256: 
 1c7ceab377df955c1a2072ad647701ebed99e81de422629fc8646ceb4adf9055 1637 
mcabber_0.10.1-4.dsc
 0ceeeca728de51b6d39e47d9db6404d78f83d535d1a8857e5f2584afb8228e14 7364 
mcabber_0.10.1-4.debian.tar.gz
 b65a8377dbeae923349de6712072a9a077e94e8bf92545b45d583f17ceb9dbff 295892 
mcabber_0.10.1-4_amd64.deb
Files: 
 22ad921f5637f9ad13e51c2c0fc6c4ca 1637 net optional mcabber_0.10.1-4.dsc
 5dfff4776be15935eed1f5994b0dc8fc 7364 net optional 
mcabber_0.10.1-4.debian.tar.gz
 04588f8c30667d94aa509224aa97180d 295892 net optional mcabber_0.10.1-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQEcBAEBCAAGBQJQsfb/AAoJEDH85+fdB5Rh3T0H/2c69ZihwjE5X4OQmXQECJrV
58fNegR2Sv9Hc49uWskxT7m3JcA83A0hw6eCiFjarmsopcdP48Xbf9pmZ3KUsIJr
5dIyMMAPZ0vCs0fj3Igfs2aQTJe8ocN+fqdQZhPqP69A+KdJ9w/zMpyrBiGK1syt
GfAgHgI3mKY0aJ7IPFNueWRyBZU8iNykInosHf7tgfne5y/0mT/ntyqSN4WHIxcy
QsztVcgwnN7xzuw4QxlseCzZ2u0Q9YyJoLGW6O63ORFc3ERSsQoAFX3oF/hNaom7
/mk9tNR9RuYV9I5eA0J3dFd7kPjcSTMN1DxNx2XsXhlgAl4Tq7Af4XU40WrRLKg=
=PQUC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to