You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Andrew Stitcher (JIRA)" <ji...@apache.org> on 2016/01/28 22:10:39 UTC

[jira] [Created] (PROTON-1116) Potential infinite recursion detected by VC++14 compiler

Andrew Stitcher created PROTON-1116:
---------------------------------------

             Summary: Potential infinite recursion detected by VC++14 compiler
                 Key: PROTON-1116
                 URL: https://issues.apache.org/jira/browse/PROTON-1116
             Project: Qpid Proton
          Issue Type: Bug
          Components: cpp-binding
    Affects Versions: 0.12.0
         Environment: Visual Studio 2015 Update 1
            Reporter: Andrew Stitcher
            Assignee: Alan Conway
            Priority: Blocker


I get the following warning when  running the Visual Studio 2015 compiler on the C++ binding code
{noformat}
29>c:\users\andrew\documents\github\qpid-proton\proton-c\bindings\cpp\include\proton\value.hpp(49): warning C4717: 'proton::value::value<std::pair<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,proton::value> >': recursive on all control paths, function will cause runtime stack overflow
{noformat}
My guess is that we never actually try to run this code in the tests or e would indeed by seeing a failure, however I think we must eliminate this as a bug before releasing 0.12.

Either remove the code so removing the warning (as the code seems like it can't have been called in testing) or fix the code.



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