$! 16-JAN-2000 $! This file provides a patch to message_service.c to fix race condition $! that causes server hang when running on SMP machines with kernel threads. $! This patch applies to all versions 3.3 through 3.6. $! $! To apply the patch, copy this file to the [.base_code] directory and $! invoke as a command procedure. $! $ edt = "edit/nocommand" $ edt message_service.c find 'list_head = (link) 0;' +1 insert .; /* insert .; * Kill the automatic close on thread exit. insert .; */ insert .; pthread_setspecific ( accept_link_key, (void *) 0 ); exit $ exit $status