You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Timothy Chen (JIRA)" <ji...@apache.org> on 2014/11/14 09:11:33 UTC

[jira] [Created] (MESOS-2112) Dispatch matching in libprocess tests doesn't match the right messages

Timothy Chen created MESOS-2112:
-----------------------------------

             Summary: Dispatch matching in libprocess tests doesn't match the right messages
                 Key: MESOS-2112
                 URL: https://issues.apache.org/jira/browse/MESOS-2112
             Project: Mesos
          Issue Type: Bug
            Reporter: Timothy Chen
            Assignee: Benjamin Hindman


FUTURE_DISPATCH and DROP_DISPATCH relies on matching on canonicalized function pointers in libprocess to find the matching message, however virtual member function pointers is stored as offsets and can match dispatches of another virtual member function if it happen to point to the same offset.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)