You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Robert Lu (JIRA)" <ji...@apache.org> on 2017/10/09 16:05:00 UTC

[jira] [Created] (THRIFT-4361) cannot serialize set > via extension

Robert Lu created THRIFT-4361:
---------------------------------

             Summary: cannot serialize set<map<i32, i64> > via extension
                 Key: THRIFT-4361
                 URL: https://issues.apache.org/jira/browse/THRIFT-4361
             Project: Thrift
          Issue Type: Bug
          Components: PHP - Library
    Affects Versions: 0.10.0
         Environment: macOS 10.13
PHP 7.0.23
            Reporter: Robert Lu
            Assignee: Robert Lu


method is:

bool echoF(1: set<map<i32, i64> > arg)

but, when arg is [[1=>3,5=>7],[11=>13]] and serialize via extension,
it cause Segmentation fault: 11



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)