Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 1999 01:26:26 -0500 (EST)
From:      Brian Feldman <green@unixhelp.org>
To:        freebsd-current@FreeBSD.ORG
Subject:   panic: vm_page_free: invalid wire count (65535), pindex: 0x20
Message-ID:  <Pine.BSF.4.05.9901110119420.15352-100000@janus.syracuse.net>

next in thread | raw e-mail | index | archive | help
  I've got myself a quite reproduceable crash: it occurs when a segmentation
fault/other crash occurs in the program StarOffice 5.0. Normally a program
dumping core wouldn't be a problem, but StarOffice is LinuxThreads, and runs
RFMEM|RFSIGSHARE :( Something goes wrong when a multi-kernel-threaded program
dies, and all members dump core at the same time. Init seems to be the context
in which the system panicked.o

GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (i386-unknown-freebsd),
Copyright 1996 Free Software Foundation, Inc...
IdlePTD 2867200
initial pcb at 23d75c
panicstr: vm_page_free: invalid wire count (65535), pindex: 0x20
panic messages:
---
panic: vm_page_free: invalid wire count (65535), pindex: 0x20

syncing disks... 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 11 giv
ing up

dumping to dev 30001, offset 40960
dump 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55
54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28
 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
---
#0  boot (howto=256) at ../../kern/kern_shutdown.c:285
285                     dumppcb.pcb_cr3 = rcr3();
(kgdb) bt
#0  boot (howto=256) at ../../kern/kern_shutdown.c:285
#1  0xf0137ab9 in panic (
    fmt=0xf020e59a "vm_page_free: invalid wire count (%d), pindex: 0x%x")
    at ../../kern/kern_shutdown.c:446
#2  0xf01aa380 in vm_page_freechk_and_unqueue (m=0xf0467008)
    at ../../vm/vm_page.c:1148
#3  0xf01aa538 in vm_page_free_zero (m=0xf0467008) at ../../vm/vm_page.c:1263
#4  0xf01c9eef in pmap_release_free_page (pmap=0xf5b18620, p=0xf0467008)
    at ../../i386/i386/pmap.c:1340
#5  0xf01ca051 in pmap_release (pmap=0xf5b18620) at ../../i386/i386/pmap.c:1502
#6  0xf01a3abf in vmspace_free (vm=0xf5b185c0) at ../../vm/vm_map.c:245
#7  0xf01d1671 in cpu_wait (p=0xf5b134a0) at ../../i386/i386/vm_machdep.c:261
#8  0xf01318e5 in wait1 (q=0xf5b16e60, uap=0xf5b1cf84, compat=0)
    at ../../kern/kern_exit.c:524
#9  0xf01316c0 in wait4 (p=0xf5b16e60, uap=0xf5b1cf84)
    at ../../kern/kern_exit.c:416
#10 0xf01cddd7 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = -272638400,
      tf_esi = -272638400, tf_ebp = -272638528, tf_isp = -172896300,
      tf_ebx = 0, tf_edx = 4060, tf_ecx = 134849376, tf_eax = 7,
      tf_trapno = 12, tf_err = 2, tf_eip = 134674952, tf_cs = 31,
      tf_eflags = 582, tf_esp = -272638548, tf_ss = 39})
    at ../../i386/i386/trap.c:1100
#11 0xf01c08ec in Xint0x80_syscall ()
---Type <return> to continue, or q <return> to quit---
#12 0x804937f in ?? ()
#13 0x804855a in ?? ()
#14 0x804834c in ?? ()
#15 0x80480e9 in ?? ()
(kgdb) frame 9
#9  0xf01316c0 in wait4 (p=0xf5b16e60, uap=0xf5b1cf84)
    at ../../kern/kern_exit.c:416
416             return (wait1(p, uap, 0));
(kgdb) printf "%d\n", p->p_pid
1
(kgdb) printf "%d\n", uap->pid
-1


 Brian Feldman						  _ __  ___ ___ ___  
 green@unixhelp.org				      _ __ ___ | _ ) __|   \ 
		      http://www.freebsd.org/	 _ __ ___ ____ | _ \__ \ |) |
 FreeBSD: The Power to Serve!		   _ __ ___ ____ _____ |___/___/___/ 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9901110119420.15352-100000>