View Issue Details

IDProjectCategoryView StatusLast Update
0003020GNUnetidentity servicepublic2013-12-24 20:54
ReporterLRN Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0003020: W32: test_identity_defaults fails
Descriptionbacktrace is shown below
Additional Information
Reading symbols from F:\src\gnunet-git-svn\src\identity\.libs\test_identity_defaults.exe...done.
Continuing.

Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 10324.0x25f8]
0x7522321a in KERNELBASE!DebugBreak () from C:\Windows\syswow64\KernelBase.dll
(gdb) bt
#0  0x7522321a in KERNELBASE!DebugBreak () from C:\Windows\syswow64\KernelBase.dll
#1  0x62b4704a in GNUNET_abort () at common_logging.c:289
#2  0x0040193e in get_cb (cls=0x0, ego=0x2077af8, ctx=0x2077b00, identifier=0x207fc98 " ") at test_identity_defaults.c:151
#3  0x6a702a3b in message_handler (cls=0x207d908, msg=0x28fcc4) at identity_api.c:426
#4  0x62b440d1 in receive_task (cls=0x20710d8, tc=0x28fd80) at client.c:583
#5  0x62b79ef1 in run_ready (rs=0x208c798, ws=0x208d7b0) at scheduler.c:597
#6  0x62b7a722 in GNUNET_SCHEDULER_run (task=0x6d4c5261 <service_run_main>, task_cls=0x28fe6c) at scheduler.c:786
#7  0x6d4c55b3 in GNUNET_TESTING_service_run (testdir=0x4090ac <_Jv_RegisterClasses+4231340> "test-identity-defaults", service_name=0x4090a3 <_Jv_RegisterClasses+4231331> "identity",
    cfgfilename=0x409090 <_Jv_RegisterClasses+4231312> "test_identity.conf", tm=0x40196a <run_get>, tm_cls=0x0) at testing.c:1741
#8  0x00401e35 in main (argc=1, argv=0x2069fc8) at test_identity_defaults.c:277
(gdb) up
#1  0x62b4704a in GNUNET_abort () at common_logging.c:289
289       DebugBreak ();
(gdb)
#2  0x0040193e in get_cb (cls=0x0, ego=0x2077af8, ctx=0x2077b00, identifier=0x207fc98 " ") at test_identity_defaults.c:151
151       GNUNET_assert (0 == strcmp (identifier, "test-id"));
(gdb) p identifier
$1 = 0x207fc98 " "
(gdb) up
#3  0x6a702a3b in message_handler (cls=0x207d908, msg=0x28fcc4) at identity_api.c:426
426           op->cb (op->cls,
(gdb) l
421                                      op);
422         GNUNET_free (ego->name);
423         GNUNET_CLIENT_receive (h->client, &message_handler, h,
424                                GNUNET_TIME_UNIT_FOREVER_REL);
425         if (NULL != op->cb)
426           op->cb (op->cls,
427                   ego,
428                   &ego->ctx,
429                   ego->name);
430         GNUNET_free (op);
(gdb) p ego
$2 = (struct GNUNET_IDENTITY_Ego *) 0x2077af8
(gdb) p *ego
$3 = {pk = 0x208a680, name = 0x207fc98 " ", ctx = 0x0, id = {bits = {409264931, 2567568171, 1250108793, 1298808345, 4234494251, 3546966445, 2047450200, 1812669619, 2702651309, 1606149048, 2551541811,
      1421473084, 579837479, 3236841444, 85185401, 856958954}}}
(gdb)
TagsNo tags attached.

Activities

Christian Grothoff

2013-09-06 11:54

manager   ~0007413

Fixed a bad free in SVN 29056. Let me know if this does/does not fix this issue.

LRN

2013-09-07 15:09

developer   ~0007416

The fix worked for me.

Issue History

Date Modified Username Field Change
2013-09-05 19:21 LRN New Issue
2013-09-06 11:54 Christian Grothoff Note Added: 0007413
2013-09-06 11:54 Christian Grothoff Assigned To => Christian Grothoff
2013-09-06 11:54 Christian Grothoff Status new => feedback
2013-09-07 15:09 LRN Note Added: 0007416
2013-09-07 15:09 LRN Status feedback => assigned
2013-09-07 15:09 LRN Status assigned => resolved
2013-09-07 15:09 LRN Fixed in Version => Git master
2013-09-07 15:09 LRN Resolution open => fixed
2013-09-10 00:08 Christian Grothoff Fixed in Version Git master => 0.10.0
2013-09-10 00:08 Christian Grothoff Target Version => 0.10.0
2013-12-24 20:54 Christian Grothoff Status resolved => closed