[Bug 252575] panic: camq_remove: Attempt to remove out-of-bounds index -2 from queue
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 11 15:13:53 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252575
--- Comment #1 from Peter Eriksson <pen at lysator.liu.se> ---
Hmm
"panic: camq_remove: Attempt to remove out-of-bounds index -2 from queue"
-2 might be "CAM_ACTIVE_INDEX" which is set into send_ccb->ccb_h.pinfo.index in
cam_ccbq_send_ccb() (sys/cam/cam_queue.h) which is called from xpt_run_devq()
around line 3492 in cam/cam_xpt.c in the xpt_run_devq() loop that calls
camq_remove and panics...
cam_ccbq_remove_ccb(&device->ccbq, work_ccb);
cam_ccbq_send_ccb(&device->ccbq, work_ccb);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list