#1233 closed defect (fixed)HM decoder hang under Mac OSX 10.9
Description
HM decoder always hangs at the end of the bitstream if the decoder is compiled under Mac OSX 10.9 & Xcode 5.0.
Seems because of different behaviors of <istream> header files in OSX 10.9 and previous versions. Change History (3)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by ksuehring
comment:3 Changed 11 years ago by fabianjaeger
Ticket #1266 has been marked as a duplicate of this ticket. 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
|
It seems to be necessary to also set std::istream::bad bit to the list of exceptions to make get() fail.
Fix committed in r3839