K 10 svn:author V 3 zml K 8 svn:date V 27 2010-05-28T18:15:28.032990Z K 7 svn:log V 371 Revert r207439 and solve the problem differently. The task handler ta_func may free the task structure, so no references to its members are valid after the handler has been called. Using a per-queue member and having waits longer than strictly necessary was suggested by jhb. Submitted by: Matthew Fleming Reviewed by: zml, jhb END