From owner-freebsd-stable@FreeBSD.ORG Wed Jan 30 05:25:51 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B00416A41A for ; Wed, 30 Jan 2008 05:25:51 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp6.yandex.ru (smtp6.yandex.ru [213.180.200.197]) by mx1.freebsd.org (Postfix) with ESMTP id DB09B13C465 for ; Wed, 30 Jan 2008 05:25:50 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:21698 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S5473594AbYA3FZp (ORCPT ); Wed, 30 Jan 2008 08:25:45 +0300 X-Yandex-Spam: 1 X-Yandex-Front: smtp6 X-Yandex-TimeMark: 1201670745 X-MsgDayCount: 1 X-Comment: RFC 2476 MSA function at smtp6.yandex.ru logged sender identity as: bu7cher Message-ID: <47A00A56.4060807@yandex.ru> Date: Wed, 30 Jan 2008 08:25:42 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: FreeBSD Mailing List Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: panic in sio(4) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2008 05:25:51 -0000 Hi, All. There is a guy which have a repeatable panic in the sio(4). http://www.opennet.ru/openforum/vsluhforumID1/78445.html#9 Most interesting part of backtrace is: #5 0xc08860ba in calltrap () at /usr/src/sys/i386/i386/exception.s:139 No locals. #6 0xc0873700 in siointr1 (com=0xc3411400) at /usr/src/sys/dev/sio/sio.c:1613 ocount = 4287153708 int_ctl = 0 '\0' int_ctl_new = 0 '\0' line_status = 44 ',' modem_status = 0 '\0' ioptr = (u_char *) 0xc3b85000
recv_data = 69 'E' #7 0xc0873322 in siointr (arg=0xc3411400) at /usr/src/sys/dev/sio/sio.c:1391 com = (struct com_s *) 0xc3411400 #8 0xc0889e95 in intr_execute_handlers (isrc=0xc32b48c8, iframe=0xd4032c94) at /usr/src/sys/i386/i386/intr_machdep.c:270 td = (struct thread *) 0xc3284600 ie = (struct intr_event *) 0xc32cab00 ih = (struct intr_handler *) 0xc33f3840 vector = -1019267008 thread = 0 As i see there is no difference between 6.2 and 6.3 in the sio(4). Can someone help to fix this panic? -- WBR, Andrey V. Elsukov