From owner-freebsd-usb@FreeBSD.ORG Sat Oct 13 21:04:53 2007 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4969B16A417 for ; Sat, 13 Oct 2007 21:04:53 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from smtp4.yandex.ru (smtp4.yandex.ru [213.180.223.136]) by mx1.freebsd.org (Postfix) with ESMTP id 7F5FE13C442 for ; Sat, 13 Oct 2007 21:04:52 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from [193.138.149.197] ([193.138.149.197]:63174 "EHLO nx7400.local.domain" smtp-auth: "cvs-src" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S737906AbXJMUch (ORCPT ); Sun, 14 Oct 2007 00:32:37 +0400 X-Comment: RFC 2476 MSA function at smtp4.yandex.ru logged sender identity as: cvs-src Message-ID: <47116328.6070108@yandex.ru> Date: Sun, 14 Oct 2007 00:30:32 +0000 From: "R.Mahmatkhanov" User-Agent: Thunderbird 2.0.0.6 (X11/20070819) MIME-Version: 1.0 To: freebsd-usb@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Getting panic on uhci.c: uhci_abort_xfer() X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2007 21:04:53 -0000 Good day! A couple of weeks ago i begun meeting with system hangs and arbitrary reboots. It occurs when some intensive traffic come into play with using mobile usb modem. After i move to todays RELENG_7 (from ex-7 -CURRENT) i saw this message after arbitrary reboot in /var/log/messages: Oct 13 23:54:04 nx7400 syslogd: kernel boot file is /boot/kernel/kernel Oct 13 23:54:04 nx7400 kernel: panic: uhci_abort_xfer: not in process context Oct 13 23:54:04 nx7400 kernel: cpuid = 0 Oct 13 23:54:04 nx7400 kernel: Uptime: 2h53m44s Oct 13 23:54:04 nx7400 kernel: Physical memory: 747 MB Oct 13 23:54:04 nx7400 kernel: Dumping 147 MB: 132 116 100 84 68 52 36 20 4 Oct 13 23:54:04 nx7400 kernel: Dump complete Oct 13 23:54:04 nx7400 kernel: Automatic reboot in 15 seconds - press a key on the console to abort Oct 13 23:54:04 nx7400 kernel: --> Press a key on the console to reboot, Oct 13 23:54:04 nx7400 kernel: --> or switch off the system now. Oct 13 23:54:04 nx7400 kernel: Rebooting... This panic is initiated if (xfer->device->bus->intr_context || !curproc) in uhci_abort_xfer(). What i can do to eliminate such situations or what i do wrong? My system is FreeBSD 7.0-PRERELEASE i386 GENERIC from todays cvs. Thanks in advance for answer.