Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2006-10-13
2006-10-13 17:30:12 by Martin Stjernholm <mast@lysator.liu.se>
ff2cc920c700f2426954707217366205a95b2063 (
21
lines) (+
18
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Just some disabled debug code.
Rev: server/base_server/roxen.pike:1.939
6:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
938
2006/
09
/
29
12
:
43
:
31
jonasw
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
939
2006/
10
/
13
17
:
30
:
12
mast
Exp $";
//! @appears roxen //!
3749:
void destroy() {
-
if (mixed err = catch(sync_meta()))
+
if (mixed err = catch(sync_meta()))
{
report_warning("Failed to sync cached atimes for "+name+"\n");
-
+
#if 0
+
#ifdef DEBUG
+
report_debug (describe_backtrace (err));
+
#endif
+
#endif
} }
-
+
}
#ifdef ENABLE_NEW_ARGCACHE
5138:
argv = tmp; tmp = 0;
+
#if 0
+
Thread.thread_create (lambda () {
+
while (1) {
+
sleep (10);
+
describe_all_threads();
+
}
+
});
+
#endif
+
#ifdef LOG_GC_TIMESTAMPS GCTimestamp(); #endif
6362:
return strlen(what); } }
-
+