View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005241 | GNUnet | hostlist daemon | public | 2018-01-03 19:10 | 2019-02-28 11:17 |
Reporter | xrs | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | x86_64 | OS | archlinux | OS Version | head |
Product Version | Git master | ||||
Target Version | 0.11.0pre66 | Fixed in Version | 0.11.0 | ||
Summary | 0005241: make check in hostlist/test_gnunet_daemon_hostlist_learning fails | ||||
Description | make check in hostlist/test_gnunet_daemon_hostlist_learning fails | ||||
Steps To Reproduce | $ cd hostlist $ make check I also executed: | ||||
Additional Information | > env GNUNET_FORCE_LOG="test_gnunet_daemon_hostlist_learning;;;;DEBUG/hostlist;;;;DEBUG" GNUNET_FORCE_LOGFILE="debug.log" ./.libs/test_gnunet_daemon_hostlist_learning See debug.log. | ||||
Tags | No tags attached. | ||||
|
Is this still an issue? |
|
Yes, the test case still ends with the error message: ERROR Learning peer did not receive advertisement from server ERROR Advertised hostlist could not be downloaded from server Peer A seems to send the advertisement (deduced from gnunet-statistics). But peer B does not receive something and thus handle_ad_arrive() is not called. I verified this with a gdb breakpoint and putting GNUNET_LOG() inside. The other contradictory information is that way before the testcase ends with "ERROR Advertised hostlist could not be downloaded from server" Peer B says: Download of hostlist `http://localhost:12981/' completed. |
|
Added the log for test_gnunet_daemon_learning.log. |
|
Problem solved and lesson learned: be careful with local firewalls if you run gnunet. The hostlist service uses client and server, so make sure the server can open connection to the local host. Aside from this we found a bug in gnunet-helper-nat-server.c which caused a cpu burst when connections are blocked. That shouldn't happen. |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-03 19:10 | xrs | New Issue | |
2018-01-12 12:14 | Christian Grothoff | Target Version | => 0.11.0pre66 |
2018-06-07 23:33 | Christian Grothoff | Note Added: 0013028 | |
2018-06-07 23:33 | Christian Grothoff | Status | new => feedback |
2018-06-23 17:51 | xrs | Assigned To | => xrs |
2018-06-23 17:51 | xrs | Status | feedback => assigned |
2018-06-24 00:10 | xrs | Note Added: 0013064 | |
2018-06-24 00:10 | xrs | Assigned To | xrs => Christian Grothoff |
2018-06-24 00:19 | xrs | File Added: test_gnunet_daemon_hostlist_learning.log | |
2018-06-24 00:19 | xrs | Note Added: 0013065 | |
2018-06-26 23:55 | xrs | Status | assigned => resolved |
2018-06-26 23:55 | xrs | Resolution | open => fixed |
2018-06-26 23:55 | xrs | Fixed in Version | => Git master |
2018-06-26 23:55 | xrs | Note Added: 0013086 | |
2019-02-16 11:55 | Christian Grothoff | Fixed in Version | Git master => 0.11.0 |
2019-02-28 11:17 | Christian Grothoff | Status | resolved => closed |