aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-17 18:54:52 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-17 18:54:52 +0000
commit26a7b414015f79b016f63a5151ede92cff2f6adb (patch)
treefe6c18bb69cbb1360f1bc7f03e9c42552ea1cb8a /TODO
parent6df84e865fb0ae80c2e6a8796869e36e98bce297 (diff)
downloadgnunet-26a7b414015f79b016f63a5151ede92cff2f6adb.tar.gz
gnunet-26a7b414015f79b016f63a5151ede92cff2f6adb.zip
issue
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 20 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9cf5a1645..0e6f5846a 100644
--- a/TODO
+++ b/TODO
@@ -50,6 +50,26 @@ 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
53* TBENCH: [MW] 73* TBENCH: [MW]
54 - good to have for transport/DV evaluation! 74 - good to have for transport/DV evaluation!
55* DV: [Nate] 75* DV: [Nate]