Bug#422524: does not report source binary for core files anymore

2008-05-06 Thread Wolf Wiegand
Hi, this is somewhat fixed in the current version 4.24-2, however, there seems to be a problem with long process names: On Etch: $ file /tmp/core /tmp/core: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style, from 'Xorg' On unstable: $ file /tmp/core /tmp/core: ELF 32-bit LS

Bug#422524: does not report source binary for core files anymore

2008-02-13 Thread Samuel Thibault
fixed 422524 4.23-1 thanks The new version 4.23 seems to have fixed this bug, I can't reproduce it any more: € file core core: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style, from 'klauncher' Samuel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubs

Bug#422524: does not report source binary for core files anymore

2007-05-06 Thread Wolf Wiegand
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