Re: Mmap problem in -current?

1999-06-06 Thread Brian Feldman
On 6 Jun 1999, Joel Ray Holveck wrote: I just noticed (kernelworld from friday) that locate always cores dump: $ locate xxx Segmentation fault (core dumped) The problem disappears if I recompile locate without the -DMMAP option. Running on the very latest

Mmap problem in -current?

1999-06-05 Thread Jean-Marc Zucconi
I just noticed (kernelworld from friday) that locate always cores dump: $ locate xxx 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

Re: Mmap problem in -current?

1999-06-05 Thread Brian Feldman
On Sun, 6 Jun 1999, Jean-Marc Zucconi wrote: I just noticed (kernelworld from friday) that locate always cores dump: $ locate xxx Segmentation fault (core dumped) $ gdb -c locate.core /usr/bin/locate Program terminated with signal 11, Segmentation fault. (gdb) bt #0

Re: Mmap problem in -current?

1999-06-05 Thread Joel Ray Holveck
I just noticed (kernelworld from friday) that locate always cores dump: $ locate xxx Segmentation fault (core dumped) The problem disappears if I recompile locate without the -DMMAP option. Running on the very latest current, it does not work for me. By 'it', do you