https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165471
--- Comment #2 from patrick_dkt@yahoo.com.hk ---
Ten months later, on FreeBSD 9.3 x64, the problem persists.
[root@server3 /usr/local/share]# time grep --mmap -r -e '^October' *
doc/db42/ref/refs/bdb_usenix.html:October 1980.
real 0m0.290s
user 0m0.177s
sys 0m0.113s
I have to press Ctrl-C, and it consumed lots of CPU and RAM.
[root@server3 /usr/local/share]# time bsdgrep --mmap -r -e '^October' *
^C
real 1m20.578s
user 0m9.588s
sys 0m27.200s
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@freebsd.org"