View Issue Details

IDProjectCategoryView StatusLast Update
0002393GNUnethostlist daemonpublic2012-06-02 19:15
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeveritycrashReproducibilityrandom
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.3Fixed in Version0.9.3 
Summary0002393: segfault in test_gnunet_daemon_hostlist_learning
DescriptionCore was generated by `/home/oem/ubuntu-armv71-evans/ubuntu-armv71-evans/build/src/hostlist/.libs/lt-t'.
Program terminated with signal 11, Segmentation fault.
#0 0x40047540 in receive_stats (cls=0x245d8, msg=0xbece9168) at statistics_api.c:643
643 GNUNET_CLIENT_receive (h->client, &receive_stats, h,
(gdb) ba
#0 0x40047540 in receive_stats (cls=0x245d8, msg=0xbece9168) at statistics_api.c:643
#1 0x4006121c in receive_task (cls=0x248d0, tc=0xbece9220) at client.c:584
#2 0x4008bf42 in run_ready (rs=0x16cd0, ws=0x16ff8) at scheduler.c:602
#3 0x4008c69a in GNUNET_SCHEDULER_run (task=0x400860a9 <program_main>, task_cls=0xbece938c) at scheduler.c:790
#4 0x4008683e in GNUNET_PROGRAM_run2 (argc=3, argv=0xbece9480, binaryName=0xb328 "test-gnunet-daemon-hostlist-learning", binaryHelp=0xb350 "nohelp", options=0xbece9464,
    task=0xa915 <run>, task_cls=0x0, run_without_scheduler=0) at program.c:261
#5 0x40086984 in GNUNET_PROGRAM_run (argc=3, argv=0xbece9480, binaryName=0xb328 "test-gnunet-daemon-hostlist-learning", binaryHelp=0xb350 "nohelp", options=0xbece9464, task=0xa915 <run>,
    task_cls=0x0) at program.c:296
#6 0x0000aa96 in check () at test_gnunet_daemon_hostlist_learning.c:481
#7 0x0000ae1a in main (argc=1, argv=0xbece9624) at test_gnunet_daemon_hostlist_learning.c:541
(gdb) print h
$1 = (struct GNUNET_STATISTICS_Handle *) 0x245d8
(gdb) print h->current
$2 = (struct GNUNET_STATISTICS_GetHandle *) 0x0
Steps To Reproducebuildbot, random, rare.
TagsNo tags attached.

Activities

Christian Grothoff

2012-06-01 15:42

manager   ~0005980

https://gnunet.org/buildbot/builders/ubuntu-armv71-evans/builds/2066/steps/tests%20hostlist/logs/stdio

Christian Grothoff

2012-06-01 15:48

manager   ~0005981

testcase destroyed statistics during callback from statistics; that's unhealthy...

Christian Grothoff

2012-06-01 15:49

manager   ~0005982

Fixed in SVN 21697.

Issue History

Date Modified Username Field Change
2012-06-01 15:42 Christian Grothoff New Issue
2012-06-01 15:42 Christian Grothoff Status new => assigned
2012-06-01 15:42 Christian Grothoff Assigned To => Christian Grothoff
2012-06-01 15:42 Christian Grothoff Note Added: 0005980
2012-06-01 15:44 Christian Grothoff Category hostlist daemon => statistics service
2012-06-01 15:48 Christian Grothoff Category statistics service => hostlist daemon
2012-06-01 15:48 Christian Grothoff Note Added: 0005981
2012-06-01 15:49 Christian Grothoff Note Added: 0005982
2012-06-01 15:49 Christian Grothoff Status assigned => resolved
2012-06-01 15:49 Christian Grothoff Fixed in Version => 0.9.3
2012-06-01 15:49 Christian Grothoff Resolution open => fixed
2012-06-02 19:15 Christian Grothoff Status resolved => closed