Your message dated Wed, 13 Apr 2005 19:02:25 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#303420: fixed in tea 7.0-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Apr 2005 15:27:48 +0000
>From [EMAIL PROTECTED] Wed Apr 06 08:27:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from g17.ryd.student.liu.se (zem) [130.236.238.17] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DJCRX-0005ax-00; Wed, 06 Apr 2005 08:27:47 -0700
Received: from metallman by zem with local (Exim 4.50)
        id 1DJCRW-0001iC-5g; Wed, 06 Apr 2005 17:27:46 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Erik Johansson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: tea: Segmentation fault
X-Mailer: reportbug 3.9
Date: Wed, 06 Apr 2005 17:27:46 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: tea
Version: 7.0-1
Severity: grave
Tags: patch
Justification: renders package unusable


On my system g_getenv("LANG") returns 0, causing a segfault in
get_speller_modules_list [tea_spell.c:28] (called from reload_dicts
[tea_config.c:706]). The following patch fixes the segfault.

--- tea_spell.c 2004-11-29 12:09:22.000000000 +0100
+++ tea_spell.c 2005-04-06 17:14:51.000000000 +0200
@@ -34,7 +34,8 @@
   AspellConfig *config;
 
   config = new_aspell_config();
-  aspell_config_replace (config, "lang", default_lang); 
+       if (default_lang)
+                aspell_config_replace (config, "lang", default_lang); 
   aspell_config_replace (config, "encoding", "UTF-8"); 
 
   dlist = get_aspell_dict_info_list (config);


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11.5
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages tea depends on:
ii  libaspell15            0.60.2+20050121-2 The GNU Aspell spell-checker runti
ii  libatk1.0-0            1.8.0-4           The ATK accessibility toolkit
ii  libc6                  2.3.2.ds1-20      GNU C Library: Shared libraries an
ii  libglib2.0-0           2.6.3-1           The GLib library of C routines
ii  libgtk2.0-0            2.6.2-4           The GTK+ graphical user interface 
ii  libpango1.0-0          1.8.1-1           Layout and rendering of internatio

-- no debconf information

---------------------------------------
Received: (at 303420-close) by bugs.debian.org; 13 Apr 2005 23:15:29 +0000
>From [EMAIL PROTECTED] Wed Apr 13 16:15:29 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DLr4z-0000eB-00; Wed, 13 Apr 2005 16:15:29 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DLqsL-0005Xn-00; Wed, 13 Apr 2005 19:02:25 -0400
From: Lior Kaplan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#303420: fixed in tea 7.0-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 13 Apr 2005 19:02:25 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: tea
Source-Version: 7.0-2

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

tea_7.0-2.diff.gz
  to pool/main/t/tea/tea_7.0-2.diff.gz
tea_7.0-2.dsc
  to pool/main/t/tea/tea_7.0-2.dsc
tea_7.0-2_i386.deb
  to pool/main/t/tea/tea_7.0-2_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.
Lior Kaplan <[EMAIL PROTECTED]> (supplier of updated tea 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.7
Date: Sat,  9 Apr 2005 23:55:20 +0300
Source: tea
Binary: tea
Architecture: source i386
Version: 7.0-2
Distribution: unstable
Urgency: low
Maintainer: Lior Kaplan <[EMAIL PROTECTED]>
Changed-By: Lior Kaplan <[EMAIL PROTECTED]>
Description: 
 tea        - small text editor with syntax highlighting & UTF support
Closes: 303305 303420
Changes: 
 tea (7.0-2) unstable; urgency=low
 .
   * src/tea_spell.c: Apply patch from Erik Johansson <[EMAIL PROTECTED]>. 
Closes: #303420
   * debian/control: add Shaul Karl <[EMAIL PROTECTED]> to uploaders.
   * debian/tea.doc-base: add missing 'Files' field. Closes: #303305
Files: 
 43a4f77ed7eaf3cfc08eff72666e4b74 614 editors optional tea_7.0-2.dsc
 a1196061b08456146e9fbf7c7733dd23 11377 editors optional tea_7.0-2.diff.gz
 5a3d15c3d43b59e5926d27a065ca1ddd 249266 editors optional tea_7.0-2_i386.deb

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

iD8DBQFCXaLlqeKiif08kWsRAk6RAJwLj/4SwNeU3VQu4Vfegkg+d3c5uwCfboWB
2YAdHMPAJ9j1ZODiJb7fA3I=
=j6Cf
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to