I noticed a seg fault in the weekly output.

The -Q option causes a seg fault..

$ sudo /usr/sbin/makewhatis -Q
Segmentation fault (core dumped)
$ sudo /usr/sbin/makewhatis
$

When trying to find where problem is, hit this issue.....

$ sudo /usr/sbin/makewhatis -n -p -D 
......
/usr/X11R6/man: out of memory


$ sudo /usr/sbin/makewhatis -p -n /usr/X11R6/man 
.......
/usr/X11R6/man//man3/GLwDrawingAreaMakeCurrent.3: Section "3X" manual in 3 
directory
/usr/X11R6/man//man3/GLwDrawingAreaSwapBuffers.3: Section "3X" manual in 3 
directory
/usr/X11R6/man: out of memory

removing -n or -p option then works

....


Repeated on i386 build machine... 
$ sudo /usr/sbin/makewhatis -D -p -n -Q .....
$

runs to completion...


adding in package kermit...

$ sudo pkg_add -a kermit                
kermit-9.0.302: ok
$ sudo /usr/sbin/makewhatis -D -p -n -Q
.....
rsync(1) - a fast, versatile, remote (and local) file\-copying tool
rsyncd.conf(5) - configuration file for rsync in daemon mode
Segmentation fault (core dumped) 
$ 

Tried mandoc -Tlint /usr/local/man/man/kermit.1 some Warnings no seg fault.
Retried after upgrade to current built 4th May with/without kermit package,
kermit package appears to cause the seg fault.




Also doing a sudo pkg_add -z -l pkg_list

As part of the upgrade to add back all the deleted packages after an upgrade 
failed also - message to long to include off screen. Need to repeat to capture 
it, just couldn't tell if error / waring / completed the pkg_add.

Reply via email to