Re: [v8-users] d8.exe crashed when running a script

2019-08-22 Thread Jakob Kummerow
Bug has already been filed: https://bugs.chromium.org/p/v8/issues/detail?id=9570 (not sure why it was closed and redirected to v8-users?) On Thu, Aug 22, 2019 at 10:49 AM Jakob Gruber wrote: > Sounds like a stack overflow in the regexp compiler while compiling a huge > pattern. Feel free to fil

Re: [v8-users] d8.exe crashed when running a script

2019-08-22 Thread Jakob Gruber
Sounds like a stack overflow in the regexp compiler while compiling a huge pattern. Feel free to file a bug (please include a backtrace). Also see https://crbug.com/v8/9378. On Thu, Aug 22, 2019 at 10:45 AM qinghai xiao wrote: > Version: 7.6.303.22 > OS: Windows > Architecture: x86 > > *What ste