Doing x.stop_sequences() is causing this UVM FATAL Item_done() called with no outstanding requests. Each call to item_done() must be paired with a previous call to get_next_item()

In reply to chr_sue:

I was running into a deadlock, that was one of the primary reasons to have to add the stop sequences.
What modification are you suggesting for that a scenario ?