rikulo/stream

Broken pipe on stream server with Dart VM 1.3.6

sestegra opened this issue · 1 comments

I installed Dart VM 1.3.6 on my 4 servers.
The occurrence is very low: the issue occurred only 1 time on my slowest server.

Unhandled exception:
SocketException: OS Error: Broken pipe, errno = 32, address = 127.0.0.1, port = 49111
#0      _rootHandleUncaughtError.<anonymous closure>.<anonymous closure> (dart:async/zone.dart:713)
#1      _asyncRunCallbackLoop (dart:async/schedule_microtask.dart:23)
#2      _asyncRunCallback (dart:async/schedule_microtask.dart:32)
#3      _asyncRunCallback (dart:async/schedule_microtask.dart:36)
#4      _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:119)

This issue is probably related to https://code.google.com/p/dart/issues/detail?id=17468.

Close it since I don't run into the similar again (with Dart VM 1.6, Mac OS)