digitalmars.D.bugs - [Issue 5726] New: boyerMooreFinder hangs when finding
- d-bugmail puremagic.com (24/24) Mar 10 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5726
- d-bugmail puremagic.com (10/10) Mar 10 2011 http://d.puremagic.com/issues/show_bug.cgi?id=5726
- d-bugmail puremagic.com (12/12) Apr 23 2012 http://d.puremagic.com/issues/show_bug.cgi?id=5726
- d-bugmail puremagic.com (6/6) Jan 08 2013 http://d.puremagic.com/issues/show_bug.cgi?id=5726
- d-bugmail puremagic.com (11/11) Jan 08 2013 http://d.puremagic.com/issues/show_bug.cgi?id=5726
- d-bugmail puremagic.com (10/10) Jan 08 2013 http://d.puremagic.com/issues/show_bug.cgi?id=5726
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
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: -------
Mar 10 2011
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: -------
Mar 10 2011
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
PDT ---
Also happens with 2.059
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 23 2012
http://d.puremagic.com/issues/show_bug.cgi?id=5726 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: -------
Jan 08 2013
http://d.puremagic.com/issues/show_bug.cgi?id=5726 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 Issue 5726 - boyerMooreFinder hangs when finding -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jan 08 2013
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: -------
Jan 08 2013









d-bugmail puremagic.com 