You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Esteve Fernandez (JIRA)" <ji...@apache.org> on 2008/08/13 15:44:44 UTC

[jira] Created: (THRIFT-108) Maps are not properly serialized in x86_64 with fastbinary

Maps are not properly serialized in x86_64 with fastbinary
----------------------------------------------------------

                 Key: THRIFT-108
                 URL: https://issues.apache.org/jira/browse/THRIFT-108
             Project: Thrift
          Issue Type: Bug
          Components: Library (Python)
            Reporter: Esteve Fernandez
         Attachments: fastbinary_map_x86_64.patch

Maps are not serialized properly in x86_64 due to a bug in fastbinary. It uses an int (instead of a Py_ssize_t) to store the current position in PyDict_Next.

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


[jira] Updated: (THRIFT-108) Maps are not properly serialized in x86_64 with fastbinary

Posted by "Esteve Fernandez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Esteve Fernandez updated THRIFT-108:
------------------------------------

    Assignee: Esteve Fernandez

> Maps are not properly serialized in x86_64 with fastbinary
> ----------------------------------------------------------
>
>                 Key: THRIFT-108
>                 URL: https://issues.apache.org/jira/browse/THRIFT-108
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Python)
>    Affects Versions: 0.1
>         Environment: Ubuntu 8.04.1 x86_64
>            Reporter: Esteve Fernandez
>            Assignee: Esteve Fernandez
>         Attachments: fastbinary_map_x86_64.patch
>
>
> Maps are not serialized properly in x86_64 due to a bug in fastbinary. It uses an int (instead of a Py_ssize_t) to store the current position in PyDict_Next.

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


[jira] Updated: (THRIFT-108) Maps are not properly serialized in x86_64 with fastbinary

Posted by "Esteve Fernandez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Esteve Fernandez updated THRIFT-108:
------------------------------------

          Environment: Ubuntu 8.04.1 x86_64
    Affects Version/s: 0.1

> Maps are not properly serialized in x86_64 with fastbinary
> ----------------------------------------------------------
>
>                 Key: THRIFT-108
>                 URL: https://issues.apache.org/jira/browse/THRIFT-108
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Python)
>    Affects Versions: 0.1
>         Environment: Ubuntu 8.04.1 x86_64
>            Reporter: Esteve Fernandez
>         Attachments: fastbinary_map_x86_64.patch
>
>
> Maps are not serialized properly in x86_64 due to a bug in fastbinary. It uses an int (instead of a Py_ssize_t) to store the current position in PyDict_Next.

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


[jira] Resolved: (THRIFT-108) Maps are not properly serialized in x86_64 with fastbinary

Posted by "David Reiss (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Reiss resolved THRIFT-108.
--------------------------------

    Resolution: Fixed

> Maps are not properly serialized in x86_64 with fastbinary
> ----------------------------------------------------------
>
>                 Key: THRIFT-108
>                 URL: https://issues.apache.org/jira/browse/THRIFT-108
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Python)
>    Affects Versions: 0.1
>         Environment: Ubuntu 8.04.1 x86_64
>            Reporter: Esteve Fernandez
>         Attachments: fastbinary_map_x86_64.patch
>
>
> Maps are not serialized properly in x86_64 due to a bug in fastbinary. It uses an int (instead of a Py_ssize_t) to store the current position in PyDict_Next.

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


[jira] Updated: (THRIFT-108) Maps are not properly serialized in x86_64 with fastbinary

Posted by "Esteve Fernandez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Esteve Fernandez updated THRIFT-108:
------------------------------------

    Attachment: fastbinary_map_x86_64.patch

> Maps are not properly serialized in x86_64 with fastbinary
> ----------------------------------------------------------
>
>                 Key: THRIFT-108
>                 URL: https://issues.apache.org/jira/browse/THRIFT-108
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Python)
>            Reporter: Esteve Fernandez
>         Attachments: fastbinary_map_x86_64.patch
>
>
> Maps are not serialized properly in x86_64 due to a bug in fastbinary. It uses an int (instead of a Py_ssize_t) to store the current position in PyDict_Next.

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