89921bb594
panic( "xxxxx\n" ); to: printf( "xxxxx\n" ); panic( "\n" ); For some as yet undetermined reason the argument to panic() is often NOT printed, and the system sometimes hangs before reaching the panic printout. So we hopefully at least print some useful info before the hang, as oppossed to leaving the user clueless as to what has happened.