I just noticed (kernel&world from friday) that locate always cores
dump: 
$ locate xxxxxxxxxxxxxxxxxxxxxxx
Segmentation fault (core dumped)
$ gdb -c locate.core /usr/bin/locate 
Program terminated with signal 11, Segmentation fault.
(gdb) bt
#0  0x804964b in ___tolower ()
#1  0x235000 in ?? ()
#2  0x8049166 in ___tolower ()
#3  0x8048f93 in ___tolower ()
#4  0x80489f5 in ___tolower ()

The problem disappears if I recompile locate without the -DMMAP
option.

Jean-Marc

-- 
 Jean-Marc Zucconi                    PGP Key: finger j...@freebsd.org


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to