mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

MonoDevelop crashes when some text typed in Regular expression window #9671

Open YTKowshik opened 3 years ago

YTKowshik commented 3 years ago

MonoDevelop version : 7.8.4(build 2) OS : Kali 5.10 Steps to Reproduce:

  1. Open MonoDevelop
  2. Click Tools
  3. Select Regular Expressions Toolkit
  4. Enter some text in Input

When typing a text, the app closes by itself. This happens all the times.

YTKowshik commented 3 years ago

https://user-images.githubusercontent.com/29093501/110247360-ebeb8b80-7f91-11eb-8769-32803502ac83.mp4

JohnyM01 commented 3 years ago

Hi, I have the same problem. Some times it did not crash but tend to lock up the program. Very annoying. Then it generates a crash file in JSON format.

I am using MonoDevelop ver 7.8.4 (Build 2) in Ubuntu 18.04

In the mean time, I have been using online regular expression toolkit resources: https://regexlib.com/RETester.aspx?AspxAutoDetectCookieSupport=1 http://regexstorm.net/tester

They are very solid replacement of the Toolkit packaged in MonoDevelop. Please fix this up.

Johny