Re: LOCKDEBUG panic: lockdebug_alloc: already initialized

2011-07-02 Thread dieter roelants
On Fri, 1 Jul 2011 13:53:01 +0200 dieter roelants dieter.net...@pandora.be wrote: Mutex error: lockdebug_alloc: already initialized It looks like this is reproducable: I wiped all packages from the machine and started building again and it crashed in the exact same way (while pkg_adding

Re: LOCKDEBUG panic: lockdebug_alloc: already initialized

2011-07-02 Thread J. Hannken-Illjes
Looks like the mutex linux_futex.c::futex_lock is missing a mutex_destroy() on module unload to make LOCKDEBUG happy. -- Juergen Hannken-Illjes - hann...@eis.cs.tu-bs.de - TU Braunschweig (Germany) On Jul 2, 2011, at 6:29 PM, dieter roelants wrote: On Fri, 1 Jul 2011 13:53:01 +0200 dieter