Opened 11 years ago Closed 11 years ago #1266 closed defect (duplicate)C++ istream EOF exception not thrown on OS X 10.9
Description
When decoding a bitstream on OS X 10.9 with HTM 13.0, the decoder does not terminate as it cannot determine the EOF of the input file stream.
The reason seems to be the libc++ used by the LLVM compiler on OSX 10.9, which does not throw an exception in case of EOF during a read operation on an istream. This behavior can be changed by applying the attached patch. Attachments (1)Change History (6)comment:1 Changed 11 years ago by DefaultCC Plugin
Changed 11 years ago by fabianjaegercomment:2 Changed 11 years ago by fabianjaegercomment:3 Changed 11 years ago by fbossen
Sounds like a duplicate of #1233 comment:4 Changed 11 years ago by fabianjaeger
Yes, you are right. This is obviously a duplicate and can therefore be closed. Thanks. comment:5 Changed 11 years ago by fabianjaeger
Closed as duplicate of #1233. Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber, Participant
|
I meant "HM" instead of "HTM" in the ticket description, of course.