From owner-freebsd-questions@FreeBSD.ORG Sat Oct 14 17:52:04 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3FEE16A403 for ; Sat, 14 Oct 2006 17:52:04 +0000 (UTC) (envelope-from ml.diespammer@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 40B9D43D49 for ; Sat, 14 Oct 2006 17:52:03 +0000 (GMT) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu (adsl-ull-209-197.51-151.net24.it [151.51.197.209]) (authenticated bits=128) by parrot.aev.net (8.13.8/8.13.6) with ESMTP id k9EHwQAS021805 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 14 Oct 2006 19:58:33 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Received: from [10.1.2.18] (alamar.ventu [10.1.2.18]) by soth.ventu (8.13.8/8.13.3) with ESMTP id k9EHpeKe098349 for ; Sat, 14 Oct 2006 19:51:40 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Message-ID: <453123B5.8000209@netfence.it> Date: Sat, 14 Oct 2006 19:51:49 +0200 From: Andrea Venturoli User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.57 on 212.31.247.179 Subject: Panic lanuching dosbox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Oct 2006 17:52:04 -0000 Hello. I'm running 6.1p10/i386 on an Athlon XP box. Each time I run dosbox or any other apps that goes fullscreen from X11 my system reboots. I tried running dosbox in single user mode and I got the following dump. However I'm not so expert in kernel to make something useful out of it. Can anyone help? The only thing I understand is that it seems to have something to do with USB, but I can't explain why. Maybe because I've got USB keyboard and mouse? bye & Thanks av. #0 doadump () at pcpu.h:165 #1 0xc04f97df in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:402 #2 0xc04f9b06 in panic (fmt=0xc067cd9d "%s") at /usr/src/sys/kern/kern_shutdown.c:558 #3 0xc065b04c in trap_fatal (frame=0xdd6ac894, eva=0) at /usr/src/sys/i386/i386/trap.c:836 #4 0xc065ad52 in trap_pfault (frame=0xdd6ac894, usermode=0, eva=4) at /usr/src/sys/i386/i386/trap.c:744 #5 0xc065a91d in trap (frame= {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = -1018738432, tf_esi = -1018738320, tf_ebp = -580204276, tf_isp = -580204352, tf_ebx = -1020958976, tf_edx = 0, tf_ecx = -1020958976, tf_eax = 0, tf_trapno = 12, tf_err = 2, tf_eip = -1068965666, tf_cs = 32, tf_eflags = 78406, tf_esp = -1020958976, tf_ss = -1023602688}) at /usr/src/sys/i386/i386/trap.c:434 #6 0xc06486da in calltrap () at /usr/src/sys/i386/i386/exception.s:139 #7 0xc048e0de in uhci_device_intr_start (xfer=0xc3474900) at /usr/src/sys/dev/usb/uhci.c:2129 #8 0xc048e055 in uhci_device_intr_transfer (xfer=0xc3474900) at /usr/src/sys/dev/usb/uhci.c:2091 #9 0xc0499191 in usbd_transfer (xfer=0xc3474900) at /usr/src/sys/dev/usb/usbdi.c:322 #10 0xc0498fec in usbd_open_pipe_intr (iface=0xc3474900, address=129 '\201', flags=4 '\004', pipe=0x0, priv=0x0, buffer=0x0, len=0, cb=0, ival=0) at /usr/src/sys/dev/usb/usbdi.c:244 #11 0xc049110f in uhidopen (dev=0x0, flag=1, mode=8192, p=0xc3105a80) at /usr/src/sys/dev/usb/uhid.c:461 #12 0xc04c6901 in giant_open (dev=0xc3019d00, oflags=0, devtype=0, td=0x0) ---Type to continue, or q to quit--- at /usr/src/sys/kern/kern_conf.c:242 #13 0xc049df72 in devfs_open (ap=0xdd6aca50) at /usr/src/sys/fs/devfs/devfs_vnops.c:680 #14 0xc066f243 in VOP_OPEN_APV (vop=0x0, a=0x0) at vnode_if.c:372 #15 0xc05706dd in vn_open_cred (ndp=0xdd6acbc0, flagp=0xdd6accc0, cmode=0, cred=0xc3440000, fdidx=6) at vnode_if.h:198 #16 0xc0570233 in vn_open (ndp=0xc3256700, flagp=0x0, cmode=0, fdidx=0) at /usr/src/sys/kern/vfs_vnops.c:91 #17 0xc0567378 in kern_open (td=0xc3105a80, path=0x0, pathseg=UIO_USERSPACE, flags=1, mode=0) at /usr/src/sys/kern/vfs_syscalls.c:1002 #18 0xc0567276 in open (td=0x0, uap=0xdd6acd04) at /usr/src/sys/kern/vfs_syscalls.c:968 #19 0xc065b422 in syscall (frame= {tf_fs = 59, tf_es = 59, tf_ds = 59, tf_edi = 161619968, tf_esi = 0, tf_ebp = -1077941368, tf_isp = -580203164, tf_ebx = 674477236, tf_edx = 0, tf_ecx = 161591712, tf_eax = 5, tf_trapno = 22, tf_err = 2, tf_eip = 675187435, tf_cs = 51, tf_eflags = 12870, tf_esp = -1077941412, tf_ss = 59}) at /usr/src/sys/i386/i386/trap.c:981 #20 0xc064872f in Xint0x80_syscall () at /usr/src/sys/i386/i386/exception.s:200 #21 0x00000033 in ?? ()