Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
March 10, 2011 [Issue 5726] New: boyerMooreFinder hangs when finding | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=5726 Summary: boyerMooreFinder hangs when finding Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: ntrel-public@yahoo.co.uk --- Comment #0 from Nick Treleaven <ntrel-public@yahoo.co.uk> 2011-03-10 08:13:51 PST --- import std.algorithm; void main() { auto bm = boyerMooreFinder("for"); auto match = find("Moor", bm); } With dmd v2.051 this causes the program to hang. (I checked latest git sources and they appear the same re:BMF so this probably happens with 2.052 too). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 10, 2011 [Issue 5726] boyerMooreFinder hangs when finding | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Treleaven | http://d.puremagic.com/issues/show_bug.cgi?id=5726 Andrei Alexandrescu <andrei@metalanguage.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |andrei@metalanguage.com AssignedTo|nobody@puremagic.com |andrei@metalanguage.com -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
April 23, 2012 [Issue 5726] boyerMooreFinder hangs when finding | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Treleaven | http://d.puremagic.com/issues/show_bug.cgi?id=5726 SomeDude <lovelydear@mailmetrash.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lovelydear@mailmetrash.com Platform|x86 |All OS/Version|Linux |All --- Comment #1 from SomeDude <lovelydear@mailmetrash.com> 2012-04-23 00:28:24 PDT --- Also happens with 2.059 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 08, 2013 [Issue 5726] boyerMooreFinder hangs when finding | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Treleaven | http://d.puremagic.com/issues/show_bug.cgi?id=5726 --- Comment #2 from Andrei Alexandrescu <andrei@erdani.com> 2013-01-08 00:38:54 PST --- https://github.com/D-Programming-Language/phobos/pull/1058 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 08, 2013 [Issue 5726] boyerMooreFinder hangs when finding | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Treleaven | http://d.puremagic.com/issues/show_bug.cgi?id=5726 --- Comment #3 from github-bugzilla@puremagic.com 2013-01-08 01:01:07 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/2e2970aca22266968b04785f75faf6818ff4ad57 Issue 5726 - boyerMooreFinder hangs when finding https://github.com/D-Programming-Language/phobos/commit/10d28218d8065c970757ac01bc4c907720699bb7 Merge pull request #1058 from andralex/5726 Issue 5726 - boyerMooreFinder hangs when finding -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 08, 2013 [Issue 5726] boyerMooreFinder hangs when finding | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Treleaven | http://d.puremagic.com/issues/show_bug.cgi?id=5726 Alex Rønne Petersen <alex@lycus.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |alex@lycus.org Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation