View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011719 | GNUnet | transport service | public | 2026-08-07 20:42 | 2026-08-15 22:36 |
| Reporter | Jllx | Assigned To | schanzen | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Product Version | Git master | ||||
| Target Version | 0.29.0 | ||||
| Summary | 0011719: gnunet-transport consuming 100% CPU of a ryzen 7 5825U | ||||
| Description | after a day of run of the service __PID____UTIL.___PR__NI__VIRT___RES____SHR_S_%CPU_%MEM_TEMPS+___COM. 320490_gnunet__20__0__83772_79484__5396_R__98,9____0,2___8:37.88__gnunet-service- cat /proc/320490/cmdline /usr/lib64/gnunet/libexec/gnunet-service-transport-c/etc/gnunet.conf | ||||
| Tags | No tags attached. | ||||
|
|
Spiking transport CPU usage may happen occasionally, usually on startup. But not that extreme. Unless you maybe enabled debug logging? |
|
|
no debug logging (by the way, it would be really NICE to be able to enable and stop logging on the fly) did reproduced today (after more 8h of run), had to stop everything upon restart it did happen fast will stop the service for today, will investigate tonight |
|
|
again this morning (relaunched gnunet yesterday before going to sleep) gnunet-transport is consuming 100% CPU and su gnunet -c "gnunet-transport -a" No virtual links. no "-L DEBUG" when launching (started with init.d script with "gnunet-arm -s") but seems to create some debug log in /var/lib/gnunet/.cache/gnunet/ I attach the last, there is some data loss (run out of disk space after system update tonight) but it resumed today logs yesterday log is available at https://filevert.fr/d/2N3IkNrzUpKoHPr6KyXw until the 11 will restart the service now that disk space is available, clean the logs and see if I can get something usefull by the way, I've a debug build, so I can produce coredumps, but I wonder how I can do it, since this is gnunet-arm that spawn the services... |
|
|
today log https://filevert.fr/d/2N3IkNrxUsKnGvf9JSii (link valid until 2026-08-11) |
|
|
I have retrieved the logs. Is it possible that this is just DEBUG logging hammering your drive and IO in general? |
|
|
no, I don't think so, even 100% is only one core over 16... it just make more noise due to fan. And the SSD is far from beeing over charged. gnunet works for hours without issue, don't know why it end filling queues my 500+ firefox tabs are more trouble makers ;) |
|
|
I commited some fixes, hope that helps |
|
|
right now, everything seems fine, it stayed alive the whole day.... I tried to resolve gns as well to be sure everything works I wonder if I can know what host has the DHT record? just to know if it is in one of my peers or if it was forwarded further? gnunet-transport -a PEER ROUTE VIA CORE-WIN STALLED PENDING RTT PBM3 dv (2 hops) udp,tcp 4 0 20 422 ms V512 dv (2 hops) - 4 0 0 0 ms DXYV direct udp,tcp 4 0 20 163 ms N78G dv (2 hops) udp,tcp 4 0 3 136 ms jlRyzen7-5700 /home/jlm # su gnunet -c "gnunet-gns -t TXT -u info.higepi.gnunet.gns.alt" >>> Looking for `TXT' records under `info.higepi.gnunet.gns.alt' <<< 2 record(s) found: TXT: `Thu Aug 13 18:34:41 2026: Connected (R) DXYV (timeout in 283 s)' TXT: `Thu Aug 13 18:34:41 2026: Hello sent (I) N78G (timeout in 0 ms)' Resolution finished after 72 s Record set expires in 20 m. |
|
|
The origin host is V512 |
|
|
To be clear: The hosts actually storing the DHT record are unknown to me. |
|
|
last tries, V512 was in peer list.... so the test is not really concluant, the origin is known to my host will continue to test with your last modifications the situation improved : after more than a day, the peer list still contains connections, the transport CPU usage dropped to 46% and now the gnunet-communicator-udp is consumming about 40% CPU.... that is improvements : the links are still alive and transport usage dropped will have to find how to deactivate the logs because if I run it long term, after a day it filled 1G of disk space ;) what is strange is that I didn't enabled any log.... processes are launched by gnunet-arm -s... is it because I have a debug build? |
|
|
seems that previous usage was an unknown peak.... I'm watching the gnunet processes for 5 min now, and CPU usage is low, most of the time below 1%, with some peaks to 12% so if tomorrow the service is still running, and CPU usage is still the same profile, I think you can close the issue, there is still some CPU perf to improve, because my CPU is recent and other old CPU might struggle... will try to deploy gnunet on my old i7... to have some realistic view of usage |
|
|
hummm something gone wrong, log end with a gnunet-transport killed with -6 (ABORT) and says it will restart, it did, I have a process /usr/lib64/gnunet/libexec/gnunet-service-transport -c /etc/gnunet.conf running for about 30 min but # gnunet-transport -a No virtual links. CPU usage is <0.0% for most gnunet processes, with the exception of gnunet-service-peerstore <1% gnunet-2026-08-15.log (20,062 bytes)
2026-08-15T00:52:02.508934+0200 arm-2438362 WARNING Service `transport' terminated with status signal/6, will restart in 2 ms 2026-08-15T00:52:02.520188+0200 peerstore-api-2799366 WARNING Not storing hello for VP89 since we seem to have a newer version on record expiring `Mon Aug 17 00:52:01 2026' and after `Mon Aug 17 00:52:01 2026'. 2026-08-15T01:18:23.413068+0200 peerstore-api-2799366 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T01:18:23.434339+0200 peerstore-api-2799366 WARNING Unexpected iteration response. 2026-08-15T01:18:31.588353+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T01:18:36.751616+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T01:19:31.597267+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T01:19:36.764553+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T01:20:31.605394+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T01:20:36.776309+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T01:21:31.614540+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T01:21:36.782642+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T01:22:31.631568+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 5 m 2026-08-15T01:23:34.751448+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T01:23:38.626819+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T01:24:34.764686+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T01:24:38.645475+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T01:25:34.778863+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T01:25:38.655918+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T01:26:34.787981+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T01:26:38.673485+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T01:27:34.793096+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 5 m 2026-08-15T01:28:38.661152+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T01:28:39.606364+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T01:28:43.721690+0200 peerstore-api-2799366 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T01:29:38.661253+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T01:29:39.606447+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T01:30:38.661336+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T01:30:39.606564+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T01:31:18.712684+0200 peerstore-api-2799366 WARNING Unexpected iteration response. 2026-08-15T01:31:38.661433+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T01:31:39.607550+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T01:33:00.160159+0200 peerstore-api-2799366 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T01:33:00.371491+0200 peerstore-api-2799366 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T01:33:14.183636+0200 peerstore-api-2799366 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T01:33:14.234320+0200 peerstore-api-2799366 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T01:33:38.643609+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T01:33:39.591830+0200 util-service-2799366 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T01:54:00.742371+0200 transport-2799366 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T02:09:49.048977+0200 transport-2799366 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T02:25:35.884079+0200 transport-2799366 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T02:41:18.723202+0200 transport-2799366 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T02:59:44.704039+0200 transport-2799366 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T03:15:31.592180+0200 transport-2799366 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T03:31:19.351481+0200 transport-2799366 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T03:49:21.178799+0200 transport-2799366 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T04:04:49.360329+0200 transport-2799366 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T04:20:54.910959+0200 transport-2799366 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down double free or corruption (!prev) 2026-08-15T04:36:15.448320+0200 arm-2438362 WARNING Service `transport' terminated with status signal/6, will restart in 2 ms 2026-08-15T04:36:15.457160+0200 peerstore-api-2885489 WARNING Not storing hello for VP89 since we seem to have a newer version on record expiring `Mon Aug 17 04:36:15 2026' and after `Mon Aug 17 04:36:15 2026'. 2026-08-15T05:23:09.826693+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:23:09.917182+0200 peerstore-api-2885489 WARNING Unexpected iteration response. 2026-08-15T05:23:40.351508+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:23:54.210015+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:24:40.375093+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:24:54.219036+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:25:40.364604+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:25:54.233824+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:26:40.394634+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:26:54.248066+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:28:41.182537+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:28:54.269858+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:29:41.194572+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:29:54.284918+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:30:41.205816+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:30:54.291324+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:31:41.219400+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:31:54.296334+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:33:41.198279+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:33:54.331331+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:34:41.203960+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:34:54.350385+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:35:41.239938+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:35:54.361049+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:36:41.259104+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:36:54.374759+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:37:40.335992+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:38:41.235428+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:38:54.367751+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:39:26.356535+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:39:41.257574+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:39:54.382880+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:40:41.273984+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:40:54.393164+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:41:41.274093+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:41:54.393241+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:43:41.239028+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:43:54.366395+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:44:41.239111+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:44:54.366465+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:45:41.239191+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:45:54.366542+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:46:41.239297+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:46:54.366639+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:48:41.281858+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:48:54.366797+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:49:36.742413+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:49:40.626986+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:49:41.301257+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:49:54.366864+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:50:15.197022+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:50:15.906433+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:50:41.286248+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:50:54.373998+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:50:56.484541+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:51:00.079664+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:51:41.291644+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:51:54.379284+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:52:14.219298+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:52:14.564972+0200 peerstore-api-2885489 WARNING Unexpected iteration response, no iterating client found, discarding message. 2026-08-15T05:53:41.322240+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:53:54.368823+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 1 m 2026-08-15T05:54:41.328136+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:54:54.374823+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 2 m 2026-08-15T05:55:41.078240+0200 peerstore-api-2885489 WARNING Unexpected iteration response. 2026-08-15T05:55:41.208579+0200 peerstore-api-2885489 WARNING Unexpected iteration response. 2026-08-15T05:55:41.370836+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:55:54.395546+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 3 m 2026-08-15T05:56:41.370922+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:56:54.375027+0200 util-service-2885489 WARNING Processing code for message of type 1202 did not call `GNUNET_SERVICE_client_continue' after 4 m 2026-08-15T05:57:34.160837+0200 transport-2885489 WARNING CORE did not acknowledge messages from DXYV within 2 s; releasing the flow control credit anyway 2026-08-15T06:37:46.939911+0200 transport-2885489 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T06:53:35.255889+0200 transport-2885489 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T07:11:37.223165+0200 transport-2885489 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T07:35:38.234896+0200 transport-2885489 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T07:51:25.246142+0200 transport-2885489 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down 2026-08-15T08:07:12.990427+0200 transport-2885489 WARNING Neighbour M0J8 was silent for 15 m while its communicator kept claiming the queue works; treating link as down free(): double free detected in tcache 2 2026-08-15T08:27:43.286862+0200 arm-2438362 WARNING Service `transport' terminated with status signal/6, will restart in 2 ms 2026-08-15T08:27:43.297255+0200 peerstore-api-2970946 WARNING Not storing hello for VP89 since we seem to have a newer version on record expiring `Mon Aug 17 08:27:43 2026' and after `Mon Aug 17 08:27:43 2026'. |
|
|
tried to stop gnunet-transport service with gnunet-arm -k transport, it behaved as if doing something, but the transport process was still there after, and no virtual link, seems there is a bug here nothing in logs... had to stop whole gnunet (gnunet-arm -s) and start it again, 2 peers were available the time to go back in history for the gnunet-transport -a |
|
|
Having V512 in you peer list, or indirectly via a single hope (the bootstrap peer) is not necessarily an invalid test. It should be that resolution is quasi instance, however. My last ~ten tests over the course of the last couple of days have had nine of them return the record to me instantly, even though a DHT lookup was necessary. You transport abort is more difficult to track down. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-08-07 20:42 | Jllx | New Issue | |
| 2026-08-08 08:27 | schanzen | Note Added: 0029411 | |
| 2026-08-08 10:29 | Jllx | Note Added: 0029415 | |
| 2026-08-09 10:31 | Jllx | Note Added: 0029423 | |
| 2026-08-09 10:31 | Jllx | File Added: gnunet-2026-08-09.log.zst | |
| 2026-08-09 13:00 | Jllx | Note Added: 0029426 | |
| 2026-08-13 17:50 | schanzen | Note Added: 0029486 | |
| 2026-08-13 22:31 | Jllx | Note Added: 0029489 | |
| 2026-08-14 11:57 | schanzen | Note Added: 0029490 | |
| 2026-08-14 11:57 | schanzen | Assigned To | => schanzen |
| 2026-08-14 11:57 | schanzen | Status | new => assigned |
| 2026-08-14 14:33 | schanzen | Target Version | => 0.29.0 |
| 2026-08-14 17:29 | Jllx | Note Added: 0029491 | |
| 2026-08-14 22:29 | schanzen | Note Added: 0029492 | |
| 2026-08-14 22:29 | schanzen | Note Added: 0029493 | |
| 2026-08-14 22:56 | Jllx | Note Added: 0029494 | |
| 2026-08-14 23:07 | Jllx | Note Added: 0029495 | |
| 2026-08-15 09:05 | Jllx | Note Added: 0029496 | |
| 2026-08-15 09:05 | Jllx | File Added: gnunet-2026-08-15.log | |
| 2026-08-15 09:14 | Jllx | Note Added: 0029497 | |
| 2026-08-15 22:35 | schanzen | Note Added: 0029500 | |
| 2026-08-15 22:36 | schanzen | Note Edited: 0029500 |