In article <20131022205705.c0dc812...@ren.fdy2.co.uk>,
Robert Swindells wrote:
>
>Can somebody explain how the deferred processing code in subr_autoconf.c
>is supposed to work ?
>
>Looking at config_create_interruptthreads() it creates 8 threads all
>of which seem to walk the same list and delete
Can somebody explain how the deferred processing code in subr_autoconf.c
is supposed to work ?
Looking at config_create_interruptthreads() it creates 8 threads all
of which seem to walk the same list and delete elements from it.
I'm getting crashes in i386 at startup and am trying to track down