Package: file Version: 4.20-5 Severity: normal Hi,
file in unstable does not report anymore which binary produced a core file. This still worked in the version currently in etch: [EMAIL PROTECTED]:/tmp $ cat test.c int main(){int *foo=0; *foo=1;} [EMAIL PROTECTED]:/tmp $ rm -f core*; make test >/dev/null; ./test Segmentation fault (core dumped) [EMAIL PROTECTED]:/tmp $ file core /tmp/core: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style [EMAIL PROTECTED]:/tmp $ scp core etch-box:/tmp >/dev/null; ssh etch-box file /tmp/core /tmp/core: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style, from 'test' I tried using /usr/share/file/magic from etch, which did not make a difference (except for some warnings, suppressed in the following): [EMAIL PROTECTED] file -m /tmp/magic-etch /tmp/core 2>/dev/null /tmp/core: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style Regards, Wolf -- System Information: Debian Release: lenny/sid APT prefers oldstable APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.17.9 (PREEMPT) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages file depends on: ii libc6 2.5-5 GNU C Library: Shared libraries ii libmagic1 4.20-5 File type determination library us file recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]