Your message dated Wed, 21 Oct 2009 19:47:13 +0000
with message-id <[email protected]>
and subject line Bug#477079: fixed in gnoemoe 2.2.0+dfsg-2.1
has caused the Debian Bug report #477079,
regarding gnoemoe: crash when sending MCP edits
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.)


-- 
477079: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477079
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gnoemoe
Version: 2.2.0+dfsg-2
Severity: important
Tags: patch

MCP crashes when submitting changes from MCP edit-sessions.

I wanted to install Gnoemoe on my wife's laptop to introduce her to
MUDs/MOOs/MUVEs, because Gnoemoe appears to be the simplest, most
straight-forward client provided by Debian, and includes MCP
editing-in-a-window, but this means that Gnoemoe isn't actually usable
for her.

So, I've traced this to a bug in which line-lengh is being incorrectly
calculated, and attached a patch that fixes the problem at the end of
this report.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnoemoe depends on:
ii  libart-2.0-2           2.3.20-1          Library of functions for 2D graphi
ii  libatk1.0-0            1.20.0-1          The ATK accessibility toolkit
ii  libbonobo2-0           2.22.0-1          Bonobo CORBA interfaces library
ii  libbonoboui2-0         2.22.0-1          The Bonobo UI library
ii  libc6                  2.7-10            GNU C Library: Shared libraries
ii  libcairo2              1.4.14-1          The Cairo 2D vector graphics libra
ii  libdbus-1-3            1.1.20-1          simple interprocess messaging syst
ii  libdbus-glib-1-2       0.74-1            simple interprocess messaging syst
ii  libfontconfig1         2.5.0-2           generic font configuration library
ii  libgconf2-4            2.22.0-1          GNOME configuration database syste
ii  libglade2-0            1:2.6.2-1         library to load .glade files at ru
ii  libglib2.0-0           2.16.1-2          The GLib library of C routines
ii  libgnome-keyring0      2.22.1-1          GNOME keyring services library
ii  libgnome2-0            2.20.1.1-1        The GNOME 2 library - runtime file
ii  libgnomecanvas2-0      2.20.1.1-1        A powerful object-oriented display
ii  libgnomeprint2.2-0     2.18.3-1          The GNOME 2.2 print architecture -
ii  libgnomeui-0           2.20.1.1-1        The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0         1:2.22.0-2        GNOME Virtual File System (runtime
ii  libgtk2.0-0            2.12.9-2          The GTK+ graphical user interface 
ii  libgtksourceview1.0-0  1.8.5-1           shared libraries for the GTK+ synt
ii  libice6                2:1.0.4-1         X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1 0.4.4-3           sends desktop notifications to a n
ii  liborbit2              1:2.14.12-0.1     libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0          1.20.2-2          Layout and rendering of internatio
ii  libpopt0               1.10-3            lib for parsing cmdline parameters
ii  libruby1.8             1.8.6.114-2       Libraries necessary to run Ruby 1.
ii  libsm6                 2:1.0.3-1+b1      X11 Session Management library
ii  libvte9                1:0.16.13-1       Terminal emulator widget for GTK+ 
ii  libx11-6               2:1.0.3-7         X11 client-side library
ii  libxcursor1            1:1.1.9-1         X cursor management library
ii  libxext6               2:1.0.4-1         X11 miscellaneous extension librar
ii  libxfixes3             1:4.0.3-2         X11 miscellaneous 'fixes' extensio
ii  libxft2                2.1.12-2          FreeType-based font drawing librar
ii  libxi6                 2:1.1.3-1         X11 Input extension library
ii  libxinerama1           2:1.0.3-1         X11 Xinerama extension library
ii  libxml2                2.6.31.dfsg-2     GNOME XML library
ii  libxrandr2             2:1.2.2-1         X11 RandR extension library
ii  libxrender1            1:0.9.4-1         X Rendering Extension client libra
ii  zlib1g                 1:1.2.3.3.dfsg-11 compression library - runtime

gnoemoe recommends no packages.

-- no debconf information

--- gnoemoe-2.2.0+dfsg/gnoemoe/gm-world.c	2006-09-29 07:51:48.000000000 -0400
+++ gnoemoe-2.2.0+dfsg.rozzin/gnoemoe/gm-world.c	2008-04-20 15:43:03.000000000 -0400
@@ -845,7 +845,8 @@ gm_world_parse_legacy_editing_start(GmWo
 
 	einfo->is_editing = TRUE;
 	einfo->name = g_strndup(name_start + 6, (upload_start - name_start) - 6);
-	einfo->upload = g_strndup(upload_start + 9, (upload_start - line) + 9);	
+	einfo->upload = g_strndup(upload_start + 9,
+				  strlen(line) - (upload_start - line) - 9);
 	einfo->lines = NULL;
 }
 

--- End Message ---
--- Begin Message ---
Source: gnoemoe
Source-Version: 2.2.0+dfsg-2.1

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

gnoemoe_2.2.0+dfsg-2.1.diff.gz
  to pool/main/g/gnoemoe/gnoemoe_2.2.0+dfsg-2.1.diff.gz
gnoemoe_2.2.0+dfsg-2.1.dsc
  to pool/main/g/gnoemoe/gnoemoe_2.2.0+dfsg-2.1.dsc
gnoemoe_2.2.0+dfsg-2.1_i386.deb
  to pool/main/g/gnoemoe/gnoemoe_2.2.0+dfsg-2.1_i386.deb



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.
Barry deFreese <[email protected]> (supplier of updated gnoemoe 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: SHA1

Format: 1.8
Date: Mon, 05 Oct 2009 15:51:02 -0400
Source: gnoemoe
Binary: gnoemoe
Architecture: source i386
Version: 2.2.0+dfsg-2.1
Distribution: unstable
Urgency: low
Maintainer: Jesse van den Kieboom <[email protected]>
Changed-By: Barry deFreese <[email protected]>
Description: 
 gnoemoe    - A GNOME MOO Client
Closes: 477079 541964
Changes: 
 gnoemoe (2.2.0+dfsg-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * 02_gtksourceview2.diff - (Closes: #541964).
     + Build with gtksourceview2.0-dev.
   * 03_mcp_edit_crash.diff - (Closes: #477079).
     + Don't crash on MCP edit.
     + Thanks to Joshua Judson Rosen for the patch.
   * Add appropriate copyright holders to debian/copyright and clean up syntax.
   * Bump Standards Version to 3.8.3.
     + Menu policy transition.
Checksums-Sha1: 
 0ebfefbfa3c2aa584f04d3981f4749a4e61039c2 1268 gnoemoe_2.2.0+dfsg-2.1.dsc
 466e5b835b55bde0f8f6d54d83c10a13d1d00cc1 12062 gnoemoe_2.2.0+dfsg-2.1.diff.gz
 410e3241f753c7bcd2bae4a3ab6f7531c505e520 251320 gnoemoe_2.2.0+dfsg-2.1_i386.deb
Checksums-Sha256: 
 a4bc5d0b1f67a2b28ecda21147f771e34816f31c73576f5243ee8fc451f01bcd 1268 
gnoemoe_2.2.0+dfsg-2.1.dsc
 94fceee840d717c4059cab2a15d9ac97c5357da0cacbaac369b8d0269ac6879f 12062 
gnoemoe_2.2.0+dfsg-2.1.diff.gz
 360e347982f66fd2afa6e4c4c118d086cb6b9db6b5a0193e3b1fb54740658780 251320 
gnoemoe_2.2.0+dfsg-2.1_i386.deb
Files: 
 ff3405ab6e068fa8bbdf6314ec427bb0 1268 gnome optional gnoemoe_2.2.0+dfsg-2.1.dsc
 4ef2cb12ac2b1a119fbf786d0a456ecc 12062 gnome optional 
gnoemoe_2.2.0+dfsg-2.1.diff.gz
 c6e5e453da36f722cfcda746fbf3386b 251320 gnome optional 
gnoemoe_2.2.0+dfsg-2.1_i386.deb

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

iEYEARECAAYFAkrfXR4ACgkQ5ItltUs5T35xTgCfYy65ZmfCbtrv0Qn3/wtcFGLi
zLUAoPj3Wi3p2mV8g9dh3DfiF8zis39E
=BMGQ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to