Your message dated Fri, 14 Oct 2005 07:47:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#333502: fixed in file 4.15-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; 12 Oct 2005 08:23:53 +0000
>From [EMAIL PROTECTED] Wed Oct 12 01:23:53 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zew235.rotmanka.jpk.pl (rotmanka.jpk.pl) [80.53.130.235] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EPbtw-0003jA-00; Wed, 12 Oct 2005 01:23:53 -0700
Received: from localhost (localhost [127.0.0.1])
        by rotmanka.jpk.pl (Postfix) with ESMTP id 6D339557D;
        Wed, 12 Oct 2005 10:23:52 +0200 (CEST)
Received: from rotmanka.jpk.pl ([127.0.0.1])
        by localhost (jpk.pl [127.0.0.1]) (amavisd-new, port 10024)
        with ESMTP id 20379-06; Wed, 12 Oct 2005 10:23:52 +0200 (CEST)
Received: from rtr.jpk.pl (unknown [10.0.0.1])
        by rotmanka.jpk.pl (Postfix) with ESMTP id 0FCC0867;
        Wed, 12 Oct 2005 10:23:52 +0200 (CEST)
Received: by rtr.jpk.pl (Postfix, from userid 0)
        id 08FC32E46E; Wed, 12 Oct 2005 10:24:27 +0200 (CEST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: paul kudzia <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: file segfaults on multiple machines running debian testing on specific 
file
X-Mailer: reportbug 3.17
Date: Wed, 12 Oct 2005 10:24:27 +0200
X-Debbugs-Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at jpk.pl
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-Level: 
X-Spam-Status: No, hits=-11.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02

Package: file
Version: 4.12-1
Severity: normal



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages file depends on:
ii  libc6                         2.3.5-6    GNU C Library: Shared libraries an
ii  libmagic1                     4.12-1     File type determination library us
ii  zlib1g                        1:1.2.3-4  compression library - runtime

file recommends no packages.

-- no debconf information



to reproduce the problem please create a file containgin text as in quotes:
"I am interested in what he thinks of the EMF compared to WMF. Not be"

save it to some file [test.txt]

run file test.txt

it segfaults.

last part of strace:

munmap(0xb7fe3000, 27839)               = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=815072, ...}) = 0
mmap2(NULL, 815072, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7dc2000
close(3)                                = 0
brk(0)                                  = 0x804b000
brk(0x806c000)                          = 0x806c000
stat64("/root/.magic", 0xbffff790)      = -1 ENOENT (No such file or directory)
open("/etc/magic.mgc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or 
directory)
open("/etc/magic", O_RDONLY|O_LARGEFILE) = 3
mmap2(NULL, 528384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7d41000
fstat64(3, {st_mode=S_IFREG|0644, st_size=111, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7d21000
read(3, "# Magic local data for file(1) c"..., 131072) = 111
read(3, "", 131072)                     = 0
close(3)                                = 0
munmap(0xb7d21000, 131072)              = 0
munmap(0xb7d41000, 528384)              = 0
open("/usr/share/misc/file/magic.mgc", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=810880, ...}) = 0
mmap2(NULL, 810880, PROT_READ|PROT_WRITE, MAP_PRIVATE, 3, 0) = 0xb7cfc000
close(3)                                = 0
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/usr/lib/gconv/gconv-modules", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=45568, ...}) = 0
mmap2(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7cdc000
read(3, "# GNU libc iconv configuration.\n"..., 131072) = 45568
read(3, "", 131072)                     = 0
close(3)                                = 0
munmap(0xb7cdc000, 131072)              = 0
open("/usr/lib/gconv/ISO8859-1.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\4\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=5368, ...}) = 0
old_mmap(NULL, 8256, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0xb7cf9000
old_mmap(0xb7cfa000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0) = 0xb7cfa000
close(3)                                = 0
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 4), ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb7cf8000
lstat64("test.txt", {st_mode=S_IFREG|0644, st_size=68, ...}) = 0
open("test.txt", O_RDONLY|O_LARGEFILE)  = 3
read(3, "I am interested in what he think"..., 65536) = 68
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


content of "/etc/magic":
# Magic local data for file(1) command.
# Insert here your local magic data. Format is described in magic(5).

---------------------------------------
Received: (at 333502-close) by bugs.debian.org; 14 Oct 2005 14:50:52 +0000
>From [EMAIL PROTECTED] Fri Oct 14 07:50:52 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EQQq0-0004dG-00; Fri, 14 Oct 2005 07:47:12 -0700
From: Michael Piefel <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#333502: fixed in file 4.15-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 14 Oct 2005 07:47:12 -0700
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-Level: 
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-CrossAssassin-Score: 3

Source: file
Source-Version: 4.15-2

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

file_4.15-2.diff.gz
  to pool/main/f/file/file_4.15-2.diff.gz
file_4.15-2.dsc
  to pool/main/f/file/file_4.15-2.dsc
file_4.15-2_i386.deb
  to pool/main/f/file/file_4.15-2_i386.deb
libmagic-dev_4.15-2_i386.deb
  to pool/main/f/file/libmagic-dev_4.15-2_i386.deb
libmagic1_4.15-2_i386.deb
  to pool/main/f/file/libmagic1_4.15-2_i386.deb
python-magic_4.15-2_all.deb
  to pool/main/f/file/python-magic_4.15-2_all.deb
python2.3-magic_4.15-2_i386.deb
  to pool/main/f/file/python2.3-magic_4.15-2_i386.deb
python2.4-magic_4.15-2_i386.deb
  to pool/main/f/file/python2.4-magic_4.15-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.
Michael Piefel <[EMAIL PROTECTED]> (supplier of updated file 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: Fri, 14 Oct 2005 16:01:54 +0200
Source: file
Binary: libmagic1 file python2.4-magic libmagic-dev python-magic python2.3-magic
Architecture: source i386 all
Version: 4.15-2
Distribution: unstable
Urgency: low
Maintainer: Michael Piefel <[EMAIL PROTECTED]>
Changed-By: Michael Piefel <[EMAIL PROTECTED]>
Description: 
 file       - Determines file type using "magic" numbers
 libmagic-dev - File type determination library (development)
 libmagic1  - File type determination library using "magic" numbers
 python-magic - Python binding for the magic library (dummy package)
 python2.3-magic - Python binding for the magic library (2.3 version)
 python2.4-magic - Python binding for the magic library (2.4 version)
Closes: 215139 278478 333502 333859
Changes: 
 file (4.15-2) unstable; urgency=low
 .
   * Add Build-Depends to python, although I really don’t see the point of the
     python package (since file Build-Depended transitively on python2.3
     anyway), which claims to be a dependency package only (closes: #333859)
   * Disabled EMF detection as it not only caused false positives, which might
     have been acceptible, but a segmentation fault (closes: #333502)
   * Move the magic databases from /usr/share/misc/file to /usr/share/file;
     this still violates the FHS in letter, but not in spirit; this is
     different from the position in other distros (closes: #215139, #278478)
Files: 
 7096ab8a64fe014bb4c86b21ca49e97b 691 utils standard file_4.15-2.dsc
 1ce1913167863c8b52431451a2e7c4aa 20680 utils standard file_4.15-2.diff.gz
 53ff2d3495fa2c4b683464c340fc4237 17770 python extra python-magic_4.15-2_all.deb
 3a022454fb880459009acb5c40b46f16 30316 utils standard file_4.15-2_i386.deb
 09d13595c064586996880e4edb878d35 259404 libs standard libmagic1_4.15-2_i386.deb
 1cec217b81de720be1c558aa7ae44d20 50160 libdevel optional 
libmagic-dev_4.15-2_i386.deb
 6f41d7049476fd4fa0026d2633558a24 21466 python extra 
python2.3-magic_4.15-2_i386.deb
 09b8e4fe574bd4e53010df7eb8f33617 21468 python extra 
python2.4-magic_4.15-2_i386.deb

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

iD8DBQFDT7w65GwONXmN2VwRAh/+AJ4iyqUIY8cTt5gUVjZpd4RQ+2p+5ACgvSPQ
fruTqp7FyakkwpotDHQjzFI=
=7GdB
-----END PGP SIGNATURE-----


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

Reply via email to