[GRASS-dev] Re: [GRASS-user] [bug #3087] (grass) high cpu usage
on mouse ops
Markus Neteler
neteler at itc.it
Fri Jun 23 02:43:40 EDT 2006
Hamish wrote on 06/23/2006 02:08 AM:
>Maciek via RT wrote:
>
>
>
>>This bug's URL:
>>http://intevation.de/rt/webrt?serial_num=3087
>>
>>The bug seems to be fixed for me. Anybody minds closing it?
>>
>>
>
>
>The bug still exists in v.digit only, e.g. when you open the "settings"
>form.
>
>also I think it will turn up on systems that don't have nanosleep(), ie
>systems that are not POSIX.1b (formerly POSIX.4) compliant. I have no
>idea which if any systems won't be.
>
>
GDAL does in configure.in:
dnl Needed on Solaris.
AC_CHECK_LIB(rt,nanosleep,,,)
while GRASS does:
AC_CHECK_FUNCS(nanosleep)
Does the difference matter?
Markus
More information about the grass-dev
mailing list