View Issue Details

IDProjectCategoryView StatusLast Update
0002317GNUnettransport servicepublic2024-05-03 14:00
ReporterChristian Grothoff Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionGit master 
Target Version0.9.3Fixed in Version0.9.3 
Summary0002317: broken pipe error message printed during testcase
DescriptionUnclear if this is 'harmless' during shutdown and the message should just be suppressed, or if there is more to it:

PASS: test_transport_api_wlan
......................................................................................................
Throughput was 673 kb/s
May 06 19:52:38-064195 wlan-plugin-29731 ERROR Error writing to wlan helper. errno == 32, ERROR: Broken pipe
PASS: test_transport_api_reliability_wlan
.............................................
Steps To Reproducehttps://gnunet.org/buildbot/builders/lenny-sparc64-wachs/builds/1144/steps/tests%20transport/logs/stdio
TagsNo tags attached.

Activities

Christian Grothoff

2012-05-07 22:19

manager   ~0005807

The SIGPIPE is a tiny problem (if at all). The real issue is that the current implementation doesn't even handle partial writes (to the pipe to the helper)!

Christian Grothoff

2012-05-08 21:55

manager   ~0005819

WLAN plugin has now undergone a major rewrite...

Issue History

Date Modified Username Field Change
2012-05-07 09:31 Christian Grothoff New Issue
2012-05-07 09:31 Christian Grothoff Status new => assigned
2012-05-07 09:31 Christian Grothoff Assigned To => David Brodski
2012-05-07 09:48 Christian Grothoff Assigned To David Brodski => Christian Grothoff
2012-05-07 22:19 Christian Grothoff Note Added: 0005807
2012-05-08 21:55 Christian Grothoff Note Added: 0005819
2012-05-08 21:55 Christian Grothoff Status assigned => resolved
2012-05-08 21:55 Christian Grothoff Fixed in Version => 0.9.3
2012-05-08 21:55 Christian Grothoff Resolution open => fixed
2012-05-08 21:57 Christian Grothoff Target Version => 0.9.3
2012-06-02 19:15 Christian Grothoff Status resolved => closed
2024-05-03 14:00 Christian Grothoff Category WLAN transport => transport service