Check-in Number:
|
3384 | |
Date: |
2003-May-26 13:36:16 (local)
2003-May-26 11:36:16 (UTC) |
User: | ms |
Branch: | |
Comment: |
Make a fancy broken ex box, and prepare to debug exception handling. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/rc/rc_proc.c 1.34 -> 1.35
--- rc_proc.c 2003/05/26 08:10:37 1.34
+++ rc_proc.c 2003/05/26 11:36:16 1.35
@@ -134,6 +134,17 @@
RC_THROW(RC_ERR_IO);
try {
+
+/* SEGFAULT SEGFAULT SEGFAULT SEGFAULT SEGFAULT SEGFAULT SEGFAULT SEGFAULT */
+/* */
+/* CVS TAG OSSP_RC_EXBROKEN */
+/* */
+/* FIXME: Move this throw macro inside the following if block to see magic */
+/* */
+/* SEGFAULT SEGFAULT SEGFAULT SEGFAULT SEGFAULT SEGFAULT SEGFAULT SEGFAULT */
+
+/* RC_THROW(RC_ERR_USE); */
+
/* Append config section if it exists */
pSec = scriptSection(pTempscript, configGetval(RC_NCF_VAL));
if (pSec) { /* Only operate if the section lookup succeeds */
|
|