Package: module-init-tools Version: 3.2.2-3 Severity: normal -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
When upgraded to my newest vanilla kernel (2.6.18-rc6, with initramfs) I am not able to run depmod -a so some modules are not loaded properly (snd). depmod ends with "Bus error" and crash (backtrace attached). Something similar used to happen in previous versions of kernel as well, but it settled later somehow. Now, it doesn't, so I had to downgrade to 2.6.18-rc5. Do you want any more information (.config)? Best, Matěj Cepl - -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (700, 'testing'), (300, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-rc5.chelcicky.1 Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) Versions of packages module-init-tools depends on: ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii lsb-base 3.1-15 Linux Standard Base 3.1 init scrip module-init-tools recommends no packages. - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFAD8B4J/vJdlkhKwRAiqUAJsE1SGBs3BBsOggPMxoe4JyovXUFQCcCbrL 6qBr723MtinMWCMVd0eKduI= =knF/ -----END PGP SIGNATURE-----
[EMAIL PROTECTED]:~$ gdb depmod core GNU gdb 6.4.90-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"...(no debugging symbols found) Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". warning: Can't read pathname for load map: Chyba vstupu/výstupu. Reading symbols from /lib/tls/i686/cmov/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/tls/i686/cmov/libc.so.6 Reading symbols from /lib/ld-linux.so.2...(no debugging symbols found)...done. Loaded symbols for /lib/ld-linux.so.2 (no debugging symbols found) Core was generated by `/sbin/depmod -a'. Program terminated with signal 7, Bus error. #0 0xa7e9dd18 in strcmp () from /lib/tls/i686/cmov/libc.so.6 (gdb) bt #0 0xa7e9dd18 in strcmp () from /lib/tls/i686/cmov/libc.so.6 #1 0x0804b5cc in warn () #2 0x0804b776 in warn () #3 0x0804a4d1 in warn () #4 0xa7e47ea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #5 0x08048d81 in ?? () (gdb)

