aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-18 08:17:22 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-18 08:17:22 +0000
commitd34c5bfd6feda8af67d2d27e77ca81341ea24f41 (patch)
treed1ee1fab06970daf31aeced91b2c87a3a18b8ebd /TODO
parent958ccc2a0f95bce517efb41addb28039f9fb8b38 (diff)
downloadgnunet-d34c5bfd6feda8af67d2d27e77ca81341ea24f41.tar.gz
gnunet-d34c5bfd6feda8af67d2d27e77ca81341ea24f41.zip
fix testing
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 0 insertions, 20 deletions
diff --git a/TODO b/TODO
index 0e6f5846a..9cf5a1645 100644
--- a/TODO
+++ b/TODO
@@ -50,26 +50,6 @@ May 16 12:49:50 fs-13737 WARNING Could not access indexed file `ENUTBMBR' at off
50==14995== by 0x804F725: main (gnunet-service-fs.c:3506) 50==14995== by 0x804F725: main (gnunet-service-fs.c:3506)
51==14995== 51==14995==
52 52
53* TESTING:
541206 if ((ctx->timeout_task != GNUNET_SCHEDULER_NO_TASK) && (tc->reason != GNUNET_SCHEDULER_R│
55 │1207 { │
56 >│1208 GNUNET_SCHEDULER_cancel(ctx->d1->sched, ctx->timeout_task); │
57 │1209 ctx->timeout_task = GNUNET_SCHEDULER_NO_TASK; │
58 │1210 } │
59
60(gdb) print tc->reason
61$5 = GNUNET_SCHEDULER_REASON_SHUTDOWN
62
63 #0 0x00d4c422 in __kernel_vsyscall ()
64#1 0x00148651 in raise () from /lib/tls/i686/cmov/libc.so.6
65#2 0x0014ba82 in abort () from /lib/tls/i686/cmov/libc.so.6
66#3 0x005fe4a5 in GNUNET_SCHEDULER_cancel (sched=0xbfb216ac, task=70) at scheduler.c:734
67#4 0x00114fdd in notify_connect_result (cls=0x8b582c8, tc=0xbfb21648) at testing.c:1208
68#5 0x005fde79 in run_ready (sched=0xbfb216ac) at scheduler.c:514
69#6 0x005fe315 in GNUNET_SCHEDULER_run (task=0x5fa53c <program_main>, task_cls=0xbfb217e4)
70 at scheduler.c:642
71
72
73* TBENCH: [MW] 53* TBENCH: [MW]
74 - good to have for transport/DV evaluation! 54 - good to have for transport/DV evaluation!
75* DV: [Nate] 55* DV: [Nate]