- enable ipc warnings by default

- ipc checking code in kernel didn't properly catch the
   sendrec() to self case; added special case check
 - triggered by PM using stock panic() - needs its own _exit()

reported by Joren l'Ami.
This commit is contained in:
Ben Gras
2009-04-17 13:46:37 +00:00
parent e5717f7aef
commit e0f3a5acf1
3 changed files with 18 additions and 1 deletions

View File

@@ -19,7 +19,7 @@
* Of course the call still fails, but nothing is printed if these warnings
* are disabled.
*/
#define DEBUG_ENABLE_IPC_WARNINGS 0
#define DEBUG_ENABLE_IPC_WARNINGS 1
#define DEBUG_STACKTRACE 1
#define DEBUG_VMASSERT 1
#define DEBUG_SCHED_CHECK 1