Your message dated Sun, 10 Jul 2005 13:17:09 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#244390: fixed in grip 3.3.1-1
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; 18 Apr 2004 09:49:37 +0000
>From [EMAIL PROTECTED] Sun Apr 18 02:49:37 2004
Return-path: <[EMAIL PROTECTED]>
Received: from dsl254-022-190.sea1.dsl.speakeasy.net (cricket) [216.254.22.190] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BF8vh-0001e3-00; Sun, 18 Apr 2004 02:49:37 -0700
Received: from aqua by cricket with local (Exim 4.31)
        id 1BF8vB-0007UM-Sg; Sun, 18 Apr 2004 02:49:06 -0700
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Devin Carraway <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: grip: Crash in StrConvertEncoding() following CDDB lookup
X-Mailer: reportbug 2.56
Date: Sun, 18 Apr 2004 02:49:05 -0700
Message-Id: <[EMAIL PROTECTED]>
Sender: Devin Carraway <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 1

Package: grip
Version: 3.1.8-1
Severity: normal


Grip crashes while trying to read in the results of a CDDB lookup, while
working on a track name containing the utf8 encoding of a spanish
n-tilde (U+00f1, utf8 0xc3 0xb1).

Here's the trace, based on 3.1.8-1 rebuilt from the source package with
nostrip.  This was obtained on a fresh start inside gdb, using Pat
Metheny's "New Chautauqua".  Grip shows its UI once, hits CDDB, then
dies.

(gdb) r
Starting program: /usr/bin/grip
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 28716)]
[New Thread 32769 (LWP 28719)]
[New Thread 16386 (LWP 28720)]
 
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16386 (LWP 28720)]
0x0e8d948c in strlen () from /lib/libc.so.6
(gdb) up
#1  0x1001a33c in StrConvertEncoding (str=0x30032744 "Sue??o con Mexico",
    from=0x3009f10c "ANSI_X3.4-1968", to=0x0, max_len=256) at discdb.c:495
495       len=strlen(conv_str);
Current language:  auto; currently c
(gdb) p/x str[3]
$4 = 0xc3
(gdb) p/x str[4]
$5 = 0xb1


(gdb) thread apply all bt
 
Thread 3 (Thread 16386 (LWP 28720)):
#0  0x0e8d948c in strlen () from /lib/libc.so.6
#1  0x1001a33c in StrConvertEncoding (str=0x30032744 "Sue??o con Mexico",
    from=0x3009f10c "ANSI_X3.4-1968", to=0x0, max_len=256) at discdb.c:495
#2  0x1001a434 in DiscDBConvertEncoding (disc=0x3002c108, data=0x30031430,
    from=0x3009f10c "ANSI_X3.4-1968", to=0x1002719c "utf-8") at discdb.c:518
#3  0x1001a654 in DiscDBRead (disc=0x4, server=0x3009e8f4, hello=0x1002719c,
    entry=0x3002c108, data=0x30031430, encoding=0x3009f10c "ANSI_X3.4-1968")
    at discdb.c:584
#4  0x1000d618 in DiscDBLookupDisc (ginfo=0x3002c008, server=0x3009e8f4)
    at cdplay.c:216
#5  0x1000d428 in DoLookup (data=0x0) at cdplay.c:156
#6  0x0ec7ddd0 in pthread_start_thread () from /lib/libpthread.so.0
#7  0x0ec7de48 in pthread_start_thread_event () from /lib/libpthread.so.0
#8  0x0e937ebc in clone () from /lib/libc.so.6
 
Thread 2 (Thread 32769 (LWP 28719)):
#0  0x0e92e108 in poll () from /lib/libc.so.6
#1  0x0ec7db68 in __pthread_manager () from /lib/libpthread.so.0
#2  0x0ec7dcf8 in __pthread_manager_event () from /lib/libpthread.so.0
#3  0x0e937ebc in clone () from /lib/libc.so.6
 
---Type <return> to continue, or q <return> to quit---
Thread 1 (Thread 16384 (LWP 28716)):
#0  0x0e92e108 in poll () from /lib/libc.so.6
#1  0x0ebe937c in g_main_loop_get_context () from /usr/lib/libglib-2.0.so.0
#2  0x0ebe85d8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#3  0x0ebe8eb0 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#4  0x0f4ea840 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#5  0x100077e0 in Cmain (argc=8, argv=0xe92e064) at main.c:190
#6  0x10007514 in main (ac=4, av=0x8) at cppmain.cc:16
#0  0x0e8d948c in strlen () from /lib/libc.so.6

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.5-rc2-ben0
Locale: LANG=C, LC_CTYPE=C

Versions of packages grip depends on:
ii  libart-2.0-2                2.3.16-4     Library of functions for 2D graphi
ii  libatk1.0-0                 1.4.1-1      The ATK accessibility toolkit
ii  libaudiofile0               0.2.6-3      Open-source version of SGI's audio
ii  libbonobo2-0                2.4.3-1      Bonobo CORBA interfaces library
ii  libbonoboui2-0              2.4.3-2      The Bonobo UI library
ii  libc6                       2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libcdparanoia0              3a9.8-11     Shared libraries for cdparanoia (r
ii  libcurl2                    7.11.1-2     Multi-protocol file transfer libra
ii  libesd0                     0.2.29-1     Enlightened Sound Daemon - Shared 
ii  libfontconfig1              2.2.2-2      generic font configuration library
ii  libfreetype6                2.1.7-2      FreeType 2 font engine, shared lib
ii  libgcc1                     1:3.3.3-6    GCC support library
ii  libgconf2-4                 2.4.0.1-4    GNOME configuration database syste
ii  libgcrypt1                  1.1.12-4     LGPL Crypto library - runtime libr
ii  libglib2.0-0                2.2.3-1      The GLib library of C routines
ii  libgnome2-0                 2.4.0-10     The GNOME 2 library - runtime file
ii  libgnomecanvas2-0           2.4.0-3      A powerful object-oriented display
ii  libgnomeui-0                2.4.0.1-10   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0              2.4.1-5      The GNOME virtual file-system libr
ii  libgnomevfs2-common         2.4.1-5      The GNOME virtual file-system libr
ii  libgnutls7                  0.8.12-5     GNU TLS library - runtime library
ii  libgtk2.0-0                 2.2.4-3      The GTK+ graphical user interface 
ii  libice6                     4.3.0-7      Inter-Client Exchange library
ii  libid3-3.8.3                3.8.3-4      Library for manipulating ID3v1 and
ii  libncurses5                 5.4-3        Shared libraries for terminal hand
ii  liborbit2                   1:2.8.3-2    libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0               1.2.5-2.1    Layout and rendering of internatio
ii  libpopt0                    1.7-4        lib for parsing cmdline parameters
ii  libsm6                      4.3.0-7      X Window System Session Management
ii  libssl0.9.7                 0.9.7d-1     SSL shared libraries
ii  libstdc++5                  1:3.3.3-6    The GNU Standard C++ Library v3
ii  libtasn1-0                  0.1.2-1      Manage ASN.1 structures (runtime)
ii  libvte4                     1:0.11.10-7  Terminal emulator widget for GTK+ 
ii  libx11-6                    4.3.0-7      X Window System protocol client li
ii  libxft2                     2.1.2-6      FreeType-based font drawing librar
ii  libxml2                     2.6.7-1      GNOME XML library
ii  libxrender1                 0.8.3-7      X Rendering Extension client libra
ii  xlibs                       4.3.0-7      X Window System client libraries m
ii  zlib1g                      1:1.2.1-5    compression library - runtime

-- no debconf information

---------------------------------------
Received: (at 244390-close) by bugs.debian.org; 10 Jul 2005 17:25:27 +0000
>From [EMAIL PROTECTED] Sun Jul 10 10:25:27 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 1DrfYV-0003SP-00; Sun, 10 Jul 2005 10:25:27 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DrfQT-0007S2-00; Sun, 10 Jul 2005 13:17:09 -0400
From: Taku YASUI <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#244390: fixed in grip 3.3.1-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 10 Jul 2005 13:17:09 -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: grip
Source-Version: 3.3.1-1

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

grip_3.3.1-1.diff.gz
  to pool/main/g/grip/grip_3.3.1-1.diff.gz
grip_3.3.1-1.dsc
  to pool/main/g/grip/grip_3.3.1-1.dsc
grip_3.3.1-1_i386.deb
  to pool/main/g/grip/grip_3.3.1-1_i386.deb
grip_3.3.1.orig.tar.gz
  to pool/main/g/grip/grip_3.3.1.orig.tar.gz



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.
Taku YASUI <[EMAIL PROTECTED]> (supplier of updated grip 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: Mon, 11 Jul 2005 00:27:55 +0900
Source: grip
Binary: grip
Architecture: source i386
Version: 3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Taku YASUI <[EMAIL PROTECTED]>
Changed-By: Taku YASUI <[EMAIL PROTECTED]>
Description: 
 grip       - GNOME-based CD-player/ripper/encoder
Closes: 244390 294899 311225
Changes: 
 grip (3.3.1-1) unstable; urgency=low
 .
   * New upstream release
     (closes: #294899, #244390)
   * remove unnessesory patch: 15_add_id3tag_only_mp3file.dpatch
     (closes: #311225)
   * remove unnessesory patch: 30_fix_bogus_http_proxy
   * remove unnessesory patch: 02_configure
     - I made 01_config patch to create configure script
Files: 
 3c44bb00f3b4c7c3e744e70ada7bceef 746 gnome optional grip_3.3.1-1.dsc
 4b4233999b9f2bc85c711092553ea9aa 812562 gnome optional grip_3.3.1.orig.tar.gz
 61f23cab2b699c1126e6a9ff044d1ddc 7617 gnome optional grip_3.3.1-1.diff.gz
 605b3ce2af58002174acbbc46698fb8a 455786 gnome optional grip_3.3.1-1_i386.deb

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

iD8DBQFC0VPHFwU5DuZsm7ARAus3AJ43NVef/COAnZRcxyrZpFvFQEHt/QCgy6vQ
pyZTcgVM98y7Xg1GVSgs4nE=
=ZTz9
-----END PGP SIGNATURE-----


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

Reply via email to