I'm afraid the ol' \K nightmare has come back to haunt us! mIRC crashes when a 'g' modified regex is supplied that matches an empty string and includes (?=___\K) to reset the start of the match to a position later in the subject:
//noop $regex(a, /(?=.\K)/g)
*kaboom*