Unit tests fail on Fedora 10 when gcc-debuginfo is installed
------------------------------------------------------------

                 Key: QPID-1759
                 URL: https://issues.apache.org/jira/browse/QPID-1759
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: 0.5
         Environment: Fedora 10 i386
            Reporter: Ted Ross
            Priority: Minor


When gcc-debuginfo is installed, the unit tests fail because the ephemeral port 
cannot be determined for the broker.

After digging a little further, I determined that streams do not handle numeric 
data.  For example, if I put the following line in the broker code:

    std::cout << "string " << 45 << " string2" << std::endl;

the output seen on the console is:

    string

The number and any following text is lost (probably due to a null-terminator 
being incorrectly inserted).

Note that this does not affect normal broker operation, nor does it affect the 
python system tests.  It only affects the broker running in the unit test 
environment.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to