Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Sep 2018 19:02:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 231080] Possible HPET timer panic
Message-ID:  <bug-231080-227-S2T0fvwfCf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-231080-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-231080-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231080

--- Comment #3 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to Konstantin Belousov from comment #1)
Indeed, this is the result of a corrupted callout structure:

(kgdb) p *cc->cc_callwheel[firstb & callwheelmask].lh_first->c_links.le.le_next
$12 = {
  c_links = {
    le = {
      le_next = 0x40, 
      le_prev = 0xfffff800051ef9b0
    }, 
    sle = {
      sle_next = 0x40
    }, 
    tqe = {
      tqe_next = 0x40, 
      tqe_prev = 0xfffff800051ef9b0
    }
  }, 
  c_time = 4, 
  c_precision = 20, 
  c_arg = 0x7fffffffef70, 
  c_func = 0x15, 
  c_lock = 0x18, 
  c_flags = 22, 
  c_iflags = 0, 
  c_cpu = 0
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231080-227-S2T0fvwfCf>