From owner-freebsd-current@FreeBSD.ORG Wed Aug 13 05:12:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 203B037B401 for ; Wed, 13 Aug 2003 05:12:49 -0700 (PDT) Received: from phys9911.phys.tue.nl (PHYS9911.phys.tue.nl [131.155.108.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26AAB43FD7 for ; Wed, 13 Aug 2003 05:12:48 -0700 (PDT) (envelope-from karelj@phys9911.phys.tue.nl) Received: from phys9911.phys.tue.nl (localhost [127.0.0.1]) by phys9911.phys.tue.nl (8.12.9/8.12.9) with ESMTP id h7DCCkuP001213 for ; Wed, 13 Aug 2003 14:12:46 +0200 (CEST) (envelope-from karelj@phys9911.phys.tue.nl) Received: (from karelj@localhost) by phys9911.phys.tue.nl (8.12.9/8.12.9/Submit) id h7DCCkwQ001212 for current@freebsd.org; Wed, 13 Aug 2003 14:12:46 +0200 (CEST) Date: Wed, 13 Aug 2003 14:12:46 +0200 From: "Karel J. Bosschaart" To: current@freebsd.org Message-ID: <20030813121246.GA924@phys9911.phys.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: panic while browsing with Opera 7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2003 12:12:49 -0000 Hi, Using PR/55509 I installed (native) Opera 7.2B3 on my -current as of 2 days ago. I had 3 panics in only a couple of hours while using Opera 7: 2 times with a GENERIC kernel, 1 time with a custom kernel. They all look similar: phys9911# cat /usr/crash/info.9 Good dump found on device /dev/ad0s2b Architecture: i386 Architecture version: 1 Dump length: 259461120B (247 MB) Blocksize: 512 Dumptime: Wed Aug 13 13:51:35 2003 Hostname: phys9911.phys.tue.nl Versionstring: FreeBSD 5.1-CURRENT #4: Tue Aug 12 09:44:08 CEST 2003 karelj@phys9911.phys.tue.nl:/usr/obj/usr/src/sys/KAYJAY Panicstring: witness_warn Bounds: 9 (kgdb) bt #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:240 #1 0xc020c69c in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:372 #2 0xc020ca27 in panic () at /usr/src/sys/kern/kern_shutdown.c:550 #3 0xc02322c4 in witness_warn (flags=2, lock=0x0, fmt=0xc03becc5 "System call %s returning") at /usr/src/sys/kern/subr_witness.c:1076 #4 0xc03656cd in syscall (frame= {tf_fs = 158072879, tf_es = -1078001617, tf_ds = -1078001617, tf_edi = 31, tf_esi = 681549252, tf_ebp = -1079140596, tf_isp = -701428364, tf_ebx = 681557420, tf_edx = 681549252, tf_ecx = 681271324, tf_eax = 9, tf_trapno = 22, tf_err = 2, tf_eip = 681402736, tf_cs = 31, tf_eflags = 643, tf_esp = -1079140656, tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1076 #5 0xc03554cd in Xint0x80_syscall () at {standard input}:144 ---Can't read userspace from dump, or kernel process--- (kgdb) Something useful in there? Or more info needed? Karel.