From owner-freebsd-current Sun Aug 9 06:57:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA20047 for freebsd-current-outgoing; Sun, 9 Aug 1998 06:57:06 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zone.syracuse.net (zone.syracuse.net [205.232.47.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA20039 for ; Sun, 9 Aug 1998 06:57:04 -0700 (PDT) (envelope-from green@zone.syracuse.net) Received: from localhost (green@localhost) by zone.syracuse.net (8.8.8/8.8.7) with SMTP id JAA23904; Sun, 9 Aug 1998 09:56:19 -0400 (EDT) Date: Sun, 9 Aug 1998 09:56:19 -0400 (EDT) From: Brian Feldman To: freebsd-current@FreeBSD.ORG cc: julian@whistle.com Subject: New softupdates code panics Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, I had patched my ffs_softdep.c and my ufs_vnops.c according to Luoqi and Kirk's patches and soon after rebooting, I got a panic (I don't think I was removing anything at the time, but oh well there are other processes than the ones I watch). I've still got the full debugging kernel and a core dump, so if anyone wants more just ask. #0 boot (howto=256) at ../../kern/kern_shutdown.c:286 #1 0xf0119157 in panic ( fmt=0xf01b386c "handle_workitem_remove: bad dir delta") at ../../kern/kern_shutdown.c:427 #2 0xf01b3942 in handle_workitem_remove (dirrem=0xf0be1c60) at ../../ufs/ffs/ffs_softdep.c:2560 #3 0xf01b0db9 in softdep_process_worklist (matchmnt=0x0) at ../../ufs/ffs/ffs_softdep.c:534 #4 0xf013b866 in sched_sync () at ../../kern/vfs_subr.c:977 #5 0xf010c29e in kproc_start (udata=0xf0223724) at ../../kern/init_main.c:245 #6 0xf01d70c0 in fork_trampoline () Cannot access memory at address 0x2000. Cheers, Brian Feldman green@unixhelp.com P.S. This is the first softupdates panic I've had in a _long_ time, so good job you guys! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message