Since GEOM became default, I've been getting a lot of errors like these:
Oct  9 17:02:19 uriel kernel: swap_pager: I/O error - pageout failed; blkno
3240
,size 4096, error 5
Oct  9 17:02:19 uriel kernel: swap_pager: I/O error - pageout failed; blkno
1254
4,size 8192, error 5
Oct  9 17:02:19 uriel kernel: swap_pager: I/O error - pageout failed; blkno
1257
6,size 8192, error 5

These seem to go away when the kernel is built with NO_GEOM.
I added a panic just below this message in swap_pager.c - backtrace attached.
I haven't really looked at it yet and I won't be able to use this machine for
a few hours. Any assistance appreciated.

-- 
Michael McGoldrick: [EMAIL PROTECTED] 
Script started on Thu Oct 10 12:20:07 2002
uriel# gdb -k /usr/obj/usr/src/sys/URIEL/kernel.debug vmcore.0

GNU gdb 5.2.0 (FreeBSD) 20020627
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or 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.
This GDB was configured as "i386-undermydesk-freebsd"...
panic: bremfree: bp 0xc4aac768 not locked
panic messages:
---
panic: Damn swap error!


syncing disks... panic: bremfree: bp 0xc4aac768 not locked
Uptime: 2m40s
pfs_vncache_unload(): 1 entries remaining
Dumping 127 MB
ata1: resetting devices ..
ata1: mask=03 ostat0=50 ostat2=7f
ad2: ATAPI 00 00
ata1-slave: ATAPI 7f 7f
ata1: mask=03 stat0=50 stat1=7f
ad2: ATA 01 a5
ata1-slave: ATA 2d 7f
ata1: devices=01
ad2: success setting PIO4 on Acer chip
done
 16 32 48 64 80 96 112
---
#0  doadump () at /usr/src/sys/kern/kern_shutdown.c:223
223             dumping++;
(kgdb) bt
#0  doadump () at /usr/src/sys/kern/kern_shutdown.c:223
#1  0xc0222165 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:355
#2  0xc02223b3 in panic () at /usr/src/sys/kern/kern_shutdown.c:508
#3  0xc0261177 in bremfree (bp=0xc4aac768) at /usr/src/sys/kern/vfs_bio.c:632
#4  0xc0262c98 in vfs_bio_awrite (bp=0x3) at /usr/src/sys/kern/vfs_bio.c:1633
#5  0xc01ec777 in spec_fsync (ap=0xc982eac8)
    at /usr/src/sys/fs/specfs/spec_vnops.c:459
#6  0xc01ebc18 in spec_vnoperate (ap=0x0)
    at /usr/src/sys/fs/specfs/spec_vnops.c:124
#7  0xc0318569 in VOP_FSYNC (vp=0x0, cred=0x0, waitfor=0, td=0x0)
    at vnode_if.h:612
#8  0xc0317c77 in ffs_sync (mp=0xc23c8200, waitfor=2, cred=0xc0bbae80, 
    td=0xc03f2740) at /usr/src/sys/ufs/ffs/ffs_vfsops.c:1155
#9  0xc0274fa8 in sync (td=0xc03f2740, uap=0x0)
    at /usr/src/sys/kern/vfs_syscalls.c:130
#10 0xc0221dac in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:264
#11 0xc02223b3 in panic () at /usr/src/sys/kern/kern_shutdown.c:508
#12 0xc0325c89 in swp_pager_async_iodone (bp=0xc4a9b1a8)
    at /usr/src/sys/vm/swap_pager.c:1471
#13 0xc0264a51 in bufdone (bp=0xc4a9b1a8) at /usr/src/sys/kern/vfs_bio.c:2983
#14 0xc0264924 in bufdonebio (bp=0x0) at /usr/src/sys/kern/vfs_bio.c:2931
#15 0xc02646c9 in biodone (bp=0x0) at /usr/src/sys/kern/vfs_bio.c:2831
#16 0xc01ee13e in g_dev_done (bp2=0xc28fe300)
---Type <return> to continue, or q <return> to quit---
    at /usr/src/sys/geom/geom_dev.c:353
#17 0xc02646c9 in biodone (bp=0x0) at /usr/src/sys/kern/vfs_bio.c:2831
#18 0xc01f07f0 in g_io_schedule_up (tp=0xc0bd1d00)
    at /usr/src/sys/geom/geom_io.c:343
#19 0xc01f09e8 in g_up_procbody () at /usr/src/sys/geom/geom_kern.c:91
#20 0xc020e835 in fork_exit (callout=0xc01f0960 <g_up_procbody>, arg=0x0, 
    frame=0x0) at /usr/src/sys/kern/kern_fork.c:851
(kgdb) uriel# ^Dexit

Script done on Thu Oct 10 12:21:49 2002

Reply via email to