[PATCH]interpreter_array_mutex destroying

2005-06-01 Thread Vladimir Lipsky
At the time the main interpreter(one which has no parent) exits, there could remain some other interpreters being run by detached threads as in t/pmc/threads_4.pasm. To execute bytecode successfully an interpreter needs that things like PIO, class vtables, event loop, class_count_mutex,

Re: [PATCH]interpreter_array_mutex destroying

2005-06-01 Thread Leopold Toetsch
Vladimir Lipsky wrote: At the time the main interpreter(one which has no parent) exits, there could remain some other interpreters being run by detached threads as in t/pmc/threads_4.pasm. Thanks, applied. ... The better patch would require knowledge of a) how many interpreters being alive