http://d.puremagic.com/issues/show_bug.cgi?id=8203
Dmitry Olshansky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Dmitry Olshansky <[email protected]> 2012-06-06 06:13:01 PDT --- (In reply to comment #4) > Dmitry Olshansky recommended I submit this as a bug. > Yup, case I'm the only one to fix it, at least in near future ;) > The program is executed as : icomp2 fold.txt fnew.txt > > It should search fold.txt for certain text patterns and then see if all > "found" > text also appears in fnew.txt. Fold.txt and Fnew.txt are identical so all > "found" text should appeart in Fnew.txt as well. > > I added some diagnostic loops counters for troubleshooting: > writeln(cntOld," ",cntNew," ",matchOld.hit," ",matchNew.hit); > > As the screenshot shows after several iterations, it crashes with -> > core.exception.AssertError@C:\D\dmd2\windows\bin\..\..\src\phobos\std\regex.d(60 > 50): not enough preallocated memory Thanks, I'm on it. We'd better get fixed it in 2.060. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
