K 10 svn:author V 3 jhb K 8 svn:date V 27 2020-12-10T22:26:51.669670Z K 7 svn:log V 351 MFC 366584: Don't invoke semunload() if seminit() fails during MOD_LOAD. The module handler code invokes a MOD_UNLOAD event immediately if MOD_LOAD fails. The result was that if seminit() failed, semunload() was invoked twice. semunload() is not idempotent however and would try to remove it's process_exit eventhandler twice resulting in a panic. END