From owner-freebsd-bugs@FreeBSD.ORG Wed Sep 5 07:53:56 2007 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8FFB16A419 for ; Wed, 5 Sep 2007 07:53:56 +0000 (UTC) (envelope-from gexlie@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.224]) by mx1.freebsd.org (Postfix) with ESMTP id 4EA6613C45D for ; Wed, 5 Sep 2007 07:53:56 +0000 (UTC) (envelope-from gexlie@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1842328wxd for ; Wed, 05 Sep 2007 00:53:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cplaN/j4UxfNbgfxQlpqIqurLk2pbpUvL0KymF/klq6i1cg6CuTPRaTgm47D+JjUecZvE092FJWZlLJymVZjeMhghTCXySlwwkT+2KdnWFg6O9eiKH1JpOS5qZPVzI3vy30Q6F77qlmxHmQtVSZFRBJfoAetmKEIMtknj5DadB0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ns+ctlHilLrB3DMSga/9fBL70/ZPzpD3QByi3coVhSFyOrDQORtcpvPXD+HRRwe4pgp12+2H+cNpVh7MwfgHKXmQ3wT8j+H/JLiBBcpHhof47UUM/yOf3SbEjjw/bwzz0Qk5dfnN87fHYjGSIchm4q67YyR+E78pg4zOo+lUrSw= Received: by 10.90.68.15 with SMTP id q15mr1457122aga.1188978835111; Wed, 05 Sep 2007 00:53:55 -0700 (PDT) Received: by 10.90.26.3 with HTTP; Wed, 5 Sep 2007 00:53:54 -0700 (PDT) Message-ID: <53cc795f0709050053l5b09535cq22673d4cb47a0433@mail.gmail.com> Date: Wed, 5 Sep 2007 11:53:54 +0400 From: sa8o1age To: freebsd-bugs@freebsd.org In-Reply-To: <53cc795f0708310430q74c5e72ex8ea71823d99863a0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <53cc795f0708310430q74c5e72ex8ea71823d99863a0@mail.gmail.com> Subject: Re: vmware caused a kernel panic X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2007 07:53:56 -0000 is there anybody who interested in fixing this bug except me? :-) On 8/31/07, sa8o1age wrote: > hi > > i'm always getting kernel panic when i try to run WinXP on vmware on > _second_ or _third_ time after reboot. > > 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #4: Thu Aug 30 23:29:11 MSD 2007 > > vmware3-3.2.1.2242_13,1 > > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x1c > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc05315c7 > stack pointer = 0x28:0xd44aac08 > frame pointer = 0x28:0xd44aac0c > 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 = 33 (pagedaemon) > trap number = 12 > panic: page fault > Uptime: 4h40m52s > Dumping 511 MB (2 chunks) > chunk 0: 1MB (159 pages) ... ok > chunk 1: 511MB (130800 pages) 495 479 463 447 431 415 399 383 367 > 351 335 319 303 287 271 255 239 223 207 191 175 159 143 127 111 95 79 > 63 47 31 15 > > #0 doadump () at pcpu.h:165 > 165 __asm __volatile("movl %%fs:0,%0" : "=r" (td)); > (kgdb) list *0xc05315c7 > 0xc05315c7 is in _mtx_trylock (/usr/src/sys/kern/kern_mutex.c:438). > 433 ("mtx_trylock() of destroyed mutex @ %s:%d", file, line)); > 434 KASSERT(LOCK_CLASS(&m->mtx_object) == &lock_class_mtx_sleep, > 435 ("mtx_trylock() of spin mutex %s @ %s:%d", > m->mtx_object.lo_name, > 436 file, line)); > 437 > 438 if (mtx_owned(m) && (m->mtx_object.lo_flags & > LO_RECURSABLE) != 0) { > 439 m->mtx_recurse++; > 440 atomic_set_ptr(&m->mtx_lock, MTX_RECURSED); > 441 rval = 1; > 442 } else > (kgdb) backtrace > #0 doadump () at pcpu.h:165 > #1 0xc053c62c in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:409 > #2 0xc053cc9f in panic (fmt=0xc0726137 "%s") at > /usr/src/sys/kern/kern_shutdown.c:565 > #3 0xc06fb55a in trap_fatal (frame=0xd44aabc8, eva=28) at > /usr/src/sys/i386/i386/trap.c:837 > #4 0xc06fb81b in trap_pfault (frame=0xd44aabc8, usermode=0, eva=28) > at /usr/src/sys/i386/i386/trap.c:745 > #5 0xc06fbc25 in trap (frame= > {tf_fs = 8, tf_es = 40, tf_ds = 40, tf_edi = 0, tf_esi = 32109, > tf_ebp = -733303796, tf_isp = -733303820, tf_ebx = -1053664504, tf_edx > = 2272, tf_ecx = 0, tf_eax = -1055880880, tf_trapno = 12, tf_err = 0, > tf_eip = -1068296761, tf_cs = 32, tf_eflags = 66118, tf_esp = > -1053664504, tf_ss = -733303552}) > at /usr/src/sys/i386/i386/trap.c:435 > #6 0xc06e4b8a in calltrap () at /usr/src/sys/i386/i386/exception.s:139 > #7 0xc05315c7 in _mtx_trylock (m=0x0, opts=0, file=0x0, line=0) at > /usr/src/sys/kern/kern_mutex.c:428 > #8 0xc06ade42 in vm_pageout () at /usr/src/sys/vm/vm_pageout.c:1098 > #9 0xc052037d in fork_exit (callout=0xc06ad6c0 , > arg=0xc1108950, frame=0xc1108950) at /usr/src/sys/kern/kern_fork.c:821 > #10 0xc06e4bec in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:208 > > > any suggestions? >