From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 3 Jun 2001 13:24:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 3 Jun 2001 13:24:06 -0400 Received: from [213.128.193.148] ([213.128.193.148]:44305 "EHLO linuxhacker.ru") by vger.kernel.org with ESMTP id ; Sun, 3 Jun 2001 13:23:52 -0400 Date: Sun, 3 Jun 2001 21:23:31 +0400 From: Oleg Drokin To: linux-kernel@vger.kernel.org Subject: 2.4.5-ac7 SMP crash (hotplug race?) Message-ID: <20010603212331.A1619@linuxhacker.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Hello! Today, while playing with sleep mode of USB device I have, I got kernel hang on my SMP box (2xP3-667, 386M RAM, Abit VP6). Scenario was like this: background mpg123 over esd to 00:0b.0 Multimedia audio controller: Creative Labs SB Live! EMU10000 (rev 08) minicom over ttyS1 to device, USB netlink (usbnet.c) to device over USB. I told device to go to sleep, it reported (over serial console that I looked at with minicom), that it turned off internal devices (including USB client), reported it is going to sleep, and turned serial and itself off. Suddenly mp3 playing stopped and I got this (decoded) diagnostics from kernel: ksymoops 2.4.0 on i686 2.4.5-ac7. Options used -V (default) -k /proc/ksyms (default) -l /proc/modules (default) -o /lib/modules/2.4.5-ac7/ (default) -m /boot/System.map-2.4.5-ac7 (default) Warning: You did not tell me where to find symbol information. I will assume that the log matches the kernel and modules that are running right now and I'll use the default options above for symbol resolution. If the current kernel and/or modules do not match the log, you can get more accurate output by telling me the kernel version and where to find map, modules, ksyms etc. ksymoops -h explains the options. wait_on_irq, CPU 1 irq: 1 [1 0] bh: 1 [0 1] CPU 0: CPU 1: c167fe68 c01d805d ... (not recorded full stack) Call Trace: [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] Warning (Oops_read): Code line not seen, dumping what data is available Trace; c0108522 <__global_cli+e2/170> Trace; c0170f97 Trace; c0170f60 Trace; c011d706 Trace; c011a56c Trace; c011a423 Trace; c011a2ab Trace; c0108935 Trace; c0108525 <__global_cli+e5/170> Trace; c01617e8 Trace; c011a67d <__run_task_queue+5d/70> Trace; c0121c35 Trace; c0121670 Trace; c0105000 Trace; c0105556 Trace; c0121670 2 warnings issued. Results may not be reliable. Bye, Oleg