| Additional Information |
Reading symbols from f:\src\gnunet-git-svn\src\fs\.libs\test_gnunet_service_fs_migration.exe...done.
[Switching to Thread 13360.0x39f0]
(gdb) thread 1
[Switching to thread 1 (Thread 13360.0x3b00)]
#0 0x7794f8b1 in ntdll!RtlUpdateClonedSRWLock () from C:\Windows\SysWOW64\ntdll.dll
(gdb) bt
#0 0x7794f8b1 in ntdll!RtlUpdateClonedSRWLock () from C:\Windows\SysWOW64\ntdll.dll
#1 0x7794f8b1 in ntdll!RtlUpdateClonedSRWLock () from C:\Windows\SysWOW64\ntdll.dll
#2 0x76b20a91 in WaitForSingleObjectEx () from C:\Windows\syswow64\KernelBase.dll
#3 0x00000284 in ?? ()
#4 0x00000000 in ?? ()
(gdb) c
Continuing.
Program received signal SIGTRAP, Trace/breakpoint trap.
0x76b2280d in KERNELBASE!DeleteAce () from C:\Windows\syswow64\KernelBase.dll
(gdb) bt
#0 0x76b2280d in KERNELBASE!DeleteAce () from C:\Windows\syswow64\KernelBase.dll
#1 0x61c06c20 in GNUNET_abort () at common_logging.c:271
#2 0x6ec0739d in _fu221__skip_log () at testing.c:1545
#3 0x6ec16f61 in _fu719__skip_log () at testing_group.c:6954
#4 0x61c3597e in run_ready (rs=0x1eca7d0, ws=0x1ed63d0) at scheduler.c:602
#5 0x61c360ef in GNUNET_SCHEDULER_run (task=0x61c2f5e4 <program_main>, task_cls=0x28fe0c) at scheduler.c:790
#6 0x61c2fdff in GNUNET_PROGRAM_run2 (argc=3, argv=0x28ff00, binaryName=0x4062f8 "test-gnunet-service-fs-migration", binaryHelp=0x4062f1 "nohelp", options=0x28fee4, task=0x401d35 <run>, task_cls=0x0,
run_without_scheduler=0) at program.c:255
#7 0x61c2ff02 in GNUNET_PROGRAM_run (argc=3, argv=0x28ff00, binaryName=0x4062f8 "test-gnunet-service-fs-migration", binaryHelp=0x4062f1 "nohelp", options=0x28fee4, task=0x401d35 <run>, task_cls=0x0) at program.c:289
#8 0x00401e3a in main (argc=1, argv=0x1eb9df8) at test_gnunet_service_fs_migration.c:214
(gdb) up
#1 0x61c06c20 in GNUNET_abort () at common_logging.c:271
271 DebugBreak ();
(gdb)
#2 0x6ec0739d in _fu221__skip_log () at testing.c:1545
1545 GNUNET_assert (NULL == d->proc_arm_stop);
(gdb) p d->proc_arm_stop
$1 = (struct GNUNET_OS_Process *) 0x1f0a788
|
|---|