| 2172 | */ |
| 2173 | |
| 2174 | static void DbugExit(const char *why) |
| 2175 | { |
| 2176 | CODE_STATE *cs=code_state(); |
| 2177 | (void) fprintf(stderr, ERR_ABORT, cs ? cs->process : "(null)", why); |
| 2178 | (void) fflush(stderr); |
| 2179 | DBUG_ABORT(); |
| 2180 | } |
| 2181 | |
| 2182 | |
| 2183 | /* |
no test coverage detected