Chromium Code Reviews
DescriptionFix failure
../runtime/vm/object.cc:7149: error: unimplemented code
Abort
in standalone tests when run with 64bit dart.
The ioctl function when used with FIONREAD was being passed a 64 bit
argument which is incorrect.
Documentation on ioctl:
FIONREAD
The FIONREAD ioctl returns the number of data bytes (in all data
messages queued) in the location pointed to by the arg parameter. The
ioctl returns a 32-bit quantity for both 32-bit and 64-bit
application., Therefore, code that passes the address of a long
variable needs to be changed to pass an int variable for 64–bit
applications.
Committed: https://code.google.com/p/dart/source/detail?r=3250
Patch Set 1 #Patch Set 2 : '' #
Total comments: 6
Patch Set 3 : '' #Patch Set 4 : '' #Messages
Total messages: 5 (0 generated)
|