| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 8608.1 | Problem with a new kernel variable... | QUARRY::petert | rigidly defined areas of doubt and uncertainty | Tue Jan 28 1997 10:26 | 29 | 
|  | Sigh...
Do this to determine if you are running into this (to me) infamous bug.
su
dbx -k /vmunix
p db_enable
if db_enable is set to 1, then you have most likely built the kernel
with KDEBUG set.  This in turn sets db_enable to 1.  Somewhere in the 
kernel, db_enable is causing the system to crash as it takes a path
it would not take if db_enable were 0.
The workaround -  set db_enable to 0.
To fix the running kernel
dbx -k /vmunix
assign db_enable = 0
To fix the disk copy (so you don't have to redo the live kernel after a reboot)
dbx /vmunix          /* Important!  No -k here
patch db_enable = 0
And you'll be all set.  QAR 50184 has been entered, but I don't know of 
the current status.
PeterT
 | 
| 8608.2 | also see note 8562.* | UNIFIX::HARRIS | Juggling has its ups and downs | Tue Jan 28 1997 10:31 | 0 | 
| 8608.3 | QAR 50981 says this is fixed in OSF410-046 | UNIFIX::HARRIS | Juggling has its ups and downs | Fri Feb 21 1997 10:44 | 0 | 
| 8608.4 | Still a problem... | SMURF::PETERT | rigidly defined areas of doubt and uncertainty | Fri Feb 21 1997 17:46 | 6 | 
|  |     Not yet.  This still crashes my machine after installing the fix.
    I'll be working with the kernel developer on this, lending him
    my machine to ferret this out.
    
    PeterT
    
 |