From owner-freebsd-usb@FreeBSD.ORG Thu Jun 21 07:24:30 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49DCC16A400 for ; Thu, 21 Jun 2007 07:24:30 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from webmail17.mail.yandex.net (webmail17.mail.yandex.net [213.180.200.46]) by mx1.freebsd.org (Postfix) with ESMTP id C78E413C43E for ; Thu, 21 Jun 2007 07:24:29 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from YAMAIL (webmail17) by mail.yandex.ru id S2375693AbXFUHY0 for ; Thu, 21 Jun 2007 11:24:26 +0400 Received: from [195.151.56.171] ([195.151.56.171]) by mail.yandex.ru with HTTP; Thu, 21 Jun 2007 11:24:25 +0400 From: "R.Mahmatkhanov" To: imp@bsdimp.com MIME-Version: 1.0 Message-Id: <69191182410665@webmail17.yandex.ru> Date: Thu, 21 Jun 2007 11:24:25 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: freebsd-usb@freebsd.org Subject: Re: Panic on post-freeze current with ucom 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: Thu, 21 Jun 2007 07:24:30 -0000 > In message: <4678D5FA.000001.31958@pantene.yandex.ru> > "R.Mahmatkhanov" writes: > : >In message: <46790374.8040903@yandex.ru> > : > "R.Mahmatkhanov" writes: > : >: Good Day. > : >: > : >: I just move to latest -current/i386 after the code freeze. And i catch > : >: 100% reproduceble panic condition. It happens when i plug my mobile > : >: phone to USB port. How it does: > : >: > : >: ucom0: : >: 1.10/0.00, addr 2> on uhub1 > : >: Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 > : >: fault virtual address = 0x4 > : >: fault code = supervisor read, page not present > : >: instruction pointer = 0x20: 0xc06ca396 > : >: stack pointer = 0x28: 0xdd30a760 > : >: frame pointer = 0x28: 0xdd30a760 > : >: code segment = base 0x0, limit 0xfffff, type = 0x1b, DPL 0, pres 1, > : >: = def32 1, gran 1 > : >: processor eflags = interrupt enabled, resume; IOPL = 0 > : >: current process = 28 (usb1) > : >: [thread pid 28 tid 100023] > : >: Stopped at usb_get_interface_descruptor+0x6: movl 0x4(%eax), %eax > : > > : >This looks like a null modem dereference. Which driver is causing > : >this? > : > > : >Warner > : > : It's umodem. > doh! > Consider applying It's now working again! Thank you much! > Index: umodem.c > > and letting me know the results. > Warner