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

--- Comment #1 from Peter Eriksson <p...@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.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to