Print this page
patch fix-mdb

@@ -872,13 +872,10 @@
                 } while (all && cur != NULL);
 
                 if (sep->se_failed != 0) {
                         char *reason;
                         switch (sep->se_failed) {
-                        case FSI_FAIL_NOTINMEMORY:
-                                reason = "thread not in memory";
-                                break;
                         case FSI_FAIL_THREADCORRUPT:
                                 reason = "thread structure stack info corrupt";
                                 break;
                         case FSI_FAIL_STACKNOTFOUND:
                                 reason = "no consistent stack found";