[Bug] crash in regex tester

Forum to discuss everything related to the current development build of Automagic.

Moderator: Martin

Locked
bogdyro
Posts: 241
Joined: 04 Apr 2015 15:14

[Bug] crash in regex tester

Post by bogdyro » 24 Sep 2015 16:34

There's a problem in the regular expression tester when entering a certain pattern or pasting it. automagic just crashes every time.
this is the regex string
(\d{1,3})h|m
When I type the '|' it crashes.
I'm adding the crash log also
Thanks
Attachments
text.txt
Crash log
(2.24 KiB) Downloaded 1758 times

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: [Bug] crash in regex tester

Post by Martin » 24 Sep 2015 19:47

I can reproduce this crash. This bug should be fixed in the next EAP build.
Thanks for reporting!

Locked