* Andy Ross -- Thursday 06 June 2002 00:08:
> Melchior FRANZ wrote:
> > valgrind reports this bug:
> >
> >    pthread_mutex_destroy: mutex is still in use
> >       at 0x40523AB4: pthread_error (vg_libpthread.c:229)
> >       by 0x405249B5: __pthread_mutex_destroy (vg_libpthread.c:825)
> >       by 0x40625220: _IO_default_finish (in /lib/libc.so.6)

> This error is happening deep inside [...] There's no way FlightGear
> could possibly touch that lock directly. 

OK, so the adequate remedy for now is a valgrind suppression rule.   :-]

   {
       zlib/pthread-bug ... don't bother
       PThread
       fun:pthread_error
       fun:__pthread_mutex_destroy
       fun:_IO_default_finish
   }

Thanks for your expertise.
m.

_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to