View Issue Details

IDProjectCategoryView StatusLast Update
0002285GNUnettesting librarypublic2012-11-05 18:34
ReporterLRN Assigned ToChristian Grothoff  
PrioritynoneSeverityminorReproducibilityhave not tried
Status closedResolutionwon't fix 
Product VersionGit master 
Target Version0.9.4Fixed in Version0.9.4 
Summary0002285: Crash in testing - assertion failure on testing.c:1545
DescriptionOnly encountered during test_gnunet_service_fs_migration, at the very end of the test
r21137+8
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
TagsNo tags attached.

Activities

LRN

2012-04-26 13:04

reporter   ~0005744

Does not happen as of r21164

Christian Grothoff

2012-05-11 00:44

manager   ~0005874

Changing priority to NONE as existing testing code will be largely abandoned soon.

Christian Grothoff

2012-09-15 21:04

manager   ~0006344

Setting to "won't fix" as old testing is obsolete and replaced by the new testbed API.

Issue History

Date Modified Username Field Change
2012-04-24 16:44 LRN New Issue
2012-04-24 16:44 LRN Status new => assigned
2012-04-24 16:44 LRN Assigned To => mrwiggles
2012-04-26 13:04 LRN Note Added: 0005744
2012-05-11 00:44 Christian Grothoff Note Added: 0005874
2012-05-11 00:44 Christian Grothoff Assigned To mrwiggles =>
2012-05-11 00:44 Christian Grothoff Priority normal => none
2012-05-11 00:44 Christian Grothoff Product Version => Git master
2012-05-11 00:45 Christian Grothoff Status assigned => confirmed
2012-09-15 21:04 Christian Grothoff Note Added: 0006344
2012-09-15 21:04 Christian Grothoff Assigned To => Christian Grothoff
2012-09-15 21:04 Christian Grothoff Status confirmed => resolved
2012-09-15 21:04 Christian Grothoff Resolution open => won't fix
2012-09-15 21:04 Christian Grothoff Fixed in Version => 0.9.4
2012-09-15 21:04 Christian Grothoff Target Version => 0.9.4
2012-11-05 18:34 Christian Grothoff Status resolved => closed