You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kevin Clark (JIRA)" <ji...@apache.org> on 2008/07/29 00:26:32 UTC

[jira] Closed: (THRIFT-89) BinaryProtocolAccelerated references TProtocolException

     [ https://issues.apache.org/jira/browse/THRIFT-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Clark closed THRIFT-89.
-----------------------------

    Resolution: Fixed

In 679897

> BinaryProtocolAccelerated references TProtocolException
> -------------------------------------------------------
>
>                 Key: THRIFT-89
>                 URL: https://issues.apache.org/jira/browse/THRIFT-89
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Ruby)
>            Reporter: Kevin Ballard
>         Attachments: 0001-rb-BinaryProtocolAccelerated-should-use-Thrift-Pro.patch
>
>
> BinaryProtocolAccelerated is using TProtocolException instead of Thrift::ProtocolException.
> It's also using rb_raise() to raise the exception instead of rb_exc_raise(), so it raises the wrong exception (it raises a NoMethodError because #<Thrift::ProtocolException> doesn't implement `new').

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.