On Tue, Mar 05, 2002 at 10:51:53AM -0500, John Baldwin wrote:
> 
> On 04-Mar-02 Wilko Bulte wrote:
> > During a make release I just got a panic. The build progressed until:
> > 
> > gzip -cn /usr/src/lib/libc/../libc/stdlib/imaxabs.3 > imaxabs.3.gz
> > gzip -cn /usr/src/lib/libc/../libc/stdlib/imaxdiv.3 > imaxdiv.3.gz
> > gzip -cn /usr/src/lib/libc/../libc/stdlib/labs.3 > labs.3.gz
> > 
> > The running system is a -current as of today.
> > 
> > The panic:
> > 
> > login: 
> > FreeBSD/alpha (ds10.wbnet) (ttyd0)
> > 
> > login: panic: blockable sleep lock (sleep mutex) Giant @
> > ../../../alpha/alpha/tr
> > ap.c:482
> > cpuid = 0; panic
> > Stopped at      Debugger+0x34:  zapnot  v0,#0xf,a0      <v0=0x7,a0=0x6>
> > db> 
> > db> trace
> > Debugger() at Debugger+0x34
> > panic() at panic+0x188
> > witness_lock() at witness_lock+0xb4
> > _mtx_lock_flags() at _mtx_lock_flags+0xd8
> > trap() at trap+0x4c8
> > XentMM() at XentMM+0x2c
> > --- memory management fault (from ipl 7) ---
> > statclock_process() at statclock_process+0x1d4
> 
> We did something stupid like dereference a NULL pointer here.  Can you pull up
> gdb on kernel.debug and do 'l *statclock_process+0x1d4'?


Is gdb broken on Alpha, or is it just me?

ds10#gdb        
^C
ds10#gdb -k

^C
ds10#

In short, gdb just sits there (??).

On x86/stable I get:

wb ~: gdb
GNU gdb 4.18
Copyright 1998 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-unknown-freebsd".
(gdb) wb ~: 
wb ~: 

etc

I'll to reproduce the problem again.

-- 
|   / o / /_  _                 [EMAIL PROTECTED]
|/|/ / / /(  (_)  Bulte         Arnhem, the Netherlands

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to