[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] errors and warnings in log
From: |
Daniel Golle |
Subject: |
Re: [GNUnet-developers] errors and warnings in log |
Date: |
Thu, 16 Jul 2015 22:42:07 +0200 |
User-agent: |
Mutt/1.5.23+89 (0255b37be491) (2014-03-12) |
Hi again,
once the datastore sizes gets close to the quota limit, I start getting
Jul 16 20:35:22-249294 fs-4121 WARNING Message `Datastore lookup already took 1
m!' repeated 109 times in the last 19 s
Jul 16 20:35:22-249294 fs-4121 WARNING Datastore lookup already took 2 m!
On Thu, Jul 16, 2015 at 10:21:24PM +0200, Daniel Golle wrote:
> i still see some occasional errors running r36094
> Jul 16 19:32:46-511103 core-4127 ERROR Assertion failed at
> transport_api.c:754.
>
> plus a lot of (probably caused by flaky connectivity...)
> Jul 16 19:52:49-646631 cadet-p2p-4116 ERROR core wait time 17597879 µs > 1
> second
> Jul 16 19:52:57-972485 cadet-p2p-4116 ERROR core wait time 2069738 µs > 1
> second
>
> after some more time
> Jul 16 20:07:41-570240 nat-4126 WARNING Asked to validate one of my addresses
> and validation failed!
>
>
> There are also some compile-time warnings, most of them look trivial to fix:
>
> plugin_datastore_sqlite.c: In function 'sqlite_plugin_put':
> plugin_datastore_sqlite.c:507:5: warning: passing argument 5 of 'cont'
> discards 'const' qualifier from pointer target type [enabled by default]
> cont (cont_cls, key, size, GNUNET_SYSERR, _("Data too large"));
> ^
> plugin_datastore_sqlite.c:507:5: note: expected 'char *' but argument is of
> type 'const char *'
> plugin_transport_http_server.c: In function 'server_access_cb':
> plugin_transport_http_server.c:1504:15: warning: 'options' may be used
> uninitialized in this function [-Wmaybe-uninitialized]
> sc->options = options;
> ^
> plugin_transport_http_server.c:1369:12: note: 'options' was declared here
> uint32_t options;
> ^
> CC
> libgnunet_plugin_transport_http_server_la-plugin_transport_http_common.lo
> cc1: note: someone does not honour COPTS correctly, passed 2 times
> CCLD libgnunet_plugin_transport_http_server.la
> CC
> libgnunet_plugin_transport_https_server_la-plugin_transport_http_server.lo
> cc1: note: someone does not honour COPTS correctly, passed 2 times
> plugin_transport_http_server.c: In function 'server_access_cb':
> plugin_transport_http_server.c:1504:15: warning: 'options' may be used
> uninitialized in this function [-Wmaybe-uninitialized]
> sc->options = options;
> ^
> plugin_transport_http_server.c:1369:12: note: 'options' was declared here
> uint32_t options;
> ^
> CC gnunet-helper-transport-wlan.o
> gnunet-helper-transport-wlan.c: In function 'main':
> gnunet-helper-transport-wlan.c:1926:9: warning: variable 'uid' set but not
> used [-Wunused-but-set-variable]
> uid_t uid;
> ^
> CC gnunet-helper-transport-bluetooth.o
> gnunet-helper-transport-bluetooth.c: In function 'main':
> gnunet-helper-transport-bluetooth.c:1670:11: warning: variable 'uid' set but
> not used [-Wunused-but-set-variable]
> uid_t uid;
> ^
> CC gnunet-service-dht_neighbours.o
> gnunet-service-dht_neighbours.c: In function 'core_transmit_notify':
> gnunet-service-dht_neighbours.c:833:43: warning: 'msize' may be used
> uninitialized in this function [-Wmaybe-uninitialized]
> GNUNET_CORE_notify_transmit_ready (core_api, GNUNET_NO,
> ^
>
>
> Cheers
>
>
> Daniel
>
>
>
> On Thu, Jul 16, 2015 at 08:06:29PM +0200, Christian Grothoff wrote:
> > On 07/16/2015 06:25 PM, t3sserakt wrote:
> > > Hi *,
> > >
> > > Below you find some of the errors and warnings from my log file.
> > >
> > > I like to learn which of those error are correlated to known bugs, any
> > > misbehavior I might
> > > encounter, their meaning at all, or any other comment you can make on
> > > them.
> > >
> > > Thanks in advance
> > >
> > > t3sserakt
> > >
> > > transport-udp-11808 WARNING UDP session of address
> > > udp.0.79.229.96.32:2086 for ACK not found
> >
> > Pretty normal (especially after restart).
> >
> > > cadet-p2p-2495 WARNING CORE gave buffer size 0
> >
> > Odd, but likely harmless. Should be looked into though.
> >
> > > hostlist-3592 WARNING Timeout trying to download hostlist from
> > > `https://gnunet.io/hostlist'
> > > hostlist-11505 WARNING Timeout trying to download hostlist from
> > > `http://v10.gnunet.org/hostlist' <http://v10.gnunet.org/hostlist'>
> >
> > Can you 'wget' those? Again, could happen, but shouldn't happen too much.
> >
> > > vpn-3595 WARNING Packet dropped, channel to 104.28.0.122 not yet ready
> > > (EXIT search active)
> > > vpn-3595 WARNING Packet dropped, channel to 131.159.74.67 not yet ready
> > > (EXIT search active)
> > >
> > > What kind of addresses are 104.28.0.122 and 131.159.74.67
> >
> > IPv4 addresses, looks like for some reason you were trying to route IPv4
> > traffic via GNUnet, and GNUnet didn't find a suitable EXIT node (quite
> > plausible that none is even available right now) so it couldn't deliver
> > the packets.
> >
> > > transport-11452 ERROR Assertion failed at
> > > gnunet-service-transport_ats.c:318
> > > transport-11452 ERROR Assertion failed at ats_api_scheduling.c:809.
> >
> > Those are new to me, should be looked at. => #3894.
> >
> > > cadet-tun-3896 WARNING end-to-end message not known (62352)
> > >
> > > transport-11361 ERROR Assertion failed at plugin_transport_udp.c:3875
> > >
> > > cadet-3797 ERROR Assertion failed at gnunet-service-cadet_peer.c:1153
> > > cadet-3797 ERROR Assertion failed at gnunet-service-cadet_peer.c:2199
> > > cadet-3797 ERROR Assertion failed at gnunet-service-cadet_peer.c:463
> > > cadet-11374 ERROR Assertion failed at
> > > gnunet-service-cadet_connection.c:1581
> > > cadet-3927 WARNING External protocol violation detected at
> > > gnunet-service-cadet_tunnel.c:3072.
> > > cadet-3927 WARNING Message `External protocol violation detected at
> > > gnunet-service-cadet_tunnel.c:3072.' repeated 3 times in the last 3703 ms
> >
> > Also new to me => #3895. It would be good to know exactly which
> > revision those came from as CADET has evolved rapidly in the last week.
> >
> > > transport-11361 WARNING Failed to find plugin `https_client'
> > > transport-11361 WARNING Failed to find plugin `http_client’
> >
> > Were libcurl/libgnurl found by configure? If not, you somehow configured
> > those plugins but they were not compiled (or installed properly).
> >
> > >
> > > cadet-p2p-3803 ERROR core wait time 1321612 µs
> >
> > That one is well-known (#3863), a performance issue we yet have to
> > investigate, but not fatal (except highly annoying for voice apps).
> >
>
>
>
> > _______________________________________________
> > GNUnet-developers mailing list
> > address@hidden
> > https://lists.gnu.org/mailman/listinfo/gnunet-developers
>
>
> _______________________________________________
> GNUnet-developers mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gnunet-developers