Dag-Erling Smorgrav writes:
 > Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes:
 > > Any suggestions as to how I can figure out who used that block of
 > > memory before it was allocated to the ess driver?
 > 
 > I threw in a call to Debugger(), but...
 > 
 > mtrash_dtor(0xfffffc00007b6000, 8192, 0)
 > here's the culprit!
 > Stopped at      0xfffffc0000577578:     zapnot  v0,#0xf,v0      <v0=0x6>
 > db> trace
 > db> c
 > 
 > no backtrace :(
 > 

Can you look at the registers and match $ra with a line number using
addr2line or gdb?  (sorry, forgot if ddb can even look at registers)

Drew

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

Reply via email to