| Summary: | FreeBSD 3.3-RC panics durring make world | ||
|---|---|---|---|
| Product: | Base System | Reporter: | tcole <tcole> |
| Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
tcole
1999-09-13 20:50:01 UTC
On Mon, Sep 13, 1999, tcole@methow.com wrote: > > >Number: 13739 > >Category: kern > >Synopsis: FreeBSD 3.3-RC panics durring make world > >Release: 3.3-RC > >Description: > I already posted this to freebsd-stable but got no replies, so I'm > trying here. The box in question is running softupdates, > doing NFS for 2 workstations (only one is really being used), and > running named, squid and ppp -nat for my home LAN. It seems to panic > about half way through a make buildworld every time. Please compile a debug kernel and try to reproduce this. -- |Chris Costello <chris@calldei.com> |No extensible language will be universal. - T. Cheatham `-------------------------------------------------------- On Mon, Sep 13, 1999 at 05:48:47PM -0500, Chris Costello wrote: > On Mon, Sep 13, 1999, tcole@methow.com wrote: > > > > >Number: 13739 > > >Category: kern > > >Synopsis: FreeBSD 3.3-RC panics durring make world > > >Release: 3.3-RC > > > >Description: > > I already posted this to freebsd-stable but got no replies, so I'm > > trying here. The box in question is running softupdates, > > doing NFS for 2 workstations (only one is really being used), and > > running named, squid and ppp -nat for my home LAN. It seems to panic > > about half way through a make buildworld every time. > > Please compile a debug kernel and try to reproduce this. I did. Thats why I included a trace from my gdb -k in my pr. What else do you want me to do? > -- > |Chris Costello <chris@calldei.com> > |No extensible language will be universal. - T. Cheatham > `-------------------------------------------------------- -- --Travis When it comes to violence, morality and the young, we're the Idiot Nation, the laughingstock not only of the civilized world but of the highly-wired generation of kids we're supposedly trying to protect. Jon Katz On Mon, Sep 13, 1999, Travis Cole wrote: > > Please compile a debug kernel and try to reproduce this. > > I did. Thats why I included a trace from my gdb -k in my pr. > What else do you want me to do? It didn't look a whole lot like it was actually compiled with debug symbols, or that it was stripped before install. -- |Chris Costello <chris@calldei.com> |Honey, I Formatted the Kid! `---------------------------------- On Mon, Sep 13, 1999 at 05:56:40PM -0500, Chris Costello wrote:
> On Mon, Sep 13, 1999, Travis Cole wrote:
> > > Please compile a debug kernel and try to reproduce this.
> >
> > I did. Thats why I included a trace from my gdb -k in my pr.
> > What else do you want me to do?
>
> It didn't look a whole lot like it was actually compiled with
> debug symbols, or that it was stripped before install.
It was compiled with debug symbols. My running kernel was striped
but I told gdb to use /kernel.debug (which did not strip)
as the symbol-file.
And just for good measure I examined the dump from a kernel that I
never stiped and the output was exactly the same.
Also, I suspect my panics may be related to 'option CPU_WT_ALLOC'
I'm doing some testing now to see if thats the case.
--
--Travis
When it comes to violence, morality and the young, we're the Idiot Nation,
the laughingstock not only of the civilized world but of the highly-wired
generation of kids we're supposedly trying to protect.
Jon Katz
State Changed From-To: open->closed Hardware problem. |