View Issue Details

IDProjectCategoryView StatusLast Update
0003194GNUnetcadet servicepublic2013-12-24 20:53
ReporterChristian Grothoff Assigned ToBart Polot  
PriorityimmediateSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.10.0Fixed in Version0.10.0 
Summary0003194: socket leak in statistics
Description==11764== FILE DESCRIPTORS: 5 open at exit.
==11764== Open AF_UNIX socket 11: <unknown>
==11764== at 0x5EAC287: socket (syscall-template.S:81)
==11764== by 0x5079259: GNUNET_NETWORK_socket_create (network.c:825)
==11764== by 0x5058AA5: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:846)
==11764== by 0x504D906: try_unixpath (client.c:269)
==11764== by 0x504DADF: do_connect (client.c:344)
==11764== by 0x504DDFD: GNUNET_CLIENT_connect (client.c:417)
==11764== by 0x56BCC34: try_connect (statistics_api.c:424)
==11764== by 0x56BF5FF: schedule_action (statistics_api.c:1086)
==11764== by 0x56C09AE: add_setter_action (statistics_api.c:1368)
==11764== by 0x56C0B98: GNUNET_STATISTICS_update (statistics_api.c:1410)
==11764== by 0x4116D2: handle_new_client (gnunet-service-mesh_local.c:340)
==11764== by 0x5087E7E: GNUNET_SERVER_inject (server.c:985)
==11764==
Steps To ReproduceWas just running the system for a few minutes (with valgrind and --track-fds=yes).
TagsNo tags attached.

Activities

Christian Grothoff

2013-12-11 13:56

manager   ~0007835

Possibly fixed in SVN 31274.

Christian Grothoff

2013-12-11 17:20

manager   ~0007839

Still there:

^C==6576==
==6576== FILE DESCRIPTORS: 5 open at exit.
==6576== Open AF_UNIX socket 11: <unknown>
==6576== at 0x5EAC287: socket (syscall-template.S:81)
==6576== by 0x5079209: GNUNET_NETWORK_socket_create (network.c:825)
==6576== by 0x5058A55: GNUNET_CONNECTION_create_from_connect_to_unixpath (connection.c:846)
==6576== by 0x504D8B6: try_unixpath (client.c:269)
==6576== by 0x504DA8F: do_connect (client.c:344)
==6576== by 0x504DDAD: GNUNET_CLIENT_connect (client.c:417)
==6576== by 0x56BCC34: try_connect (statistics_api.c:424)
==6576== by 0x56BF5FF: schedule_action (statistics_api.c:1086)
==6576== by 0x56C09AE: add_setter_action (statistics_api.c:1368)
==6576== by 0x56C0B98: GNUNET_STATISTICS_update (statistics_api.c:1410)
==6576== by 0x4116D2: handle_new_client (gnunet-service-mesh_local.c:340)
==6576== by 0x5087DFA: GNUNET_SERVER_inject (server.c:985)

Bart Polot

2013-12-11 17:36

manager   ~0007840

Probably fixed in r31282, will test later (already have a testbed running for a while right now).

Issue History

Date Modified Username Field Change
2013-12-11 01:12 Christian Grothoff New Issue
2013-12-11 13:56 Christian Grothoff Assigned To => Christian Grothoff
2013-12-11 13:56 Christian Grothoff Status new => assigned
2013-12-11 13:56 Christian Grothoff Note Added: 0007835
2013-12-11 13:56 Christian Grothoff Status assigned => resolved
2013-12-11 13:56 Christian Grothoff Fixed in Version => 0.10.0
2013-12-11 13:56 Christian Grothoff Resolution open => fixed
2013-12-11 13:56 Christian Grothoff Category util library => statistics service
2013-12-11 13:56 Christian Grothoff Summary socket leak AF_UNIX in util? => socket leak in statistics
2013-12-11 17:20 Christian Grothoff Note Added: 0007839
2013-12-11 17:20 Christian Grothoff Status resolved => feedback
2013-12-11 17:20 Christian Grothoff Resolution fixed => reopened
2013-12-11 17:20 Christian Grothoff Assigned To Christian Grothoff => Bart Polot
2013-12-11 17:20 Christian Grothoff Status feedback => assigned
2013-12-11 17:21 Christian Grothoff Category statistics service => mesh service
2013-12-11 17:36 Bart Polot Note Added: 0007840
2013-12-11 17:36 Bart Polot Status assigned => feedback
2013-12-11 17:40 Christian Grothoff Status feedback => resolved
2013-12-11 17:40 Christian Grothoff Resolution reopened => fixed
2013-12-24 20:53 Christian Grothoff Status resolved => closed
2014-05-09 18:34 Christian Grothoff Category mesh service => cadet service