Attaching to process 13684 [New Thread 13684.0x3a60] [New Thread 13684.0x1014] [New Thread 13684.0x3274] [New Thread 13684.0x40e8] [New Thread 13684.0x3e60] [New Thread 13684.0x23cc] Reading symbols from f:\src\gnunet-git-svn\src\hostlist\.libs\test_gnunet_daemon_hostlist.exe...done. [Switching to Thread 13684.0x23cc] (gdb) c Continuing. Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to Thread 13684.0x3a60] 0x7522280d in KERNELBASE!DeleteAce () from E:\Windows\syswow64\KernelBase.dll (gdb) bt #0 0x7522280d in KERNELBASE!DeleteAce () from E:\Windows\syswow64\KernelBase.dll #1 0x6be464c0 in GNUNET_abort () at common_logging.c:271 #2 0x6c2c5ad4 in _fu242__skip_log () at transport_api.c:1228 #3 0x004013a8 in clean_up (cls=0x0, tc=0x28fc70) at test_gnunet_daemon_hostlist.c:65 #4 0x0040147a in _fu2__skip_log () at test_gnunet_daemon_hostlist.c:85 #5 0x6be74553 in run_ready (rs=0x22d3bd8, ws=0x22d4bf0) at scheduler.c:684 #6 0x6be74cc1 in GNUNET_SCHEDULER_run (task=0x6be6e410 , task_cls=0x28fdfc) at scheduler.c:874 #7 0x6be6ec25 in GNUNET_PROGRAM_run (argc=5, argv=0x28fec8, binaryName=0x404222 "test-gnunet-daemon-hostlist", binaryHelp=0x40421b "nohelp", options=0x28feac, task=0x401ba5 , task_cls=0x406020) at program.c:250 #8 0x00401d6e in check () at test_gnunet_daemon_hostlist.c:214 #9 0x00401dce in main (argc=1, argv=0x22c9ce0) at test_gnunet_daemon_hostlist.c:237 (gdb) up 2 #2 0x6c2c5ad4 in _fu242__skip_log () at transport_api.c:1228 1228 GNUNET_assert (handle->hwl_head == NULL); (gdb) l 1223 GNUNET_SCHEDULER_cancel (handle->quota_task); 1224 handle->quota_task = GNUNET_SCHEDULER_NO_TASK; 1225 } 1226 GNUNET_free_non_null (handle->my_hello); 1227 handle->my_hello = NULL; 1228 GNUNET_assert (handle->hwl_head == NULL); 1229 GNUNET_assert (handle->hwl_tail == NULL); 1230 GNUNET_CONTAINER_heap_destroy (handle->ready_heap); 1231 handle->ready_heap = NULL; 1232 GNUNET_free (handle);