Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263868AbTKLSBV (ORCPT ); Wed, 12 Nov 2003 13:01:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263871AbTKLSBV (ORCPT ); Wed, 12 Nov 2003 13:01:21 -0500 Received: from devil.servak.biz ([209.124.81.2]:12185 "EHLO devil.servak.biz") by vger.kernel.org with ESMTP id S263868AbTKLSBU (ORCPT ); Wed, 12 Nov 2003 13:01:20 -0500 Subject: ALSA crash in 2.6.0-test9-mm2 From: Torrey Hoffman To: perex@perex.cz, Linux Kernel Content-Type: text/plain Message-Id: <1068659915.1446.16.camel@moria.arnor.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Wed, 12 Nov 2003 09:58:35 -0800 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - devil.servak.biz X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - arnor.net Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2599 Lines: 47 I got a crash and system hang in my system initialization scripts. My startup scripts essentially do (this is the short version): modprobe snd modprobe sound-slot-0 modprobe sound-slot-1 /usr/sbin/alsactl restore >/dev/null 2>&1 I'm not sure if the hang was in one of the modprobes or when alsactl was run. /etc/modprobe.conf contains: alias sound-slot-0 snd-intel8x0 alias sound-slot-1 snd-ice1712 Nov 12 09:15:22 moria kernel: intel8x0_measure_ac97_clock: measured 49593 usecs Nov 12 09:15:22 moria kernel: intel8x0: clocking to 48000 Nov 12 09:15:22 moria kernel: Debug: sleeping function called from invalid context at include/asm/semaphore.h:119 Nov 12 09:15:22 moria kernel: in_atomic():1, irqs_disabled():0 Nov 12 09:15:22 moria kernel: Call Trace: Nov 12 09:15:22 moria kernel: [] __might_sleep+0xab/0xc9 Nov 12 09:15:22 moria kernel: [] ap_cs8427_sendbytes+0x38/0xd2 [snd_ice1712] Nov 12 09:15:22 moria kernel: [] snd_i2c_sendbytes+0x22/0x26 [snd_i2c] Nov 12 09:15:22 moria kernel: [] snd_cs8427_reg_read+0x2c/0x8c [snd_cs8427] Nov 12 09:15:22 moria kernel: [] snd_cs8427_create+0xa4/0x347 [snd_cs8427] Nov 12 09:15:22 moria kernel: [] snd_device_new+0x20/0x6a Nov 12 09:15:22 moria kernel: [] snd_ice1712_init_cs8427+0x2f/0x6f [snd_ice1712] Nov 12 09:15:22 moria kernel: [] snd_ice1712_delta_init+0x230/0x2b9 [snd_ice1712] Nov 12 09:15:22 moria kernel: [] snd_ice1712_probe+0x323/0x34c [snd_ice1712] Nov 12 09:15:22 moria kernel: [] dput+0x24/0x2b5 Nov 12 09:15:22 moria kernel: [] pci_device_probe_static+0x4d/0x5e Nov 12 09:15:22 moria kernel: [] __pci_device_probe+0x38/0x4b Nov 12 09:15:22 moria kernel: [] pci_device_probe+0x2c/0x48 Nov 12 09:15:22 moria kernel: [] bus_match+0x3d/0x65 Nov 12 09:15:22 moria kernel: [] driver_attach+0x59/0x83 Nov 12 09:15:22 moria kernel: [] bus_add_driver+0x9e/0xb1 Nov 12 09:15:22 moria kernel: [] pci_register_driver+0x6b/0x90 Nov 12 09:15:22 moria kernel: [] alsa_card_ice1712_init+0x15/0x4e [snd_ice1712] Nov 12 09:15:22 moria kernel: [] sys_init_module+0x14f/0x233 Nov 12 09:15:22 moria kernel: [] sysenter_past_esp+0x43/0x65 -- Torrey Hoffman - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/