[
https://issues.apache.org/jira/browse/THRIFT-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619213#comment-14619213
]
ASF GitHub Bot commented on THRIFT-3182:
----------------------------------------
Github user marshalium commented on the pull request:
https://github.com/apache/thrift/pull/512#issuecomment-119705231
That build failure was different. Java tests passed, but it failed building
the Haskell code. It seem unrelated:
> cabal: Error: some packages failed to install:
> HTTP-4000.2.20 depends on text-1.2.1.1 which failed to install.
> attoparsec-0.13.0.0 depends on text-1.2.1.1 which failed to install.
> hashable-1.2.3.3 depends on text-1.2.1.1 which failed to install.
> network-uri-2.6.0.3 depends on text-1.2.1.1 which failed to install.
> parsec-3.1.9 depends on text-1.2.1.1 which failed to install.
> scientific-0.3.3.8 depends on text-1.2.1.1 which failed to install.
> text-1.2.1.1 failed during the building phase. The exception was:
> ExitFailure 9
> This may be due to an out-of-memory condition.
> thrift-1.0.0 depends on text-1.2.1.1 which failed to install.
> unordered-containers-0.2.5.1 depends on text-1.2.1.1 which failed to
install.
> TFramedTransport is in an invalid state after frame size exception
> ------------------------------------------------------------------
>
> Key: THRIFT-3182
> URL: https://issues.apache.org/jira/browse/THRIFT-3182
> Project: Thrift
> Issue Type: Bug
> Components: Java - Library
> Affects Versions: 0.9.2
> Reporter: Marshall Scorcio
>
> https://github.com/apache/thrift/pull/512
> This is necessary because after reading the invalid
> frame size from the underlying transport the transport
> is left in a bad state. Any following reads will
> likely throw more invalid frame size exceptions and
> if they don’t they will be reading corrupted messages.
> Closing forces the caller to discard the connection and
> get a new one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)