November 16, 2016 std.regex memory corruption bug | ||||
---|---|---|---|---|
| ||||
I'm running into a std.regex memory corruption bug in git HEAD: https://issues.dlang.org/show_bug.cgi?id=16698 and I can't seem to find a way to work around the problem besides recompiling with an older compiler. Any ideas?? T -- I think Debian's doing something wrong, `apt-get install pesticide', doesn't seem to remove the bugs on my system! -- Mike Dresser |
November 17, 2016 Re: std.regex memory corruption bug | ||||
---|---|---|---|---|
| ||||
Posted in reply to H. S. Teoh | On 11/17/16 2:22 AM, H. S. Teoh via Digitalmars-d wrote: > I'm running into a std.regex memory corruption bug in git HEAD: > > https://issues.dlang.org/show_bug.cgi?id=16698 > > and I can't seem to find a way to work around the problem besides > recompiling with an older compiler. Any ideas?? > It might be an interplay with compiler bug, as for workaround - changing Date[2] to Date[] seems to solve the issue. Would be useful to dustmite this. > > T > |
Copyright © 1999-2021 by the D Language Foundation