|
|
Fix memory leak in MacOS process handling.
Report error for failing writes. We used to enter a poll loop
because we kept on attempting to write.
Currently the error handling in the socket interface is inconsistent.
We have a big TODO item on general error handling including the socket
interface.
R=sgjesse@google.com
BUG=
TEST=
Committed: https://code.google.com/p/dart/source/detail?r=1887
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+108 lines, -51 lines) |
Patch |
 |
M |
runtime/bin/eventhandler_macos.cc
|
View
|
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/eventhandler_win.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process_linux.cc
|
View
|
1
|
3 chunks |
+29 lines, -17 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/process_macos.cc
|
View
|
1
|
4 chunks |
+31 lines, -20 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/socket.cc
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/socket.dart
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/socket_impl.dart
|
View
|
|
3 chunks |
+20 lines, -2 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/socket_linux.cc
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
runtime/bin/socket_macos.cc
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|