firasdib / Regex101

This repository is currently only used for issue tracking for www.regex101.com
3.21k stars 198 forks source link

A critical error has occurred #1984

Closed xjq7 closed 1 year ago

xjq7 commented 1 year ago

Bug Description

the application crashes about 10 times a day, when I debug this regular expression, it's not Ininevitable, but it appeared during my repeated revisions it didn't appear when I open the Console 1675664969216

Reproduction steps

my regular expression: (?<=CQ:image,file[^]]*url=).+(?=]) my test string: [CQ:image,file=f8491e5343c51a79139da65cb675e06b.image,url=https://gchat.qpic.cn/gchatpic_new/412709767/638889540-2321296482-F8491E5343C51A79139DA65CB675E06B/0?term=3&is_origin=0,subType=0]

Expected Outcome

Browser

Google Chrome 109.0.5414.120

OS

windows 10

firasdib commented 1 year ago

Does it happen in incognito mode? Most times this happens is due to plugins/extensions in your browser.

xjq7 commented 1 year ago

@firasdib Not happen in incognito mode

xjq7 commented 1 year ago

What kind of plugins/extensions does this happen?

firasdib commented 1 year ago

Normally plugins that manipulate the DOM, e.g. translation plugins

xjq7 commented 1 year ago

Hmmm, I used relingo translation plugin, I disabled it on this site, then tried