I (accidentally) printed a massive string (atomic, i.e. length-1). (I don't know how big, exactly; I ran gsub('[0-9]', '', x) on x with nchar(x) roughly 65 million. I expected most of the string to be [0-9], so let's say roughly 1 million characters were printed.)
RStudio Server has now frozen (not crashed/disconnected -- I don't get any prompt to terminate R, etc.):
Is there anything I can do to unfreeze this? Is there anything RStudio Server can improve to prevent this type of crash?