dpk wrote:
> On Thu, 4 Aug 2005, Frank McConnell wrote:
>> Further debugging led me to the conclusion that the problem is in
>> pmap_protect(), in src/sys/i386/i386/pmap.c; and has to do with a
[...]
>> Then I checked the cvs logs, and saw rev 1.524, which looks like what
&g
-this-week's RELENG_5. Thus far I'll say that with that change
my usual way of provoking the problem hasn't, yet.
I'm going to try to get this PC put back into co-lo where it can
get some production-like testing this weekend. It'd be nice to get
this fix MFC'd
n/kern_fork.c:791
#6 0xc053b1bc in fork_trampoline () at /usr/src/sys/i386/i386/exception.s:209
(gdb)
If I'm getting more stuff out of my backtrace, it is likely because I
have this in my kernel config:
makeoptions DEBUG="-g"
And likewise, sorry if I
own to
_sx_xlock(&map->lock, file, line), which I think means that this
thread is deadlocked.
-Frank McConnell
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Current language: auto; currently asm
(gdb)
--- end gdb transcript 2 ---
So, hmm. I'm a bit bewildered but will keep trying to wrap my head
around it. Clues and/or direction would be welcome.
It looks to me like the pagedaemon is running and trying to acquire
the vm page queue mutex, which appears to be owned on behalf of named,
which isn't running but also isn't blocked on a turnstile.
-Frank McConnell
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
to flood you or the list.
When it was running 5.4-RELEASE, I had at one point added options
INVARIANTS and INVARIANT_SUPPORT to the PAE-based configuration, and
it panic'd during startup, either during fsck of the root filesystem
(if multi-user startup) or immediately after I pressed return
Um, help? Pretty please? My clues about this part of the kernel are
a bit stale. I don't know how long I have to play, and don't think I
can give remote access, but I'm willing to try stuff and be remote
eyes, hands, and as much of a brain as I can while I can.
-Frank McConnell
_