Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 1999 02:12:27 +0200 (MET DST)
From:      Jean-Marc Zucconi <jmz@FreeBSD.ORG>
To:        current@FreeBSD.ORG
Subject:   Mmap problem in -current?
Message-ID:  <199906060012.CAA56894@qix.jmz.org>

next in thread | raw e-mail | index | archive | help
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 jmz@FreeBSD.ORG


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199906060012.CAA56894>